@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --scrollbar-visible-width: 15px;
  --fixed-header-height: 86px;
  --fixed-header-article-top: calc(var(--fixed-header-height) + 20px);
  --target-under-sticky-top: calc(var(--fixed-header-height) + 20px);
  --gutter-width: 50px;
  --font-serif: "NoeDisplay", serif;
  --font-sans-serif: europa, sans-serif;
  --main-blue-color: #015089;
  --selection-bg: #01508999;
  --light-blue-color: #2C72A0;
  --medium-light-blue-color: #EFF4F7;
  --very-light-blue-color: #EBF1F5;
  --extremely-light-blue-color: #F5F8FA;
  --light-grey-color: #F5F5F5;
  --main-yellow-color: #F5A701;
  --main-grey-color: #D9E2E9;
  --grey-on-blue-color: #979797;
  --heading-blue-color: var(--main-blue-color);
  --heading-grey-color: #445050;
  --heading-light-blue-color: #558AAF;
  --main-text-color: #54585A;
  --standard-text-a-color: var(--main-blue-color);
  --standard-text-a-hover-color: #558AAF;
  --article-blockquote-grey-font-color: #777777;
  --article-meta-color: var(--main-blue-color);
  --article-meta-button-bgcolor: var(--very-light-blue-color);
  --article-h2-color: var(--main-blue-color);
  --article-h2-light-blue-color: var(--heading-light-blue-color);
  --article-h3-color: var(--main-text-color);
  --jumplink-link-color: var(--main-text-color);
  --jumplink-link-hover-color: var(--main-blue-color);
  --jumplink-heading-color: var(--main-blue-color);
  --jumplink-links-heading-bgcolor: var(--very-light-blue-color);
  --jumplink-links-area-bgcolor: var(--extremely-light-blue-color);
  --inline-subscribe-form-border-color: #979797;
  --subscribe-form-bgcolor: var(--very-light-blue-color);
  --subscribe-form-input-color: var(--main-blue-color);
  --subscribe-form-submit-color: var(--very-light-blue-color);
  --subscribe-form-submit-bgcolor: var(--main-blue-color);
  --border-color: #D9E2E9;
  --points-border-color: #979797;
  --tab-nav-border-color: #ECECEC;
  --cta-font-color: var(--main-blue-color);
  --cta-bgcolor: var(--very-light-blue-color);
  --cta-white-bgcolor: #fff;
  --header-footer-blue: var(--main-blue-color);
  --header-nav-mobile-min-height: 0px; /* used when javascript can resize */
  --header-nav-mobile-submenu-top-padding: 50px;
  --header-nav-mobile-submenu-bottom-padding: 20px;
  --header-nav-submenu-block-padding: 30px;
  --header-nav-bgcolor: var(--very-light-blue-color);
  --header-nav-narrow-bgcolor: #fff;
  --header-nav-column-borders: 1px solid #D9E2E9;
  --header-nav-link-color: var(--main-blue-color);
  --header-nav-link-current-color: var(--light-blue-color);
  --header-nav-link-hover-color: var(--light-blue-color);
  --header-nav-subscribe-link-color: #D42700;
  --header-subnav-background-color: #fff;
  --header-subnav-narrow-bgcolor: var(--very-light-blue-color);
  --header-subnav-heading-color: var(--main-blue-color);
  --header-subnav-link-color: #445050;
  --header-subnav-current-link-color: #739EBD;
  --header-subnav-link-hover-color: #445050;
  --header-subnav-link-hover-bgcolor: var(--very-light-blue-color);
  --header-nav-link-red-color: #D42700;
  --header-nav-link-red-hover-color: #A13D28;
  --special-highlight-color: #D34600;
  --categrory-nav-link-color: var(--main-text-color);
  --categrory-nav-link-hover-color: var(--main-blue-color);
  --footer-nav-link-color: #fff;
  --footer-copyright-color: #445050;
  --footer-subscribe-section-font-color: #445050;
  --footer-menu-column-gap: 30px;
  --footer-network-icon-width: 40px;
}

:root:has(body.strive-modular-page) {
  --main-blue-color: #353EE3;
  --selection-bg: #353EE399;
  --light-blue-color: #87A7EE;
  --medium-light-blue-color: #F2F2FD;
  --very-light-blue-color: #F2F2FD;
  --extremely-light-blue-color: #F7F7FE;
  --heading-blue-color: var(--main-blue-color);
  --heading-grey-color: #445050;
  --heading-light-blue-color: #5586FF;
  /* --article-h3-color: var(--main-blue-color); */
  --header-subnav-current-link-color: #87A7EE;
}

@media only screen and (max-width: 639px) {
  :root {
    --gutter-width: 20px;
  }
}
/**
 * @license
 * Noe Display – Schick Toikka
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Noe Display Medium
 * Webfont: Noe Display Bold
 * URL: https://www.schick-toikka.com/noe-display
 * 
 * License: https://www.schick-toikka.com
 * Licensed pageviews: 500,000
 * Webfonts copyright: Copyright © 2019 Schick Toikka
*/
@font-face { /* medium */
  font-family: "NoeDisplay";
  font-style: normal;
  font-weight: 400;
  src: url("../eot/noedisplaymedium.eot");
  src: url("../eot/noedisplaymediumd41d.eot?#iefix") format("embedded-opentype"), url("../woff/noedisplaymedium.woff") format("woff");
}
@font-face { /* bold */
  font-family: "NoeDisplay";
  font-style: normal;
  font-weight: 700;
  src: url("../eot/noedisplaybold.eot");
  src: url("../eot/noedisplayboldd41d.eot?#iefix") format("embedded-opentype"), url("../woff/noedisplaybold.woff") format("woff");
}
:root {
  transition-behavior: allow-discrete;
  interpolate-size: allow-keywords;
}

/* global box-sizing */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visbility: visible;
  backface-visbility: visible;
}

:focus:not(:focus-visible) {
  outline: none;
}

.click-to-open {
  cursor: pointer;
}

*:not(.no-transitions),
*:not(.no-transitions) * {
  /* opacity 0.2s ease 0s, border-color 0.2s ease 0s, color 0.2s ease 0s, background 0.2s ease 0s, width 0.2s ease 0s */
  -webkit-transition: filter 0.2s ease 0s, opacity 0.3s ease 0s, height 0.3s ease 0s, padding-top 0.3s ease 0s, padding-bottom 0.3s ease 0s, background 0.3s ease 0s, top 0.2s ease 0s, right 0.2s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s, height 0.3s ease 0s, padding-top 0.3s ease 0s, padding-bottom 0.3s ease 0s, background 0.3s ease 0s, top 0.2s ease 0s, right 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
  transition: color 0.3s ease 0s, opacity 0.3s ease 0s, height 0.3s ease 0s, padding-top 0.3s ease 0s, padding-bottom 0.3s ease 0s, background 0.3s ease 0s, top 0.2s ease 0s, right 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
  -webkit-transition: color 0.3s ease 0s, opacity 0.3s ease 0s, height 0.3s ease 0s, padding-top 0.3s ease 0s, padding-bottom 0.3s ease 0s, background 0.3s ease 0s, top 0.2s ease 0s, right 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
  transition: filter 0.2s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, height 0.3s ease 0s, padding-top 0.3s ease 0s, padding-bottom 0.3s ease 0s, background 0.3s ease 0s, top 0.2s ease 0s, right 0.2s ease 0s;
  transition: filter 0.2s ease 0s, color 0.3s ease 0s, opacity 0.3s ease 0s, height 0.3s ease 0s, padding-top 0.3s ease 0s, padding-bottom 0.3s ease 0s, background 0.3s ease 0s, top 0.2s ease 0s, right 0.2s ease 0s, -webkit-filter 0.2s ease 0s;
}

body:not(.landing) a {
  -webkit-transition: color 0s;
  transition: color 0s;
}

a:hover {
  text-decoration: none;
}

a[href]:empty {
  display: none;
}

#img-cache {
  display: inline-block;
  position: absolute;
  left: -1000000px;
}

input, select, button, textarea,
input:focus, select:focus, button:focus, textarea:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

img.circular,
span.circle,
div.circle {
  border-radius: 3840px;
}

img.missing,
img.no-image {
  outline: 1px dotted var(--light-blue-color);
  outline-offset: -1px;
}

img.loading {
  height: 50px;
  width: 50px;
}

img.spin {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.spinner {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.pulsate {
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border: 3px solid #d1d1d1;
  border-radius: 30px;
  height: 28px;
  width: 28px;
  position: relative;
  margin-top: 3px;
  margin-right: 10px;
  float: left;
}

.pulsate.hide.hidden {
  display: none;
}

p:empty {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href] {
  cursor: pointer;
}

a:is(:focus, :active):not(:focus-visible) {
  outline: 0;
}

input {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

select::-ms-expand {
  display: none;
}

del {
  background-color: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
}

/*------------------------------------*\
   STRUCTURE - HEADER, CONTENT, FOOTER
\*------------------------------------*/
.narrow900-display-only,
.narrow480-display-only,
.narrow320-display-only {
  display: none;
}

.narrow-menu-only {
  display: none !important;
}

html:not(.mobile-device) .mobile-device-only {
  display: none;
}

html.mobile-device .non-mobile-device-only {
  display: none;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

iframe {
  max-width: 100%;
}

hr {
  background-color: #99b9d0;
  border: 3px solid #99b9d0;
  color: #99b9d0;
  width: 40px;
}

hr.heading-divider {
  margin: 10px auto 20px;
}

hr.overline {
  padding-top: 1px;
  margin: 0 0 3px;
  text-align: left;
}

div.vr {
  background-color: #99b9d0;
  border: 3px solid #99b9d0;
  color: #99b9d0;
  height: 40px;
}

div.no-img-wrap {
  overflow: hidden;
}

/* input placeholder formatting */
input::-webkit-input-placeholder {
  color: #54585A;
  opacity: 1;
}

input:focus::-webkit-input-placeholder {
  opacity: 0.35;
}

input:-moz-placeholder {
  color: #54585A;
  opacity: 1;
}

input:focus:-moz-placeholder {
  opacity: 0.35;
}

input::-moz-placeholder {
  color: #54585A;
  opacity: 1;
}

input:focus::-moz-placeholder {
  opacity: 0.35;
}

input:-ms-input-placeholder {
  color: #54585A;
  opacity: 1;
}

input:focus:-ms-input-placeholder {
  opacity: 0.35;
}

.overline {
  padding-top: 10px;
  border-top: 1px solid #99b9d0;
}

.underline {
  padding-bottom: 10px;
  border-bottom: 1px solid #99b9d0;
}

img.social {
  background: url("../social.html") scroll no-repeat left center/135px transparent;
  height: 24px; /*32*/
  margin-right: 5px;
  width: 24px; /*32*/
}

img.social.fb {
  background-position: 2px center; /*11*/
}

img.social.tw {
  background-position: -21px center; /*-27*/
}

img.social.instagram {
  background-position: -53px center; /*-71*/
}

img.social.google {
  background-position: -85px center; /*-111*/
}

.screen-reader {
  background-color: #fff;
  color: #000;
  left: -100000px;
  position: absolute;
}

html.no-js .flexslider .slides > li {
  display: block;
}

#page_top {
  display: inline-block;
  height: 0;
}

.cta.button,
.cta.button.blue {
  background-color: var(--cta-bgcolor);
  color: var(--cta-font-color);
  display: inline-block;
  font-family: var(--font-sans-serif);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 20px;
}

a.cta.button:hover,
a.cta.button.blue:hover {
  background-color: var(--cta-font-color);
  color: var(--cta-bgcolor);
  opacity: 1;
}

.cta.button.white {
  background-color: var(--cta-white-bgcolor);
}

a.cta.button.white:hover {
  background-color: var(--cta-font-color);
  color: var(--cta-white-bgcolor);
}

.ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

:where(.grey) {
  color: var(--heading-grey-color);
}

:where(.light-blue) {
  color: var(--heading-light-blue-color);
}

:where(.blue) {
  color: var(--heading-blue-color);
}

.container-for-image-with-colorizer {
  position: relative;
}

:where(.container-for-image-with-colorizer img.colorizer) {
  inset: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.1s ease 0;
  transition: opacity 0.1s ease 0;
}

img.colorizer,
img.colorizer.yellow {
  background-blend-mode: multiply;
  background-color: rgb(245, 167, 1);
}

img.colorizer.mint {
  background-color: rgb(188, 204, 194);
}

img.colorizer.green {
  background-color: rgb(166, 175, 114);
}

img.colorizer.light-blue {
  background-color: rgb(184, 206, 222);
}

img.colorizer.dark-blue {
  background-color: rgb(1, 80, 137);
}

.hidden-spam-field, .hidden-spam-field > * {
  font-size: 0 !important;
}

button[data-close-dialog] {
  background-image: url("../svg/close-on-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 23px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 23px;
}

dialog::-ms-backdrop {
  background-color: #fff;
  opacity: 0.9;
}

dialog::backdrop {
  background-color: #fff;
  opacity: 0.9;
}

dialog.for-subscribe {
  height: min(100svh - 50px, 250px);
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  max-width: 100%;
  padding: 20px;
  width: 440px;
}

dialog.for-subscribe form {
  margin-bottom: 0 !important;
}

.wp-video {
  max-width: 100%;
}

html, body {
  max-width: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
  width: 100%;
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}

body {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-sans-serif);
  font-weight: 400;
  font-size: 22px;
  line-height: normal;
  min-height: 100%;
  min-width: 320px;
  position: relative;
}

html[data-useragent*=MSIE] body,
html[data-useragent*=".NET"] body {
  display: block; /* IE still doesn't get all flex layout */
  overflow-y: hidden;
}

main {
  display: grid;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-block: 1em;
  text-transform: none;
}

b, strong {
  font-weight: bolder;
}

i, em {
  font-style: italic;
}

@media print {
  p, h1, h2, h3, h4, h5, h6, ul, ol, li, video, iframe, blockquote, img {
    display: block !important;
    page-break-after: auto !important;
    page-break-before: auto !important;
    page-break-inside: avoid !important;
  }
  main {
    page-break-before: avoid !important;
  }
  .mejs-controls {
    display: none !important;
  }
}
/*------------------------------------*\
    CTA DEFAULTS
\*------------------------------------*/
span.cta.button {
  cursor: default;
}

.cta.button {
  display: inline-block;
  font-family: var(--font-sans-serif);
  font-size: 14px;
  font-weight: 700;
  padding: 5px 20px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.cta.button.blue {
  background-color: var(--cta-bgcolor);
  color: var(--cta-font-color);
}

a.cta.button.blue:is(:hover, :focus-visible) {
  background-color: var(--cta-font-color);
  color: var(--cta-bgcolor);
  opacity: 1;
}

.cta.button.white {
  background-color: var(--cta-white-bgcolor);
  color: var(--main-blue-color);
}

a.cta.button.white:is(:hover, :focus-visible) {
  background-color: var(--main-blue-color);
  color: var(--cta-white-bgcolor);
  opacity: 1;
}

/*------------------------------------*\
    OLD CTA DEFAULTS
\*------------------------------------*/
aside.cta {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

aside.cta:not(.button) a,
aside.cta:not(.button) span {
  color: var(--main-blue-color);
  font-weight: 400;
  text-decoration: none;
}

aside.cta:not(.button) a:hover,
html:is(.using-keyboard-navigation, .no-js) aside.cta a:focus {
  color: #B8CEDE;
}

aside.cta.button > a,
aside.cta.button span {
  border-bottom: 4px solid #B6CDDD;
  display: inline-block;
  margin-top: 1em;
  padding: 4px 0;
}

aside.cta.button > a:hover,
html:is(.using-keyboard-navigation, .no-js) aside.cta.button a:focus {
  border-bottom: 4px solid var(--main-blue-color);
  color: var(--main-blue-color) !important;
}

/* header */
header[role=banner] {
  font-weight: 400;
}

header:is(.post, .news, .podcast, .memo, .modular-page, .strive-modular-page) {
  position: fixed;
  width: 100%;
  z-index: 20001;
}

header :focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: 2px;
}

html:not(.using-keyboard-navigation) header :is(input, button, select):focus-visible {
  outline: none;
}

header div.banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--light-blue-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-block: 10px;
}

header div.banner a.close {
  background-image: url("../png/header-close-x.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  cursor: pointer;
  position: absolute;
  height: 30px;
  right: 10px;
  top: 10px;
  width: 30px;
  z-index: 100;
}

header div.banner a.close span {
  position: absolute;
  top: -10000px;
}

header .form-label {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;
}

header div.banner form {
  display: inline-block;
}

header div.banner label > span {
  position: absolute;
  top: -10000px;
}

header div.banner input {
  border: none;
  background-color: #EAF0F5;
  color: #5D6063;
  font-size: 20px;
  padding: 4px 10px;
}

header div.banner input[type=submit] {
  background-color: #fff;
  color: var(--header-footer-blue);
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
  padding: 6px 18px 5px;
  text-transform: uppercase;
}

header.header.empty[role=banner] {
  background-color: var(--header-footer-blue);
  height: 86px;
}

div.logo-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--header-nav-bgcolor);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: var(--font-sans-serif);
}

div.logo-container div.left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--header-footer-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 50px) 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 50px) 100%, 100% 0);
  height: 86px;
  padding: 1px 0 1px var(--gutter-width);
  z-index: 20001;
}

div.logo {
  display: block;
  position: relative;
}

img.logo-img {
  -ms-flex-line-pack: center;
  align-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: grid;
  font-size: 18px;
  line-height: 1.1;
}

div.logo-container.with-menu + nav {
  max-width: min(100%, 800px);
}

@media only screen and (max-width: 1024px) { /* article/news landing pages at mid widths */
  #search-check:checked ~ form {
    left: calc(-100vw + 100px);
    left: calc(-100vw + 100px + var(--scrollbar-width));
  }
  div.at-top #search-check:checked ~ form {
    left: calc(-100vw + 50px);
    left: calc(-100vw + 50px + var(--scrollbar-width));
  }
}
@media only screen and (max-width: 849px) {
  div.logo-container {
    display: block;
  }
  div.logo-container div.left {
    -webkit-clip-path: none;
    clip-path: none;
    width: calc(100% - 33px - 2 * var(--gutter-width));
  }
}
@media print {
  header {
    position: absolute !important;
    page-break-after: avoid;
  }
  header nav.main {
    display: none;
  }
}
/* nav */
.c-hamburger {
  display: inline;
  margin: 27px var(--gutter-width) 26px;
}

a.skip-nav {
  background-color: #fff;
  color: var(--main-blue-color);
  left: -10px;
  opacity: 0;
  padding: 2px 30px;
  position: absolute;
  -webkit-transition: top 0.2s, left 0.2s, opacity 0.2s !important;
  transition: top 0.2s, left 0.2s, opacity 0.2s !important;
  pointer-events: none;
  top: -10px;
  z-index: 100000;
}

a.skip-nav:focus-visible {
  left: 10px;
  top: 10px;
  opacity: 1;
  pointer-events: all;
}

div.borders {
  border-bottom: 4px solid #99B9D0;
  border-top: 4px solid #99B9D0;
  padding: 5px 0 10px;
  position: relative;
}

nav.main,
nav.category {
  color: #000;
  font-weight: 400;
  max-width: min(100%, 1280px);
  text-align: center;
}

nav.main {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0;
}

@media only screen and (min-width: 850px) {
  nav.main {
    margin-right: calc(var(--gutter-width) - 10px); /* adjust for last a right margin */
  }
}
nav.category {
  margin: 20px 0 0 20px;
}

nav.category {
  float: none;
  margin: 0;
  text-align: left;
}

main.team nav.category {
  padding: 20px 0;
}

div.logo-container.with-menu + nav.main {
  margin-top: -60px;
}

nav.main ul.dropdown > li > span > a,
nav.category ul.dropdown > li > span > a {
  color: var(--header-nav-link-color);
  display: inline-block;
  font-family: var(--font-sans-serif);
  font-size: 17px;
  font-weight: 700;
  margin: 0 10px;
  position: relative;
  text-align: center;
  white-space: normal;
}

nav.main ul.dropdown > li.red > span > a {
  color: var(--header-nav-link-red-color);
}

nav.category ul.dropdown > li > span > a {
  color: var(--categrory-nav-link-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 16px;
  font-weight: 400;
}

nav.category ul.dropdown > li > span > a:is(:hover, :focus-visible) {
  color: var(--categrory-nav-link-hover-color);
}

nav.main ul.dropdown > li.current-parent > span > a,
nav.main ul.dropdown > li.current-page > span > a,
nav.main ul.dropdown > li.current-section > span > a {
  color: var(--header-nav-link-current-color);
}

html:is(.using-keyboard-navigation, .no-js) nav.category ul > li > span > a:focus {
  text-decoration: underline;
}

nav.category ul > li.current-page > span > a {
  color: var(--header-footer-blue);
  font-weight: 700;
}

nav.main ul > li > span > a:not([href]),
nav.main ul > li > span > a[href=""],
nav.main ul > li > span > a[href="#"] {
  cursor: default;
}

html:is(.using-keyboard-navigation, .no-js) nav.main ul.dropdown > li > span > a[href]:focus {
  text-decoration: underline;
}

nav.main ul.dropdown > li.menu-item > a {
  color: #fff;
  padding-bottom: 16px;
  padding-top: 1px;
}

nav.main ul,
nav.category ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.main ul.dropdown > li,
nav.category ul > li {
  display: inline-block;
  text-align: left;
}

nav.main li.parent-menu-item {
  cursor: default;
}

nav.main div.sub-menu-container {
  background-color: var(--header-subnav-background-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 200px;
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: max-height 0.2s ease 0s, padding-top 0.2s ease 0s, padding-bottom 0.2s ease 0s, box-shadow 0.2s ease 0s;
  -webkit-transition: max-height 0.2s ease 0s, padding-top 0.2s ease 0s, padding-bottom 0.2s ease 0s, -webkit-box-shadow 0.2s ease 0s;
  transition: max-height 0.2s ease 0s, padding-top 0.2s ease 0s, padding-bottom 0.2s ease 0s, -webkit-box-shadow 0.2s ease 0s;
  transition: max-height 0.2s ease 0s, padding-top 0.2s ease 0s, padding-bottom 0.2s ease 0s, box-shadow 0.2s ease 0s;
  transition: max-height 0.2s ease 0s, padding-top 0.2s ease 0s, padding-bottom 0.2s ease 0s, box-shadow 0.2s ease 0s, -webkit-box-shadow 0.2s ease 0s;
}

nav.main ul.dropdown > li:not(.narrow) > span > div.sub-menu-container {
  left: 0px;
  right: 0px;
}

nav.main ul.sub-menu:not(:first-of-type:last-child) {
  border-right: var(--header-nav-column-borders);
}

nav.main li.narrow ul.sub-menu:last-child {
  border-right: none;
}

nav.main ul.sub-menu:first-of-type:not(:last-child) {
  border-left: var(--header-nav-column-borders);
}

nav.main li.narrow ul.sub-menu:first-of-type {
  border-left: none;
}

nav.main ul.sub-menu {
  min-width: 200px;
  max-width: 200px;
  padding-inline: 0;
}

@media only screen and (max-width: 1039px) {
  nav.main ul.sub-menu {
    min-width: 162px;
  }
}
nav.main ul.sub-menu li > span {
  padding: 2px 15px;
  display: block;
}

nav.main ul.sub-menu .column-title {
  color: var(--header-subnav-heading-color);
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 700;
}

nav.category ul > li {
  margin: 0;
}

nav.category ul > li:first-child > span > a {
  margin-left: 0;
}

nav.category > .narrow-dropdown-menu-label {
  color: var(--header-footer-blue);
  display: none;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav.category > #dropdown-check {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

nav.category.too-narrow > .narrow-dropdown-menu-label {
  background-image: url("../png/submenu-arrow-down.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 10px;
  cursor: pointer;
  display: inline-block;
  margin: 7px 0 3px;
  padding-right: 28px;
}

nav.category.too-narrow > #dropdown-check ~ ul.dropdown {
  height: 0;
  opacity: 0;
  position: absolute;
}

nav.category.too-narrow > #dropdown-check:checked ~ ul.dropdown {
  border: 1px solid #99B9D0;
  background-color: rgba(255, 255, 255, 0.95);
  display: block;
  height: auto;
  margin-top: 13px;
  opacity: 1;
  width: 100%;
}

nav.category.too-narrow > #dropdown-check ~ ul.dropdown > li {
  display: block !important;
}

nav.category.too-narrow > #dropdown-check:checked ~ ul.dropdown > li:first-child > span > a {
  margin-left: 5px;
}

label.search-check-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  overflow: visible;
}

label.search-check-label > span.label {
  position: absolute;
  left: -100000px;
}

#search-check, .search-check {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

:is(#search-check, .search-check) + .checkmark {
  background-image: url("../png/icon-search.png");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 18px;
  position: absolute;
  right: 5px;
  -webkit-transition: none;
  transition: none;
  top: 15px;
  width: 15px;
}

html:is(.using-keyboard-navigation, .no-js) :is(#search-check, .search-check):focus + .checkmark {
  outline: 2px dotted #99B9D0;
  outline-offset: 2px;
}

div.at-top #search-check + .checkmark {
  right: 30px;
}

:is(#search-check, .search-check):checked + .checkmark {
  background-image: url("../png/icon-search-close.png");
  height: 26px;
  right: 2px;
  top: -60px;
  width: 27px;
  z-index: 10;
}

div.at-top #search-check:checked + .checkmark {
  top: 80px;
  right: 28px;
}

:is(#search-check, .search-check) ~ form {
  background-color: #fff;
  border: 4px solid #99B9D0;
  display: none;
}

main.search form,
div.filters form {
  background-color: #fff;
  border: 2px solid #99B9D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: min(100%, 400px);
}

.search-check-label ~ label,
main.search form label,
div.filters form label {
  position: absolute;
  left: -100000px;
}

:is(#search-check, .search-check) ~ form input[name=s],
main.search form input[name=s],
div.filters form input[name=name] {
  color: #838383;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 26px;
  padding: 0 0 0 10px;
  margin-right: 10px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-width: 100px;
}

main.search form input[name=s],
div.filters form input[name=name] {
  font-size: 21px;
  font-weight: 300;
  padding: 5px 0 5px 10px;
}

#search-check ~ form input[type=submit],
main.search form input[type=submit] {
  color: var(--header-footer-blue);
  font-size: 20px;
  font-weight: bold;
  padding: 4px 10px 0 0;
  text-transform: uppercase;
}

main.search form input[type=submit] {
  padding-top: 1px;
}

:is(#search-check, .search-check):checked ~ span.modal {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0.9;
  position: fixed;
  right: 0;
  top: 0;
}

:is(#search-check, .search-check):checked ~ form {
  bottom: -4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: calc(-50vw + 80px);
  position: absolute;
  right: 0;
  top: -4px;
}

div.at-top #search-check:checked ~ form {
  left: calc(-50vw + 32px);
  padding: 0 25px;
}

nav.main ul.dropdown > li.has-children {
  position: relative;
}

nav.main ul.dropdown > li.button-type:not(.open) > span > a {
  cursor: pointer;
}

nav.main ul.dropdown > li:last-child {
  border-right: 0;
  padding-right: 0;
}

nav.main ul.dropdown > li:last-child {
  margin-right: 0;
}

header nav.main ul.dropdown > li * {
  z-index: 20000;
}

main nav.main ul.dropdown > li * {
  z-index: 10000;
}

html:is(.using-keyboard-navigation, .no-js) nav.main ul.dropdown > li > a:focus,
nav.main ul.dropdown > li.current-menu-ancestor > a {
  background-color: #989898;
  color: #fff;
}

nav.main ul.sub-menu a {
  color: var(--header-subnav-link-color);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  padding: 5px 0;
}

nav.main ul.sub-menu li.current-page a {
  color: var(--header-subnav-current-link-color);
}

nav.main ul.sub-menu a[href]:hover,
html:is(.using-keyboard-navigation, .no-js) nav.main ul.sub-menu a[href]:focus {
  background-color: var(--header-subnav-link-hover-bgcolor);
  color: var(--header-subnav-link-hover-color);
}

@media only screen and (min-width: 850px) { /* special treatment for wide menu and footer */
  .close-subnav {
    display: none;
  }
  nav.main div.sub-menu-container {
    height: 0px;
    max-height: 0px;
  }
  nav.main ul.dropdown > li.narrow {
    position: relative;
  }
  nav.main ul.dropdown > li.narrow > span > div.sub-menu-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  nav.main li.parent-menu-item.hover > span > a::after,
  nav.main li.parent-menu-item:where(:has(:focus-within)) > span > a::after {
    border-bottom: 16px solid var(--header-subnav-background-color);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    bottom: 0px;
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 8px);
  }
  nav.main li.parent-menu-item:is(.hover, :focus-within) div.sub-menu-container {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  nav.main ul.dropdown > li > span > a:hover,
  nav.main ul.dropdown > li.hover > span > a,
  html:is(.using-keyboard-navigation, .no-js) nav.main ul.dropdown > li > span > a:focus {
    color: var(--header-nav-link-hover-color);
  }
  nav.main ul > li.red > span > a[href]:hover,
  nav.main ul > li.red.hover > span > a[href],
  html:is(.using-keyboard-navigation, .no-js) nav.main ul > li.red > span > a[href]:focus {
    color: var(--header-nav-link-red-hover-color);
  }
  nav.main ul.dropdown > li.parent-menu-item > span > a,
  nav.category ul.dropdown > li.parent-menu-item > span > a {
    padding-block: 31px;
  }
  nav.main li.parent-menu-item a:hover + div.sub-menu-container,
  nav.main li.parent-menu-item.hover div.sub-menu-container,
  html:is(.using-keyboard-navigation, .no-js) nav.main div.sub-menu-container:focus-within {
    height: auto !important; /* important because mobile js sets it to 100% for best display once menu sized */
    max-height: unset;
    overflow: auto;
    padding: 20px;
  }
  nav.main li.parent-menu-item.hover ul.sub-menu li,
  html:is(.using-keyboard-navigation, .no-js) nav.main ul.sub-menu:focus-within li {
    height: auto;
    max-height: unset;
    min-height: 34px;
  }
}
@media only screen and (max-width: 849px) {
  body:not(.page-template-xb100) .wide-menu-only {
    display: none !important;
  }
  body:not(.page-template-xb100) .narrow-menu-only:not(.inline):not(.block):not(.list-item):not(.flex),
  body:not(.page-template-xb100) .narrow-menu-only.inline-block {
    display: inline-block !important;
  }
  body:not(.page-template-xb100) .narrow-menu-only.inline {
    display: inline !important;
  }
  body:not(.page-template-xb100) .narrow-menu-only.block {
    display: block !important;
  }
  body:not(.page-template-xb100) .narrow-menu-only.list-item {
    display: list-item !important;
  }
  body:not(.page-template-xb100) .narrow-menu-only.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body:not(.page-template-xb100) nav.main div.sub-menu-container {
    background-color: var(--header-subnav-narrow-bgcolor);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    display: block;
    min-height: 100%;
    opacity: 0;
    padding: var(--header-nav-mobile-submenu-top-padding) 20px var(--header-nav-mobile-submenu-bottom-padding);
    pointer-events: none;
    position: absolute;
    top: 0;
    margin-left: 60px;
    -webkit-transition: margin 0.2s ease 0s, opacity 0.3s ease 0s;
    transition: margin 0.2s ease 0s, opacity 0.3s ease 0s;
  }
  body:not(.page-template-xb100) html.no-js nav.main div.sub-menu-container {
    height: 100%;
  }
  body:not(.page-template-xb100) .close-subnav {
    background-image: url("../svg/menu-narrow-left-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 42px;
  }
  body:not(.page-template-xb100) nav.main ul.sub-menu:not(:first-child:last-child) {
    border-right: none;
  }
  body:not(.page-template-xb100) nav.main ul.sub-menu:first-of-type:not(:last-child) {
    border-left: none;
  }
  body:not(.page-template-xb100) nav.main ul.sub-menu:not(:last-child) {
    border-bottom: var(--header-nav-column-borders);
  }
  body:not(.page-template-xb100) nav.main ul.sub-menu:first-child:not(:last-child) {
    border-left: none;
  }
  body:not(.page-template-xb100) nav.main ul.sub-menu {
    padding-inline: 0;
    padding-block: 15px;
  }
  body:not(.page-template-xb100) header div.logo-container.with-menu + nav.main {
    margin-bottom: 38px;
  }
  body:not(.page-template-xb100) header div.logo-container.with-menu + nav.main span.c-hamburger {
    position: absolute;
    right: 10px;
  }
  body:not(.page-template-xb100) header div.banner {
    display: none;
  }
  body:not(.page-template-xb100) nav.main,
  body:not(.page-template-xb100) header.with-banner-form nav.main {
    color: #fff;
    font-size: 0;
    margin: 0;
    max-width: calc(100% - 40px);
    padding-bottom: 1px;
    padding-top: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: calc(33px + 2 * var(--gutter-width));
  }
  body:not(.page-template-xb100) nav.main.hover,
  body:not(.page-template-xb100) nav.main.open {
    background-color: var(--header-nav-narrow-bgcolor);
    height: 100%;
  }
  body:not(.page-template-xb100) span.c-hamburger + ul.dropdown {
    background-color: var(--header-nav-narrow-bgcolor);
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: calc(100% - 40px);
    opacity: 0;
    padding: var(--header-nav-submenu-block-padding) 10px;
    pointer-events: none;
    position: absolute;
    right: -20px;
    -webkit-transition: opacity 0.2s ease 0s, right 0.2s ease 0s, min-height 0.2s ease 0s, margin 0.2s ease 0s, box-shadow 0.1s ease 0.1s;
    -webkit-transition: opacity 0.2s ease 0s, right 0.2s ease 0s, min-height 0.2s ease 0s, margin 0.2s ease 0s, -webkit-box-shadow 0.1s ease 0.1s;
    transition: opacity 0.2s ease 0s, right 0.2s ease 0s, min-height 0.2s ease 0s, margin 0.2s ease 0s, -webkit-box-shadow 0.1s ease 0.1s;
    transition: opacity 0.2s ease 0s, right 0.2s ease 0s, min-height 0.2s ease 0s, margin 0.2s ease 0s, box-shadow 0.1s ease 0.1s;
    transition: opacity 0.2s ease 0s, right 0.2s ease 0s, min-height 0.2s ease 0s, margin 0.2s ease 0s, box-shadow 0.1s ease 0.1s, -webkit-box-shadow 0.1s ease 0.1s;
    width: 280px;
    z-index: 20001;
  }
  body:not(.page-template-xb100) span.c-hamburger + ul.dropdown.sub-menu-open > li > span > a {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
  body:not(.page-template-xb100) span.c-hamburger.is-active + ul.dropdown {
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    max-width: 100vw;
    opacity: 1;
    pointer-events: all;
    right: 0;
  }
  body:not(.page-template-xb100) html.no-js span.c-hamburger.is-active + ul.dropdown {
    height: calc(100% - 87px);
  }
  body:not(.page-template-xb100) span.c-hamburger.is-active + ul.dropdown.sub-menu-open {
    min-height: var(--header-nav-mobile-min-height);
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item {
    padding: 0;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item,
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item > span,
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item > span > a {
    display: block;
    text-align: left;
    margin: 0;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.parent-menu-item).hover > span > a,
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.parent-menu-item).open > span > a,
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown).hover > span > a:not([href]),
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown).hover > span > a[href="#"],
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown).hover > span > a[href=""], html:is(.using-keyboard-navigation, .no-js) body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.parent-menu-item) > span > a:focus, html:is(.using-keyboard-navigation, .no-js) body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown) > span > a:not([href]):focus, html:is(.using-keyboard-navigation, .no-js) body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown) > span > a[href="#"]:focus, html:is(.using-keyboard-navigation, .no-js) body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown) > span > a[href=""]:focus {
    background-color: var(--header-subnav-link-hover-bgcolor);
  }
  body:not(.page-template-xb100) nav.main ul.sub-menu > li.menu-item.hover > span > a[href], html:is(.using-keyboard-navigation, .no-js) body:not(.page-template-xb100) nav.main ul.sub-menu > li.menu-item > span > a[href]:focus {
    background-color: transparent;
    opacity: 0.7;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.parent-menu-item > span > a {
    cursor: pointer;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item > span > a {
    margin-left: 0;
    -webkit-transition: margin 0.3s ease 0s;
    transition: margin 0.3s ease 0s;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown.sub-menu-open > li > span > a {
    margin-left: -20px;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.parent-menu-item > span > a > span {
    padding-right: 45px;
    position: relative;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.parent-menu-item > span > a > span::after {
    background-image: url("../svg/menu-narrow-arrow-buttons.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 33px;
    position: absolute;
    right: 0;
    top: calc(50% - 16px);
    width: 33px;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.parent-menu-item.hover > span > a > span::after, html:is(.using-keyboard-navigation, .no-js) body:not(.page-template-xb100) nav.main ul.dropdown > li.parent-menu-item a:hover > span > a > span::after {
    opacity: 0.6;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.parent-menu-item.open > span > a > span::after, html:is(.using-keyboard-navigation, .no-js) body:not(.page-template-xb100) nav.main ul.dropdown > li.parent-menu-item:focus-within > span > a > span::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body:not(.page-template-xb100) nav.main ul.dropdown:first-child > li.menu-item.button-type:first-child {
    margin-left: 10px;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item.button-type.half-width {
    width: calc(50% - 3px);
  }
  body:not(.page-template-xb100) nav.main ul.dropdown.single-button > li.menu-item.button-type,
  body:not(.page-template-xb100) nav.main ul.dropdown.single-button > li.menu-item.button-type > span,
  body:not(.page-template-xb100) nav.main ul.dropdown.single-button > li.menu-item.button-type > span > a {
    color: #000;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item.button-type.hover > span > a, html:is(.using-keyboard-navigation, .no-js) body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item.button-type > span > a:focus {
    color: #fff;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item > span {
    overflow: hidden;
    position: static;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.button-type) > span.has-children,
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item.menu-item-has-children:not(.button-type) > span {
    padding-right: 33px;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(:first-child):not(.button-type) > span {
    border-left: none;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(.button-type) > span.has-children::before,
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item.menu-item-has-children:not(.button-type) > span::before {
    background-image: url("../dropdown-arrow-white.html");
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px 6px;
    content: "";
    height: 6px;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 13px;
    z-index: -1;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item.open:not(.button-type) > span.has-children::before,
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item.menu-item-has-children.open:not(.button-type) > span::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body:not(.page-template-xb100) nav.main ul.dropdown > li.menu-item:not(:first-child) > span {
    border-left: none;
  }
  body:not(.page-template-xb100) nav.main ul.dropdown li span a {
    font-size: 30px;
    width: 100%;
  }
  body:not(.page-template-xb100) nav.main ul > li > span > a,
  body:not(.page-template-xb100) nav.main ul > li.current-page > span > a {
    border-top: 0px solid transparent;
  }
  body:not(.page-template-xb100) nav.main ul.sub-menu li {
    padding-block: 5px;
    text-align: left;
  }
  body:not(.page-template-xb100) nav.main li.parent-menu-item ul.sub-menu span a {
    font-weight: 700;
    font-size: 24px;
    padding-inline: 0;
  }
  body:not(.page-template-xb100) nav.main ul > li > span > a {
    padding: 10px 20px;
    margin-block: 10px;
  }
  body:not(.page-template-xb100) span.c-hamburger.is-active + ul.dropdown.sub-menu-open {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: -40px;
    -webkit-transition: opacity 0.2s ease 0s, right 0.2s ease 0s, min-height 0.2s ease 0s, margin 0.2s ease 0s, box-shadow 0s ease 0s;
    -webkit-transition: opacity 0.2s ease 0s, right 0.2s ease 0s, min-height 0.2s ease 0s, margin 0.2s ease 0s, -webkit-box-shadow 0s ease 0s;
    transition: opacity 0.2s ease 0s, right 0.2s ease 0s, min-height 0.2s ease 0s, margin 0.2s ease 0s, -webkit-box-shadow 0s ease 0s;
    transition: opacity 0.2s ease 0s, right 0.2s ease 0s, min-height 0.2s ease 0s, margin 0.2s ease 0s, box-shadow 0s ease 0s;
    transition: opacity 0.2s ease 0s, right 0.2s ease 0s, min-height 0.2s ease 0s, margin 0.2s ease 0s, box-shadow 0s ease 0s, -webkit-box-shadow 0s ease 0s;
  }
  body:not(.page-template-xb100) span.c-hamburger.is-active + ul.dropdown.sub-menu-open > li > span > a {
    opacity: 0;
  }
  body:not(.page-template-xb100) nav.main li.parent-menu-item.open div.sub-menu-container, html:is(.using-keyboard-navigation, .no-js) body:not(.page-template-xb100) nav.main div.sub-menu-container:focus-within {
    border-left: 20px solid var(--header-nav-narrow-bgcolor);
    left: 0;
    margin-left: 0;
    max-height: calc(100svh - var(--fixed-header-height));
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    pointer-events: all;
    right: 0;
    z-index: 200001;
  }
  body:not(.page-template-xb100) nav.main li.parent-menu-item.open ul.sub-menu, html:is(.using-keyboard-navigation, .no-js) body:not(.page-template-xb100) nav.main ul.sub-menu:focus-within {
    position: relative;
  }
  body:not(.page-template-xb100) #search-check:checked + .checkmark {
    right: 3px;
    top: -70px;
  }
}
@media only screen and (max-width: 479px) {
  body:not(.page-template-xb100) span.c-hamburger.is-active + ul.dropdown {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    min-height: 100%;
    position: static;
    width: 100%;
  }
  body:not(.page-template-xb100) div.logo-container nav.main.hover,
  body:not(.page-template-xb100) header.with-banner-form nav.main.hover {
    background-color: var(--header-nav-narrow-bgcolor);
    bottom: 0;
    left: 0;
    max-width: 100%;
    min-height: 100svh;
    margin-right: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  body:not(.page-template-xb100) nav.main div.sub-menu-container {
    height: 100%;
  }
  body:not(.page-template-xb100) span.c-hamburger.is-active + ul.dropdown {
    height: calc(100% - 87px);
  }
}

@media only screen and (max-width: 969px) {
  body.page-template-xb100 .wide-menu-only {
    display: none !important;
  }
  body.page-template-xb100 .narrow-menu-only:not(.inline):not(.block):not(.list-item):not(.flex),
  body.page-template-xb100 .narrow-menu-only.inline-block {
    display: inline-block !important;
  }
  body.page-template-xb100 .narrow-menu-only.inline {
    display: inline !important;
  }
  body.page-template-xb100 .narrow-menu-only.block {
    display: block !important;
  }
  body.page-template-xb100 .narrow-menu-only.list-item {
    display: list-item !important;
  }
  body.page-template-xb100 .narrow-menu-only.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.page-template-xb100 header div.logo-container.with-menu + nav.main {
    margin-bottom: 38px;
  }
  body.page-template-xb100 header div.logo-container.with-menu + nav.main span.c-hamburger {
    position: absolute;
    right: 10px;
  }
  body.page-template-xb100 nav.main,
  body.page-template-xb100 header.with-banner-form nav.main {
    color: #fff;
    font-size: 27px;
    margin: 0;
    max-width: calc(100vw - 40px);
    padding-bottom: 1px;
    padding-top: 0;
    position: absolute;
    right: 20px;
    text-align: right;
    top: 20px;
    width: 280px;
    z-index: 20002;
  }
  body.page-template-xb100 nav.main.hover,
  body.page-template-xb100 nav.main.open {
    background-color: var(--main-content-blue);
  }
  body.page-template-xb100 span.c-hamburger + ul.dropdown {
    background-color: var(--main-content-blue);
    display: none;
    right: 0;
    max-width: calc(100vw - 40px);
    padding: 30px 10px 80px;
    position: absolute;
    width: 280px;
    z-index: 10000;
  }
  body.page-template-xb100 span.c-hamburger.is-active + ul.dropdown {
    display: block;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item {
    padding: 0;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item,
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item > span,
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item > span > a:not(.network) {
    display: block;
    text-align: center;
    margin: 0;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item > span > a.network {
    display: inline;
    padding: 15px 5px;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.parent-menu-item).hover > span > a,
  body.page-template-xb100 nav.main ul.sub-menu > li.menu-item.hover > span > a,
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.parent-menu-item).open > span > a,
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown).hover > span > a:not([href]),
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown).hover > span > a[href="#"],
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown).hover > span > a[href=""],
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.parent-menu-item) > span > a:focus,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.sub-menu > li.menu-item > span > a:focus,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown) > span > a:not([href]):focus,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown) > span > a[href="#"]:focus,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.parent-menu-item):not(.no-hover-dropdown) > span > a[href=""]:focus {
    color: #989898;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.parent-menu-item > span > a {
    cursor: pointer;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.parent-menu-item > span > a > span {
    padding-right: 30px;
    position: relative;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.parent-menu-item > span > a > span::after {
    background-image: url("../png/blue-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px);
    width: 20px;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.parent-menu-item.hover > span > a > span::after,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.dropdown > li.parent-menu-item a:hover > span > a > span::after {
    opacity: 0.6;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.parent-menu-item.open > span > a > span::after,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.dropdown > li.parent-menu-item:focus-within > span > a > span::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item > span > a.network:hover img,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.dropdown > li.menu-item > span > a.network:focus img {
    opacity: 0.5;
  }
  body.page-template-xb100 nav.main ul.dropdown:first-child > li.menu-item.button-type:first-child {
    margin-left: 10px;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item.button-type.half-width {
    width: calc(50% - 3px);
  }
  body.page-template-xb100 nav.main ul.dropdown.single-button > li.menu-item.button-type,
  body.page-template-xb100 nav.main ul.dropdown.single-button > li.menu-item.button-type > span,
  body.page-template-xb100 nav.main ul.dropdown.single-button > li.menu-item.button-type > span > a {
    color: #000;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item.button-type.hover > span > a,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.dropdown > li.menu-item.button-type > span > a:focus {
    color: #fff;
  }
  body.page-template-xb100 nav.main ul > li > span > a:not(.network) {
    margin: 0;
    padding: 15px 50px;
  }
  body.page-template-xb100 nav.main ul > li > span > a.network img {
    height: 33px;
    width: 33px;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item > span {
    overflow: hidden;
    position: relative;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.button-type) > span.has-children,
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item.menu-item-has-children:not(.button-type) > span {
    padding-right: 33px;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(:first-child):not(.button-type) > span {
    border-left: none;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(:first-child):not(.button-type) > span.network {
    padding: 15px 0;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(.button-type) > span.has-children::before,
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item.menu-item-has-children:not(.button-type) > span::before {
    background-image: url("../dropdown-arrow-white.html");
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px 6px;
    content: "";
    height: 6px;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 13px;
    z-index: -1;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item.open:not(.button-type) > span.has-children::before,
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item.menu-item-has-children.open:not(.button-type) > span::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item:not(:first-child) > span {
    border-left: none;
  }
  body.page-template-xb100 nav.main ul.dropdown > li:not(.button-type) > div.top-spacer {
    background-color: #3d3d3d;
    padding: 0 0 0 10px;
  }
  body.page-template-xb100 nav.main ul.dropdown > li > div.top-spacer {
    left: auto;
    position: relative;
    -webkit-transform: none;
    transform: none;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item.hover > div.top-spacer { /* turn off hover drop-down effect */
    display: none;
  }
  body.page-template-xb100 nav.main ul.dropdown > li.menu-item.open > div.top-spacer {
    display: block;
    width: auto;
  }
  body.page-template-xb100 nav.main ul.dropdown li span a {
    color: #fff;
    font-size: 27px;
    width: 100%;
  }
  body.page-template-xb100 nav.main ul > li > span > a,
  body.page-template-xb100 nav.main ul > li.current-page > span > a {
    border-top: 0px solid transparent;
  }
  body.page-template-xb100 nav.main li.parent-menu-item ul.sub-menu span a {
    font-weight: 300;
    font-size: 20px;
  }
  body.page-template-xb100 nav.main ul > li > span > a:not(.network) {
    padding: 15px 0;
  }
  body.page-template-xb100 nav.main li.parent-menu-item.open ul.sub-menu,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.sub-menu:focus-within {
    position: relative;
    max-height: 100vh;
  }
  body.page-template-xb100 nav.main li.parent-menu-item a:hover + ul.sub-menu,
  body.page-template-xb100 nav.main li.parent-menu-item.hover ul.sub-menu,
  body.page-template-xb100 nav.main li.parent-menu-item.open ul.sub-menu,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.sub-menu:focus-within {
    margin-top: 0;
    padding: 0 20px;
  }
  body.page-template-xb100 nav.main li.parent-menu-item a:hover + ul.sub-menu::before,
  body.page-template-xb100 nav.main li.parent-menu-item.hover ul.sub-menu::before,
  body.page-template-xb100 nav.main li.parent-menu-item.open ul.sub-menu::before,
  html:is(.using-keyboard-navigation, .no-js) body.page-template-xb100 nav.main ul.sub-menu:focus-within::before {
    display: none;
  }
  body.page-template-xb100 #search-check:checked + .checkmark {
    right: 3px;
    top: -70px;
  }
}
@media only screen and (max-width: 969px) and (max-width: 479px) {
  body.page-template-xb100 .c-hamburger {
    margin-right: 20px;
  }
  body.page-template-xb100 span.c-hamburger + ul.dropdown {
    max-width: 100vw;
    width: 100vw;
  }
  body.page-template-xb100 span.c-hamburger.is-active + ul.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    top: 79px;
  }
  body.page-template-xb100 nav.main,
  body.page-template-xb100 header.with-banner-form nav.main {
    width: 72px;
  }
  body.page-template-xb100 nav.main.hover,
  body.page-template-xb100 header.with-banner-form nav.main.hover {
    bottom: 0;
    left: 0;
    max-width: 100vw;
    min-height: 100vh;
    right: 0;
    text-align: center;
    top: 0;
    width: 100vw;
    z-index: 10000;
  }
  body.page-template-xb100 span.c-hamburger.is-active {
    margin-right: 0;
  }
}
/* footer */
.page-space {
  margin-top: auto;
}

footer {
  display: block;
  font-family: var(--font-sans-serif);
  margin: 60px auto 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

footer :focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: 2px;
}

footer :is(input, button, select):focus-visible {
  border-radius: 0;
  outline-offset: -2px;
}

html:not(.using-keyboard-navigation) footer :is(input, button, select):focus-visible {
  outline: none;
}

main.growth + footer.with-form {
  margin: 23px auto 0;
}

main.growth + footer:not(.with-form) {
  margin: 0 auto;
}

footer section {
  margin: 0 auto;
  padding: 15px 0;
}

footer section.subscribe-form {
  background-color: var(--light-grey-color);
  color: var(--footer-subscribe-section-font-color);
  font-size: 19px;
  padding-inline: var(--gutter-width);
}

footer section.subscribe-form h2 {
  color: var(--header-footer-blue);
  font-size: 40px;
  font-weight: 700;
}

@media only screen and (max-width: 399px) {
  footer section.subscribe-form h2 {
    font-size: 36px;
  }
}
footer section.subscribe-form h2:first-child {
  margin-block: 0.5em 0;
}

footer section.subscribe-form form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  display: grid !important;
  grid-template-columns: calc(100% - 120px) 120px;
  height: 40px;
  margin: 2em auto;
  max-width: min(100%, 340px);
  width: 100%;
}

footer section.subscribe-form form label > span {
  position: absolute;
  -webkit-margin-start: -10000px;
  margin-inline-start: -10000px;
}

footer section.subscribe-form input {
  background-color: transparent;
  color: var(--subscribe-form-input-color);
  font-size: 15px;
  font-weight: 700;
  height: 100% !important;
  padding: 10px 0 10px 10px !important;
  width: 100% !important;
}
footer section.subscribe-form input::-webkit-input-placeholder {
  color: var(--subscribe-form-input-color) !important;
}
footer section.subscribe-form input:-moz-placeholder {
  color: var(--subscribe-form-input-color) !important;
}
footer section.subscribe-form input::-moz-placeholder {
  color: var(--subscribe-form-input-color) !important;
}
footer section.subscribe-form input:-ms-input-placeholder {
  color: var(--subscribe-form-input-color) !important;
}

footer section.subscribe-form input[type=submit] {
  background-color: var(--subscribe-form-submit-bgcolor) !important;
  -webkit-clip-path: polygon(23px 0, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(23px 0, 0 100%, 100% 100%, 100% 0);
  color: var(--subscribe-form-submit-color) !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

footer section.menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: var(--header-footer-blue);
  color: var(--footer-nav-link-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-inline: var(--gutter-width);
  width: 100%;
}

footer nav.footer {
  display: inline-block;
}

footer div.space {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

footer nav.social {
  position: relative;
}

footer ul.social,
footer ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--footer-menu-column-gap);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul.menu:not(.social) {
  row-gap: 15px;
}

footer section.social-icons ul.social > li,
footer section.menu ul.menu > li {
  display: inline-block;
  margin: 0;
  padding-bottom: 0;
  text-align: left;
  whitespace: nowrap;
}

footer nav li a {
  display: inline-block;
  font-size: 16px;
}

footer nav li a.network {
  -webkit-transition: unset;
  transition: unset;
  width: var(--footer-network-icon-width);
}

footer nav li a.network:hover img {
  opacity: 0.5;
  border: none;
}

footer nav li a.network span {
  margin-left: -10000px;
  position: absolute;
}

footer nav li a:hover {
  opacity: 0.7;
}

footer div.copyright {
  color: var(--footer-copyright-color);
  font-size: 15px;
  font-weight: 400;
  margin: 10px var(--gutter-width);
}

footer section.menu:not(:last-child) div.copyright {
  margin-right: 400px;
}

body.landing footer section.subscribe-form {
  display: none;
}

main.campaign + footer {
  margin-top: 0;
}

@media only screen and (max-width: 1199px) {
  footer section.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer nav.social {
    padding-block: 12px 30px;
  }
}
@media only screen and (max-width: 599px) {
  footer nav:not(.social) {
    max-width: min(100%, 320px);
  }
  footer nav.social {
    max-width: calc(3 * var(--footer-network-icon-width) + 2 * var(--footer-menu-column-gap));
  }
}
@media print {
  footer {
    position: absolute;
    bottom: -50px;
  }
  footer section:not(.copyright) {
    display: none;
  }
  #cookiescript_badge, #cookiescript_injected {
    display: none !important;
  }
}
:root {
  --extra-top-space: 0px;
}

:where(.module:not(.module_new)) {
  padding-inline: var(--gutter-width);
  overflow: visible;
}

:where(.module:not(.module_new) .module__content) {
  overflow: visible;
}

#page-overlay, #page-overlay-content {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}

#page-overlay {
  z-index: 40000;
}

#page-overlay-content {
  z-index: 40001;
}

:where(html.overlay-active) #page-overlay {
  background-color: #fff;
  opacity: 0.9;
  pointer-events: all;
}

:where(html.overlay-active) #page-overlay-content {
  background-color: transparent;
  opacity: 1;
  pointer-events: all;
}

html.overlay-active {
  overflow: hidden;
  scrollbar-gutter: stable;
}

main :focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: 2px;
}

main :is(input, button, select):focus-visible {
  border-radius: 0;
  outline-offset: -2px;
}

html:not(.using-keyboard-navigation) main :is(input, button, select):focus-visible {
  outline: none;
}

main.modular-page {
  -webkit-margin-before: var(--fixed-header-height);
  margin-block-start: var(--fixed-header-height);
}

main.modular-page .content-wrapper.with-sticky-menu {
  position: relative;
}

html:not(.using-keyboard-navigation, .no-js) :is(input:not([type=submit], [type=button], [type=image]), button):focus-visible {
  outline: none;
}

/* used to target just :target */
:where(main.modular-page :is(.module_new, :not(.module_cloud-years .year):target)) { /* don't change the year target in cloud years module */
  position: relative;
  top: calc(0px - var(--target-under-sticky-top));
  -webkit-padding-before: var(--target-under-sticky-top);
  padding-block-start: var(--target-under-sticky-top);
  -webkit-margin-after: calc(0px - var(--target-under-sticky-top)) !important;
  margin-block-end: calc(0px - var(--target-under-sticky-top)) !important;
}

:where(main.modular-page .content-wrapper.with-sticky-menu :is(.module_new, :not(.module_cloud-years .year):target)) { /* don't change the year target in cloud years module */
  top: calc(0px - var(--target-under-sticky-top) - var(--target-under-sticky-top));
  -webkit-padding-before: calc(var(--target-under-sticky-top) + var(--target-under-sticky-top));
  padding-block-start: calc(var(--target-under-sticky-top) + var(--target-under-sticky-top));
  -webkit-margin-after: calc(0px - var(--target-under-sticky-top) - var(--target-under-sticky-top)) !important;
  margin-block-end: calc(0px - var(--target-under-sticky-top) - var(--target-under-sticky-top)) !important;
}

:where(main.modular-page) {
  isolation: isolate;
}

main .module {
  --zindex-level: unset;
  z-index: var(--zindex-level);
}

a.toggle-more,
a.toggle-less {
  color: var(--main-blue-color);
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
}

a.toggle-less {
  margin-bottom: 2em;
}

a:is(.toggle-more, .toggle-less)::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  position: absolute;
  width: 18px;
}

main.post a:is(.toggle-more, .toggle-less)::after {
  height: 28px;
  margin-left: 10px;
  width: 28px;
}

a.toggle-more::after {
  background-image: url("../png/arrow-blue-down.png");
  top: 7px;
}

main.post a.toggle-more::after {
  background-image: url("../png/toggle-closed.png");
  top: -3px;
}

a.toggle-less::after {
  background-image: url("../png/arrow-blue-up.png");
  top: 5px;
}

main.post a.toggle-less::after {
  background-image: url("../png/toggle-open.png");
  top: -3px;
}

a.toggle-more.open {
  display: none;
}

a.toggle-more:not(.open) ~ a.toggle-less {
  display: none;
}

a.toggle-more:not(.open) + div {
  height: 0;
  overflow: clip;
  transition: height 0.2s ease, visibility 0.2s;
  visibility: 0;
}

a.toggle-more.open + div {
  height: auto;
  visibility: 1;
}

/* make the H1 in the first module of the page be an H1 size, regardless of module settings */
main.modular-page .content-wrapper:first-child .module_new:not(.module_hero-text-bg):first-child h1 {
  font-size: 4rem !important;
}

div:is(.subscribe-form, .subscribe-form-area) form {
  align-items: center;
  background-color: var(--subscribe-form-bgcolor) !important;
  min-height: 40px;
  width: 100% !important;
}

div.subscribe-form-area form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 120px;
  max-width: min(100%, 400px);
}

main.modular-page div.subscribe-form form {
  max-width: min(100%, 400px);
}

div.subscribe-form form .mc-field-group {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 120px;
}

div:is(.subscribe-form, .subscribe-form-area) form label > span {
  position: absolute;
  margin-inline-start: -10000px;
}

div:is(.subscribe-form, .subscribe-form-area) input {
  background-color: transparent !important;
  color: var(--subscribe-form-input-color) !important;
  font-size: 14px !important;
  font-weight: 700;
  height: 100% !important;
  padding: 10px 0 10px 10px;
  width: 100% !important;
}
@-moz-document url-prefix() {
  div:is(.subscribe-form, .subscribe-form-area) input {
    padding: 10px 0 10px 10px !important;
  }
}
div:is(.subscribe-form, .subscribe-form-area) input::-webkit-input-placeholder {
  color: var(--subscribe-form-input-color) !important;
}
div:is(.subscribe-form, .subscribe-form-area) input:-moz-placeholder {
  color: var(--subscribe-form-input-color) !important;
}
div:is(.subscribe-form, .subscribe-form-area) input::-moz-placeholder {
  color: var(--subscribe-form-input-color) !important;
}
div:is(.subscribe-form, .subscribe-form-area) input:-ms-input-placeholder {
  color: var(--subscribe-form-input-color) !important;
}

div:is(.subscribe-form, .subscribe-form-area) input[type=submit] {
  background-color: var(--subscribe-form-submit-bgcolor) !important;
  -webkit-clip-path: polygon(23px 0, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(23px 0, 0 100%, 100% 100%, 100% 0);
  color: var(--subscribe-form-submit-color) !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

/*---------------------------------------*\
   MODULE: BASE of all new modules
\*---------------------------------------*/
.module_new {
  display: grid;
  max-width: 100vw;
  min-width: 320px;
}

:where(.module_new) {
  margin-block-start: calc(50px + var(--extra-top-space));
  overflow: hidden;
  padding-inline: var(--gutter-width);
}

:where(.module_new .module__content) {
  overflow: hidden;
}

:where(.module_new.lightbg) {
  padding-inline: 0;
}

:where(.module_new.lightbg .module__background) {
  background-color: var(--very-light-blue-color);
  padding: 25px var(--gutter-width);
}

:where(.module_new.lightbg.extra-top-padding .module__background) {
  padding-block-start: 75px;
}

:where(.module_new.lightbg.extra-bottom-padding .module__background) {
  padding-block-end: 75px;
}

:where(.module_new.lightbg + .module_new.lightbg) {
  margin-top: 0;
}

/*---------------------------------------*\
   MODULE: INTRO used in several modules
\*---------------------------------------*/
.module_intro {
  color: var(--main-text-color);
  position: relative;
}

.module_intro.lightbg {
  padding-inline: 0;
}

.module_intro.lightbg .module__background {
  background-color: var(--very-light-blue-color);
  padding: 25px var(--gutter-width);
}

.module_intro.lightbg.extra-top-padding .module__background {
  padding-block-start: 75px;
}

.module_intro.lightbg.extra-bottom-padding .module__background {
  padding-block-end: 75px;
}

.module_intro .module__content {
  display: grid;
  font-size: 1.9rem;
  line-height: 1.3684;
  margin-inline: auto;
  text-align: center;
  width: 100%;
}

.module_intro .module__content:not(.full-width-heading) {
  max-width: min(100%, 1200px);
}

.module_intro .h-module-heading {
  color: var(--heading-grey-color);
  font-size: 4rem;
  font-weight: 700;
  margin-block: 0;
}

.module_intro .module__content .intro {
  margin: 2rem auto 0;
}

.module_intro .module__content.full-width-heading .intro {
  max-width: min(100%, 1200px);
}

.module_block_intro .module__content .intro {
  max-width: min(100%, 750px);
}

.module_intro .module__content .intro a {
  color: var(--standard-text-a-color);
}

.module_intro .module__content .intro a:hover {
  color: var(--standard-text-a-hover-color);
}

.module_intro .module__content .intro :first-child {
  margin-block-start: 0;
}

.module_intro .module__content .intro :last-child {
  margin-block-end: 0;
}

/*---------------------------------------------------*\
    FILTERS used in Landing PAGE and other MODULES
\*---------------------------------------------------*/
.module_filters {
  padding-inline: 0;
}

.module_filters:not(.no-bg-color) .module__background {
  background-color: var(--medium-light-blue-color);
}

.module_filters:not(.no-bg-color) .module__content {
  padding: 30px var(--gutter-width);
}

.module_filters.no-bg-color .module__content {
  padding-inline: var(--gutter-width);
}

.module_filters h2.no-filters {
  color: var(--landing-filter-input-font-color);
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 700;
  margin: 8px auto 3px;
  max-width: min(100%, 1200px);
  text-align: center;
}

.module_filters:not([data-filter-count="0"]) h2.no-filters {
  display: none;
}

.module_filters :is(form, p) {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 700;
}

.module_filters .max-width {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-inline: auto;
  max-width: min(100%, 1200px);
}
@media (max-width: 834px) {
  .module_filters .max-width {
    grid-template-columns: 1fr;
  }
}

.module_filters:not(.center) .max-width {
  justify-content: space-between;
  gap: 30px;
}

.module_filters.center .max-width {
  justify-content: center;
}

.module_filters form {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: flex-start;
  width: auto;
}
@media (max-width: 834px) {
  .module_filters form {
    justify-content: center;
  }
}

.module_filters.center-form form {
  margin-inline: auto;
}

/*
.module_filters.center-form[data-filter-count="2"] form {
	grid-template-columns: repeat(2, minmax(260px, 1fr));
}

.module_filters.center-form[data-filter-count="3"] form {
	grid-template-columns: repeat(3, minmax(260px, 1fr));
}

.module_filters.center-form[data-filter-count="4"] form {
	grid-template-columns: repeat(4, minmax(260px, 1fr));
}

.module_filters.center-form[data-filter-count="5"] form {
	grid-template-columns: repeat(5, minmax(260px, 1fr));
}
*/
html.no-js .module_filters form {
  display: none;
}

.module_filters label {
  position: absolute;
  left: -100000px;
}

.module_filters :is(input, select) {
  color: var(--landing-filter-input-font-color);
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 700;
  min-width: 200px;
  padding: 8px 43px 3px 15px;
}

.module_filters input {
  max-width: min(100%, 250px);
}

.module_filters input.search {
  background-image: url("../png/icon-search.png");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 15px 18px;
}

.module_filters:not(.no-bg-color) :is(input, select) {
  background-color: var(--landing-filter-input-bg-color);
}

.module_filters.no-bg-color :is(input, select) {
  background-color: var(--medium-light-blue-color);
}

.module_filters select {
  background-image: url("../svg/dropdown-down-arrow.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 13px 7px;
}

.module_filtered article:is(.hidden, .hidden-by-name) {
  display: none !important;
}

.module_filters input::-webkit-input-placeholder {
  color: var(--landing-filter-input-font-color);
}

.module_filters input:-moz-placeholder {
  color: var(--landing-filter-input-font-color);
}

.module_filters input::-moz-placeholder {
  color: var(--landing-filter-input-font-color);
}

.module_filters input:-ms-input-placeholder {
  color: var(--landing-filter-input-font-color);
}

/*--------------------------------------------*\
  General Slick slideshow formatting template
\*--------------------------------------------*/
.module_new .slide-controls-positioning {
  height: 34px;
  text-align: center;
}

.module_new .slide-controls {
  display: inline-block;
  height: 34px;
  padding: 0;
  position: relative;
  width: auto;
}

.module_new .slide-controls button.slick-prev {
  left: 0px;
  top: 0px;
  -webkit-transform: none;
  transform: none;
}

.module_new .slide-controls button.slick-next {
  right: 0px;
  top: 0px;
  -webkit-transform: none;
  transform: none;
}

.module_new .slick-arrow::before {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 34px;
  content: "";
  display: block;
  height: 34px;
  opacity: 1;
  width: 34px;
}

.module_new .slide-controls button.slick-arrow:hover::before {
  background-position: left center;
}

.module_new .slick-prev::before {
  background-image: url("../png/atlas-left-arrow.png");
}

.module_new .slick-next::before {
  background-image: url("../png/atlas-right-arrow.png");
}

.module_new .slide-controls ul {
  bottom: 10px;
  display: inline-block;
  position: relative;
  width: auto;
}

.module_new .slick-dots li {
  height: 10px;
  margin: 0 2px;
  width: 10px;
}

.module_new .slick-dots li button {
  height: 10px;
  padding: 2px;
  width: 10px;
}

.module_new .slick-dots li button::before {
  color: var(--main-grey-color);
  font-size: 8px;
  height: 10px;
  line-height: 10px;
  opacity: 1;
  width: 10px;
}

.module_new .slick-dots li.slick-active button::before {
  color: var(--grey-on-blue-color);
  opacity: 1;
}

/*---------------------------------------*\
   MODULE: HOME LEFT SIDEBAR
\*---------------------------------------*/
.module_home-with-left-sidebar {
  color: var(--main-text-color);
  overflow: visible; /* for sticky-positioned content */
}

.module_home-with-left-sidebar .module__content {
  display: grid;
  gap: var(--gutter-width);
  grid-template-areas: "intro list";
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  grid-template-rows: 1fr;
  font-size: 1.9rem;
  line-height: 1.3684;
  margin-inline: auto;
  overflow: visible; /* for sticky-positioned content */
  width: 100%;
}

.module_home-with-left-sidebar .h-module-heading {
  color: var(--heading-grey-color);
  font-size: 4rem;
  font-weight: 700;
  margin-block: 0;
  padding-block-start: 10px;
  position: relative;
}

.module_home-with-left-sidebar .h-module-heading::before {
  content: "";
  border-top: 6px solid var(--heading-blue-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
}

.module_home-with-left-sidebar .intro {
  grid-area: intro;
}

.module_home-with-left-sidebar .intro-text {
  padding-block: 2rem;
}

.module_home-with-left-sidebar .subscribe-area {
  padding-block-start: 2rem;
}

.module_home-with-left-sidebar .subscribe-form {
  max-width: min(100%, 350px);
  padding-block-start: 2rem;
}

/*---------------------------------------------------------------------*\
   MODULE: CALLOUT used in POST content and STANDARD-TEXT module, too
\*---------------------------------------------------------------------*/
.module_callout-text.module_standard-text .module__content {
  max-width: min(100%, 1000px);
}

:is(.module_post-content, .module_standard-text) blockquote:is(.legacy, :not([class])) {
  background-color: #F5A701;
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 50px) 100%, 100% calc(100% - 87px), 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 50px) 100%, 100% calc(100% - 87px), 100% 0);
  color: #fff;
  float: right;
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: normal;
  margin: 0 -25px 25px 25px;
  margin-block-start: 0;
  padding: 25px 50px 50px 25px;
  width: calc(50% + 20px);
}

:is(.module_post-content, .module_standard-text) blockquote :first-child {
  margin-block-start: 0;
}

:is(.module_post-content, .module_standard-text) blockquote :last-child {
  margin-block-end: 0;
}

.module_standard-text blockquote:not(.legacy) {
  --blockquote-inline-padding: 30px;
  padding: var(--blockquote-inline-padding);
}

:is(.module_post-content, .module_standard-text) blockquote[class]:not(.legacy) {
  --blockquote-inline-padding: 30px;
  padding: var(--blockquote-inline-padding);
}

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

:is(.module_post-content, .module_standard-text) blockquote.inline {
  margin-inline: 0;
  width: 100%;
}

:is(.module_post-content, .module_standard-text) blockquote:not(.legacy).light-blue-border,
.module_full-width-callout-text .module__content.light-blue-border {
  border: 5px solid var(--very-light-blue-color);
}

:is(.module_post-content, .module_standard-text) blockquote:not(.legacy).yellow-border,
.module_full-width-callout-text .module__content.yellow-border {
  border: 5px solid var(--main-yellow-color);
}

:is(.module_post-content, .module_standard-text) blockquote:not(.legacy).light-blue-bg,
.module_full-width-callout-text .module__content.light-blue-bg {
  background-color: var(--very-light-blue-color);
}

:is(.module_post-content, .module_standard-text) blockquote:is(.extended, .edge-extended).light-blue-bg,
.module_full-width-callout-text .module__content.light-blue-bg {
  color: var(--article-blockquote-grey-font-color);
}

:is(.module_post-content, .module_standard-text) blockquote:not(.legacy).grey-bg,
.module_full-width-callout-text .module__content.grey-bg {
  background-color: var(--main-grey-color);
}

:is(.module_post-content, .module_standard-text) blockquote:not(.legacy).blue-bg,
.module_full-width-callout-text .module__content.blue-bg {
  background-color: var(--main-blue-color);
  color: var(--extremely-light-blue-color);
}

.module_full-width-callout-text {
  padding-inline: 0;
}

.module_full-width-callout-text .module__content {
  padding: var(--gutter-width);
}

.module_full-width-callout-text .max-width {
  font-family: var(--font-serif);
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
  margin-inline: auto;
  max-width: min(100%, 1000px);
  text-align: center;
}

.module_full-width-callout-text .max-width :first-child {
  margin-block-start: 0;
}

.module_full-width-callout-text .max-width :last-child {
  margin-block-end: 0;
}

.module_full-width-callout-text .alternate {
  color: var(--article-blockquote-grey-font-color);
  font-family: var(--font-sans-serif);
  font-size: 1.6rem;
}

.module_full-width-callout-text .light-blue-bg .alternate {
  color: var(--article-blockquote-grey-font-color);
}

.module_full-width-callout-text .blue-bg .alternate {
  color: var(--extremely-light-blue-color);
}

/*---------------------------------------*\
   MODULE: CLOUD YEARS
\*---------------------------------------*/
.module_cloud-years .module__content {
  overflow: visible;
}

.module_cloud-years nav.year {
  background-color: var(--very-light-blue-color);
  margin-inline: calc(0px - var(--gutter-width));
  padding-inline: var(--gutter-width);
}

.module_cloud-years nav.year ul {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, 120px);
  justify-content: center;
  list-style: none;
  padding: 0;
}

.module_cloud-years nav.year a {
  background-color: var(--very-light-blue-color);
  color: var(--main-blue-color);
  display: block;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  text-align: center;
  width: 100%;
}

.module_cloud-years .h-module-heading {
  color: var(--main-blue-color);
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.module_cloud-years .intro {
  color: var(--main-text-color);
  margin: -1.5em auto 2.25em;
  max-width: min(100%, 800px);
}

.module_cloud-years .list {
  color: var(--main-text-color);
  display: grid;
  gap: 50px var(--gutter-width);
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
  font-size: 1.9rem;
  line-height: 1.3684;
  margin-inline: auto;
  max-width: min(100%, 1490px);
  width: 100%;
}

@media only screen and (max-width: 579px) {
  .module_cloud-years .list {
    grid-template-columns: 1fr;
  }
}
.module_cloud-years article {
  display: grid;
  font-size: 1.6rem;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  line-height: 1.3;
  text-align: left;
}

.module_cloud-years article .banner {
  aspect-ratio: 720/405;
}

.module_cloud-years article img.image {
  aspect-ratio: 720/405;
  height: 100%;
  width: 100%;
}

.module_cloud-years p {
  margin: 0.5em 0;
}

.module_cloud-years .h-module-h3 {
  color: var(--main-blue-color);
  font-size: 30px;
  margin: 0.5em 0 0.25em;
}

.module_cloud-years a.banner:hover,
.module_cloud-years a.post-title:hover .h-module-h3,
.module_cloud-years a.banner:hover + .text a.post-title .h-module-h3 {
  opacity: 0.7;
}

.module_cloud-years a.post-title:focus-visible .h-module-h3 {
  border-radius: 4px;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: 2px;
}

.module_cloud-years article:has(a.post-title:hover) a.banner {
  opacity: 0.7;
}

.module_cloud-years nav.year .year-item :where(a.active) {
  background-color: var(--main-blue-color);
  color: #fff;
}

.module_cloud-years div.year:not(.active) {
  display: none;
}

@media only screen and (max-width: 639px) {
  .module_cloud-years nav.convert-to-dropdown-at-narrow {
    background-color: var(--very-light-blue-color);
    display: grid;
    height: 64px;
    margin-inline: calc(0px - var(--gutter-width));
    overflow: visible;
    padding-block: 10px;
    position: relative;
  }
  .module_cloud-years nav.convert-to-dropdown-at-narrow ul {
    background-color: #fff;
    border: 1px solid var(--light-blue-color);
    border-radius: 5px;
    display: block;
    height: min-content;
    left: 50%;
    margin-block: 0;
    min-width: min(100%, 280px);
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    width: max-content;
  }
  .module_cloud-years nav.year a {
    font-size: 25px;
  }
  .module_cloud-years nav.convert-to-dropdown-at-narrow .year-item {
    background-color: #fff;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
  .module_cloud-years nav.convert-to-dropdown-at-narrow .year-item a {
    background-color: transparent;
    color: var(--main-blue-color);
    padding-inline: 33px;
  }
  .module_cloud-years nav.convert-to-dropdown-at-narrow .year-item:is(:first-child, :last-child) a {
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 7px;
  }
  .module_cloud-years nav.convert-to-dropdown-at-narrow .year-item:not(:first-child, :last-child) a {
    background-position: right 10px top 12px, right 10px bottom 12px;
    background-repeat: no-repeat, no-repeat;
    background-size: 13px 7px, 13px 7px;
  }
  .module_cloud-years nav.convert-to-dropdown-at-narrow .year-item:is(:first-child, :last-child) a.active {
    background-image: url("../svg/dropdown-down-arrow.svg");
  }
  .module_cloud-years nav.convert-to-dropdown-at-narrow .year-item:not(:first-child, :last-child) a.active {
    background-image: url("../svg/dropdown-up-arrow.svg"), url("../svg/dropdown-down-arrow.svg");
  }
  .module_cloud-years nav.convert-to-dropdown-at-narrow .year-item a.active {
    min-width: min(100%, 280px);
    outline-offset: -3px;
  }
  .module_cloud-years nav.convert-to-dropdown-at-narrow ul:not(:focus-within) .year-item:not(:has(a.active)) {
    height: 0;
    padding-block: 0;
  }
  @supports not selector(:has(a.active)) {
    .module_cloud-years nav.convert-to-dropdown-at-narrow ul:not(:focus-within) .year-item:not(.active-within) {
      height: 0;
      padding-block: 0;
    }
  }
}
/*---------------------------------------*\
   MODULE: CONTENT SLIDES
\*---------------------------------------*/
.module_content-slides.lightbg-style {
  padding-inline: 0;
}

.module_content-slides.lightbg-style .module__background {
  background-color: var(--very-light-blue-color);
}

.module_content-slides.lightbg-style + .module_content-slides.lightbg-style {
  margin-block-start: 0;
}

.module_content-slides .module__content {
  color: var(--main-text-color);
  display: grid;
  gap: 30px;
  grid-template-rows: auto;
}

.module_content-slides.lightbg-style .module__content {
  padding: 25px var(--gutter-width);
}

.module_content-slides.horizontal .module__content {
  grid-template-areas: "text slideshow";
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  grid-template-rows: 1fr;
}

.module_content-slides.vertical .module__content {
  grid-template-areas: "text" "slideshow";
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  overflow: visible;
}

.module_content-slides .slideshow {
  grid-area: slideshow;
  margin-inline: -26px; /* inline padding on slides + inline padding on .slick-list, below */
}

@media only screen and (max-width: 1199px) {
  .module_content-slides.horizontal .module__content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  }
}
@media only screen and (max-width: 949px) {
  .module_content-slides.vertical .slideshow {
    margin-inline: calc(-26px - var(--gutter-width));
  }
  .module_content-slides.vertical .slides {
    margin-inline: auto;
    max-width: 50vw;
    overflow: visible;
  }
  .module_content-slides.vertical .slick-slider .slick-list {
    overflow: visible;
  }
}
@media only screen and (max-width: 929px) {
  .module_content-slides.horizontal .module__content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media only screen and (max-width: 639px) {
  .module_content-slides.vertical .slides {
    max-width: 66.6667vw;
  }
  .module_content-slides.horizontal .module__content {
    grid-template-areas: "text" "slideshow";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr;
  }
}
.module_content-slides .text {
  grid-area: text;
  display: grid;
  font-size: 1.9rem;
  isolation: isolate;
  line-height: 1.3684;
  justify-content: center;
  overflow: hidden;
  position: relative;
  word-break: break-word;
}

.module_content-slides.horizontal .text {
  align-items: start;
  grid-template-rows: auto 1fr;
}

.module_content-slides.vertical .text {
  align-items: center;
}

.module_content-slides .h-module-heading {
  color: var(--heading-grey-color);
  font-size: 3.8rem;
  font-weight: 700;
  margin-block: 0 0.5em;
  position: relative;
}

.module_content-slides.vertical .text .max-width {
  margin-inline: auto;
  max-width: min(100%, 600px);
}

.module_content-slides .text p.alternate {
  font-weight: 700;
}

.module_content-slides.vertical .text .text-container {
  margin-inline: 50px;
  text-align: center;
  z-index: 1;
}

.module_content-slides.vertical .text .slide-controls {
  z-index: 0;
}

.module_content-slides .h-module-heading .grey {
  color: var(--heading-grey-color);
}

.module_content-slides .h-module-heading .light-blue {
  color: var(--heading-light-blue-color);
}

.module_content-slides .h-module-heading .blue {
  color: var(--heading-blue-color);
}

.module_content-slides .slide.video-type .video-popup {
  display: block;
  width: 100%;
}

.module_content-slides .slide.video-type .video-popup {
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 130px 130px, cover;
}

/*--------------------------------------------*\
  Slick slideshow formatting
\*--------------------------------------------*/
.module_content-slides.vertical .slide-controls {
  display: block;
  height: 34px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.module_content-slides.horizontal .slide-controls {
  display: flex;
  gap: 15px;
  height: auto;
  padding: 0;
  position: relative;
  padding-block-start: 20px;
  width: 100%;
}

.module_content-slides .slide-controls button.slick-arrow {
  height: 34px;
  width: 34px;
}

.module_content-slides.vertical .slide-controls button.slick-arrow {
  position: absolute;
}

.module_content-slides.horizontal .slide-controls button.slick-arrow {
  position: relative;
}

.module_content-slides .slick-arrow::before {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 34px;
  content: "";
  display: block;
  height: 34px;
  opacity: 1;
  width: 34px;
}

.module_content-slides .slide-controls button.slick-arrow:is(:hover, :focus-visible)::before {
  background-position: left center;
}

.module_content-slides .slide-controls button.slick-arrow:focus-visible::before {
  border-radius: 50%;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: -2px;
}

.module_content-slides .slick-prev::before {
  background-image: url("../png/atlas-left-arrow.png");
}

.module_content-slides .slick-next::before {
  background-image: url("../png/atlas-right-arrow.png");
}

.module_content-slides.vertical .slide-controls button.slick-prev {
  left: 0px;
  top: 0px;
  -webkit-transform: none;
  transform: none;
}

.module_content-slides.vertical .slide-controls button.slick-next {
  right: 0px;
  top: 0px;
  -webkit-transform: none;
  transform: none;
}

.module_content-slides .slide-controls ul {
  display: none; /* in case dots are activated in JS */
}

.module_content-slides .slick-slider .slick-list {
  padding: 4px 6px !important; /* for :focus-visible lines */
}

.module_content-slides .slick-slider .slide-content {
  background-color: transparent;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  padding-inline: 20px;
}

.module_content-slides .slick-slider .slide-content > .thumb,
.module_content-slides .slick-slider .slide-content > .thumb img {
  aspect-ratio: 700/420;
  display: block;
  width: 100%;
}

.module_content-slides .slick-slider .slide-content > .thumb img {
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 65px 65px, cover;
}

.module_content-slides .slick-slider .slide-text {
  color: var(--heading-grey-color);
  font-size: 1.7rem;
  padding-block: 20px;
}

.module_content-slides .slick-slider :is(.roadmaps, .buttons) {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding-block-end: 20px;
}

.module_content-slides .slick-slider :is(.roadmap, .manual-block-button) {
  white-space: nowrap;
}

.module_content-slides .slick-slider .slide-text a.title {
  color: var(--heading-grey-color);
}

.module_content-slides .slick-slider a.thumb.hover,
.module_content-slides .slick-slider a.thumb:hover,
.module_content-slides .slick-slider a.title:hover,
.module_content-slides .slick-slider a.thumb:hover + .slide-text a.title {
  opacity: 0.7;
}

.module_content-slides .slick-slider .slide:has(a.title:hover) a.thumb {
  opacity: 0.7;
}

.module_content-slides .slick-slider .slide-text .h-module-h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
}

.module_content-slides .slick-slider .slide-text :is(h2, h3, h4, h5, h6) {
  color: var(--heading-blue-color);
  margin-block: 0.5em 0.25em;
}

.module_content-slides .slick-slider .slide-text :first-child {
  margin-block-start: 0;
}

.module_content-slides .slick-slider .slide-text :last-child {
  margin-block-end: 0;
}

.module_content-slides .flex-direction-nav a {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 34px;
  height: 34px;
  opacity: 1;
  top: auto;
  width: 34px;
}

html:not(.no-js) .module_content-slides .slick-slider .flex-direction-nav a {
  bottom: calc(var(--flex-slider-text-area-height) / 2 - 17px);
}

html.no-js .module_content-slides .flex-direction-nav a {
  bottom: 10px;
}

.module_content-slides .slick-slider:hover .flex-direction-nav a {
  opacity: 1;
}

.module_content-slides .flex-direction-nav a:is(:hover, :focus-visible) {
  background-position: right center;
  opacity: 1;
}

.module_content-slides .flex-direction-nav a::before {
  content: "";
  display: none;
}

.module_content-slides .flex-direction-nav a.flex-prev {
  background-image: url("../png/atlas-left-arrow.png");
  color: transparent;
  font-size: 0;
  left: 10px;
}

.module_content-slides .flex-direction-nav a.flex-next {
  background-image: url("../png/atlas-right-arrow.png");
  color: transparent;
  font-size: 0;
  right: 10px;
}

/*---------------------------------------------------------------------*\
   MODULE: 4-COLUMN ARTICLE
\*---------------------------------------------------------------------*/
.module_4_column_articles .module__content {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-inline: auto;
  max-width: min(100%, 1527px); /* max 4 wide (1519px) + 8px padding */
  padding-inline: 4px; /* for :focus-visible outlining */
  width: 100%;
}

.module_4_column_articles img {
  --background-image-2x: none;
  --background-image-4x: none;
  background-image: var(--background-image-2x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  transition: opacity 0.1s ease 0s;
}

.module_4_column_articles a.thumb:hover img {
  opacity: 0.7;
}

.module_4_column_articles article:has(.h-module-h3 a:hover) a.thumb img {
  opacity: 0.7;
}

.module_4_column_articles a.thumb:hover ~ .text .h-module-h3 a {
  color: var(--main-blue-color);
}

.module_4_column_articles img.no-thumb {
  outline: 1px dotted var(--light-blue-color);
  outline-offset: -1px;
}

.module_4_column_articles .main-meta {
  margin-block-start: 1rem;
}

.module_4_column_articles .h-module-h3 {
  margin-block: 1rem;
}

.module_4_column_articles .h-module-h3 a {
  color: var(--heading-grey-color);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  transition: color 0.1s ease 0s;
}

.module_4_column_articles .h-module-h3 a:hover {
  color: var(--main-blue-color);
}

/*---------------------------------------*\
   MODULE: HERO TEXT w/ BACKGROUND
\*---------------------------------------*/
.module_hero-text-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--main-text-color);
  position: relative;
}

.module_hero-text-bg.no-bgimage {
  background-color: var(--very-light-blue-color);
}

main.modular-page .content-wrapper:first-child .module_hero-text-bg:first-child {
  margin-block-start: var(--extra-top-space);
}

.module_hero-text-bg .module__content {
  display: grid;
  font-size: 1.9rem;
  line-height: 1.3684;
  margin-inline: auto;
  max-width: min(100%, 1200px);
  padding-block: 10rem 11rem;
  text-align: center;
  width: 100%;
}

.module_hero-text-bg .h-module-heading {
  color: var(--heading-blue-color);
  font-weight: 700;
  line-height: 1.1;
  margin-block: 0px;
}

.module_hero-text-bg .h-module-heading.large {
  font-size: 10rem;
}

@media only screen and (max-width: 479px) {
  .module_hero-text-bg .h-module-heading.large {
    font-size: clamp(6rem, 20.8333vw, 10rem);
  }
}
.module_hero-text-bg .h-module-heading.small {
  font-size: 6rem;
}

.module_hero-text-bg .standard-text {
  margin-block-start: 2rem;
  margin-inline: auto;
  max-width: min(100%, 750px);
}

.module_hero-text-bg .module__content .standard-text :first-child {
  margin-block-start: 0;
}

.module_hero-text-bg .module__content .standard-text :last-child {
  margin-block-end: 0;
}

/*---------------------------------------*\
   MODULE: HOME ARTICLES
\*---------------------------------------*/
@media only screen and (min-width: 900px) {
  .module_home-articles {
    padding-inline-end: 0;
  }
}

@media only screen and (max-width: 899px) {
  .module_home-articles .module__content {
    grid-template-areas: "intro" "list";
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 900px) {
  .module_home-articles .intro {
    height: fit-content;
    max-height: calc(100svh - var(--fixed-header-article-top)) !important;
    position: sticky;
    top: var(--fixed-header-article-top);
  }
}

.module_home-articles .subscribe-area.area-with-heading .heading {
  margin-block-end: 0.75em;
}

.module_home-articles .article-list {
  display: grid;
  gap: 30px;
  grid-area: list;
  grid-template-areas: "one one" "one one" "two three";
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, auto);
}
@media only screen and (max-width: 899px) {
  .module_home-articles .article-list {
    grid-template-areas: "one" "two" "three";
    grid-template-columns: 1fr;
  }
}

.module_home-articles .article-list article:first-child {
  grid-area: one;
}

.module_home-articles .article-list a.thumb img {
  --background-image-2x: none;
  --background-image-4x: none;
  aspect-ratio: 16/9;
  background-image: var(--background-image-2x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  transition: opacity 0.1s ease 0s;
}

.module_home-articles .article-list article:first-child img {
  background-image: var(--background-image-4x);
}

.module_home-articles .article-list a.thumb:hover img {
  opacity: 0.7;
}

.module_home-articles .article-list article:has(.h-module-h3 a:hover) a.thumb img {
  opacity: 0.7;
}

.module_home-articles .article-list a.thumb:hover ~ .text .h-module-h3 a {
  color: var(--main-blue-color);
}

.module_home-articles .article-list img.no-thumb {
  outline: 1px dotted var(--light-blue-color);
  outline-offset: -1px;
}

.module_home-articles .article-list .main-meta {
  margin-block-start: 1rem;
}

.module_home-articles .article-list .h-module-h3 {
  margin-block: 1rem;
}

.module_home-articles .article-list .h-module-h3 a {
  color: var(--heading-grey-color);
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 700;
  transition: color 0.1s ease 0s;
}

.module_home-articles .article-list .h-module-h3 a:hover {
  color: var(--main-blue-color);
}

/*---------------------------------------*\
   MODULE: HOME FEATURED ARTICLES
\*---------------------------------------*/
@media only screen and (max-width: 939px) {
  .module_home-featured-portfolio .module__content {
    grid-template-areas: "intro" "list";
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 940px) {
  .module_home-featured-portfolio .intro {
    height: fit-content;
    max-height: calc(100svh - var(--fixed-header-article-top)) !important;
    position: sticky;
    top: var(--fixed-header-article-top);
  }
}

.module_home-featured-portfolio .list {
  display: grid;
  gap: 30px;
  grid-area: list;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  grid-template-rows: auto;
}
@media only screen and (max-width: 939px) {
  .module_home-featured-portfolio .list {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }
}
@media only screen and (max-width: 639px) {
  .module_home-featured-portfolio .list {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
}
@media only screen and (max-width: 479px) {
  .module_home-featured-portfolio .list {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  }
}

.module_home-featured-portfolio .list .max-width {
  margin-inline: auto;
  max-width: min(100%, 240px);
}

.module_home-featured-portfolio .list img {
  width: 100%;
}

.module_home-featured-portfolio .list .main-meta {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-block-start: 1rem;
}

/*---------------------------------------*\
   MODULE: INVESTMENT ROADMAPS TABS
\*---------------------------------------*/
.module_investment-roadmaps-tabs {
  color: var(--main-text-color);
}
@media only screen and (min-width: 1030px) {
  .module_investment-roadmaps-tabs {
    padding-inline-end: 0;
  }
}

.module_investment-roadmaps-tabs .module__content {
  column-gap: var(--gutter-width);
  display: grid;
  grid-template-areas: "intro list";
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
  grid-template-rows: 1fr;
  font-size: 1.9rem;
  line-height: 1.3684;
  margin-inline: auto;
  row-gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 1029px) {
  .module_investment-roadmaps-tabs .module__content {
    grid-template-areas: "intro" "list";
    grid-template-columns: 1fr;
    overflow: visible;
  }
}

.module_investment-roadmaps-tabs .h-module-heading {
  color: var(--heading-grey-color);
  font-size: 4rem;
  font-weight: 700;
  margin-block: 0;
  padding-block-start: 10px;
  position: relative;
}

.module_investment-roadmaps-tabs .h-module-heading::before {
  content: "";
  border-top: 6px solid var(--heading-blue-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 6rem;
}

.module_investment-roadmaps-tabs .intro {
  grid-area: intro;
}

.module_investment-roadmaps-tabs .intro-text {
  padding-block: 2rem;
}

.module_investment-roadmaps-tabs nav.roadmap {
  margin-block-start: 30px;
}

.module_investment-roadmaps-tabs nav.roadmap ul {
  border-block-end: 2px solid var(--tab-nav-border-color);
  display: grid;
  list-style: none;
  padding: 0;
}

.module_investment-roadmaps-tabs nav.roadmap li {
  align-items: stretch;
  border-block-start: 2px solid var(--tab-nav-border-color);
  display: grid;
}

.module_investment-roadmaps-tabs nav.roadmap a {
  align-items: center;
  color: var(--main-text-color);
  display: grid;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 10px;
  width: 100%;
}

.module_investment-roadmaps-tabs nav.roadmap .roadmap-item :where(a.active) {
  background-color: var(--very-light-blue-color);
}

.module_investment-roadmaps-tabs div.year:not(.active) {
  display: none;
}

@media only screen and (max-width: 1029px) {
  .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow {
    background-color: var(--very-light-blue-color);
    display: grid;
    height: 64px;
    margin-inline: calc(0px - var(--gutter-width));
    overflow: visible;
    padding-block: 10px;
    position: relative;
  }
  .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow ul {
    background-color: #fff;
    border: 1px solid var(--very-light-blue-color);
    border-radius: 0;
    display: block;
    height: min-content;
    left: 50%;
    margin-block: 0;
    min-width: min(100%, 280px);
    position: absolute;
    top: 10px;
    transform: translateX(-50%);
    width: calc(100% - 2 * var(--gutter-width));
  }
  .module_investment-roadmaps-tabs nav.roadmap a {
    font-size: 25px;
  }
  .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow .roadmap-item {
    background-color: #fff;
    border: none;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    overflow: hidden;
    padding: 0;
  }
  .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow .roadmap-item a {
    background-color: transparent;
    color: var(--main-blue-color);
    font-family: var(--font-serif);
    padding: 8px 33px 2px;
  }
  .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow .roadmap-item:is(:first-child, :last-child) a {
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 7px;
  }
  .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow .roadmap-item:not(:first-child, :last-child) a {
    background-position: right 10px top 12px, right 10px bottom 12px;
    background-repeat: no-repeat, no-repeat;
    background-size: 13px 7px, 13px 7px;
  }
  .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow .roadmap-item:is(:first-child, :last-child) a.active {
    background-image: url("../svg/dropdown-down-arrow.svg");
  }
  .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow .roadmap-item:not(:first-child, :last-child) a.active {
    background-image: url("../svg/dropdown-up-arrow.svg"), url("../svg/dropdown-down-arrow.svg");
  }
  .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow .roadmap-item a.active {
    cursor: default;
    min-width: min(100%, 280px);
    outline-offset: -3px;
  }
  .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow ul:not(:focus-within) .roadmap-item:not(:has(a.active)) {
    height: 0;
    padding-block: 0;
  }
  @supports not selector(:has(a.active)) {
    .module_investment-roadmaps-tabs nav.convert-to-dropdown-at-narrow ul:not(:focus-within) .roadmap-item:not(.active-within) {
      height: 0;
      padding-block: 0;
    }
  }
}
.module_investment-roadmaps-tabs .roadmaps .roadmap:not(.active) {
  display: none;
}

.module_investment-roadmaps-tabs .roadmap {
  display: grid;
  gap: 30px;
  grid-area: list;
  grid-template-areas: "investment-roadmap" "atlas";
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}

.module_investment-roadmaps-tabs .roadmap-intro .h-module-h2 {
  color: var(--heading-blue-color);
  font-size: 4rem;
  font-weight: 700;
  margin-block: 0 0.5em;
}

.module_investment-roadmaps-tabs .roadmap-intro {
  font-size: 2.3rem;
  grid-area: investment-roadmap;
  padding-inline-end: var(--gutter-width);
}

.module_investment-roadmaps-tabs .roadmap-intro a {
  color: var(--standard-text-a-color);
}

.module_investment-roadmaps-tabs .roadmap-intro a:hover {
  color: var(--standard-text-a-hover-color);
}

.module_investment-roadmaps-tabs .roadmap-intro .cta {
  text-transform: uppercase;
}

.module_investment-roadmaps-tabs .articles {
  display: grid;
  gap: 30px;
  grid-area: atlas;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-template-rows: auto;
}
@media only screen and (max-width: 729px) {
  .module_investment-roadmaps-tabs .articles {
    grid-template-columns: 1fr;
  }
}

.module_investment-roadmaps-tabs .articles a.thumb,
.module_investment-roadmaps-tabs .articles a.thumb img {
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
  transition: opacity 0.1s ease 0s;
}

.module_investment-roadmaps-tabs .articles a.thumb:hover img {
  opacity: 0.7;
}

.module_investment-roadmaps-tabs .articles article:has(.h-module-h3 a:hover) a.thumb img {
  opacity: 0.7;
}

.module_investment-roadmaps-tabs .articles a.thumb:hover ~ .text .h-module-h3 a {
  color: var(--main-blue-color);
}

.module_investment-roadmaps-tabs .articles .main-meta {
  margin-block-start: 1rem;
}

.module_investment-roadmaps-tabs .articles .h-module-h3 {
  margin-block: 1rem;
}

.module_investment-roadmaps-tabs .articles .h-module-h3 a {
  color: var(--heading-grey-color);
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 700;
  transition: color 0.1s ease 0s;
}

.module_investment-roadmaps-tabs .articles .h-module-h3 a:hover {
  color: var(--main-blue-color);
}

/*------------------------------------*\
    MODULE: COMPANIES LIST
\*------------------------------------*/
:is(.module_logo-list-intro, .module_filters-with-enduring) .enduring-legend {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  white-space: nowrap;
}

.module_logo-list-intro .enduring-legend {
  margin-block-start: 1em;
}

:is(.module_logo-list-intro, .module_filters-with-enduring) .enduring-legend span {
  align-items: center;
  display: inline-flex;
  padding-block-end: 0.1rem;
}

:is(.module_logo-list-intro, .module_filters-with-enduring) .enduring-legend span::before {
  background-color: var(--special-highlight-color);
  border-radius: 50%;
  display: inline-block;
  content: "";
  height: 1em;
  margin-right: 1em;
  width: 1em;
}

.module_logo-list-intro .heading-area.with-enduring-legend {
  position: relative;
  width: 100%;
}

@media (min-width: 900px) {
  .module_logo-list-intro .heading-area.with-enduring-legend .h-module-heading {
    margin-inline: 180px;
  }
}

@media (min-width: 900px) {
  .module_logo-list-intro .heading-area.with-enduring-legend .enduring-legend {
    margin-block-start: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.module_logo-list-with-functionality .module__content {
  display: grid;
  grid-template-columns: repeat(4, minmax(240px, 1fr));
  gap: 50px var(--gutter-width);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 5px;
  overflow: visible;
  padding-block-end: 4px;
}
@media (max-width: 1209px) {
  .module_logo-list-with-functionality .module__content {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
@media (max-width: 549px) {
  .module_logo-list-with-functionality .module__content {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (max-width: 469px) {
  .module_logo-list-with-functionality .module__content {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}

.module_logo-list-with-functionality article {
  color: var(--main-text-color);
  display: grid;
  font-size: 2.1rem;
  font-weight: 300;
  grid-template-columns: 1fr;
  justify-content: center;
  line-height: 1.3333;
  overflow: visible;
}

.module_logo-list-with-functionality article .max-width {
  margin-inline: auto;
  width: min(100%, 240px);
}

.module_logo-list-with-functionality article img.logo {
  aspect-ratio: 240/140;
  width: 100%;
}

.module_logo-list-with-functionality article .click-to-open {
  aspect-ratio: 240/140;
  transition: opacity 0.1s ease 0s;
}

.module_logo-list-with-functionality article .click-to-open:hover {
  opacity: 0.7;
}

.module_logo-list-with-functionality article:has(.click-to-open:focus-visible) {
  border-radius: 4px;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: 2px;
}

@supports (selector(:has(*))) {
  .module_logo-list-with-functionality article .click-to-open:focus-visible {
    border-radius: 0;
    outline: none;
    outline-offset: 0;
  }
}
.module_logo-list-with-functionality article > div.name sup {
  color: var(--main-blue-color);
  font-size: 2.4rem;
  font-weight: 700;
  top: 0;
}

.module_logo-list-with-functionality article.blank {
  visibility: hidden;
}

.module_logo-list-with-functionality .main-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  justify-content: center;
}

.module_logo-list-with-functionality .main-meta div.enduring {
  width: 100%;
  text-align: center;
}

.module_logo-list-with-functionality .main-meta span.enduring-text {
  align-items: center;
  color: var(--special-highlight-color);
  cursor: default;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  padding-inline-start: 2em;
  position: relative;
}

.module_logo-list-with-functionality .main-meta span.enduring-text::before {
  background-color: var(--special-highlight-color);
  border-radius: 50%;
  display: inline-block;
  content: "";
  height: 1em;
  margin-block-start: 0.2rem;
  margin-inline-start: -2rem;
  position: absolute;
  width: 1em;
}

.module_logo-list-with-functionality article div.details {
  display: none;
}

div.details.company {
  color: var(--main-text-color);
  font-size: 2.6rem;
  font-weight: 300;
  width: 100%;
}

div.details.company.opens-in-page-overlay {
  background-color: var(--very-light-blue-color);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.19);
  height: calc(100svh - 6px);
  margin-bottom: 20px;
  padding: clamp(var(--gutter-width), 10vmin, 100px);
  position: fixed;
  max-width: min(700px, 100vw);
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  right: -100px;
  top: 0;
  transition: right 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: 100000;
}

:where(html.overlay-active) div.details.company.opens-in-page-overlay {
  opacity: 1;
  pointer-events: all;
  right: var(--scrollbar-visible-width);
  overflow-y: auto;
  scrollbar-gutter: stable;
}

div.details.company.display-as-in-overlay :last-child {
  margin-block-end: 0;
}

div.details.company.display-as-in-overlay .close-button {
  background-image: url("../svg/close-on-blue.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 46px;
  position: absolute;
  right: 23px;
  top: 23px;
  width: 46px;
}

div.details.company.display-as-in-overlay .close-button:hover {
  opacity: 0.7;
}

.module_logo-list-with-functionality article.open div.details.company.display-as-in-overlay > .content {
  display: grid;
  overflow: visible;
  row-gap: 2rem;
}

div.details.company.display-as-in-overlay .h-module-h3 {
  color: var(--heading-blue-color);
  display: inline-block;
  font-size: 4.8rem;
  line-height: normal;
  margin-bottom: 0;
}

div.details.company.display-as-in-overlay div.enduring {
  color: var(--heading-blue-color);
  font-family: var(--font-sans-serif);
  font-size: 1.4rem;
  font-weight: 700;
  margin-block-start: 1em;
}

div.details.company.display-as-in-overlay div.ctas {
  margin-block-start: 0.5em;
}

div.details.company.display-as-in-overlay div.overline {
  border-top: 6px solid var(--heading-blue-color);
  padding-top: 10px;
  margin-top: 30px;
}

div.details.company.display-as-in-overlay div.meta {
  display: grid;
  gap: 30px;
}
@media (max-width: 479px) {
  div.details.company.display-as-in-overlay div.meta {
    gap: 20px;
  }
}

div.details.company.display-as-in-overlay div:is(.meta, .more) {
  font-size: 2.1rem;
}

div.details.company.display-as-in-overlay div.meta.sub-count-3 {
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto auto;
  grid-template-areas: "x y z" "roadmaps roadmaps roadmaps";
}

div.details.company.display-as-in-overlay div.meta.sub-count-2 {
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto auto;
  grid-template-areas: "x y" "roadmaps roadmaps";
}

div.details.company.display-as-in-overlay div.meta.sub-count-1 {
  grid-template-columns: 1fr;
  grid-template-areas: "x" "roadmaps";
}

div.details.company.display-as-in-overlay div.meta div.roadmaps {
  grid-area: roadmaps;
}

div.details.company.display-as-in-overlay div.meta > div {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

div.details.company.display-as-in-overlay div.meta div.roadmap-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

div.details.company.display-as-in-overlay .h-module-h4:not(.enduring) {
  color: var(--heading-blue-color);
  font-family: var(--font-sans-serif);
  font-size: 1.4rem;
  font-weight: 700;
  margin-block-end: 9px;
  text-transform: uppercase;
}

div.details.company.display-as-in-overlay a.team {
  text-decoration: underline;
}

div.details.company.display-as-in-overlay a.team:hover {
  color: var(--main-blue-color);
}

div.details.company.display-as-in-overlay a.team:not(:last-child) {
  margin-bottom: 7px;
}

div.details.company.display-as-in-overlay div.articles .list {
  color: var(--heading-grey-color);
  display: grid;
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 700;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin-top: 15px;
}

div.details.company.display-as-in-overlay div.articles .list .hidden {
  display: none;
}

div.details.company.display-as-in-overlay div.articles .heading {
  margin-block-start: 0.5em;
}

div.details.company.display-as-in-overlay div.articles a:hover {
  opacity: 0.7;
}

div.details.company.display-as-in-overlay div.articles img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

div.details.company.display-as-in-overlay .more a {
  text-decoration: underline;
}

div.details.company.display-as-in-overlay .more a:hover {
  color: var(--main-blue-color);
}

/*---------------------------------------------*\
    MODULE: ANTIPORTFOLIO LIST
\*---------------------------------------------*/
.module_antiportfolio-list article .click-to-open:hover {
  opacity: 1;
}

.module_antiportfolio-list article:not(.open) .click-to-open:not(:hover) {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

/*---------------------------------------------*\
    MODULE: LOGO "TABLE"
\*---------------------------------------------*/
.module_logo-table .logos {
  align-items: center;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-block: 30px;
  padding: 0;
}

.module_logo-table .two-wide li {
  max-width: max(50% - 30px, 300px);
}

.module_logo-table .two-wide img {
  aspect-ratio: 600/130;
  display: block;
  margin-inline: auto;
  max-width: min(100%, 300px);
}

.module_logo-table .four-wide li {
  max-width: max(25% - 30px, 240px);
}

.module_logo-table .four-wide img {
  aspect-ratio: 480/280;
  display: block;
  margin-inline: auto;
  max-width: min(100%, 240px);
}

/*---------------------------------------------*\
    MODULE: MEMO LIST
\*---------------------------------------------*/
.module_memo-list article a.name:hover {
  opacity: 1;
}

.module_memo-list article a.name:not(:hover) {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

/*---------------------------------------*\
   MODULE: MANUAL BLOCKS
\*---------------------------------------*/
.module_manual_block_intro .h-module-heading {
  color: var(--heading-blue-color);
}

.module_manual_block_intro .intro {
  max-width: min(100%, 750px);
}

.module_manual_block_intro .intro a {
  color: var(--main-blue-color);
}

.module_manual_block_intro .intro a:hover {
  opacity: 0.7;
}

.module_manual-block .blocks {
  border-top: 1px solid var(--blocks-border-color);
  display: grid;
  font-size: 1.9rem;
  gap: var(--gutter-width);
  line-height: 1.3684;
  margin-inline: auto;
  max-width: min(100%, 1490px);
  width: 100%;
}

.module_manual-block-two-column .blocks {
  grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
}

@media only screen and (max-width: 579px) {
  .module_manual-block-two-column .blocks {
    grid-template-columns: 1fr;
  }
}
:is(.module_manual-block-three-column, .module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) .blocks {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}

.module_manual-block-three-column-box-no-image .blocks {
  grid-auto-rows: minmax(130px, 1fr);
}

@media only screen and (max-width: 399px) {
  :is(.module_manual-block-three-column, .module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) .blocks {
    grid-template-columns: 1fr;
  }
}
:is(.h-module-heading, .intro) + .blocks {
  margin-block-start: 30px;
}

.module_manual-block .block {
  color: var(--main-text-color);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}

.module_manual-block-three-column-box-no-image .block {
  grid-template-rows: 1fr;
  min-height: 240px;
}

.module_manual-block .block img {
  object-fit: contain;
  object-position: left top;
  max-width: 100%;
}

.module_manual-block:not(.module_manual-block-two-column) .block img:not(.small, .small-square) {
  aspect-ratio: 470/270;
  width: 100%;
}

.module_manual-block.module_manual-block-two-column .block img:not(.small, .small-square) {
  aspect-ratio: 720/405;
  width: 100%;
}

.module_manual-block .block img.small {
  aspect-ratio: 180/100;
  width: 180px;
}

.module_manual-block .block img.small-square {
  aspect-ratio: 1;
  width: 80px;
}

.module_manual-block .block .text {
  padding-block: 2.8rem 4px;
}

.module_manual-block .block .h-module-h3 {
  color: var(--heading-blue-color);
  font-family: var(--font-serif);
  font-size: 2.8rem;
  font-weight: 700;
}

.module_manual-block .block .h-module-h3 + .ctas {
  margin-block-start: 10px;
}

.module_manual-block .block .text :first-child {
  margin-block-start: 0;
}

.module_manual-block .block .text :last-child {
  margin-block-end: 0;
}

:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) .block {
  transition: background-color 0.1s ease 0s;
}

:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) .h-module-h3 {
  transition: color 0.1s ease 0s;
}

:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) :is(.text, .gray) {
  transition: color 0s ease 0s;
}

:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) .block {
  background-color: var(--very-light-blue-color);
  clip-path: polygon(0% 0%, 0% 100%, calc(100% - 40px) 100%, 100% calc(100% - 69.3px), 100% 0%);
}

:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image).lightbg .block {
  background-color: #fff;
}

:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) a.block:is(:hover, :focus-visible) {
  background-color: var(--main-blue-color);
}

:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) a.block:focus-visible .text {
  border-radius: 9px;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: -6px;
}

:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) a.block:is(:hover, :focus-visible),
:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) a.block:is(:hover, :focus-visible) .h-module-h3 {
  color: #fff;
}

:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) a.block:is(:hover, :focus-visible) .grey,
:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) a.block:is(:hover, :focus-visible) .h-module-h3 .grey {
  color: var(--grey-on-blue-color);
}

:is(.module_manual-block-three-column-box, .module_manual-block-three-column-box-no-image) .block .text {
  padding-inline: min(var(--gutter-width), 2.4rem) calc(50px + min(var(--gutter-width), 2.4rem));
  padding-block-end: 2.4rem;
}

.module_manual-block :where(iframe, a.popup, video, .video-popup) {
  --video-aspect-ratio: 16/9 auto;
  display: block;
  position: relative;
  width: 100%;
}

.module_manual-block iframe {
  aspect-ratio: var(--video-aspect-ratio);
}

.module_manual-block .video-popup {
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 130px 130px, cover;
}

/*---------------------------------------*\
   MODULE: POINTS LIST
\*---------------------------------------*/
.module_points-list .module__content:not(.full-width-heading) {
  max-width: min(100%, 750px);
}

.module_points-list .h-module-heading {
  color: var(--heading-blue-color);
}

.module_points-list .points {
  border-top: 1px solid var(--points-border-color);
  display: grid;
  font-size: 1.9rem;
  line-height: 1.3684;
  width: 100%;
}

:is(.h-module-heading, .intro) + .points {
  margin-top: 30px;
}

.module_points-list .point {
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
}

.module_points-list .point.with-image {
  align-items: center;
  gap: 20px;
  grid-template-columns: 180px minmax(0, 1fr);
}

.module_points-list .point {
  border-bottom: 1px solid var(--points-border-color);
  padding-block: 1em;
}

.module_points-list .point img {
  aspect-ratio: 180/100;
  object-fit: contain;
  object-position: left top;
  width: 100%;
}

.module_points-list .point .text {
  color: var(--main-blue-color);
  font-weight: 700;
}

.module_points-list .point .text a:hover {
  opacity: 0.7;
}

.module_points-list .point .text :first-child {
  margin-top: 0;
}

.module_points-list .point .text :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
  .module_points-list .point.with-image {
    grid-template-columns: 1fr;
  }
}
/*---------------------------------------------*\
    MODULE: PORTFOLIO LIST w/ Optional Filters
\*---------------------------------------------*/
.module_portfolio-list .module__content {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  margin-inline: auto;
  max-width: min(100%, 2267px); /* 6 blocks at max width (2259px) + 8px padding */
  overflow: hidden;
  padding-inline: 4px; /* for focus-visible outline */
  width: 100%;
}

.module_portfolio-list article {
  justify-content: stretch;
  grid-auto-rows: min-content;
}

.module_portfolio-list .company {
  border-top: 4px solid var(--main-blue-color);
  padding-top: 4px;
}

.module_portfolio-list .company .name {
  font-family: var(--sans-serif-font);
  font-size: 2.1rem;
  margin: 0;
}

.module_portfolio-list .company .name a[href] {
  transition: opacity 0.1s ease 0s;
}

.module_portfolio-list .company .name a[href]:hover {
  opacity: 0.7;
}

.module_portfolio-list .company .name.with-enduring {
  padding-right: 2.8rem;
  position: relative;
}

.module_portfolio-list .company .name.with-enduring::after {
  background-color: var(--special-highlight-color);
  border-radius: 50%;
  display: inline-block;
  content: "";
  height: 1.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
}

.module_portfolio-list .company .enduring-text {
  color: var(--special-highlight-color);
  font-size: 1.4rem;
  font-weight: 700;
  margin-block-start: 0.5rem;
}

.module_portfolio-list .main-meta {
  display: grid;
  font-size: 15px;
  gap: 0;
  grid-auto-rows: min-content;
  justify-content: start;
  margin-block-start: 0.5em;
}

.module_portfolio-list .main-meta :is(span, a) {
  color: var(--standard-text-a-color);
}

.module_portfolio-list .main-meta a {
  transition: opacity 0.1s ease 0s;
}

.module_portfolio-list .main-meta a:hover {
  color: var(--standard-text-a-hover-color);
}

/*---------------------------------------*\
   MODULE: PORTFOLIO-HIGHLIGHTS
\*---------------------------------------*/
.module_portfolio-highlights {
  padding-inline: 0;
}

.module_portfolio-highlights .module__background {
  background-color: var(--light-grey-color);
  padding-inline: var(--gutter-width);
}

.module_portfolio-highlights .module__content {
  padding-block: 50px;
  text-align: center;
}

.module_portfolio-highlights .h-module-heading {
  color: var(--heading-blue-color);
  font-size: 4rem;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}

.module_portfolio-highlights .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
  gap: var(--gutter-width);
  justify-content: space-around;
}

@media only screen and (max-width: 450px) {
  .module_portfolio-highlights .list {
    grid-template-columns: 1fr;
  }
}
.module_portfolio-highlights .item-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--gutter-width);
  justify-content: space-around;
}

.module_portfolio-highlights .item {
  align-items: center;
  display: grid;
  justify-content: center;
}

.module_portfolio-highlights .logo {
  max-width: min(100%, 240px);
  width: 100%;
}

.module_portfolio-highlights .cta {
  margin-block-start: 50px;
}

.module_standard-text .module__content {
  margin-inline: auto;
  max-width: min(100%, 750px);
  overflow: visible;
  width: 100%;
}

@media print {
  .module_standard-text .module__content {
    max-width: 100%;
  }
}
.module_standard-text .standard-text {
  font-size: 1.9rem;
  font-weight: 400;
  color: #54585A;
  line-height: 1.3684;
}

.module_standard-text .standard-text > p.alternate {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.3462;
}

.module_standard-text .standard-text > :is(p, ul, ol):last-child {
  margin-block-end: 0;
}

.module_standard-text .standard-text :is(b, strong, .bold) {
  font-weight: 700;
}

.module_standard-text .standard-text .light {
  font-weight: 300;
}

.module_standard-text .standard-text a {
  color: var(--standard-text-a-color);
}

.module_standard-text .standard-text a:hover {
  color: var(--standard-text-a-hover-color);
}

html:is(.using-keyboard-navigation, .no-js) .module_standard-text .standard-text a:focus-visible {
  border-radius: 5px;
  outline: 1px solid var(--light-blue-color);
  outline-offset: 1px;
}

.module_standard-text .standard-text h1 { /* normally not in this module, but can be brute-forced */
  color: var(--heading-grey-color);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.module_standard-text .standard-text h1.blue { /* normally not in this module, but can be brute-forced */
  color: var(--article-h2-color);
}

.module_standard-text .standard-text :is(h2, h3, h4) {
  color: var(--article-h2-color);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.module_standard-text .standard-text h2.larger {
  font-size: 4rem;
}

.module_standard-text .standard-text :is(h1, h2, h3, h4).light-blue {
  color: var(--article-h2-light-blue-color);
}

.module_standard-text .standard-text :is(h1, h2, h3, h4).blue {
  color: var(--article-h2-color);
}

.module_standard-text .standard-text :is(h1, h2, h3, h4).grey {
  color: var(--heading-grey-color);
}

main:not(.ai) .module_standard-text :is(:where(h1, h2, h3, h4, h5)[id], :target) {
  position: relative;
  top: calc(0px - var(--fixed-header-article-top));
  padding-block-start: var(--fixed-header-article-top);
  margin-block-end: calc(0px - var(--fixed-header-article-top)) !important;
}

main:not(.ai) .module_sticky-menu ~ .module_standard-text :is(:where(h1, h2, h3, h4, h5)[id], :target) {
  position: relative;
  top: calc(0px - var(--target-under-sticky-top) - var(--target-under-sticky-top));
  padding-block-start: calc(var(--target-under-sticky-top) + var(--target-under-sticky-top));
  margin-block-end: calc(0px - var(--target-under-sticky-top) - var(--target-under-sticky-top)) !important;
}

main:not(.ai) .module_standard-text :is(:where(h1, h2, h3, h4, h5)[id], :target) > * {
  position: static;
}

.module_standard-text .standard-text .h-module-h3:not(.guest-heading) {
  color: var(--article-h3-color);
  font-family: var(--font-sans-serif);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3333;
}

.module_standard-text .standard-text .h-module-h4 {
  color: var(--article-h3-color);
  font-family: var(--font-sans-serif);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3333;
}

.module_standard-text .standard-text > div > :is(p, h2, h3, h4, h5, h6, ul, ol) {
  word-wrap: break-word;
  z-index: -1;
}

.module_standard-text .standard-text > div > :is(table, div.fit-wide-content) {
  max-width: min(100%, 100vw - 2 * var(--gutter-width) - var(--scrollbar-visible-width));
  overflow: hidden;
}

.module_standard-text .standard-text > div div:has(> table) {
  overflow: scroll;
}

/*---------------------------------------------------------------------------*\
   Inline IMG in standard-text modules
\*---------------------------------------------------------------------------*/
.module_standard-text figure {
  margin-block: 1em;
  width: 100% !important;
}

.module_standard-text figcaption {
  font-size: 1.7rem;
  margin-block-start: 1em;
  text-align: center;
}

.module_standard-text figure {
  margin-block: 1em;
  width: 100% !important;
}

@media only screen and (min-width: 640px) {
  .module_standard-text :is(p, figure):has(img.side-by-side),
  .module_standard-text :is(p, figure):has(img.side-by-side) + :is(p:has(img.side-by-side), figure:has(img.side-by-side)) {
    --side-by-side-space: 20px;
    float: left;
    width: calc(50% - var(--side-by-side-space) / 2) !important;
  }
  .module_standard-text :is(p, figure):has(img.side-by-side) + :is(p:has(img.side-by-side), figure:has(img.side-by-side)) {
    margin-inline-start: var(--side-by-side-space);
  }
  /* for two images in the same paragraph */
  .module_standard-text p:has(img.side-by-side + img.side-by-side) img.side-by-side {
    --side-by-side-space: 20px;
    float: left;
    margin-block-end: 1em;
    width: calc(50% - var(--side-by-side-space) / 2) !important;
  }
  .module_standard-text p:has(img.side-by-side + img.side-by-side) img.side-by-side + img.side-by-side {
    margin-inline-start: var(--side-by-side-space);
  }
  @supports not selector(:has(img.side-by-side + img.side-by-side)) {
    .module_standard-text p img.side-by-side + img.side-by-side {
      margin-block-start: 20px;
    }
  }
}
.module_standard-text figcaption {
  font-size: 1.7rem;
  margin-block-start: 1em;
  text-align: center;
}

.module_standard-text pre {
  border-block-end: 4px solid #99B9D0;
  border-block-start: 4px solid #99B9D0;
  color: #54585A;
  font-family: var(--font-sans-serif);
  font-size: 3rem;
  line-height: 1.3667;
  margin: 0;
  padding: 1em 0;
  white-space: normal;
}

.module_standard-text figure pre {
  border: none;
  margin: 1em 0;
  padding: 0;
}

/*---------------------------------------------------------------------------*\
   BLOCKQUOTE in standard-text modules
\*---------------------------------------------------------------------------*/
.module_standard-text blockquote:is(.legacy, :not([class])) {
  background-color: #F5A701;
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 50px) 100%, 100% calc(100% - 87px), 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 50px) 100%, 100% calc(100% - 87px), 100% 0);
  color: #fff;
  float: right;
  font-family: var(--font-serif);
  font-size: 3rem;
  line-height: normal;
  margin: 0 -25px 25px 25px;
  margin-block-start: 0;
  padding: 25px 50px 50px 25px;
  width: calc(50% + 20px);
}

.module_standard-text blockquote :first-child {
  margin-block-start: 0;
}

.module_standard-text blockquote :last-child {
  margin-block-end: 0;
}

.module_standard-text blockquote:not(.legacy) {
  --blockquote-inline-padding: 30px;
  padding: var(--blockquote-inline-padding);
}

.module_standard-text blockquote:not(.legacy) {
  font-family: var(--font-serif);
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
}

.module_standard-text blockquote:not(.legacy) {
  margin-inline: 0;
  width: 100%;
}

.module_standard-text blockquote:not(.legacy).light-blue-border {
  border: 5px solid var(--very-light-blue-color);
}

.module_standard-text blockquote:not(.legacy).yellow-border {
  border: 5px solid var(--main-yellow-color);
}

.module_standard-text blockquote:not(.legacy).light-blue-bg {
  background-color: var(--very-light-blue-color);
  color: var(--article-blockquote-grey-font-color);
}

.module_standard-text blockquote:not(.legacy).grey-bg {
  background-color: var(--main-grey-color);
}

.module_standard-text blockquote:not(.legacy).blue-bg {
  background-color: var(--main-blue-color);
  color: var(--extremely-light-blue-color);
}

/*---------------------------------------------------------------------------*\
   Inline CTAs in standard-text modules
\*---------------------------------------------------------------------------*/
.module_standard-text .cta.button.atlas-styled {
  background-color: var(--cta-bgcolor);
  color: var(--cta-font-color);
  display: inline-block;
  font-family: var(--font-sans-serif);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 20px;
}

.module_standard-text .cta.button.atlas-styled + .cta.button.atlas-styled {
  margin-inline-start: 25px;
}

.module_standard-text .cta.button.atlas-styled:hover {
  background-color: var(--cta-font-color);
  color: var(--cta-bgcolor);
  opacity: 1;
}

/*---------------------------------------------------------------------------*\
   Flexsiders in standard-text modules
\*---------------------------------------------------------------------------*/
.module_standard-text .flexslider {
  border: none;
  border-radius: 0;
  margin-block-end: 0;
  z-index: 1;
}

.module_standard-text .flexslider li {
  border: none;
  margin: 0;
}

.module_standard-text .flex-direction-nav a {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 50px;
  height: 50px;
  opacity: 1;
  width: 50px;
}

.module_standard-text .flexslider:hover .flex-direction-nav a {
  opacity: 1;
}

.module_standard-text .flex-direction-nav a:is(:hover, :focus-visible) {
  background-position: right center;
  opacity: 1;
}

.module_standard-text .flex-direction-nav a:focus-visible {
  border-radius: 50%;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: -2px;
}

.module_standard-text .flex-direction-nav a::before {
  content: "";
  display: none;
}

.module_standard-text .flex-direction-nav a.flex-prev {
  background-image: url("../png/slideshow-left-arrow.png");
  color: transparent;
  font-size: 0;
  left: -50px;
}

.module_standard-text .flex-direction-nav a.flex-next {
  background-image: url("../png/slideshow-right-arrow.png");
  color: transparent;
  font-size: 0;
  right: -50px;
}

.module_standard-text figure.slideshow.has-caption {
  margin-block-end: 1em;
}

/*---------------------------------------------------------------------------*\
   Inline Subscribe forms in standard-text modules
\*---------------------------------------------------------------------------*/
.module_standard-text .subscribe-form.atlas {
  border-block-end: 1px solid var(--inline-subscribe-form-border-color);
  border-block-start: 1px solid var(--inline-subscribe-form-border-color);
  color: var(--article-h2-color);
  margin-block-end: 1em;
  margin-block-start: 1em;
  padding: 3em 10px;
  text-align: center;
}

.module_standard-text .form-heading {
  color: var(--article-h2-color);
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 700;
}

.module_standard-text .subscribe-form.atlas {
  border-block-end: 1px solid var(--inline-subscribe-form-border-color);
  border-block-start: 1px solid var(--inline-subscribe-form-border-color);
  color: var(--article-h2-color);
  margin-block-end: 1em;
  margin-block-start: 1em;
  padding: 3em 10px;
  text-align: center;
}

.module_standard-text .form-heading {
  color: var(--article-h2-color);
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 700;
}

.module_standard-text div.mc_embed_signup form {
  grid-template-columns: 100%;
  height: 100% !important;
  margin-block-end: 0;
  margin-inline: auto;
  max-width: min(100%, 350px);
  padding-block: 0;
  text-align: center;
}

.module_standard-text div.mc_embed_signup form .mc-field-group {
  display: grid;
  grid-template-columns: calc(100% - 120px) 120px;
}

.module_standard-text div.mc_embed_signup form.mc-embedded-subscribe-form div.mce_inline_error {
  position: absolute;
  bottom: -42px;
}

.module_standard-text video {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------*\
   MODULE: STICKY MENU
\*---------------------------------------*/
.module_sticky-menu {
  position: sticky;
  top: calc(var(--fixed-header-height) - 1px);
  padding: 0;
  margin-block-end: 0 !important;
  z-index: 19999; /* just under the main header */
}

.module_sticky-menu .module__background {
  background-color: var(--very-light-blue-color);
  padding-inline: var(--gutter-width);
}

.module_sticky-menu nav.convert-to-dropdown-at-narrow {
  display: grid;
  height: var(--fixed-header-height);
  overflow: hidden;
}

.module_sticky-menu ul {
  align-content: center;
  color: var(--header-nav-link-color);
  display: flex;
  flex-wrap: wrap;
  font-size: 1.7rem;
  font-weight: 700;
  gap: 10px 30px;
  justify-content: center;
  line-height: 1.1;
  margin: 0 auto;
  max-width: min(100%, 1200px);
  padding: 0;
  width: 100%;
}

.module_sticky-menu .menu-item {
  align-items: stretch;
  color: var(--header-nav-link-color);
  display: inline-grid;
  justify-content: stretch;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (min-width: 640px) {
  .module_sticky-menu .menu-item.title {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .module_sticky-menu,
  .module_sticky-menu nav.convert-to-dropdown-at-narrow {
    overflow: visible;
  }
  .module_sticky-menu ul {
    background-color: #fff;
    border: 1px solid var(--light-blue-color);
    border-radius: 5px;
    display: block;
    height: min-content;
    min-width: min(100%, 280px);
    position: relative;
    top: 23px;
    width: max-content;
  }
  .module_sticky-menu .menu-item {
    display: grid;
    height: 39px;
    overflow: hidden;
    padding: 10px 5px;
  }
  .module_sticky-menu .menu-item.title {
    background-image: url("../svg/dropdown-down-arrow.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 13px 7px;
    border-radius: 12px;
    cursor: default;
    min-width: min(100%, 280px);
    padding-inline: 33px;
    outline-offset: -3px;
  }
  .module_sticky-menu ul:not(:focus-within, :has(.menu-item.title.focussed)) .menu-item.title ~ .menu-item {
    height: 0;
    padding-block: 0;
  }
  @supports not selector(:has(.menu-item.title.focussed)) {
    .module_sticky-menu ul:not(:focus-within, .focussed-within) .menu-item.title ~ .menu-item {
      height: 0;
      padding-block: 0;
    }
  }
}
.module_sticky-menu .menu-item :is(a, span) {
  color: var(--header-nav-link-color);
  white-space: nowrap;
}

.module_sticky-menu .menu-item:is(.current-page, .current-target) a,
.module_sticky-menu .menu-item a:hover {
  color: var(--header-nav-link-current-color);
}

/*------------------------------------*\
    MODULE: TEAM MEMBERS LIST
\*------------------------------------*/
.module_team-list .module__content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 30px;
  margin-inline: auto;
  max-width: min(100%, 2139px); /* 6 blocks at max width (2139px) */
  overflow: hidden;
  width: 100%;
}

.module_team-list :is(a, div).box {
  color: var(--main-text-color);
  display: grid;
  font-size: 1.7rem;
  font-weight: 400;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  justify-content: center;
  line-height: 1.3333;
  overflow: visible;
}

.module_team-list :is(a, div).box .name {
  font-size: 2.1rem;
}

.module_team-list :is(a, div).box:is(.hidden, .hidden-by-name) {
  display: none;
}

.module_team-list .container-for-image-with-colorizer {
  aspect-ratio: 420/450;
  width: 100%;
}

.module_team-list a.box:is(:hover, :focus-visible) .container-for-image-with-colorizer img:not(.colorizer) {
  aspect-ratio: 420/450;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.module_team-list a.box:is(:hover, :focus-visible) .container-for-image-with-colorizer img.colorizer {
  aspect-ratio: 420/450;
  opacity: 0.7;
}

.module_team-list a.box:focus-visible {
  outline: none;
}

.module_team-list a.box:focus-visible .for-focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: 2px;
}

.module_team-list img {
  aspect-ratio: 420/450;
  clip-path: polygon(0% 0%, 0% 100%, calc(100% - 40px) 100%, 100% calc(100% - 69.3px), 100% 0%);
  object-fit: cover;
  width: 100%;
}

.module_team-list img.no-image {
  background-color: var(--extremely-light-blue-color);
}

.module_team-list .text {
  padding: 0.5em 5px;
}

/*---------------------------------------------------------------------*\
   MODULE: 3-COLUMN BOX ARTICLE
\*---------------------------------------------------------------------*/
.module_3_column_box_articles .module__content {
  color: var(--main-blue-color);
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin-inline: auto;
  max-width: min(100%, 1217px); /* max 3 wide (1209px) + 8px padding */
  padding-inline: 4px; /* for :focus-visible outlining */
  width: 100%;
}

.module_3_column_box_articles article {
  clip-path: polygon(0% 0%, 0% 100%, calc(100% - 40px) 100%, 100% calc(100% - 69.3px), 100% 0%);
  display: grid;
  grid-auto-rows: auto 1fr;
}

.module_3_column_box_articles.standard article {
  background-color: var(--very-light-blue-color);
}

.module_3_column_box_articles.lightbg article {
  background-color: #fff;
}

.module_3_column_box_articles img {
  --background-image-2x: none;
  --background-image-4x: none;
  background-image: var(--background-image-2x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}

.module_3_column_box_articles article :is(.text, .h-module-h3) {
  align-items: stretch;
  display: grid;
  justify-content: stretch;
  height: 100%;
  min-height: 10rem;
}

.module_3_column_box_articles img.no-thumb {
  outline: 1px dotted var(--light-blue-color);
  outline-offset: -1px;
}

.module_3_column_box_articles .h-module-h3 a {
  color: var(--main-blue-color);
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 700;
  padding: 1.5rem 6.5rem 1.5rem 1.5rem;
  transition: color 0.1s ease 0s, background-color 0.1s ease 0s;
}

.module_3_column_box_articles a.thumb:hover ~ .text .h-module-h3 a,
.module_3_column_box_articles .h-module-h3 a:hover {
  background-color: var(--main-blue-color);
  color: #fff;
}

.module_3_column_box_articles a.thumb:focus-visible ~ .text .h-module-h3 a,
.module_3_column_box_articles .h-module-h3 a:focus-visible {
  outline-offset: -2px;
}

.module_standard-text + .module_toggle-points-list {
  margin-block-start: 0;
}

.module_toggle-points-list .h-module-heading {
  font-size: 3rem;
  color: var(--main-blue-color);
}

.module_toggle-points-list .toggle-points {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-block-start: 2rem;
}

.module_toggle-points-list :is(.toggled, .untoggled) {
  display: grid;
  overflow: clip;
}

.module_toggle-points-list .untoggled {
  align-items: center;
  column-gap: 10px;
  grid-template-columns: minmax(0, 1fr) 33px;
}

.module_toggle-points-list .untoggled label {
  display: grid;
}

.module_toggle-points-list .untoggled label::after {
  background-image: url("../png/plus-button.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 32px;
  width: 33px;
}

.module_toggle-points-list .untoggled label:has(input[type=checkbox]:checked)::after {
  background-image: url("../png/minus-button.png");
}

html:not(.no-js) .module_toggle-points-list .toggled {
  grid-template-rows: minmax(0, 0fr);
  transition: grid-template-rows 0.2s ease;
}

html:not(.no-js) .module_toggle-points-list .toggle-point:has(.untoggled input[type=checkbox]:checked) .toggled {
  grid-template-rows: minmax(0, 1fr);
}

.module_toggle-points-list :is(.col-1, .col-2) {
  border-top: 4px solid var(--main-blue-color);
}

.module_toggle-points-list .toggle-point {
  border-bottom: 4px solid var(--main-blue-color);
  padding-block: 15px;
}

.module_toggle-points-list .toggle-point .h-module-h3 {
  color: var(--main-blue-color);
  font-family: var(--font-sans-serif);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 3rem;
  margin: 0;
  text-transform: uppercase;
}

.module_toggle-points-list .toggle-point .place {
  font-family: var(--font-serif);
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 3rem;
}

.module_toggle-points-list .toggle-point .speakers {
  font-size: 1.6rem;
}

.module_toggle-points-list .toggle-point .speakers a {
  color: var(--main-blue-color);
}

.module_toggle-points-list .toggle-point .ctas {
  margin-block-end: 1rem;
}

.module_toggle-points-list .toggle-point .cta {
  text-transform: uppercase;
}

@media screen and (width < 768px) {
  .module_toggle-points-list .toggle-points {
    grid-template-columns: minmax(0, 1fr);
  }
  .module_toggle-points-list .col-2 {
    border-top: none;
  }
}
.module_video-with-intro-and-text .standard-text {
  text-align: center;
}

.module_video-with-intro-and-text .standard-text .h-module-heading {
  font-size: 4rem;
  font-weight: 700;
  margin-block: 0;
  text-align: center;
}

.module_video-with-intro-and-text .standard-text :is(.h-module-h2, .h-module-h3):not(.guest-heading) {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}

.module_video-with-intro-and-text .caption {
  margin-inline: auto;
  max-width: 500px;
}

.module_video-with-intro-and-text :where(iframe, a.popup, video, .video-popup) {
  --video-aspect-ratio: 16/9 auto;
  display: block;
  position: relative;
  width: 100%;
}

.module_video-with-intro-and-text iframe {
  aspect-ratio: var(--video-aspect-ratio);
}

.module_video-with-intro-and-text .video-popup {
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 130px 130px, cover;
}

/*---------------------------------------*\
   MODULE: ZIG or ZAG
\*---------------------------------------*/
.module_zig-zag {
  padding-inline: 0;
}

.module_zig-zag.lightbg-style .module__background {
  background-color: var(--very-light-blue-color);
}

.module_zig-zag.lightbg-style + .module_zig-zag.lightbg-style {
  margin-block-start: 0;
}

.module_zig-zag .module__content {
  color: var(--main-text-color);
  display: grid;
  gap: 30px;
  grid-template-areas: "left right";
}

@media only screen and (min-width: 1000px) {
  .module_zig-zag.right-text .module__content {
    margin-inline-end: var(--gutter-width);
  }
  .module_zig-zag.left-text .module__content {
    margin-inline-start: var(--gutter-width);
  }
}
.module_zig-zag.lightbg-style .module__content {
  padding-block: 25px;
}

.module_zig-zag.lightbg-style.extra-top-padding .module__content {
  padding-block-start: 75px;
}

.module_zig-zag.lightbg-style.extra-bottom-padding .module__content {
  padding-block-end: 75px;
}

.module_zig-zag.half .module__content {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.module_zig-zag.third.right-text .module__content {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}

.module_zig-zag.third.left-text .module__content {
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
}

.module_zig-zag.right-text .text,
.module_zig-zag.left-text .non-text {
  grid-area: right;
}

.module_zig-zag.left-text .text,
.module_zig-zag.right-text .non-text {
  grid-area: left;
}

@media only screen and (max-width: 999px) {
  .module_zig-zag:is(.right-text, .left-text):is(.half, .third) .module__background {
    padding-inline: 0;
  }
  .module_zig-zag:is(.right-text, .left-text):is(.half, .third) .module__content {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right";
  }
  .module_zig-zag.lightbg-style .module__content {
    padding-block-start: 0;
  }
  .module_zig-zag.lightbg-style + .module_zig-zag.lightbg-style .module__content {
    padding-block-start: 25px;
  }
  .module_zig-zag:is(.right-text, .left-text):is(.half, .third) .text {
    padding-inline: var(--gutter-width);
    grid-area: right;
  }
  .module_zig-zag:is(.right-text, .left-text):is(.half, .third) .non-text {
    grid-area: left;
  }
}
.module_zig-zag .non-text {
  align-items: center;
  display: grid;
  justify-content: center;
}

.module_zig-zag.video-type .non-text {
  display: flex;
}

.module_zig-zag .non-text img {
  width: 100%;
  max-width: 720px;
}

.module_zig-zag figcaption {
  font-size: 17px;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  text-align: center;
}

.module_zig-zag .text {
  align-items: center;
  display: grid;
  font-size: 1.9rem;
  line-height: 1.3684;
  justify-content: center;
}

.module_zig-zag .edited-text :is(h2, h3) {
  font-size: 2.8rem;
}

.module_zig-zag .edited-text a {
  color: var(--standard-text-a-color);
}

.module_zig-zag .edited-text a:hover {
  color: var(--standard-text-a-hover-color);
}

.module_zig-zag .text p.alternate {
  font-weight: 700;
}

.module_zig-zag .max-width {
  margin-inline: auto;
  max-width: min(100%, 500px);
}

.module_zig-zag .pre-head {
  color: var(--heading-blue-color);
  font-size: 2.1rem;
  padding-top: 0.3333em;
  position: relative;
}

.module_zig-zag .pre-head::before {
  content: "";
  border-block-start: 6px solid var(--heading-blue-color);
  position: absolute;
  top: 0;
  width: 60px;
}

.module_zig-zag .h-module-heading {
  color: var(--heading-blue-color);
  margin-block: 0 0.5em;
  position: relative;
}

.module_zig-zag .pre-head + .h-module-heading {
  margin-block: 0.5em;
}

.module_zig-zag.half .h-module-heading {
  font-size: 2.8rem;
}

.module_zig-zag.third .h-module-heading {
  font-size: 4rem;
  padding-top: 0.3333em;
}

.module_zig-zag.third .h-module-heading::before {
  content: "";
  border-block-start: 6px solid var(--heading-blue-color);
  position: absolute;
  top: 0;
  width: 60px;
}

.module_zig-zag.third .pre-head + .h-module-heading {
  padding-top: 0;
}

.module_zig-zag.third .pre-head + .h-module-heading::before {
  display: none;
}

.module_zig-zag .h-module-heading .grey {
  color: var(--heading-grey-color);
}

.module_zig-zag .h-module-heading .light-blue {
  color: var(--heading-light-blue-color);
}

.module_zig-zag .h-module-heading .blue {
  color: var(--heading-blue-color);
}

.module_zig-zag:where(.video-type) .non-text :where(iframe, a, video, .video-popup) {
  --video-aspect-ratio: 16/9 auto;
  display: block;
  width: 100%;
}

.module_zig-zag:where(.video-type) .non-text iframe {
  aspect-ratio: var(--video-aspect-ratio);
}

.module_zig-zag:where(.video-type, .carousel-video-type) .non-text .video-popup {
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 130px 130px, cover;
}

/*---------------------------------------------------------------------------*\
   Flexsiders in zig-zag modules
\*---------------------------------------------------------------------------*/
.module_zig-zag .flexslider:is(.image, .video) {
  --flexslider-height: 425px; /* default, no-js: 405px + 20px margin from image bottom */
  --flexslider-width: 720px;
  --flexslider-image-height: calc(min(var(--flexslider-width), 100vw) * 405 / 720); /* image is 720x405 scaled */
}

.module_zig-zag .flexslider.podcast {
  --flexslider-height: 425px; /* default, no-js: 405px + 20px margin from image bottom */
  --flexslider-width: 720px;
  --flexslider-image-height: calc(102px + min(var(--flexslider-width), 420px)); /* image is square, plus 102px height for iframe, and scaled */
}

.module_zig-zag .flexslider {
  --flex-slider-text-area-height: calc(var(--flexslider-height) - var(--flexslider-image-height));
  border: none;
  border-radius: 0;
  margin-block-end: 0;
  z-index: 1;
}

.module_zig-zag .flexslider li {
  border: none;
  margin: 0;
}

.module_zig-zag .flexslider .slide-podcast-content-wrapper {
  background-color: var(--light-grey-color);
  display: grid;
  justify-content: center;
  grid-template-areas: "left content right";
  grid-template-columns: 1fr minmax(auto, 450px) 1fr;
}

.module_zig-zag .flexslider .slide-podcast-content {
  display: grid;
  grid-area: content;
}

.module_zig-zag .flexslider .slide-podcast-content-wrapper img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: min(100%, 420px);
  width: 100%;
}

.module_zig-zag .flexslider .slide-podcast-content-wrapper iframe {
  height: 102px !important;
  max-width: min(100%, 420px);
  width: 100% !important;
}

.module_zig-zag .flexslider .slide-text {
  color: var(--main-text-color);
  font-size: 1.7rem;
  min-height: 94px;
  padding: 20px 74px;
  text-align: center;
}

.module_zig-zag .flexslider .slide-text a {
  color: var(--light-blue-color);
}

.module_zig-zag .flexslider .slide-text a:hover {
  opacity: 0.7;
}

.module_zig-zag .flexslider .slide-text :is(h2, h3, h4, h5, h6) {
  color: var(--heading-blue-color);
  margin-block: 0.5em 0.25em;
}

.module_zig-zag .flexslider .slide-text :first-child {
  margin-block-start: 0;
}

.module_zig-zag .flexslider .slide-text :last-child {
  margin-block-end: 0;
}

.module_zig-zag .flex-direction-nav a {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 34px;
  height: 34px;
  opacity: 1;
  top: auto;
  width: 34px;
}

html:not(.no-js) .module_zig-zag .flexslider .flex-direction-nav a {
  bottom: calc(var(--flex-slider-text-area-height) / 2 - 17px);
}

html.no-js .module_zig-zag .flex-direction-nav a {
  bottom: 10px;
}

.module_zig-zag .flexslider:hover .flex-direction-nav a {
  opacity: 1;
}

.module_zig-zag .flex-direction-nav a:is(:hover, :focus-visible) {
  background-position: right center;
  opacity: 1;
}

.module_zig-zag .flex-direction-nav a:focus-visible {
  border-radius: 50%;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: -2px;
}

.module_zig-zag .flex-direction-nav a::before {
  content: "";
  display: none;
}

.module_zig-zag .flex-direction-nav a.flex-prev {
  background-image: url("../png/atlas-left-arrow.png");
  color: transparent;
  font-size: 0;
  left: 10px;
}

.module_zig-zag .flex-direction-nav a.flex-next {
  background-image: url("../png/atlas-right-arrow.png");
  color: transparent;
  font-size: 0;
  right: 10px;
}

/* 310px + 50px + 750px + 50px + 330px */
/* 310px + 50px + 920px + 50px + 330px */
:root {
  --sidebar-width: 310px;
  --max-article-width: 750px;
}

/*---------------------------------------------------*\
    POST (Atlas), NEWS, CLOUD100, and MEMO templates
\*---------------------------------------------------*/
body:is(.post, .news, .podcast, .memo) {
  overflow: visible;
}

main:is(.post, .news, .podcast, .memo) {
  --right-meta-inline-padding-end: 0px;
  display: grid;
  -webkit-margin-before: var(--fixed-header-article-top);
  margin-block-start: var(--fixed-header-article-top);
}

@media only screen and (min-width: 1160px) {
  main:is(.post, .news, .podcast, .memo) {
    --right-meta-inline-padding-end: 20px;
  }
}
.module_post-content {
  display: grid;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  overflow: visible;
  padding-inline: 0;
}

.module_post-content .module__content {
  overflow: visible;
}

main:is(.post, .news, .podcast, .memo) :is(:where(h1, h2, h3, h4, h5)[id], :target) {
  position: relative;
  top: calc(0px - var(--fixed-header-article-top));
  -webkit-padding-before: var(--fixed-header-article-top);
  padding-block-start: var(--fixed-header-article-top);
  -webkit-margin-after: calc(0px - var(--fixed-header-article-top)) !important;
  margin-block-end: calc(0px - var(--fixed-header-article-top)) !important;
}

main:is(.post, .news, .podcast, .memo) :is(:where(h1, h2, h3, h4, h5)[id], :target) > * {
  position: static;
}

main:is(.post, .news, .podcast, .memo) section:not(:last-of-type) {
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}

.module_post-content article {
  display: grid;
  -webkit-column-gap: var(--gutter-width);
  -moz-column-gap: var(--gutter-width);
  column-gap: var(--gutter-width);
  grid-template-columns: var(--sidebar-width) minmax(0, 1fr) calc(var(--sidebar-width) + 20px);
  grid-template-areas: "left-meta article-top right-meta" "left-meta article-bottom right-meta";
}

@media only screen and (max-width: 1159px) {
  .module_post-content article {
    row-gap: 30px;
    grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
    grid-template-areas: "left-meta article-top" "left-meta right-meta" "left-meta article-bottom";
  }
}
@media only screen and (max-width: 849px) {
  .module_post-content article {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "article-top" "right-meta" "article-bottom";
  }
}
@media only print {
  .module_post-content article {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "article-top" "right-meta" "article-bottom";
  }
}
main:is(.post, .news, .podcast, .memo) div.left-meta {
  grid-area: left-meta;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100svh - var(--fixed-header-article-top)) !important;
  overflow: auto;
  position: sticky;
  top: var(--fixed-header-article-top);
  width: 100%;
  z-index: 1;
}

main:is(.post, .news, .podcast, .memo) div.left-meta .sidebar__content {
  background-color: #fff;
  border-block: 10px solid #fff;
  -webkit-border-end: 10px solid #fff;
  border-inline-end: 10px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 849px) {
  main:is(.post, .news, .podcast, .memo) div.left-meta {
    display: none;
  }
}
@media only print {
  main:is(.post, .news, .podcast, .memo) div.left-meta {
    display: none;
  }
}
main:is(.post, .news, .podcast, .memo) div.left-meta .jumplink-heading {
  background-color: var(--jumplink-links-heading-bgcolor);
  color: var(--jumplink-heading-color);
  padding: 5px 20px;
  position: relative;
}

main:is(.post, .news, .podcast, .memo) div.left-meta .toggle-open.jumplink-heading::after {
  background-image: url("../svg/jumplink-collapse.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
}

main:is(.post, .news, .podcast, .memo) div.left-meta .toggle-open.jumplink-heading:not(.open)::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

main:is(.post, .news, .podcast, .memo) div.left-meta div.jumplinks {
  background-color: var(--jumplink-links-area-bgcolor);
  color: var(--main-text-color);
  display: grid;
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: grid-template-rows 0.2s ease 0s;
  transition: grid-template-rows 0.2s ease 0s;
  transition: grid-template-rows 0.2s ease 0s, -ms-grid-rows 0.2s ease 0s;
  padding-inline: 20px;
}

main:is(.post, .news, .podcast, .memo) div.left-meta div.jumplinks {
  grid-template-rows: 1fr;
}

main:is(.post, .news, .podcast, .memo) div.left-meta div.jumplinks > div {
  overflow: hidden;
}

main:is(.post, .news, .podcast, .memo) div.left-meta .toggle-open.toggle-open.jumplink-heading ~ div.jumplinks {
  grid-template-rows: 0fr;
}

main:is(.post, .news, .podcast, .memo) div.left-meta .toggle-open.jumplink-heading.open ~ div.jumplinks {
  grid-template-rows: 1fr;
}

main:is(.post, .news, .podcast, .memo) div.left-meta div.jumplinks a:is(:hover, :focus-visible) {
  color: var(--jumplink-link-hover-color);
}

main:is(.post, .news, .podcast, .memo) div.left-meta div.jumplinks p:not(:last-child) {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

main:is(.post, .news, .podcast, .memo) div.left-meta div.jumplinks ul,
main:is(.post, .news, .podcast, .memo) div.left-meta div.jumplinks ol {
  list-style: none;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

main:is(.post, .news, .podcast, .memo) div.left-meta div.jumplinks li {
  font-weight: 300;
}

main:is(.post, .news, .podcast, .memo) div.left-meta div.jumplinks li p {
  margin: 0;
}

main:is(.post, .news, .podcast, .memo) div.sidebar a.download-pdf {
  background-color: var(--jumplink-links-heading-bgcolor);
  color: var(--jumplink-heading-color);
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 20px;
  text-align: center;
}

main:is(.post, .news, .podcast, .memo) div.sidebar a.download-pdf:is(:hover, :focus-visible) {
  background-color: var(--jumplink-heading-color);
  color: var(--jumplink-links-heading-bgcolor);
}

main:is(.post, .news, .podcast, .memo) .article-top {
  grid-area: article-top;
  margin-inline: auto;
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
  max-width: var(--max-article-width);
  width: 100%;
}

main:is(.post, .news, .podcast, .memo) .article-bottom {
  grid-area: article-bottom;
  margin-inline: auto;
  max-width: var(--max-article-width);
  width: 100%;
}

@media print {
  main:is(.post, .news, .podcast, .memo) :is(.article-top, .article-bottom) {
    max-width: calc(100% - 2 * var(--gutter-width));
  }
}
main:is(.post, .news, .podcast, .memo) .right-meta {
  grid-area: right-meta;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100svh - var(--fixed-header-article-top)) !important;
  position: sticky;
  top: var(--fixed-header-article-top);
}

main:is(.post, .news, .podcast, .memo) .right-meta .sidebar__content {
  background-color: #fff;
  border-block: 10px solid #fff;
  -webkit-border-start: 10px solid #fff;
  border-inline-start: 10px solid #fff;
  -webkit-padding-end: var(--right-meta-inline-padding-end);
  padding-inline-end: var(--right-meta-inline-padding-end);
}

@media print {
  main:is(.post, .news, .podcast, .memo) .right-meta {
    position: relative;
    top: revert;
  }
  main:is(.post, .news, .podcast, .memo) .right-meta .sidebar__content {
    -webkit-border-start: 0px solid #fff;
    border-inline-start: 0px solid #fff;
  }
}
@media only screen and (max-width: 1159px) {
  main:is(.post, .news, .podcast, .memo) .right-meta {
    position: relative;
    margin-inline: auto;
    max-width: var(--max-article-width);
    width: 100%;
    top: auto;
  }
}
main:is(.post, .news, .podcast, .memo) .right-meta .max-width {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  max-width: var(--sidebar-width);
}

@media only screen and (max-width: 1159px) {
  main:is(.post, .news, .podcast, .memo) .right-meta .max-width {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: none;
  }
}
@media only screen and (max-width: 1079px) {
  main:is(.post, .news, .podcast, .memo) .right-meta .max-width {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  main:is(.post, .news, .podcast, .memo) .right-meta .subscribe-area {
    display: none;
  }
}
@media only print {
  main:is(.post, .news, .podcast, .memo) .right-meta .max-width {
    margin-inline: var(--gutter-width);
    max-width: 100%;
  }
  main:is(.post, .news, .podcast, .memo) .right-meta :is(.share-area, .subscribe-area, .download) {
    display: none;
  }
  main:is(.post, .news, .podcast, .memo) .right-meta .contributors-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 50px;
  }
  main:is(.post, .news, .podcast, .memo) .right-meta .contributors-area .heading {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) {
  main:is(.post, .news, .podcast, .memo) .right-meta .max-width {
    border-block: 1px solid var(--border-color);
    grid-template-columns: 1fr;
    padding-block: 20px;
  }
}
@media only screen and (max-width: 479px) {
  main:is(.post, .news, .podcast, .memo) .right-meta .contributors-area {
    display: none;
  }
}
main:is(.post, .news, .podcast, .memo) :is(.right-meta, .left-meta) .heading {
  color: var(--heading-blue-color);
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
}

@media only screen and (min-width: 1160px) {
  main:is(.post, .news, .podcast, .memo) :is(.right-meta, .left-meta) .area-with-heading:not(:first-child) {
    -webkit-margin-before: 2em;
    margin-block-start: 2em;
  }
}
main:is(.post, .news, .podcast, .memo) .right-meta .contributor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  color: var(--heading-grey-color);
  gap: 10px;
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}

main:is(.post, .news, .podcast, .memo) .right-meta a.contributor:is(:hover, :focus-visible) {
  opacity: 70%;
}

main:is(.post, .news, .podcast, .memo) .right-meta .contributor img {
  border-radius: 50%;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 40px;
}

main:is(.post, .news, .podcast, .memo) div.standard-text video {
  max-width: 100%;
  height: auto;
}

/* to support new pre/code simple nest for ``` markdown translation */
main:is(.post, .news, .podcast, .memo) div.standard-text code {
  font-family: inherit;
  font-size: inherit;
}

main:is(.post, .news, .podcast, .memo) div.standard-text * {
  -webkit-transition: unset;
  transition: unset;
}

main:is(.post, .news, .podcast, .memo) div.standard-text li:not(.slide):not(:first-child) {
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
}

main:is(.post, .news, .podcast, .memo) div.standard-text :is(h1, h2, h3, h4, h5, h6):not(.guest-heading) {
  -webkit-margin-before: 2em;
  margin-block-start: 2em;
}

main:is(.post, .news, .podcast, .memo) div.sharethis-inline-share-buttons {
  text-align: left !important;
}

@media only screen and (min-width: 1160px) {
  main:is(.post, .news, .podcast, .memo) div.sharethis-inline-share-buttons {
    padding: 15px 0;
  }
}
main:is(.post, .news, .podcast, .memo) div.sharethis-inline-share-buttons div.st-btn {
  background-position: center center;
  background-size: 33px auto;
  border: none !important;
  border-radius: 0;
  display: inline-block !important;
  width: 33px !important;
  height: 33px !important;
}

main:is(.post, .news, .podcast, .memo) div.sharethis-inline-share-buttons div.st-btn:hover,
main:is(.post, .news, .podcast, .memo) div.download a:hover img,
html:is(.using-keyboard-navigation, .no-js) main:is(.post, .news, .podcast, .memo) div.download a:focus img {
  top: auto !important;
  opacity: 0.5 !important;
}

main:is(.post, .news, .podcast, .memo) div.sharethis-inline-share-buttons div.st-btn[data-network=twitter] {
  background-image: url("../svg/share-icon-twitter.svg");
}

main:is(.post, .news, .podcast, .memo) div.sharethis-inline-share-buttons div.st-btn[data-network=linkedin] {
  background-image: url("../svg/share-icon-linkedin.svg");
}

main:is(.post, .news, .podcast, .memo) div.sharethis-inline-share-buttons div.st-btn[data-network=facebook] {
  background-image: url("../svg/share-icon-facebook.svg");
}

main:is(.post, .news, .podcast, .memo) div.sharethis-inline-share-buttons div.st-btn[data-network=email] {
  background-image: url("../svg/share-icon-email.svg");
}

main:is(.post, .news, .podcast, .memo) div.sharethis-inline-share-buttons div.st-btn svg,
main:is(.post, .news, .podcast, .memo) div.sharethis-inline-share-buttons div.st-btn img {
  display: none !important;
}

main:is(.post, .news, .podcast, .memo) div.download {
  -webkit-padding-before: 20px;
  padding-block-start: 20px;
}

@media only screen and (min-width: 639px) {
  main:is(.post, .news, .podcast, .memo) div.download.narrow-only {
    display: none;
  }
}
@media only screen and (max-width: 1159px) {
  .module_post-content {
    -webkit-padding-end: var(--gutter-width);
    padding-inline-end: var(--gutter-width);
  }
}
@media only screen and (max-width: 849px) {
  .module_post-content {
    -webkit-padding-start: var(--gutter-width);
    padding-inline-start: var(--gutter-width);
  }
}
.module_post-content div.standard-text > *:first-child {
  -webkit-margin-before: 21px;
  margin-block-start: 21px;
}

.module_post-content div.standard-text > hr {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

.module_post-content div.banner {
  position: relative;
  width: 100%;
}

.module_post-content div.banner img {
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.module_post-content div.banner .iframe-sizing {
  position: relative;
}

.module_post-content div.banner iframe {
  border: none;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.module_post-content article .article-top h1 {
  color: var(--heading-grey-color);
  font-family: var(--font-serif);
  font-size: 4.8rem;
  line-height: 1.1;
  margin-block: 0.5em;
}

.module_post-content article .article-top h1:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.module_post-content article .article-top :is(h2, h3, h4, h5, h6) {
  color: var(--heading-grey-color);
  font-size: 2.4rem;
}

.module_post-content article .article-top h2.larger {
  font-size: 4rem;
}

.module_post-content article .meta {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--article-meta-color);
}

main:is(.post, .news, .podcast, .memo) .meta .categories {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
}

main:is(.post, .news, .podcast, .memo) .module_recommended .roadmap.button {
  background-color: var(--article-meta-button-bgcolor);
  color: var(--article-meta-color);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 15px;
  padding: 3px 10px;
}

main:is(.post, .news, .podcast, .memo) .module_recommended h3 {
  color: var(--heading-grey-color);
  font-size: 2.4rem;
}

main:is(.post, .news, .podcast, .memo) .module_recommended a.roadmap.button:is(:hover, :focus-visible) {
  background-color: var(--article-meta-color);
  color: var(--article-meta-button-bgcolor);
}

main:is(.post, .news, .podcast, .memo) div.meta > *:not(:last-child) {
  -webkit-margin-end: 25px;
  margin-inline-end: 25px;
}

main:is(.post, .news, .podcast, .memo).video_post .module_post-content article .meta a {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.module_post-content article .standard-text {
  font-size: 1.9rem;
  font-weight: 400;
  color: #54585A;
  line-height: 1.3684;
}

.module_post-content article .standard-text > p.alternate {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 35px;
}

.module_post-content article .standard-text > :is(p, ul, ol):last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.module_post-content article .standard-text :is(b, strong, .bold) {
  font-weight: 700;
}

.module_post-content article .standard-text .light {
  font-weight: 300;
}

.module_post-content article :where(.standard-text) a {
  color: var(--standard-text-a-color);
}

.module_post-content article :where(.standard-text) a:hover {
  opacity: 0.5;
}

.module_post-content article :where(.standard-text) a:focus-visible {
  border-radius: 5px;
  outline: 1px solid var(--light-blue-color);
  outline-offset: 1px;
}

.module_post-content article .standard-text h2 {
  color: var(--article-h2-color);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.module_post-content article .standard-text h2.blue {
  color: var(--article-h2-color);
}

.module_post-content article .standard-text h2.light-blue {
  color: var(--article-h2-light-blue-color);
}

.module_post-content article .standard-text h2.grey {
  color: var(--heading-grey-color);
}

.module_post-content article .standard-text h3:not(.guest-heading) {
  color: var(--article-h3-color);
  font-family: var(--font-sans-serif);
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.3333;
}

.module_post-content article .text h3 + :is(p, ul, ol, blockquote) {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.module_post-content article.text p.callout.standard {
  background-color: #E2ECF1;
  color: #54585A;
  font-family: var(--font-sans-serif);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 28px;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.module_post-content article .text p.callout.standard + p.callout.standard {
  -webkit-padding-before: 0;
  padding-block-start: 0;
  -webkit-margin-before: -1em;
  margin-block-start: -1em;
}

.module_post-content article .text p.callout.standard + p:not(.callout.standard) {
  -webkit-margin-before: 2em;
  margin-block-start: 2em;
}

.module_post-content article .text p.callout.little {
  color: #54585A;
  font-family: var(--font-sans-serif);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}

.module_post-content article .text p.outline {
  padding: 15px 25px;
  border: 4px solid #99B9D0;
}

.module_post-content article .text p.outline.yellow {
  border: 4px solid #F5A701;
}

.module_post-content .standard-text > div > :is(p, h2, h3, h4, h5, h6, ul, ol) {
  word-wrap: break-word;
  z-index: -1;
}

.module_post-content .standard-text > div > :is(table, div.fit-wide-content) {
  max-width: min(100%, 100vw - 2 * var(--gutter-width) - var(--scrollbar-visible-width));
  overflow: hidden;
}

.module_post-content .standard-text > div div:has(> table) {
  overflow: scroll;
}

.module_post-content figure {
  margin-block: 1em;
  width: 100% !important;
}

.module_post-content img {
  height: auto;
}

@media only screen and (min-width: 640px) {
  .module_post-content :is(p, figure):has(img.side-by-side):not(:has(img.side-by-side + img.side-by-side)),
  .module_post-content :is(p, figure):has(img.side-by-side):not(:has(img.side-by-side + img.side-by-side)) + :is(p:has(img.side-by-side):not(:has(img.side-by-side + img.side-by-side)), figure:has(img.side-by-side):not(:has(img.side-by-side + img.side-by-side))) {
    --side-by-side-space: 20px;
    float: left;
    width: calc(50% - var(--side-by-side-space) / 2) !important;
  }
  .module_post-content :is(p, figure):has(img.side-by-side):not(:has(img.side-by-side + img.side-by-side)) + :is(p:has(img.side-by-side):not(:has(img.side-by-side + img.side-by-side)), figure:has(img.side-by-side):not(:has(img.side-by-side + img.side-by-side))) {
    -webkit-margin-start: var(--side-by-side-space);
    margin-inline-start: var(--side-by-side-space);
  }
  /* for two images in the same paragraph */
  .module_post-content p:has(img.side-by-side + img.side-by-side) img.side-by-side {
    --side-by-side-space: 20px;
    float: left;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    width: calc(50% - var(--side-by-side-space) / 2) !important;
  }
  .module_post-content p:has(img.side-by-side + img.side-by-side) img.side-by-side + img.side-by-side {
    -webkit-margin-start: var(--side-by-side-space);
    margin-inline-start: var(--side-by-side-space);
  }
  @supports not selector(:has(img.side-by-side + img.side-by-side)) {
    .module_post-content p img.side-by-side + img.side-by-side {
      -webkit-margin-before: 20px;
      margin-block-start: 20px;
    }
  }
}
.module_post-content figcaption {
  font-size: 17px;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  text-align: center;
}

/* to support new pre/code simple nest for ``` markdown translation */
.module_post-content pre {
  -webkit-border-after: 4px solid #99B9D0;
  border-block-end: 4px solid #99B9D0;
  -webkit-border-before: 4px solid #99B9D0;
  border-block-start: 4px solid #99B9D0;
  color: #54585A;
  font-family: var(--font-sans-serif);
  font-size: 3rem;
  line-height: 1.3667;
  margin: 0;
  padding: 1em 0;
  white-space: normal;
}

.module_post-content figure pre {
  border: none;
  margin: 1em 0;
  padding: 0;
}

.module_post-content blockquote.extended {
  color: var(--article-blockquote-grey-font-color);
  margin-inline: calc(0px - var(--gutter-width));
  width: calc(100% + 2 * var(--gutter-width) - 20px + var(--right-meta-inline-padding-end));
}

@media only screen and (min-width: 1490px) {
  .module_post-content blockquote.extended {
    margin-inline: calc(0px - var(--gutter-width) - min(85px, (100vw - 1490px) / 2) + 10px);
    width: calc(100% + 2 * var(--gutter-width) + min(170px, 100vw - 1490px) - 40px - var(--scrollbar-visible-width) + var(--right-meta-inline-padding-end));
  }
}
.module_post-content blockquote.edge-extended {
  --blockquote-inline-padding: 30px;
  margin-inline: calc(0px - var(--gutter-width) - var(--sidebar-width));
  width: calc(100vw - var(--scrollbar-visible-width));
}

.module_post-content blockquote.edge-extended > * {
  max-width: min(1000px, 100% + 2 * var(--blockquote-inline-padding) - var(--gutter-width) - 2 * var(--sidebar-width));
  margin-inline: auto;
}

@media only screen and (min-width: 1490px) {
  .module_post-content blockquote.edge-extended {
    margin-inline: calc(-50vw + 375px + var(--scrollbar-visible-width) + 3px);
  }
}
@media only screen and (max-width: 1159px) {
  .module_post-content blockquote.edge-extended > * {
    max-width: min(1000px, 100% + 2 * var(--blockquote-inline-padding) - var(--gutter-width) - var(--sidebar-width));
    margin-inline: auto 0;
  }
}
@media only screen and (max-width: 849px) {
  .module_post-content blockquote.edge-extended {
    margin-inline: calc(0px - var(--gutter-width));
    width: calc(100% + 2 * var(--gutter-width));
  }
  .module_post-content blockquote.edge-extended > * {
    width: auto;
    max-width: var(--max-article-width);
    margin-inline: 0;
  }
}
.module_post-content blockquote:is(.extended, .edge-extended) {
  font-family: var(--font-serif);
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.1;
}

main:is(.post, .news, .podcast, .memo) .module_recommended {
  padding-inline: var(--gutter-width);
}

main:is(.post, .news, .podcast, .memo) .module_recommended .articles {
  --column-gap: 30px;
  -webkit-column-gap: var(--column-gap);
  -moz-column-gap: var(--column-gap);
  column-gap: var(--column-gap);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 30px;
}

main:is(.post, .news, .podcast, .memo) .module_recommended h2 {
  color: var(--heading-grey-color);
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 1.1;
  text-align: center;
}

main:is(.post, .news, .podcast, .memo) .module_recommended article {
  display: block;
  font-size: 0;
  max-width: calc(33.3333333333% - var(--column-gap));
  min-width: 280px;
  width: 100%;
}

main:is(.post, .news, .podcast, .memo) .module_recommended article .post-thumb {
  display: block;
}

main:is(.post, .news, .podcast, .memo) .module_recommended article:has(.post-title:is(:hover, :focus-visible)) .post-thumb {
  opacity: 0.7;
}

main:is(.post, .news, .podcast, .memo) .module_recommended article .post-thumb:is(:hover, :focus-visible),
main:is(.post, .news, .podcast, .memo) .module_recommended article .post-thumb:is(:hover, :focus-visible) ~ .post-title,
main:is(.post, .news, .podcast, .memo) .module_recommended article .post-title:is(:hover, :focus-visible) {
  opacity: 0.7;
}

main:is(.post, .news, .podcast, .memo) .module_recommended .categories {
  padding-block: 5px;
}

main:is(.post, .news, .podcast, .memo) .module_recommended img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
}

main:is(.post, .news, .podcast, .memo) .module_recommended article a.post-title h2 {
  color: var(--heading-grey-color);
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 2.5rem;
  line-height: 1.1;
  margin: 0;
  text-align: left;
  width: 100%;
}

main:is(.post, .news, .podcast, .memo) .module_recommended article:has(a.post-title:is(:hover, :focus-visible)) a.post-thumb:is(:hover, :focus-visible) {
  opacity: 0.7;
}

main:is(.post, .news, .podcast, .memo) .module_recommended article a.post-thumb:is(:hover, :focus-visible) + a.post-title,
main:is(.post, .news, .podcast, .memo) .module_recommended article a.post-title:is(:hover, :focus-visible) {
  color: var(--main-blue-color);
}

@media only screen and (max-width: 479px) {
  .module_post-content blockquote:is(.legacy, :not([class])) {
    float: none;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    width: calc(100% + 20px);
  }
}
.module_post-content img.extended {
  -webkit-margin-start: calc(0px - var(--gutter-width) + 10px);
  margin-inline-start: calc(0px - var(--gutter-width) + 10px);
  max-width: calc(100% + 2 * var(--gutter-width) - 20px);
}

@media only screen and (min-width: 1490px) {
  .module_post-content img.extended {
    -webkit-margin-start: calc(0px - var(--gutter-width) - min(85px, (100vw - 1490px) / 2) + 10px);
    margin-inline-start: calc(0px - var(--gutter-width) - min(85px, (100vw - 1490px) / 2) + 10px);
    max-width: calc(100% + 2 * var(--gutter-width) + min(170px, 100vw - 1490px) - 20px);
  }
}
.module_post-content .flexslider {
  border: none;
  border-radius: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  z-index: 1;
}

.module_post-content .flexslider li {
  border: none;
  margin: 0;
}

.module_post-content .flexslider.extended {
  -webkit-margin-start: calc(0px - var(--gutter-width) + 10px);
  margin-inline-start: calc(0px - var(--gutter-width) + 10px);
  width: calc(100% + 2 * var(--gutter-width) - 20px);
}

@media only screen and (min-width: 1490px) {
  .module_post-content .flexslider.extended {
    -webkit-margin-start: calc(0px - var(--gutter-width) - min(85px, (100vw - 1490px) / 2) + 10px);
    margin-inline-start: calc(0px - var(--gutter-width) - min(85px, (100vw - 1490px) / 2) + 10px);
    width: calc(100% + 2 * var(--gutter-width) + min(170px, 100vw - 1490px) - 20px);
  }
}
.module_post-content .flex-direction-nav a {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 50px;
  height: 50px;
  opacity: 1;
  width: 50px;
}

.module_post-content .flexslider:hover .flex-direction-nav a {
  opacity: 1;
}

.module_post-content .flex-direction-nav a:is(:hover, :focus-visible) {
  background-position: right center;
  opacity: 1;
}

.module_post-content .flex-direction-nav a:focus-visible {
  border-radius: 50%;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: -2px;
}

.module_post-content .flex-direction-nav a::before {
  content: "";
  display: none;
}

.module_post-content .flex-direction-nav a.flex-prev {
  background-image: url("../png/slideshow-left-arrow.png");
  color: transparent;
  font-size: 0;
  left: -50px;
}

.module_post-content .flex-direction-nav a.flex-next {
  background-image: url("../png/slideshow-right-arrow.png");
  color: transparent;
  font-size: 0;
  right: -50px;
}

@media only screen and (min-width: 1570px) {
  .module_post-content .flexslider .flex-direction-nav a.flex-prev {
    left: -75px;
  }
  .module_post-content .flexslider .flex-direction-nav a.flex-next {
    right: -75px;
  }
}
.module_post-content .flexslider.extended .flex-direction-nav a.flex-prev {
  left: 10px;
}

.module_post-content .flexslider.extended .flex-direction-nav a.flex-next {
  right: 10px;
}

@media only screen and (max-width: 1819px) {
  .module_post-content figure.slideshow.has-caption {
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
  }
  .module_post-content .flexslider.extended .slides {
    -webkit-margin-after: 70px;
    margin-block-end: 70px;
  }
  .module_post-content figure.has-caption .flexslider.extended .slides {
    -webkit-margin-after: 30px;
    margin-block-end: 30px;
  }
  .module_post-content .flexslider.extended .flex-direction-nav a {
    top: 100%;
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
  }
}
@media only screen and (min-width: 1820px) {
  .module_post-content .flexslider.extended .flex-direction-nav a.flex-prev {
    left: -75px;
  }
  .module_post-content .flexslider.flexslider.extended .flex-direction-nav a.flex-next {
    right: -75px;
  }
}
.module_post-content article .cta.button.atlas-styled {
  background-color: var(--cta-bgcolor);
  color: var(--cta-font-color);
  display: inline-block;
  font-family: var(--font-sans-serif);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 20px;
}

.module_post-content article .cta.button.atlas-styled + .cta.button.atlas-styled {
  -webkit-margin-start: 25px;
  margin-inline-start: 25px;
}

.module_post-content article .cta.button.atlas-styled:is(:hover, :focus-visible) {
  background-color: var(--cta-font-color);
  color: var(--cta-bgcolor);
  opacity: 1;
}

.module_post-content article .subscribe-form.atlas {
  -webkit-border-after: 1px solid var(--inline-subscribe-form-border-color);
  border-block-end: 1px solid var(--inline-subscribe-form-border-color);
  -webkit-border-before: 1px solid var(--inline-subscribe-form-border-color);
  border-block-start: 1px solid var(--inline-subscribe-form-border-color);
  color: var(--article-h2-color);
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  padding: 3em 10px;
  text-align: center;
}

.module_post-content article .form-heading {
  color: var(--article-h2-color);
  font-family: var(--font-serif);
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.module_post-content article div.mc_embed_signup form {
  grid-template-columns: 100%;
  height: 100% !important;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-inline: auto;
  max-width: min(100%, 350px);
  padding-block: 0;
  text-align: center;
}

.module_post-content article div.mc_embed_signup form .mc-field-group {
  display: grid;
  grid-template-columns: calc(100% - 120px) 120px;
}

.module_post-content div.mc_embed_signup form.mc-embedded-subscribe-form div.mce_inline_error {
  position: absolute;
  bottom: -42px;
}

@media print {
  .mc_embed_signup {
    display: none;
  }
}
/*-----------------------------------------*\
    MEMO template
    note: most of MEMO inherits from ATLAS
\*-----------------------------------------*/
main.memo div.top-border {
  -webkit-border-before: 5px solid var(--very-light-blue-color);
  border-block-start: 5px solid var(--very-light-blue-color);
}

main.memo div.email-headers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
  max-width: 850px !important;
}

main.memo div.email-headers div.textual-portion {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-weight: 400;
}

main.memo div.email-headers img {
  height: auto;
  margin-left: 50px;
  width: 250px;
}

@media only screen and (max-width: 600px) {
  main.memo div.email-headers {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  main.memo div.email-headers img {
    margin: 0 auto;
  }
}
/*-----------------------------------------*\
    PODCAST template
    note: most of MEMO inherits from ATLAS
\*-----------------------------------------*/
main.podcast .jumplinks a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  gap: 10px;
  margin: 15px 0;
}

main.podcast .jumplinks a::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
}

main.podcast .jumplinks a:hover {
  opacity: 0.7;
}

main.podcast .jumplinks a:focus-visible {
  outline: 1px solid #D8D8D8;
  outline-offset: 1px;
  border-radius: 5px;
}

main.podcast .jumplinks a.google-podcasts::before {
  background-image: url("../png/icon-google.png");
}

main.podcast .jumplinks a.apple-podcasts::before {
  background-image: url("../png/icon-apple.png");
}

main.podcast .jumplinks a.amazon-music::before {
  background-image: url("../png/icon-amazon.png");
}

main.podcast .jumplinks a.spotify::before {
  background-image: url("../png/icon-spotify.png");
}

main.podcast .jumplinks a.stitcher::before {
  background-image: url("../png/icon-stitcher.png");
}

main.podcast .jumplinks a.castbox::before {
  background-image: url("../png/icon-castbox.png");
}

main.podcast .jumplinks a.pandora::before {
  background-image: url("../png/icon-pandora.png");
}

main.podcast .jumplinks a.iheartradio::before {
  background-image: url("../png/icon-iheart.png");
}

main.podcast .jumplinks a.rss::before {
  background-image: url("../png/icon-rss.png");
}

main.podcast .module_post-content iframe {
  aspect-ratio: 400/102;
  width: 100% !important;
  height: auto;
}

main.podcast :is(h2, h3, h4) {
  color: var(--heading-grey-color);
}

main.podcast h2 {
  font-size: 36px;
}

main.podcast .module_post-content .guest-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

main.podcast .module_post-content .guest {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}

@media only screen and (max-width: 639px) {
  main.podcast .module_post-content .guest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
main.podcast .module_post-content .guest > img.guest-thumb {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 220px;
}

main.podcast .module_post-content .guest > .guest-bio {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

main.podcast :is(.intro, .guests) {
  padding-bottom: 50px;
}

main.podcast :is(.intro, .guests):not(:last-child) {
  border-bottom: 1px solid #D8D8D8;
}

main.podcast .guest-bio {
  display: grid;
  line-height: 1.2778;
}

main.podcast .guest-bio :last-child {
  margin-bottom: 0;
}

main.podcast .guest h3 {
  font-size: 26px;
  margin: 0;
}

main.podcast .guest h3 .company-name {
  font-family: var(--font-sans-serif);
  font-size: 20px;
  font-weight: 700;
}

main.podcast .more-podcasts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  max-width: min(100%, 800px);
}

main.podcast .more-podcasts > .podcast {
  color: #54585A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: min(100%, 250px);
}

@media only screen and (min-width: 780px) {
  main.podcast .more-podcasts > .podcast {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (min-width: 480px) and (max-width: 779px) {
  main.podcast .more-podcasts > .podcast {
    width: calc((100% - 30px) / 2);
  }
}
@media only screen and (max-width: 479px) {
  main.podcast .more-podcasts {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
main.podcast .more-podcasts > a.podcast:hover h3 {
  opacity: 0.7;
}

html:is(.using-keyboard-navigation, .no-js) main.podcast .more-podcasts > a.podcast:focus h3 {
  outline: 1px solid #D8D8D8;
  outline-offset: 5px;
  border-radius: 5px;
}

main.podcast .more-podcasts > .podcast h3 {
  color: #015089;
  font-family: var(--font-sans-serif);
  font-size: 26px;
  font-weight: 700;
}

main.podcast .more-podcasts > .podcast > :is(p, ol, ul, h3) {
  margin: 0.5em 0 0;
}

:root {
  --landing-intro-font-color: var(--main-blue-color);
  --landing-filter-input-font-color: var(--main-blue-color);
  --landing-filter-input-bg-color: #fff;
  --landing-carousel-max-width: 799px;
}

/*--------------------------------------------------------*\
   general and INTRO for LANDING PAGE templates
\*--------------------------------------------------------*/
body.landing {
  --target-under-sticky-top: var(--fixed-header-height);
}

body.landing .module_top-stories {
  --slide-width: calc(100vw - var(--scrollbar-visible-width) - (2 * var(--gutter-width)));
}

body.landing main div.intro {
  color: var(--landing-intro-font-color);
  font-size: 1.9rem;
  font-weight: 300;
}

body.landing main div.intro h1 {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: var(--landing-intro-font-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 4.8rem;
  gap: 2rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.0526;
  margin-block: 0 20px;
}

body.landing main div.intro h1 .sub-head {
  display: inline-block;
  font-family: var(--font-sans-serif);
  font-size: 1.9rem;
  font-weight: 300;
}

body.landing main .flex-direction-nav a:is(:hover, :focus-visible) {
  background-position: left center;
}

body.landing main .flex-direction-nav a:focus-visible {
  border-radius: 50%;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: -2px;
}

body.landing main .flex-direction-nav a.flex-prev {
  background-image: url("../png/atlas-left-arrow.png");
}

body.landing main .flex-direction-nav a.flex-next {
  background-image: url("../png/atlas-right-arrow.png");
}

body.landing main .flex-direction-nav a::before {
  display: none;
}

/*--------------------------------------------------------*\
   LOWER PORTION for LANDING PAGE templates
\*--------------------------------------------------------*/
body.landing .module_other-stories .articles {
  display: grid;
  gap: 30px;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
}

body.landing main .articles .news {
  border-top: 4px solid var(--main-blue-color);
}
body.landing main .articles .news:hover {
  opacity: 0.7;
}
body.landing main .articles .news .post-meta {
  color: var(--main-blue-color);
  font-size: 14px;
  font-weight: 700;
  margin-block: 1em;
}
body.landing main .articles .news h2 {
  color: var(--heading-grey-color);
  font-size: 24px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

@media (min-width: 1200px) {
  body.landing .module_other-stories .articles {
    grid-template-areas: "one one two three" "one one four five";
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  body.landing .module_other-stories .articles {
    grid-template-areas: "one one two" "one one three";
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 799px) {
  body.landing .module_other-stories .articles {
    grid-template-areas: "one";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }
  body.landing .module_other-stories .date,
  body.landing .module_other-stories .post-meta.no-roadmaps {
    display: none;
  }
}
body.landing .module_other-stories article:nth-child(1 of :not(.hidden)) {
  grid-area: one;
}

body.landing main a:is(.thumb, .post-content) {
  display: block;
}

body.landing main a.thumb {
  aspect-ratio: 16/9;
}

body.landing main article:has(a.post-content:hover) .thumb {
  opacity: 0.7;
}

body.landing main a:is(.thumb, .post-content):hover,
body.landing main a.thumb:hover ~ .text .post-content {
  opacity: 0.7;
}

body.landing main img {
  --background-image-2x: none;
  --background-image-4x: none;
  aspect-ratio: 16/9;
  background-image: var(--background-image-2x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
}

body.landing .module_other-stories img:nth-child(1 of :not(.hidden)) {
  background-image: var(--background-image-4x);
}

@media (max-width: 640px) {
  body.landing .module_other-stories img:nth-child(1 of :not(.hidden)) {
    background-image: var(--background-image-2x);
  }
}
body.landing .module_other-stories article {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: grid;
  font-size: 1.9rem;
  font-weight: 300;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  height: 100%;
}

body.landing .module_other-stories article .text {
  -webkit-margin-before: 0.5em;
  margin-block-start: 0.5em;
}

body.landing .module_other-stories article .post-meta {
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  color: var(--main-blue-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 20px;
}

body.landing .module_other-stories article .roadmaps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 20px;
}

body.landing .module_other-stories article:nth-child(1 of :not(.hidden)) .post-meta {
  margin-block: 1.5rem;
}

body.landing .module_other-stories article :is(.date, .roadmap) {
  display: inline-block;
  font-size: 1.3rem;
}

body.landing .module_other-stories article .date {
  font-size: 1.4rem;
}

body.landing .module_other-stories article:not(:nth-child(1 of :not(.hidden))) .date {
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  display: none;
}

body.landing .module_other-stories article .roadmap.button {
  padding: 2px 7px;
}

@media (min-width: 800px) {
  body.landing .module_other-stories article:not(:nth-child(1 of :not(.hidden))) .roadmap:not(:first-child):not(.force-show) {
    display: none;
  }
}
body.landing .module_other-stories article h2 {
  color: var(--heading-grey-color);
  font-size: 2.4rem;
  margin-block: 0.5em;
}

body.landing .module_other-stories article:nth-child(1 of :not(.hidden)) h2 {
  font-size: 4.8rem;
}

@media (min-width: 800px) {
  body.landing .module_other-stories article:not(:nth-child(1 of :not(.hidden))) .excerpt {
    display: none;
  }
}
/*--------------------------------------------------------*\
   CONTRIBUTORS for LANDING PAGE templates
\*--------------------------------------------------------*/
body.landing main .contributors {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 799px) {
  body.landing main .contributors {
    display: none;
  }
}
body.landing main .contributor {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  color: var(--heading-grey-color);
  gap: 10px;
}

body.landing main .contributor:is(:hover, :focus-visible) {
  opacity: 70%;
}

body.landing main .contributor img {
  aspect-ratio: 1 !important;
  border-radius: 50%;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 40px !important;
}

/*------------------------------------*\
    ATLAS TOP LANDING PAGE templates
\*------------------------------------*/
body.landing .module_top-stories.post-type .flexslider {
  border: none !important;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  position: relative;
}
@media (min-width: 800px) {
  body.landing .module_top-stories.post-type .flexslider {
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "img img text" "img img nav";
  }
}
@media (min-width: 1200px) {
  body.landing .module_top-stories.post-type .flexslider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-areas: "img img img text" "img img img nav";
  }
}

@media (min-width: 800px) {
  body.landing .module_top-stories.post-type .flexslider .slides {
    grid-area: 1/1/2/4;
  }
}
@media (min-width: 1200px) {
  body.landing .module_top-stories.post-type .flexslider .slides {
    grid-area: 1/1/2/5;
  }
}

body.landing .module_top-stories.post-type .flexslider.unintiated .slides > li:first-child {
  display: block;
}

@media (min-width: 800px) {
  body.landing .module_top-stories.post-type .flexslider .slide {
    height: 100%;
  }
}

@media (min-width: 800px) {
  body.landing .module_top-stories.post-type .flexslider .flex-direction-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    grid-area: nav;
    -webkit-margin-before: -64px;
    margin-block-start: -64px;
    position: relative;
  }
}

body.landing .module_top-stories.post-type .flex-direction-nav a {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 34px;
  height: 34px;
  opacity: 1 !important;
  right: initial !important;
  -webkit-transition: background 0s;
  transition: background 0s;
  width: 34px;
}
@media (max-width: 799px) {
  body.landing .module_top-stories.post-type .flex-direction-nav a {
    top: calc(var(--slide-width) / 16 * 9 + 2px);
  }
}
@media (min-width: 800px) {
  body.landing .module_top-stories.post-type .flex-direction-nav a {
    position: relative;
    left: initial !important;
    top: initial;
    margin: unset;
  }
}

@media (max-width: 799px) {
  body.landing .module_top-stories.post-type .flex-direction-nav a.flex-prev {
    left: 20px !important;
  }
}
@media (max-width: 799px) {
  body.landing .module_top-stories.post-type .flex-direction-nav a.flex-next {
    left: 74px !important;
  }
}
body.landing .module_top-stories.post-type .articles {
  display: grid;
  gap: 30px;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
}

@media (min-width: 1200px) {
  body.landing .module_top-stories.post-type .articles {
    grid-template-areas: "one one one two" "one one one three" "one one one four";
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  body.landing .module_top-stories.post-type .articles {
    grid-template-areas: "one one two" "one one three" "one one four";
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 800px) {
  body.landing .module_top-stories.post-type .flexslider {
    display: none;
  }
}
@media (max-width: 799px) {
  body.landing .module_top-stories.post-type .articles {
    display: none;
  }
  body.landing .module_top-stories.post-type article .text {
    -webkit-margin-before: 32px;
    margin-block-start: 32px;
  }
  body.landing .module_top-stories.post-type .articles {
    grid-template-areas: "one";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }
}
body.landing .module_top-stories.post-type article:nth-child(1 of :not(.hidden)) {
  grid-area: one;
}

body.landing .module_top-stories.post-type img:nth-child(1 of :not(.hidden)) {
  background-image: var(--background-image-4x);
}

@media (max-width: 640px) {
  body.landing .module_top-stories.post-type img:nth-child(1 of :not(.hidden)) {
    background-image: var(--background-image-2x);
  }
}
body.landing .module_top-stories.post-type article {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: grid;
  font-size: 1.9rem;
  font-weight: 300;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  height: 100%;
}

body.landing .module_top-stories.post-type.post-type article:first-child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-rows: auto auto 1fr;
}

body.landing .module_top-stories.post-type article .text {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}

body.landing .module_top-stories.post-type article .post-meta {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 20px;
}

body.landing .module_top-stories.post-type article .roadmaps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 20px;
}

body.landing .module_top-stories.post-type article:nth-child(1 of :not(.hidden)) .post-meta {
  margin-block: 1.5rem;
}

body.landing .module_top-stories.post-type article :is(.date, .roadmap) {
  display: inline-block;
  font-size: 1.3rem;
}

body.landing .module_top-stories.post-type article .date {
  font-size: 1.4rem;
}

body.landing .module_top-stories.post-type article:not(:nth-child(1 of :not(.hidden))) .date {
  -webkit-margin-after: 0.5em;
  margin-block-end: 0.5em;
  display: none;
}

body.landing .module_top-stories.post-type article .roadmap.button {
  padding: 2px 7px;
}

@media (min-width: 800px) {
  body.landing .module_top-stories.post-type article:not(:nth-child(1 of :not(.hidden))) .roadmap:not(:first-child):not(.force-show) {
    display: none;
  }
}
body.landing .module_top-stories.post-type article h2 {
  color: var(--heading-grey-color);
  font-size: 2.4rem;
  margin-block: 0.5em;
}

body.landing .module_top-stories.post-type article:nth-child(1 of :not(.hidden)) h2 {
  font-size: 4.8rem;
}

@media (min-width: 800px) {
  body.landing .module_top-stories.post-type article:not(:nth-child(1 of :not(.hidden))) .excerpt {
    display: none;
  }
}
/*------------------------------------*\
    NEWS TOP LANDING PAGE templates
\*------------------------------------*/
body.landing .module_top-stories.news-type .flexslider {
  border: none !important;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  position: relative;
}
@media (min-width: 1200px) {
  body.landing .module_top-stories.news-type .flexslider {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
}

@media (min-width: 1200px) {
  body.landing .module_top-stories.news-type .flexslider .slides {
    grid-area: 1/1/2/3;
  }
}

body.landing .module_top-stories.news-type .flexslider .flex-direction-nav {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (min-width: 1200px) {
  body.landing .module_top-stories.news-type .flexslider .flex-direction-nav {
    position: absolute;
    grid-area: 1/2/2/3;
  }
}

body.landing .module_top-stories.news-type .flex-direction-nav a {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 34px;
  height: 34px;
  left: initial !important;
  opacity: 1 !important;
  right: initial !important;
  -webkit-transition: background 0s;
  transition: background 0s;
  width: 34px;
}
@media (max-width: 1199px) {
  body.landing .module_top-stories.news-type .flex-direction-nav a {
    top: calc(var(--slide-width) / 16 * 9 + 2px);
  }
}
@media (min-width: 1200px) {
  body.landing .module_top-stories.news-type .flex-direction-nav a {
    position: relative;
    top: initial;
    margin: unset;
  }
}

@media (max-width: 1199px) {
  body.landing .module_top-stories.news-type .flex-direction-nav a.flex-prev {
    left: 20px !important;
  }
}
@media (max-width: 1199px) {
  body.landing .module_top-stories.news-type .flex-direction-nav a.flex-next {
    left: 74px !important;
  }
}
body.landing .module_top-stories.news-type .flexslider.unintiated .slides > li:first-child {
  display: block;
}

@media (min-width: 1200px) {
  body.landing .module_top-stories.news-type .flexslider .slide a.article {
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
  }
}

body.landing .module_top-stories.news-type a:is(.thumb, .post-content) {
  display: block;
}

body.landing .module_top-stories.news-type img {
  background-image: var(--background-image-4x);
}

@media (max-width: 640px) {
  body.landing .module_top-stories.news-type img {
    background-image: var(--background-image-2x);
  }
}
body.landing .module_top-stories.news-type article {
  font-size: 1.9rem;
  font-weight: 300;
  height: 100%;
}

@media (max-width: 1199px) {
  body.landing .module_top-stories.news-type article .text {
    -webkit-margin-before: 27px;
    margin-block-start: 27px;
  }
}
@media (min-width: 1200px) {
  body.landing .module_top-stories.news-type article .text {
    -webkit-margin-after: 44px;
    margin-block-end: 44px;
  }
}

body.landing .module_top-stories.news-type article .excerpt :last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

body.landing .module_top-stories.news-type article .post-meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--main-blue-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 20px;
}

body.landing .module_top-stories.news-type article .date {
  display: inline-block;
  font-size: 1.4rem;
}

body.landing .module_top-stories.news-type article h2 {
  color: var(--heading-grey-color);
  font-size: 4rem;
  margin-block: 0.5em;
}

/*-----------------------------------------------------------------------------*\
    COMPANY and FORGE_COMPANY single-pages

    - most formatting is in the modules/logo-list-with-functionality.scss file
      as the format is the same as the slide-out company info screen
      in those modules
\*-----------------------------------------------------------------------------*/
.module_single-company .h-module-h3 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

/*------------------------------------*\
    BIO page (single-team.php)
\*------------------------------------*/
main.team .module_team-bio {
  color: var(--main-text-color);
}

@media (min-width: 1000px) {
  .module_team-bio .module__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: grid;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    grid-template-rows: auto 1fr;
    grid-template-areas: "photo info" "photo biography";
  }
  main.team .bio-photo {
    grid-area: photo;
  }
  main.team .bio-details {
    grid-area: info;
  }
  main.team .biography {
    grid-area: biography;
  }
  main.team .bio-photo .subscribe-area {
    width: 85%;
  }
  main.team .bio-details .subscribe-area {
    display: none;
  }
  main.team .subscribe-area .heading {
    padding-block: 15px;
  }
  main.team .bio-details ul.social {
    margin-block: 4rem;
  }
  main.team .bio-details.no-social {
    -webkit-margin-after: 4rem;
    margin-block-end: 4rem;
  }
  main.team .bio-details h1 {
    margin-block: 0;
  }
}
@media (max-width: 999px) and (min-width: 700px) {
  .module_team-bio .module__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
    grid-template-areas: "photo info" "biography biography";
  }
  main.team .bio-photo {
    grid-area: photo;
  }
  main.team .bio-details {
    grid-area: info;
  }
  main.team .biography {
    grid-area: biography;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
  }
  main.team .bio-details .subscribe-area {
    width: 100%;
  }
  main.team .bio-photo .subscribe-area {
    display: none;
  }
  main.team .subscribe-area .heading {
    -webkit-padding-after: 15px;
    padding-block-end: 15px;
  }
  main.team .bio-details ul.social {
    margin-block: 2rem;
  }
  main.team .bio-details.no-social .subscribe-area {
    -webkit-margin-before: 3rem;
    margin-block-start: 3rem;
  }
  main.team .bio-details h1 {
    margin-block: 0;
  }
}
@media (max-width: 769px) {
  main.team .subscribe-area {
    display: none;
  }
  main.team .bio-details.no-social {
    -webkit-margin-after: 2rem;
    margin-block-end: 2rem;
  }
}
@media (max-width: 699px) {
  .module_team-bio .module__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    display: grid;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 1fr;
  }
  main.team .bio-details h1 {
    margin-block: 1em 0;
  }
}
main.team .bio-photo > img {
  background-color: var(--medium-light-blue-color);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 85% 100%, 100% 71%, 100% 0%);
  clip-path: polygon(0% 0%, 0% 100%, 85% 100%, 100% 71%, 100% 0%);
  width: 100%;
}

main.team .subscribe-area .heading {
  font-size: 19px;
}

main.team .bio-details h1 {
  color: var(--heading-grey-color);
  font-size: 48px;
  padding-block: 16px 10px;
  position: relative;
}

main.team .bio-details h1::before {
  content: "";
  -webkit-border-before: 6px solid var(--main-blue-color);
  border-block-start: 6px solid var(--main-blue-color);
  position: absolute;
  top: 0;
  width: 60px;
}

main.team .bio-details .role {
  font-size: 21px;
  font-weight: 700;
}

main.team .bio-details .location {
  font-size: 21px;
}

main.team .bio-details ul.social {
  overflow: visible;
  padding: 0;
}

main.team .bio-details ul.social li {
  background-size: auto 100%;
  background-position: right center;
  display: inline-block;
  margin-right: 15px;
}

main.team .bio-details ul.social li a {
  border-radius: 100px;
  display: inline-block;
  height: 33px;
  overflow: hidden;
  position: relative;
  width: 33px;
}

main.team .bio-details ul.social li a img {
  height: 33px;
}

main.team .bio-details ul.social li a:hover {
  opacity: 0.5;
}

main.team .bio-details ul.social li a span {
  position: absolute;
  left: -100000px;
}

main.team .biography h2 {
  margin-block: 0;
}

main.team .biography ul.roadmaps {
  font-size: 1.5rem;
  -webkit-margin-before: 0.25em;
  margin-block-start: 0.25em;
  padding: 0;
}

main.team .biography ul.roadmaps li {
  color: var(--main-blue-color);
  display: inline-block;
  margin-right: 20px;
}

main.team .biography a.roadmap {
  color: var(--main-blue-color);
}

main.team .biography a.roadmap:hover {
  opacity: 0.7;
}

main.team .bio-text {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.35;
}

main.team .bio-text a {
  color: var(--main-blue-color);
}

main.team .bio-text a:hover {
  color: var(--heading-light-blue-color);
}

main.team .bio-text :last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

/*------------------------------------*\
    Podcast Landing template
\*------------------------------------*/
main.landing-podcast .module_staggered.full-width {
  padding-inline: 0;
}

@media only screen and (min-width: 1080px) {
  main.landing-podcast .module.full-width .module__content {
    display: grid;
    grid-template-columns: [area-start left-column-start] minmax(0, 1fr) [left-column-end right-column-start] minmax(0, 1fr) [right-column-end area-end];
    grid-template-rows: 100px minmax(0, 1fr) [heading-start] auto [heading-end];
    grid-template-areas: "hero    space     " "hero    providers " "heading  providers";
  }
  main.landing-podcast .hero {
    min-height: 400px;
  }
  main.landing-podcast .providers {
    grid-area: providers;
  }
  main.landing-podcast .heading-container {
    align-items: end;
    display: grid;
    grid-column: area;
    grid-row: heading;
    min-height: 100px;
    pointer-events: none;
    position: relative;
  }
  main.landing-podcast .heading-container h2 {
    max-width: min(100%, 650px);
    padding-right: 5px;
    margin-block: 0;
    max-width: min(50%, 600px);
  }
}
main.landing-podcast .hero-container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-area: hero;
}

main.landing-podcast .hero {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-position: center;
  aspect-ratio: var(--hero-image-aspect-ratio);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%; /* Safari 7+ */
  overflow: hidden; /* Safari 7+ */
}

/* Safari 7.1+
_::-webkit-full-page-media, _:future, :root main.landing-podcast .hero {
	aspect-ratio: unset;
} */
main.landing-podcast h1 {
  color: #2EFFFF;
  font-family: var(--font-sans-serif);
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

main.landing-podcast .heading-container {
  margin: 0 auto;
  max-width: min(100%, 1300px);
  width: 100%;
}

/* Safari 7.1+ */
_::-webkit-full-page-media, _:future, :root main.landing-podcast .heading-container {
  max-width: min(100% - 2 * var(--gutter-width), 1300px);
}

main.landing-podcast .heading-container h2 {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
}

main.landing-podcast h2 {
  color: #333333;
  font-size: 48px;
  font-weight: 700;
}

main.landing-podcast h3 {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
}

main.landing-podcast .providers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F0FFFC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px;
}

main.landing-podcast .providers article {
  max-width: min(100%, 500px);
}

main.landing-podcast .providers .provider-list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  display: flow-root;
}

main.landing-podcast .podcast-platforms a:first-child {
  margin-top: 0;
}

main.landing-podcast .provider-list a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  gap: 10px;
  margin: 15px 0;
}

main.landing-podcast .provider-list a::before {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 40px;
  width: 40px;
}

main.landing-podcast .provider-list a:hover {
  opacity: 0.7;
}

main.landing-podcast .provider-list a:focus-visible {
  outline: 1px solid #D8D8D8;
  outline-offset: 1px;
  border-radius: 5px;
}

main.landing-podcast .provider-list a.google-podcasts::before {
  background-image: url("../png/icon-google.png");
}

main.landing-podcast .provider-list a.apple-podcasts::before {
  background-image: url("../png/icon-apple.png");
}

main.landing-podcast .provider-list a.amazon-music::before {
  background-image: url("../png/icon-amazon.png");
}

main.landing-podcast .provider-list a.spotify::before {
  background-image: url("../png/icon-spotify.png");
}

main.landing-podcast .provider-list a.stitcher::before {
  background-image: url("../png/icon-stitcher.png");
}

main.landing-podcast .provider-list a.castbox::before {
  background-image: url("../png/icon-castbox.png");
}

main.landing-podcast .provider-list a.pandora::before {
  background-image: url("../png/icon-pandora.png");
}

main.landing-podcast .provider-list a.iheartradio::before {
  background-image: url("../png/icon-iheart.png");
}

main.landing-podcast .provider-list a.rss::before {
  background-image: url("../png/icon-rss.png");
}

main.landing-podcast .module_main .module__content {
  margin: 0 auto;
  max-width: min(100%, 1300px);
}

main.landing-podcast .body {
  padding: 0 50px 50px;
}

main.landing-podcast .podcast-list {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
  row-gap: 75px;
}

@media only screen and (width >= 480px) {
  main.landing-podcast .heading-container {
    padding: 0 50px;
  }
}
@media only screen and (width < 480px) {
  main.landing-podcast .heading-container {
    padding: 0 20px;
  }
  main.landing-podcast .body {
    padding: 0 20px;
  }
  main.landing-podcast .podcast-list {
    padding: 0 20px;
  }
}
main.landing-podcast .podcast {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-sans-serif);
  font-size: 22px;
  font-weight: 300;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main.landing-podcast .podcast {
  max-width: min(100%, 380px);
}

@media only screen and (width >= 1080px) { /* three-column landing */
  main.landing-podcast .podcast {
    -ms-flex-preferred-size: calc((100% - 60px) / 3);
    flex-basis: calc((100% - 60px) / 3);
  }
  main.landing-podcast .podcast.two-count-equilizer {
    display: none;
  }
  main.landing-podcast .podcast:nth-child(1) {
    padding-bottom: 200px;
  }
  main.landing-podcast .podcast:nth-child(2) {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  main.landing-podcast .podcast:nth-child(3) {
    padding-top: 200px;
  }
  main.landing-podcast .podcast:nth-child(3n+4) {
    margin-top: -200px;
    padding-bottom: 200px;
  }
  main.landing-podcast .podcast:nth-child(3n+5) {
    margin-top: -100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 780px) and (max-width: 1079px) { /* two-column landing */
  main.landing-podcast .podcast {
    -ms-flex-preferred-size: calc((100% - 30px) / 2);
    flex-basis: calc((100% - 30px) / 2);
  }
  main.landing-podcast .podcast.three-count-equilizer {
    display: none;
  }
  main.landing-podcast .podcast:nth-child(1) {
    padding-bottom: 100px;
  }
  main.landing-podcast .podcast:nth-child(2) {
    padding-top: 100px;
  }
  main.landing-podcast .podcast:nth-child(2n+3) {
    margin-top: -100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 779px) { /* one-column landing */
  main.landing-podcast .podcast:is(.three-count-equilizer, .two-count-equilizer) {
    display: none;
  }
}
main.landing-podcast .podcast img {
  height: auto;
  width: 100%;
}

main.landing-podcast .podcast .text {
  display: grid;
}

main.landing-podcast .text > :is(h3, p, ul, ol, a) {
  margin: 0.35em 0 0;
}

main.landing-podcast .podcast h3 {
  color: #015089;
  font-family: var(--font-sans-serif);
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
}

main.landing-podcast .podcast ul {
  color: #015089;
  line-height: 1.2727;
  list-style: none;
  padding: 0;
}

main.landing-podcast .podcast > a.full-sized-anchor {
  display: block;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

main.landing-podcast .podcast > a.full-sized-anchor div.cta,
main.landing-podcast .podcast a.cta {
  border-bottom: 4px solid #015089;
  color: #015089;
  display: block;
  font-size: 20px;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

main.landing-podcast .podcast > a.full-sized-anchor:hover,
main.landing-podcast .podcast a.cta:hover {
  opacity: 0.7;
}

html:is(.using-keyboard-navigation, .no-js) main.landing-podcast .podcast > a.full-sized-anchor:focus div.cta,
html:is(.using-keyboard-navigation, .no-js) main.landing-podcast .podcast a.cta:focus {
  outline: 1px solid #D8D8D8;
  outline-offset: 5px;
  border-radius: 5px;
}

/*------------------------------------*\
    SEARCH template
\*------------------------------------*/
main.search .module_post-content h1 {
  margin-bottom: 3.6rem;
}

main.search .module_post-content .result-section {
  font-size: 1.7rem;
  line-height: 1.4444;
}

main.search div.result {
  border-top: 1px solid var(--main-grey-color);
  padding: 2rem 0;
}

main.search div.result:last-child {
  border-bottom: 1px solid var(--main-grey-color);
}

main.search .result-section a {
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

main.search .result-section a:hover {
  opacity: 0.75;
}

html:is(.using-keyboard-navigation, .no-js) main.search .module_post-content a:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--special-highlight-color);
  outline-offset: 2px;
}

main.search .module_post-content .result-section .h-module-h2 {
  color: var(--main-blue-color);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4444;
  margin: 3.6rem 0 1.4rem;
}

main.search .module_post-content .result-section:not(:first-child) .h-module-h2 {
  margin-top: 7.2rem;
}

main.search .module_post-content .h-module-h3 {
  color: var(--main-text-color);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.4444;
  margin: 0;
}

main.search .module_post-content .search-string {
  color: var(--main-blue-color);
  font-weight: bold;
  text-decoration: underline;
}

main.search .hidden {
  display: none !important;
}

body.strive-modular-page {
  overflow-x: clip;
}

/*------------------------------------*\
    ADMIN pages
\*------------------------------------*/
body.admin header.page, body.admin header.page, body.admin main.page, body.admin section.hero, body.admin footer {
  display: none;
}

body.admin main {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
:root {
  --touch-menu-breakpoint: 849;
}

/*------------------------------------*\
    .module DEFAULTS
\*------------------------------------*/
:where(section.module:not(.module_new)) {
  background-color: transparent;
  position: relative;
}

section.hidden {
  display: none;
}

:where(section.module:not(.module_new)) .content {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

table, th, td {
  border: 1px solid;
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
}

td, th {
  padding: 5px 10px;
}

/*------------------------------------*\
    Common to many pages
\*------------------------------------*/
section.hero.standard > div.content {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
}

section.hero.standard div.angle {
  margin-right: 20px;
  max-width: min(100%, 225px);
  min-width: 225px;
  width: 225px;
}

section.hero.standard div.angle img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
}

section.hero.standard div.angle.yellow img {
  background-image: url("../png/bvp-line-yellow.png");
}

section.hero.standard div.angle.mint img {
  background-image: url("../png/bvp-line-mint.png");
}

section.hero.standard div.angle.light-blue img {
  background-image: url("../png/bvp-line-lightblue.png");
}

section.hero.standard div.angle.dark-blue img {
  background-image: url("../png/bvp-line-darkblue.png");
}

section.hero.standard div.angle.grey img {
  background-image: url("../png/bvp-line-grey.png");
}

section.hero.standard div.angle.forge-outline img {
  background-image: url("../png/bvp-line-outlined-forge.png");
}

section.hero.standard div.alignment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  padding-right: 245px;
  padding-top: 30px;
  width: 100%;
}

section.hero.standard div.alignment.halves {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section:is(.hero.standard, .highlights) div.intro {
  color: #54585A;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3333;
  margin: 0 auto;
  max-width: min(100%, 800px);
  padding: 0 20px;
  width: 100%;
}

section.hero.standard.text-block li {
  margin: 0.75em;
}

section:is(.hero.standard, .highlights) div.intro.center {
  text-align: center;
}

main:not(.search) section.hero.standard div.intro a,
main:not(.search) section.hero.standard div.intro a:visited {
  color: var(--main-blue-color);
}

main:not(.search) section.hero.standard div.intro a:hover,
html:is(.using-keyboard-navigation, .no-js) main:not(.search) section.hero.standard div.intro a:focus {
  color: #999FA2;
}

section.hero.standard div.intro b {
  color: var(--main-blue-color);
}

section.hero.standard div.intro h1,
section.hero.standard div.intro h2,
section.hero.standard div.intro h3 {
  font-weight: 700;
}

section.hero.standard div.intro form {
  border: none;
  margin-top: 30px;
}

main:not(.campaign) section.hero.standard div.intro input {
  border-bottom: 4px solid #B8CEDE;
  color: #54585A;
  padding: 2px 0;
}

section.hero.standard div.intro input#search-term {
  margin-right: 0;
  padding-right: 10px;
}

main:not(.campaign) section.hero.standard div.intro input[type=email] {
  margin-right: 20px;
  max-width: min(100%, 450px);
  width: calc(100% - 120px);
}

html:is(.using-keyboard-navigation, .no-js) main:not(.campaign) section.hero.standard div.intro input[type=submit]:focus {
  color: var(--main-blue-color);
}

section.hero.standard div.intro > *:first-child {
  margin-top: 0;
  position: relative;
}

section.hero.standard div.intro > *:last-child {
  margin-bottom: 0;
}

section.hero.standard div.intro h1 {
  color: var(--main-blue-color);
  font-size: 54px;
  line-height: 1.1481;
}

section.hero.standard div.intro h2 {
  color: var(--main-blue-color);
  font-size: 38px;
  line-height: 1.4737;
}

main.growth section.hero.standard div.intro h2 {
  color: #99B9D0;
}

section.hero.standard div.intro h3 {
  color: #54585A;
  font-family: var(--font-sans-serif);
  font-size: 22px;
  line-height: 1.2727;
  margin-bottom: 0;
}

main:is(.highlights, .campaign) section.hero.standard div.intro h1 {
  margin-bottom: 20px;
}

main:is(.highlights, .campaign) section.hero.standard div.intro h2 {
  color: #99B9D0;
  margin: 0;
}

main:is(.highlights, .campaign) section.hero.standard div.intro h3 {
  margin-top: 0;
  margin-bottom: 38px;
}

main.campaign section.hero.standard div.intro h3 {
  color: #99B9D0;
  font-family: var(--font-serif);
  font-size: 38px;
  margin-bottom: 20px;
}

section.hero.standard div.intro a[href^="#"]:not([href="#consent"]) {
  color: #99B9D0;
  display: block;
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: 1.2667;
}

section.hero.standard div.intro a[href^="#"]:hover,
html:is(.using-keyboard-navigation, .no-js) section.hero.standard div.intro a[href^="#"]:focus {
  color: var(--main-blue-color);
}

section.heading div.content {
  padding-left: 50px;
}

section.heading h2 {
  color: var(--main-blue-color);
  font-size: 48px;
  font-weight: 700;
}

section.hero.standard + section.heading h2 {
  margin-top: 60px;
}

section.callout {
  margin-top: 50px;
}

section.callout.thinker {
  max-width: min(100%, 1330px);
}

section.callout.thinker.right {
  margin-right: 0;
  margin-left: auto;
}

section.callout.thinker.left {
  margin-right: auto;
  margin-left: 0;
}

section.callout.thinker:not(.first) {
  margin-top: 75px;
}

section.callout.thinker.first {
  margin-top: 0;
}

section.callout.thinker.last {
  margin-bottom: 0;
}

section.callout:not(.thinker) div.content {
  background-color: #A8C0B1;
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 115.47px) 100%, 100% 50%, 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 115.47px) 100%, 100% 50%, 100% 0);
  margin-right: 50px;
  max-width: min(100%, 900px);
  min-height: 300px;
  padding: 50px 120px;
}

section.callout.thinker div.content {
  max-width: calc(100% - 50px);
  min-height: 390px;
  padding: 0;
}

section.callout.thinker.yellow div.content {
  background-color: #F5A701;
}

section.callout.thinker.green div.content {
  background-color: #A8C0B1;
}

section.callout.thinker.light-blue div.content {
  background-color: #99B9D0;
}

section.callout.thinker.grey div.content {
  background-color: #B1AFAF;
}

section.callout.thinker.left div.content {
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 75px) 100%, 100% calc(100% - 130px), 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 75px) 100%, 100% calc(100% - 130px), 100% 0);
  margin-right: 50px;
}

section.callout.thinker.right div.content {
  -webkit-clip-path: polygon(75px 0, 0 130px, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(75px 0, 0 130px, 0 100%, 100% 100%, 100% 0);
  margin-left: 50px;
}

section.callout div.content article {
  color: #fff;
  font-size: 21px;
  line-height: 1.3333;
}

section.callout.thinker div.content article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  max-height: 390px;
}

section.callout.thinker.right div.content article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

section.callout.thinker.left div.content article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

section.callout.thinker div.content article > img {
  height: 390px;
}

section.callout.thinker div.content img.logo {
  max-height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

section.callout.thinker div.content article div.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  margin-right: auto;
  max-width: min(100%, 1200px);
  padding: 20px 50px;
}

section.callout div.content article a,
section.callout div.content article a:visited {
  border-bottom: 4px solid #B8CEDE;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2727;
}

section.callout div.content article a:hover,
html:is(.using-keyboard-navigation, .no-js) section.callout div.content article a:focus {
  border-bottom: 4px solid var(--main-blue-color);
  color: var(--main-blue-color);
}

section.callout.thinker div.content article div.social {
  font-size: 0;
}

section.callout.thinker div.content article div.social a {
  border-bottom: none;
  border-radius: 100px;
  display: inline-block;
  height: 33px;
  margin-right: 28px;
  overflow: hidden;
  position: relative;
  width: 33px;
}

section.callout.thinker div.content article div.social a:last-child {
  margin-right: 0;
}

section.callout.thinker div.content article div.social a img {
  height: 33px;
}

section.callout.thinker div.content article div.social a:hover img,
html:is(.using-keyboard-navigation, .no-js) section.callout.thinker div.content article div.social a:focus img {
  opacity: 0.5;
}

section.callout div.content article h2 {
  color: var(--main-blue-color);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4737;
  margin-top: 0;
}

section.callout.thinker div.content article div.info h2 {
  font-size: 32px;
  margin: 0 0 32px;
}

section.callout.thinker div.content article div.info p {
  margin: 32px 0 0;
}

main.growth section.callout.thinker div.content article div.info p {
  margin: 0 0 32px;
}

.fixed-at-top {
  background-color: #F7FAFB;
  left: 0;
  padding-left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 10000;
}

section.choose-one .choice:not(.shown) {
  display: none !important;
}

img.whitebg {
  background-color: #fff;
}

nav.category ul {
  -webkit-transition: unset;
  transition: unset;
  min-height: 31px;
}

nav.category.fixed-at-top ul {
  padding-left: 50px;
}

section.menu div.content {
  padding: 50px;
}

section.menu nav ul > li {
  line-height: normal;
  margin: 0 22px 0 0;
  padding: 0 0 10px;
}

section.menu nav ul > li:last-child {
  margin-right: 0;
}

.module _menu nav a,
.module _menu nav a:visited {
  color: #54585A;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.3333;
}

.module _menu nav a.active {
  border-bottom: 4px solid #B8CEDE;
  font-weight: 400;
}

.module _menu nav a:hover,
html:is(.using-keyboard-navigation, .no-js) smain ection.menu nav a:focus {
  color: var(--main-blue-color);
}

/*------------------------------------*\
    HOME page
\*------------------------------------*/
main.home section.notice:not(.interstitial) {
  margin-bottom: 60px;
  margin-right: 150px;
}

main.home section.notice:not(.interstitial) div.content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #749EBD;
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 144.34px) 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 144.34px) 100%, 100% 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 250px;
}

main.home section.notice:not(.interstitial) article.notice {
  color: #fff;
  font-size: 23px;
  line-height: 1.2174;
  max-width: min(100%, 990px);
  padding: 20px 140px 20px 50px;
}

main.home section.notice:not(.interstitial) article.notice img {
  display: none;
}

main.home section.notice:not(.interstitial) article.notice > * {
  margin: 0;
}

main.home section.notice:not(.interstitial) article.notice > *:not(:last-child) {
  margin-bottom: 20px;
}

main.home section.notice:not(.interstitial) article.notice a {
  color: #B6CDDD;
  border-bottom: 4px solid #B6CDDD;
}

main.home section.notice:not(.interstitial) article.notice a:hover,
html:is(.using-keyboard-navigation, .no-js) main.home section.notice:not(.interstitial) article.notice a:focus {
  color: var(--main-blue-color);
  border-bottom-color: var(--main-blue-color);
}

main.home section.notice:not(.interstitial) article.notice h1,
main.home section.notice:not(.interstitial) article.notice h2,
main.home section.notice:not(.interstitial) article.notice h3 {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  line-height: 0.9583;
  margin-bottom: 30px;
}

main.home section.notice.interstitial {
  height: 100svh;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

main.home section.notice.interstitial.closed {
  display: none;
}

main.home section.notice.interstitial:not(.closed) ~ .module {
  display: none;
}

main.home section.notice.interstitial div.content {
  background-color: #749EBD;
  height: 100%;
}

main.home section.notice.interstitial div.content a.close {
  background-image: url("../png/icon-close-x.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  cursor: pointer;
  position: absolute;
  height: 30px;
  right: 50px;
  top: 50px;
  width: 30px;
  z-index: 100;
}

main.home section.notice.interstitial article.notice {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 19px;
  height: 100%;
  line-height: 1.4737;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 100px 126px;
  position: relative;
  margin: 0 auto;
  max-width: min(100%, 1000px);
}

main.home section.notice.interstitial article.notice > * {
  margin: 0;
  position: relative;
}

main.home section.notice.interstitial article.notice > *:not(:last-child) {
  margin-bottom: 24px;
}

main.home section.notice.interstitial article.notice img {
  display: block;
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

main.home section.notice.interstitial article.notice a {
  border-bottom: 1px solid #B6CDDD;
  color: #B6CDDD;
}

main.home section.notice.interstitial article.notice a:first-child:last-child {
  border-bottom: 4px solid #B6CDDD;
  font-weight: 700;
}

main.home section.notice.interstitial article.notice h1,
main.home section.notice.interstitial article.notice h2,
main.home section.notice.interstitial article.notice h3 {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
}

main.home section.notice article.notice a:hover,
html:is(.using-keyboard-navigation, .no-js) main.home section.notice article.notice a:focus {
  color: var(--main-blue-color);
  border-bottom-color: var(--main-blue-color);
}

main.home section.home-module {
  margin-bottom: 60px;
  margin-left: 50px;
}

main.home section.home-module.right {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 50px;
}

main.home section.home-module:not(.fourth) article {
  overflow: hidden;
}

main.home section.home-module div.text {
  color: #898989;
}

main.home section.home-module.top div.text {
  background-color: #ECECEC;
  height: 600px;
  padding: 100px 330px 100px 50px;
}

main.home section.home-module:not(.fourth, .top, .podcasts) div.text {
  height: 660px;
}

main.home section.home-module.left:not(.fourth, .top) div.text {
  padding: 100px 820px 100px 50px;
  /* padding: 330px 820px 20px 50px; */
}

main.home section.home-module.right:not(.fourth, .top, .podcasts) div.text {
  padding: 100px 50px 100px 820px;
  /* padding: 330px 50px 20px 820px; */
}

main.home section.home-module.right.podcasts div.text {
  padding: 100px 50px 100px 820px;
}

main.home section.home-module.fourth article > div.text {
  padding: 100px 50px;
}

main.home section.home-module div.text div.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: min(100%, 450px);
}

main.home section.home-module.top div.text div.vertical-align {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

main.home section.home-module:is(.right, .fourth) div.text div.vertical-align {
  margin: 0 auto;
}

main.home section.home-module.fourth article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

main.home section.home-module.fourth.left article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

main.home section.home-module.fourth div.flexslider {
  border: none;
}

main.home section.home-module.fourth div.flexslider,
main.home section.home-module.fourth article > div.text {
  width: 50%;
}

section.home-module.fourth.right li.slide {
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 150px) 100%, 100% calc(100% - 350px), 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 150px) 100%, 100% calc(100% - 350px), 100% 0);
}

section.home-module.fourth.left li.slide {
  -webkit-clip-path: polygon(0 0, 0 calc(100% - 350px), 150px 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 0 calc(100% - 350px), 150px 100%, 100% 100%, 100% 0);
}

section.home-module.fourth li.slide img.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.home-module.fourth .slide div.text {
  color: var(--main-blue-color);
  background-color: #C0D0DF;
  min-height: 350px;
}

section.home-module.fourth.right .slide div.text {
  padding: 50px 125px 50px 50px;
}

section.home-module.fourth.left .slide div.text {
  padding: 50px 50px 50px 125px;
}

main.home section.home-module.podcasts div.text {
  padding-top: 330px;
  padding-bottom: 20px;
}

main.home section.home-module div:is(.banner, .podcast) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 660px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  width: 720px;
}

main.home section.home-module:first-of-type div.banner {
  height: 700px;
  width: 800px;
}

main.home section.home-module div.banner div.title,
main.home section.home-module div.banner a.title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.home section.home-module div.banner a.title:hover,
html:is(.using-keyboard-navigation, .no-js) main.home section.home-module div.banner a.title:focus {
  opacity: 0.5;
}

main.home section.home-module.second div.banner div.title {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

main.home section.home-module.right div.banner {
  clear: left;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 50%, 78.28797% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 50%, 78.28797% 0);
  float: left;
}

main.home section.home-module.left div.banner {
  background-color: #fff;
  clear: right;
  -webkit-clip-path: polygon(21.7121% 0, 0 50%, 0 100%, 100% 100%, 100% 0);
  clip-path: polygon(21.7121% 0, 0 50%, 0 100%, 100% 100%, 100% 0);
  float: right;
}

main.home section.home-module div.banner img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

main.home section.home-module div.podcast {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #B8CEDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  float: left;
  height: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 60%;
  padding: 0;
}

main.home section.home-module div.podcast .flexslider {
  background-color: #B8CEDE;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  margin: 0 20px;
}

main.home section.home-module.podcasts div.text {
  height: 528px;
}

main.home section.home-module div.podcast .flex-control-paging {
  display: none;
}

main.home section.home-module div.podcast .main-content,
main.home section.home-module div.podcast .main-content li {
  font-size: 0;
  width: 380px;
}

main.home section.home-module div.podcast .follower {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #A7BBCF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

main.home section.home-module div.podcast .follower ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
}

main.home section.home-module div.podcast .follower .alignment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main.home section.home-module div.podcast .alignment > * {
  color: #54585A;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

main.home section.home-module div.podcast .alignment > *:not(:last-child) {
  margin-right: 15px;
}

main.home section.home-module div.podcast .follower a.share {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 35px;
  width: 35px;
}

main.home section.home-module div.podcast .follower a.share.twitter {
  background-image: url("../png/twitter-white.png");
}

main.home section.home-module div.podcast .follower a.share.linkedin {
  background-image: url("../png/linkedin-white.png");
}

main.home section.home-module div.podcast .follower a > span {
  position: absolute;
  left: -10000px;
}

main.home section.home-module div.podcast img.podcast-thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  width: 380px;
}

main.home section.home-module div.podcast iframe[height="102px"] {
  height: 98px;
}

main.home section.home-module div.podcast .flex-direction-nav a {
  opacity: 1;
}

main.home section.home-module div.podcast .flex-direction-nav a:is(:hover, :focus-visible) {
  opacity: 0.5;
}

main.home section.home-module div.podcast .flex-direction-nav a::before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 42px;
  width: 23px;
}

main.home section.home-module div.podcast .flex-direction-nav a.flex-prev {
  left: -50px;
}

main.home section.home-module div.podcast .flex-direction-nav a.flex-next {
  right: -50px;
}

main.home section.home-module div.podcast .flex-direction-nav a.flex-prev::before {
  background-image: url("../png/arrow-left-podcast.png");
}

main.home section.home-module div.podcast .flex-direction-nav a.flex-next::before {
  background-image: url("../png/arrow-right-podcast.png");
}

main.home section.home-module div.banner img:not(.icon) {
  bottom: 0;
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

main.home section.home-module div.banner img.icon {
  float: left;
  height: 50px;
  width: 50px;
  min-width: 50px;
}

main.home section.home-module div.banner h3 {
  color: #fff;
  font-family: var(--font-sans-serif);
  font-weight: 400;
}

main.home section.home-module div.banner img.icon + h3 {
  margin-bottom: 0;
  margin-left: 20px;
  margin-top: 0;
}

main.home section.home-module div.banner img.colorizer,
main.home section.home-module div.banner img.colorizer.yellow {
  background-blend-mode: multiply;
  background-color: rgb(245, 167, 1);
}

main.home section.home-module div.banner img.colorizer.mint {
  background-color: rgb(188, 204, 194);
}

main.home section.home-module div.banner img.colorizer.green {
  background-color: rgb(166, 175, 114);
}

main.home section.home-module div.banner img.colorizer.light-blue {
  background-color: rgb(184, 206, 222);
}

main.home section.home-module div.banner img.colorizer.dark-blue {
  background-color: rgb(1, 80, 137);
}

main.home section.home-module div.banner.thirds img.colorizer,
main.home section.home-module div.banner.thirds img.colorizer.yellow {
  background-color: rgba(245, 167, 1, 0.75);
  z-index: -1;
}

main.home section.home-module div.banner.thirds img.colorizer.mint {
  background-color: rgba(188, 204, 194, 0.75);
}

main.home section.home-module div.banner.thirds img.colorizer.green {
  background-color: rgba(166, 175, 114, 0.75);
}

main.home section.home-module div.banner.thirds img.colorizer.light-blue {
  background-color: rgba(184, 206, 222, 0.75);
}

main.home section.home-module div.banner.thirds img.colorizer.dark-blue {
  background-color: rgba(1, 80, 137, 0.75);
}

main.home section.home-module div.banner.thirds div.title a:hover + img.colorizer,
html:is(.using-keyboard-navigation, .no-js) main.home section.home-module div.banner.thirds div.title a:focus + img.colorizer {
  background-color: rgba(109, 97, 97, 0.75);
}

main.home section.home-module div.banner img.lines {
  background-position: right bottom;
  background-size: 297px 433px;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

main.home section.home-module.top div.banner img.lines {
  background-image: url("../png/home-first-section-lines-2x.png");
}

main.home section.home-module.second div.banner img.lines {
  background-image: url("../png/home-second-section-lines-2x.png");
  background-position: left bottom;
  background-size: 392px 404px;
}

main.home section.home-module.third div.banner img.lines {
  background-image: url("../png/home-third-section-lines-2x.png");
}

main.home section.home-module div.text * {
  color: #54585A;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2727;
  margin-top: 0;
}

main.home section.home-module div.text *:last-child {
  margin-bottom: 0;
}

main.home section.home-module div.text h1 {
  color: var(--main-blue-color);
  font-size: 66px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 50px 0;
}

main.home section.home-module:not(.top) div.text h1 {
  font-size: 48px;
  line-height: 1.0833;
}

main.home section.home-module.fourth div.text h2 {
  color: var(--main-blue-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

main.home section.home-module.fourth div.text .excerpt {
  color: var(--main-blue-color);
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

main.home section.home-module.fourth .flex-control-nav {
  bottom: 0;
  text-align: left;
  z-index: 100;
}

main.home section.home-module.fourth.right .flex-control-nav {
  margin-left: 50px;
}

main.home section.home-module.fourth.left .flex-control-nav {
  margin-left: 200px;
}

main.home section.home-module div.text aside.cta:not(.button) a,
main.home section.home-module div.text aside.cta:not(.button) span {
  border-bottom: 4px solid #B8CEDE;
  color: #54585A;
  font-weight: 400;
}

main.home section.home-module div.text aside.cta:not(.button) a:hover,
html:is(.using-keyboard-navigation, .no-js) main.home section.home-module div.text aside.cta a:focus {
  border-bottom: 4px solid var(--main-blue-color);
  color: var(--main-blue-color);
}

section.insights {
  background-color: #EBF1F6;
  padding-bottom: 60px;
}

section.featured-investments div.content,
section.investments div.content,
section.atlas-picks div.content,
section.insights div.content.atlas-picks,
section.insights div.content.featured-picks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.investments div.object-cache {
  display: none;
}

section.featured-investments article {
  width: calc((100% - 150px) / 4);
}

section.featured-investments article a.alignment {
  display: block;
  margin: 0 auto;
}

section.featured-investments article img.logo {
  display: block;
  -webkit-filter: unset;
  filter: unset;
  margin: 0 auto;
  opacity: 1;
  width: 240px;
}

main:not(.companies):not(.antiportfolio) section.featured-investments article img.logo:hover,
html:is(.using-keyboard-navigation, .no-js) main:not(.companies):not(.antiportfolio) section.featured-investments article img.logo:focus,
main:not(.companies):not(.antiportfolio) section.featured-investments article.open img.logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

main.antiportfolio section.featured-investments article img.logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

main.antiportfolio section.featured-investments article img.logo:hover,
html:is(.using-keyboard-navigation, .no-js) main.antiportfolio section.featured-investments article img.logo:focus,
main.antiportfolio section.featured-investments article.open img.logo {
  display: block;
  -webkit-filter: unset;
  filter: unset;
  opacity: 1;
}

section.investments article:not(.open) a {
  display: none;
}

section.investments article {
  color: #54585A;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3333;
  margin: 35px 0;
  overflow: visible;
  width: calc((100% - 150px) / 4);
}

section.investments article > div.name {
  border-top: 2px solid #6b99ba;
  margin-top: 2px;
  padding-top: 10px;
}

section.investments article > div.name:hover,
html:is(.using-keyboard-navigation, .no-js) section.investments article > div.name:focus {
  border-top: 4px solid var(--main-blue-color);
  margin-top: 0;
  color: var(--main-blue-color);
}

section.investments article > div.name sup {
  color: var(--main-blue-color);
  font-size: 24px;
  font-weight: 700;
  top: 0;
}

section.featured-investments article.blank,
section.investments article.blank {
  visibility: hidden;
}

section.featured-investments article div.details,
section.investments article div.details {
  background-color: var(--main-blue-color);
  color: #fff;
  height: 0;
  overflow: hidden;
  padding: 0 20px;
  width: calc(400% + 150px + 50px + 50px);
}

section.featured-investments article:nth-child(4n+1) div.details,
section.investments article:nth-child(4n+1) div.details {
  margin-left: calc(0 * (100% + 50px) - 50px);
}

section.featured-investments article:nth-child(4n+2) div.details,
section.investments article:nth-child(4n+2) div.details {
  margin-left: calc(-1 * (100% + 50px) - 50px);
}

section.featured-investments article:nth-child(4n+3) div.details,
section.investments article:nth-child(4n+3) div.details {
  margin-left: calc(-2 * (100% + 50px) - 50px);
}

section.featured-investments article:nth-child(4n+4) div.details,
section.investments article:nth-child(4n+4) div.details {
  margin-left: calc(-3 * (100% + 50px) - 50px);
}

section.featured-investments article div.pointer,
section.investments article div.pointer {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  width: 0;
}

section.featured-investments article:not(.open),
section.investments article:not(.open) {
  z-index: 0;
}

section.featured-investments article.open,
section.investments article.open {
  z-index: 1;
}

section.featured-investments article.open div.details,
section.investments article.open div.details {
  height: auto;
  margin-bottom: 20px;
  padding: 60px 20px;
  position: relative;
}

section.featured-investments article div.pointer,
section.investments article div.pointer {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 0 solid var(--main-blue-color);
  -webkit-transition: border-bottom 0.3s ease 0s;
  transition: border-bottom 0.3s ease 0s;
}

section.featured-investments article.closing-to-open-other div.details,
section.investments article.closing-to-open-other div.details,
section.featured-investments article.closing-to-open-other div.pointer,
section.investments article.closing-to-open-other div.pointer {
  -webkit-transition: reset;
  transition: reset;
}

section.featured-investments article.open div.pointer,
section.investments article.open div.pointer {
  border-bottom: 35px solid var(--main-blue-color);
}

section.investments article.open div.pointer {
  margin-top: 20px;
}

section.featured-investments article div.details div.width,
section.investments article div.details div.width {
  font-size: 21px;
  line-height: 1.3333;
  margin: 0 auto;
  max-width: min(100%, 640px);
  position: relative;
}

section.featured-investments article div.details h3,
section.investments article div.details h3 {
  display: inline-block;
  font-size: 36px;
  line-height: normal;
  margin-bottom: 7px;
  white-space: nowrap;
}

section.featured-investments article div.details h4.enduring,
section.investments article div.details h4.enduring {
  color: #fff;
  display: inline-block;
  font-family: var(--font-sans-serif);
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: -2px;
  margin-left: 24px;
}

section.featured-investments article div.details *:first-child,
section.investments article div.details *:first-child {
  margin-top: 0;
}

section.featured-investments article div.details *:last-child,
section.investments article div.details *:last-child {
  margin-bottom: 0;
}

section.featured-investments article aside.cta:not(.button) a,
section.featured-investments article aside.cta:not(.button) span,
section.antiportfolio article .details a,
section.investments article aside.cta:not(.button) a,
section.investments article aside.cta:not(.button) span {
  border-bottom: 4px solid #4982AA;
  color: #B8CEDE;
}

section.featured-investments article aside.cta:not(.button) a:hover,
html:is(.using-keyboard-navigation, .no-js) section.featured-investments article aside.cta a:focus,
section.antiportfolio article .details a:hover,
html:is(.using-keyboard-navigation, .no-js) section.antiportfolio article .details a:focus,
section.investments article aside.cta:not(.button) a:hover,
html:is(.using-keyboard-navigation, .no-js) section.investments article aside.cta a:focus {
  border-bottom: 4px solid #fff;
}

section.atlas-picks div.content > article,
section.insights div.content.atlas-picks > article,
section.insights div.content.featured-picks > article {
  margin-top: 20px;
  margin-bottom: 10px;
}

section.atlas-picks div.content > article.blank,
section.insights div.content.atlas-picks > article.blank {
  visibility: hidden;
}

section.atlas-picks div.content > article a,
section.atlas-picks div.content > article a:visited,
section.insights div.content > article a,
section.insights div.content > article a:visited {
  border-top: 2px solid #6b99ba;
  color: #54585A;
  display: block;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3333;
  margin-top: 2px;
  padding-top: 14px;
}

section.insights div.content.featured-picks > article a,
section.insights div.content.featured-picks > article a:visited {
  border-top: none;
  margin-top: 0;
  overflow: hidden;
}

section.insights img.feature-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
}

section.insights div.title {
  margin-top: 14px;
  border-top: 2px solid #6b99ba;
  padding-top: 12px;
}

section.atlas-picks div.content > article a:hover,
html:is(.using-keyboard-navigation, .no-js) section.atlas-picks div.content > article a:focus,
section.insights div.content > article a:hover,
html:is(.using-keyboard-navigation, .no-js) section.insights div.content > article a:focus {
  border-top: 4px solid var(--main-blue-color);
  color: var(--main-blue-color);
  margin-top: 0;
}

section.insights div.content.featured-picks > article a:hover,
html:is(.using-keyboard-navigation, .no-js) section.insights div.content.featured-picks > article a:focus {
  border-top: none;
}

section.insights a:hover div.title,
html:is(.using-keyboard-navigation, .no-js) section.insights a:focus div.title {
  border-top: 4px solid var(--main-blue-color);
  margin-top: 12px;
}

/*------------------------------------*\
    TEAM page
\*------------------------------------*/
main.team section.menu div.content {
  padding-top: 0;
}

main.team section.menu div.alignment {
  margin: 0 auto 0 245px;
  max-width: min(100%, 800px);
}

main.team section.menu div.alignment.fixed-at-top {
  margin-left: 0;
  max-width: 100%;
  padding-left: 295px;
}

main.team section.menu div.fixed-at-top nav {
  margin: 0;
  max-width: min(100%, 800px);
}

main.team section.menu nav a,
main.team section.menu nav a:visited {
  color: #54585A;
  font-size: 21px;
  line-height: 1.3333;
  border-bottom: 4px solid #B8CEDE;
}

main.team section.menu nav a:hover,
html:is(.using-keyboard-navigation, .no-js) main.team section.menu nav a:focus {
  color: var(--main-blue-color);
  border-bottom: 4px solid var(--main-blue-color);
}

main.team section.main div.content,
main.growth section.investors div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: min(100%, 1360px);
  padding: 0;
}

main.team section.main a.person,
main.growth section.investors a.person {
  color: #54585A;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 40px;
  width: calc((100% - 12px) / 4);
}

main.team section.main a.person span.person,
main.growth section.investors a.person span.person {
  margin-left: 16px;
}

main.team section.main a.person.blank.blank-for-three,
main.growth section.investors a.person.blank.blank-for-three {
  display: none;
}

main.team section.main a.person.blank,
main.growth section.investors a.person.blank {
  visibility: hidden;
}

main.team section.main a.person:hover,
main.growth section.investors a.person:hover,
html:is(.using-keyboard-navigation, .no-js) main.team section.main a.person:focus,
html:is(.using-keyboard-navigation, .no-js) main.growth section.investors a.person:focus {
  color: var(--main-blue-color);
}

main.team section.main a.person div.thumb,
main.growth section.investors a.person div.thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0% 0, 0 100%, 81.4286% 100%, 100% 70%, 100% 0);
  clip-path: polygon(0% 0, 0 100%, 81.4286% 100%, 100% 70%, 100% 0);
  margin-bottom: 10px;
}

main.team section.main a.person[href]:hover div.thumb img,
main.growth section.investors a.person[href]:hover div.thumb img,
html:is(.using-keyboard-navigation, .no-js) main.team section.main a.person[href]:focus div.thumb img,
html:is(.using-keyboard-navigation, .no-js) main.growth section.investors a.person[href]:focus div.thumb img {
  background-color: rgba(245, 167, 1, 0.72);
}

main.team section.main img.crop,
main.growth section.investors img.crop {
  width: 100%;
}

main.team nav.category.fixed-at-top ul {
  padding-left: 270px;
}

main.team section.heading div.content {
  padding-left: 0;
}

main.growth section.heading div.content {
  margin: 0 auto;
  max-width: min(100%, 1360px);
}

main.team section.heading h2 {
  max-width: min(100%, 800px);
  margin-left: 295px;
  margin-right: auto;
  margin-top: 50px;
}

main.growth section.growth-heading {
  margin-bottom: 30px;
  margin-top: 60px;
}

main.growth section.heading h2 {
  margin: 50px auto;
  text-align: center;
}

section.contains-fixed-at-top ~ section.heading {
  margin-top: 80px;
}

section.contains-fixed-at-top ~ a {
  display: block;
}

/*------------------------------------*\
    COMPANIES List
\*------------------------------------*/
main.companies section.featured-investments article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

main.companies section.featured-investments article.open img.logo,
main.companies section.featured-investments article a:hover img.logo,
html:is(.using-keyboard-navigation, .no-js) main.companies section.featured-investments article a:focus img.logo {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  outline: none;
}

section.featured-investments article div.enduring {
  color: var(--main-blue-color);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}

section.menu div.content div.enduring {
  color: #54585A;
  font-size: 22px;
  font-weight: 300;
  padding: 20px 0;
  position: absolute;
  margin: 50px;
  right: 0;
  top: 0;
}

section.featured-investments article div.enduring sup,
section.menu div.content div.enduring sup {
  color: var(--main-blue-color);
  font-size: 24px;
  font-weight: 700;
  top: 5px;
}

section.menu div.content div.enduring sup {
  top: 0;
}

section.enduring div.content {
  color: #54585A;
  font-size: 22px;
  font-weight: 300;
  padding: 50px 20px;
  text-align: right;
}

section.enduring div.content sup {
  color: var(--main-blue-color);
  font-size: 24px;
  font-weight: 700;
}

section.enduring:not(.always-show) div.content {
  display: none;
}

/*------------------------------------*\
    COMPANY page
\*------------------------------------*/
main.company section.hero.standard div.alignment {
  display: block;
}

main.company section.hero.standard div.intro h1 {
  display: inline-block;
}

main.company section.hero.standard div.intro h2.enduring {
  color: #54585A;
  display: inline-block;
  font-family: var(--font-sans-serif);
  font-size: 16px;
  position: absolute;
  bottom: 67px;
  margin-left: 24px;
}

main.company section.hero.standard div.intro a.visit {
  border-bottom: 4px solid #B8CEDE;
}

main.company section.hero.standard div.intro a.visit:hover,
html:is(.using-keyboard-navigation, .no-js) main.company section.hero.standard div.intro a.visit:focus {
  border-bottom: 4px solid var(--main-blue-color);
  color: var(--main-blue-color);
}

main.company section.hero div.content article,
main.company section.heading h2,
main.company section.atlas-picks div.content {
  color: #99B9D0;
  font-size: 30px;
  line-height: 1.8667;
  margin: 0 auto;
  max-width: min(100%, 800px);
}

main.company section.hero div.content article {
  margin-top: 50px;
}

main.company section.heading h2,
main.company section.atlas-picks div.content {
  margin-left: 295px;
}

main.company section.heading h2,
main.company section.hero h2 {
  color: var(--main-blue-color);
  font-size: 38px;
  line-height: 1.4737;
  margin-bottom: 0;
}

main.company section.hero span.stage,
main.company section.hero ul {
  font-family: var(--font-serif);
  margin-top: 0;
}

main.company section.hero ul,
main.company section.hero ul a,
main.company section.hero ul a:visited {
  color: #99B9D0;
  font-size: 30px;
  line-height: 1.8667;
  list-style: none;
  margin: 0;
  padding: 0;
}

main.company section.hero ul a:hover,
html:is(.using-keyboard-navigation, .no-js) main.company section.hero ul a:focus {
  color: var(--main-blue-color);
}

main.company div.atlas-picks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main.company div.atlas-picks > article {
  margin-top: 20px;
  margin-bottom: 10px;
  width: calc((100% - 20px) / 2);
}

main.company div.atlas-picks > article.blank {
  visibility: hidden;
}

main.company div.atlas-picks > article a,
main.company div.atlas-picks > article a:visited {
  border-top: 2px solid #6b99ba;
  color: #54585A;
  display: block;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.3333;
  margin-top: 2px;
  padding-top: 10px;
}

main.company div.atlas-picks > article a:hover,
html:is(.using-keyboard-navigation, .no-js) main.company div.atlas-picks > article a:focus {
  border-top: 4px solid var(--main-blue-color);
  color: var(--main-blue-color);
  margin-top: 0;
}

/*------------------------------------*\
    ANTIPORTFOLIO pages
\*------------------------------------*/
main.antiportfolio section.featured-investments article img.logo:hover,
html:is(.using-keyboard-navigation, .no-js) main.antiportfolio section.featured-investments article img.logo:focus,
main.antiportfolio section.featured-investments article.open img.logo {
  -webkit-filter: unset;
  filter: unset;
  opacity: 1;
  outline: none;
}

main.antiportfolio section.featured-investments {
  margin-top: 80px;
}

/*------------------------------------*\
    CONTACT pages
\*------------------------------------*/
section.maps div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px auto 0;
  max-width: min(100%, 1360px);
  padding: 0 50px;
}

section.maps div.content article {
  color: #54585A;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2727;
  margin-bottom: 50px;
  width: calc((100% - 61px) / 3);
}

section.maps div.content a {
  display: block;
  position: relative;
}

section.maps div.content a img.colorizer {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

section.maps div.content a:hover img.colorizer,
html:is(.using-keyboard-navigation, .no-js) section.maps div.content a:focus img.colorizer {
  background-color: rgba(109, 97, 97, 0.75);
}

section.maps div.content article h2 {
  color: var(--main-blue-color);
  font-size: 38px;
  margin-bottom: 20px;
}

main.contact section.callout div.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 57.74px) 100%, 100% 50%, 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 57.75px) 100%, 100% 50%, 100% 0);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 200px;
}

main.contact section.callout div.content.three {
  padding-right: 95px;
}

main.contact section.callout div.content article {
  width: 100%;
  margin-right: 35px;
}

section.hero.standard div.social div.sharethis-inline-share-buttons {
  display: inline !important;
}

section.hero.standard div.social div.st-btn {
  background-position: center bottom;
  background-size: 33px auto;
  border: none !important;
  display: inline-block !important;
  width: 33px !important;
  height: 33px !important;
}

section.hero.standard div.social div.st-btn:hover {
  top: auto !important;
  opacity: 0.5 !important;
}

section.hero.standard div.social div.st-btn[data-network=twitter] {
  background-image: url("../png/cloud-index-icon-twitter.png");
}

section.hero.standard div.social div.st-btn[data-network=linkedin] {
  background-image: url("../png/cloud-index-icon-linkedin.png");
}

section.hero.standard div.social div.st-btn[data-network=facebook] {
  background-image: url("../png/cloud-index-icon-facebook.png");
}

section.hero.standard div.social div.st-btn svg,
section.hero.standard div.social div.st-btn img {
  display: none !important;
}

section.hero.standard div.social img.download {
  width: 145px;
  height: 33px;
}

section.hero.standard div.social a:hover img,
html:is(.using-keyboard-navigation, .no-js) section.hero.standard div.social a:focus img {
  opacity: 0.5;
}

/*------------------------------------*\
    HIGHLIGHTS and GROWTH template
\*------------------------------------*/
section.hero.standard.full-width-line-after,
section.hero.standard.extra-space-after:not(:last-of-type) {
  padding-bottom: 90px;
}

main.growth section.extra-space-after:not(:last-of-type) {
  margin-bottom: 90px;
}

section.hero.standard.extra-space-after:last-of-type {
  padding-bottom: 30px;
}

section.hero.standard.full-width-line-after + section.hero.standard.full-width-line-after,
section.hero.standard.extra-space-after {
  padding-top: 90px;
}

section.hero.standard.full-width-line-after + .module {
  border-top: 1px solid #D8D8D8;
}

section.hero.standard.no-angle-decoration div.angle img {
  display: none;
}

section.highlights {
  background-color: #EBF1F6;
}

main.growth section.highlights {
  padding-bottom: 60px;
}

main:is(.highlights, .campaign) section.hero.standard.no-angle-decoration div.intro h2,
section.highlights div.content h2 {
  color: var(--main-blue-color);
  font-size: 48px;
  line-height: 1.0833;
  margin-bottom: 1em;
}

section.highlights div.content h2 {
  margin-bottom: 34px;
  margin-top: 80px;
}

section.highlights div.content {
  margin: 0 auto;
  max-width: min(100%, 1380px);
  padding: 0 120px;
}

section.highlights div.content div.highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

section.highlights div.content div.highlights > article,
section.highlights div.content div.highlights > a {
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 41.56px) 100%, 100% calc(100% - 72px), 100% 0);
  clip-path: polygon(0 0, 0 100%, calc(100% - 41.56px) 100%, 100% calc(100% - 72px), 100% 0);
  color: var(--main-blue-color);
  display: block;
  font-size: 24px;
  line-height: 1.25;
  margin-top: 30px;
  min-height: 240px;
  padding: 20px 30px;
  width: calc((100% - 60px) / 3);
}

section.highlights div.content div.highlights article.blank {
  visibility: hidden;
}

section.highlights div.content div.highlights > article:hover,
html:is(.using-keyboard-navigation, .no-js) section.highlights div.content div.highlights > article:focus,
section.highlights div.content div.highlights > a:hover,
html:is(.using-keyboard-navigation, .no-js) section.highlights div.content div.highlights > a:focus {
  background-color: var(--main-blue-color);
  color: #fff;
}

section.hero.standard div.intro p.signoff {
  color: #99B9D0;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
}

ul.line-separated {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.line-separated li:not(.has-link) {
  padding: 1em 0;
  border-top: 1px solid #6D96B4;
}

ul.line-separated li.has-link {
  border-top: 1px solid #6D96B4;
  padding: 0;
}

ul.line-separated li.has-link a {
  padding: 1em 0;
  display: block;
  width: 100%;
}

ul.line-separated li.has-link a:hover,
html:is(.using-keyboard-navigation, .no-js) ul.line-separated li.has-link a:focus {
  background-color: #EBF1F6;
  color: var(--main-blue-color) !important;
}

ul.line-separated li:last-child {
  border-bottom: 1px solid #6D96B4;
}

section.rainbow {
  background-image: url("../png/graphic-brandrainbow.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 285px auto;
  min-height: 507px;
}

/*------------------------------------*\
    CLOUD100 template
\*------------------------------------*/
main.post section.left h2 {
  color: var(--main-blue-color);
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 700;
  margin: 0.5em 0;
}

main.post section.left a.timestamp {
  color: #54585A;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.5em;
}

main.post section.left a.timestamp:hover,
html:is(.using-keyboard-navigation, .no-js) main.post section.left a.timestamp:focus {
  color: #000;
}

main.post section.left a.timestamp .time {
  color: #B8CEDE;
}

main.post section.left a.timestamp:hover .time,
html:is(.using-keyboard-navigation, .no-js) main.post section.left a.timestamp:focus .time {
  color: var(--main-blue-color);
}

main.post section.left a.timestamp .time::before {
  content: "(";
  display: inline-block;
}

main.post section.left a.timestamp .time::after {
  content: ")";
  display: inline-block;
}

main.post.video_post p:empty {
  display: block;
  font-size: 0;
  height: 0;
  max-height: 0;
}

main.post.video_post section.main article > .meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0 2em;
}

main.post.video_post section.main .cloud100-logo {
  height: 45px;
  width: 70px;
}

main.post section.main div.banner.video {
  margin-bottom: 2em;
}

div.panelists,
div.takeaways,
div.transcript {
  border-bottom: 4px solid #99B9D0;
  padding-bottom: 25px;
  overflow: hidden;
}

main.post.video_post section.main article > .text h2 {
  color: var(--main-blue-color);
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 700;
}

main.post.video_post section.main article > .text h3 {
  font-family: var(--font-sans-serif);
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0.25em;
}

main.post.video_post section.main article > .text h3 + p,
main.post.video_post section.main article > .text h3 + ol,
main.post.video_post section.main article > .text h3 + ul {
  margin-top: 0;
}

main.post.video_post section.main div.panelists .panelist {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

main.post.video_post section.main div.panelists a.panelist h3 {
  border-bottom: 4px solid transparent;
  display: inline-block;
  margin-bottom: 3px;
  width: auto;
}

main.post.video_post section.main div.panelists a.panelist:hover h3,
html:is(.using-keyboard-navigation, .no-js) main.post.video_post section.main div.panelists a.panelist:focus h3 {
  border-bottom: 4px solid #99B9D0;
}

main.post.video_post section.main div.panelists img {
  background-repeat: no-repeat;
  background-size: cover;
  max-width: min(100%, 160px);
}

main.post.video_post section.main div.panelists .text {
  color: #54585A;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 300;
  padding: 5px 0 5px 25px;
}

main.post.video_post section.main div.panelists .text h3 {
  color: var(--main-blue-color);
  font-family: var(--font-sans-serif);
  font-size: 26px;
  font-weight: 300;
}

main.post.video_post section.main div.panelists .text > *:first-child {
  margin-top: 0;
}

main.post.video_post section.main div.panelists .text > *:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    Cloud100Landing template
\*------------------------------------*/
section.hero-slides,
section.featured-videos,
section.discover {
  padding: 0 50px 50px;
}

section.hero-slides .content,
section.featured-videos .content,
section.discover .content {
  margin: 0 auto;
  max-width: min(100%, 1366px);
  position: relative;
}

section.hero-slides .content h1 {
  position: absolute;
  top: -10000px;
}

section.hero-slides .slides,
section.hero-slides .slide {
  width: 100%;
}

section.hero-slides .slide .video {
  display: none;
}

section.hero-slides .slide > a.popup {
  cursor: pointer;
  display: block;
}

section.hero-slides .slide > a.popup > img {
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 130px 130px, cover;
  outline: none;
  width: 100%;
}

section.hero-slides .slide > img,
section.discover .slide > img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  width: 100%;
}

section.hero-slides .slide > img.no-image,
section.discover .slide > img.no-image {
  outline: 1px dotted #979797;
}

section.discover .slide {
  margin: 0 50px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: margin 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: margin 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, margin 0.3s ease 0s;
  transition: transform 0.3s ease 0s, margin 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

section.discover .slide:not(.slick-center) {
  margin-top: -20px;
}

section.discover .slide.slick-center {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

@media only screen and (max-width: 1466px) {
  section.discover .slide {
    margin: 0 3.4vw;
  }
  section.discover .slide:not(.slick-center) {
    margin-top: -1.36vw;
  }
}
section.hero-slides .slide > .text {
  color: #54585A;
  font-family: var(--font-sans-serif);
  font-size: 18px;
  line-height: 1.3;
  margin: 20px auto 0;
  max-width: min(100%, 700px);
  padding: 0 50px;
  text-align: center;
}

section.discover .slide > .text {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s, margin 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, margin 0.3s ease 0s;
}

section.discover .slick-slider .slick-list {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
  min-height: 450px; /* prevent page shrinking and expanding in most cases */
}

section.discover .slide.slick-active.slick-current > .text {
  margin: 0 -100px 0 -100px;
  opacity: 1;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

section.hero-slides .description {
  margin: 0 auto 10px;
  max-width: min(100%, 460px);
  padding: 0 20px;
}

section.hero-slides h3,
section.hero-slides a h3 {
  color: var(--main-blue-color);
  font-size: 30px;
  font-weight: 700;
  margin: 0.25em 0;
}

section.hero-slides .slide .cta {
  border-bottom: 4px solid #99B9D0;
  color: var(--main-blue-color);
  display: inline-block;
  font-family: var(--font-sans-serif);
  font-size: 14px;
  font-weight: 700;
}

section.hero-slides a.slide:hover .cta,
html:is(.using-keyboard-navigation, .no-js) section.hero-slides a.slide:focus .cta,
section.hero-slides a.heading:hover,
html:is(.using-keyboard-navigation, .no-js) section.hero-slides a.heading:focus,
section.hero-slides a.cta:hover,
html:is(.using-keyboard-navigation, .no-js) section.hero-slides a.cta:focus {
  opacity: 0.5;
}

main:not(.cloud100_landing) section.featured-videos,
main:not(.cloud100_landing, .year_in_review, .forge_new) section.discover {
  border-top: 1px solid #E5E5E5;
}

section.featured-videos .content,
section.discover .content {
  color: #54585A;
  font-family: var(--font-sans-serif);
  font-size: 18px;
  text-align: center;
}

section.featured-videos h1,
section.discover h1 {
  color: var(--main-blue-color);
  font-size: 48px;
  font-weight: 700;
}

section.discover h1 {
  margin-bottom: 0.25em;
}

section.featured-videos .intro {
  margin: -1.5em auto 2.25em;
  max-width: min(100%, 800px);
}

section.featured-videos .list {
  color: #54585A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: var(--font-sans-serif);
  font-size: 18px;
  margin: 0 -25px;
}

section.featured-videos article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 1.3;
  margin: 0 25px 50px;
  text-align: left;
  width: calc((100% - 100px) / 2);
}

section.featured-videos article img.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
  width: 100%;
}

section.featured-videos article img.image.no-image {
  outline: 1px dotted #979797;
}

section.featured-videos h2 {
  color: var(--main-blue-color);
  font-size: 30px;
  margin: 0.5em 0 0.25em;
}

section.featured-videos p {
  margin: 0.5em 0;
}

section.discover h2 {
  color: var(--main-blue-color);
  font-size: 24px;
  font-weight: 700;
}

section.featured-videos a:hover h2,
section.discover a:hover h2,
section.featured-videos a:hover + .text a h2 {
  opacity: 0.5;
}

html:is(.using-keyboard-navigation, .no-js) section.featured-videos a:focus h2,
html:is(.using-keyboard-navigation, .no-js) section.discover a:focus h2 {
  text-decoration: underline;
}

@media only screen and (max-width: 1063px) {
  section.discover .slide {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 753px) {
  section.discover .slide {
    margin: 0;
  }
  section.discover .slide.slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  section.discover .slide.slick-active.slick-current > .text {
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
div.iframe-aspect {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

div.iframe-aspect > iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  div.pp_pic_holder.youtube {
    max-width: 100%;
    width: calc(100% - 40px) !important;
  }
  div.pp_pic_holder.youtube .pp_content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  div.pp_pic_holder.youtube {
    width: 100% !important;
  }
}
/*-----------------------------------------*\
    NEW Cloud100Landing template overrides
\*-----------------------------------------*/
main.cloud100_landing section.hero-slides .content {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #EAF0F5;
  color: #54585A;
  font-size: 22px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: none;
}

main.cloud100_landing section.hero-slides .content > div {
  width: 50%;
}

main.cloud100_landing section.hero-slides .content div.left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main.cloud100_landing section.hero-slides .content div.right {
  background-color: #F4F7F9;
}

main.cloud100_landing section.hero-slides .content div.left > div {
  margin: 75px;
  max-width: min(100%, 500px);
}

main.cloud100_landing section.hero-slides .content h1 {
  color: var(--main-blue-color);
  font-size: 54px;
  line-height: 54px;
  margin: 0;
  position: relative;
  top: auto;
}

main.cloud100_landing section.hero-slides .content p:last-child {
  margin-bottom: 0;
}

main.cloud100_landing section.hero-slides .slide > .text {
  margin: 20px;
  max-width: none;
  padding: 0;
  text-align: left;
}

main.cloud100_landing section.hero-slides .description {
  max-width: none;
  padding: 0;
  margin: 0 0 10px 0;
}

main.cloud100_landing nav.year ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

main.cloud100_landing nav.year a {
  background-color: #EAF0F5;
  color: var(--main-blue-color);
  display: block;
  font-family: var(--font-serif);
  font-size: 40px;
  font-weight: 700;
  padding: 10px 10px 0;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  main.cloud100_landing nav.year a {
    font-size: 35px;
  }
}
@media only screen and (max-width: 500px) {
  main.cloud100_landing nav.year a {
    font-size: 25px;
  }
}
@media only screen and (max-width: 400px) {
  main.cloud100_landing nav.year a {
    font-size: 15px;
  }
}
main.cloud100_landing nav.year a.active {
  background-color: var(--main-blue-color);
  color: #fff;
}

main.cloud100_landing div.year:not(.active) {
  display: none;
}

/*--------------------------------------------*\
  Subscribe .module (used on Cloud100 Landing)
\*--------------------------------------------*/
section.subscribe {
  background-color: #EAF0F5;
  color: var(--main-blue-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.subscribe .content {
  margin: 0 auto;
  max-width: min(100%, 840px);
  padding: 0 20px;
}

section.subscribe label > span {
  position: absolute;
  left: -100000px;
}

section.subscribe h2 {
  font-size: 30px;
}

section.subscribe form {
  margin-bottom: 30px;
}

section.subscribe input {
  border-bottom: 4px solid #93B5CD;
  color: #5D6063;
  font-size: 20px;
}

section.subscribe label {
  display: inline-block;
  max-width: calc(100% - 101px);
  width: 500px;
}

section.subscribe input:not([type=submit]) {
  width: 100%;
}

section.subscribe input[type=submit] {
  color: var(--main-blue-color);
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 2px;
  text-transform: uppercase;
}

/*--------------------------------------------*\
  General Slick slideshow formatting template
\*--------------------------------------------*/
section:not(.module_new) .slide-controls-positioning {
  height: 25px;
  text-align: center;
}

section:not(.module_new) .slide-controls {
  display: inline-block;
  height: 25px;
  padding: 0 64px;
  position: relative;
  text-align: center;
  width: auto;
}

section:not(.module_new) .slide-controls button.slick-arrow {
  height: 23px;
}

section:not(.module_new) .slide-controls button.slick-arrow:hover::before,
html:is(.using-keyboard-navigation, .no-js) section:not(.module_new) .slide-controls button.slick-arrow:focus::before {
  opacity: 0.75;
}

section:not(.module_new) .slide-controls button.slick-prev {
  left: 0px;
  top: 1px;
  -webkit-transform: none;
  transform: none;
}

section:not(.module_new) .slide-controls ul {
  bottom: 10px;
  display: inline-block;
  position: relative;
  width: auto;
}

section:not(.module_new) .slide-controls button.slick-next {
  right: 0px;
  top: 1px;
  -webkit-transform: none;
  transform: none;
}

section:not(.module_new) .slick-prev::before,
section:not(.module_new) .slick-next::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 23px;
  opacity: 1;
  width: 17px;
}

section:not(.module_new) .slick-prev::before {
  background-image: url("../png/arrow-left.png");
}

section:not(.module_new) .slick-next::before {
  background-image: url("../png/arrow-right.png");
}

section:not(.module_new) .slick-dots li {
  height: 10px;
  margin: 0 2px;
  width: 10px;
}

section:not(.module_new) .slick-dots li button {
  height: 10px;
  padding: 2px;
  width: 10px;
}

section:not(.module_new) .slick-dots li button::before {
  color: #D8D7D7;
  font-size: 8px;
  height: 10px;
  line-height: 10px;
  opacity: 1;
  width: 10px;
}

section:not(.module_new) .slick-dots li.slick-active button::before {
  color: #54585A;
  opacity: 1;
}

/*--------------------------------------------*\
  Cloud100 Hero Slick slideshow
\*--------------------------------------------*/
main.cloud100_landing section.hero-slides .slides {
  margin-bottom: 0;
}

main.cloud100_landing section.hero-slides .slide-controls-positioning {
  padding: 0 20px 40px;
}

main.cloud100_landing section.hero-slides .slide-controls {
  display: block;
  height: 4px;
  padding: 0;
  text-align: left;
}

main.cloud100_landing section.hero-slides .slide-controls button.slick-arrow {
  display: none !important;
}

main.cloud100_landing section.hero-slides .slick-dots li {
  width: 33px;
}

main.cloud100_landing section.hero-slides .slick-dots li button::before {
  background: none;
  background-image: url("../png/selector-lightblue.png");
  background-size: cover;
  background-repeat: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 7px;
  content: "";
  width: 33px;
}

main.cloud100_landing section.hero-slides .slick-dots li.slick-active button::before {
  background-image: url("../png/selector-dark.png");
}

/*------------------------------------*\
    CAMPAIGN template - MODAL WINDOW
\*------------------------------------*/
html.modal-open {
  overflow: hidden;
}

#modal-pane {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.93);
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

html.modal-open #modal-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#modal-content {
  background-color: #99B9D0;
  color: #fff;
  padding: 50px 75px;
  position: relative;
  width: clamp(280px, 100% - 50px, 800px);
}

#close-modal {
  background-image: url("../png/icon-close-x-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 38px;
  overflow: hidden;
  right: 15px;
  top: 15px;
  width: 38px;
}

#close-modal span {
  position: absolute;
  margin-left: -10000px;
}

html:is(.using-keyboard-navigation, .no-js) #close-modal:focus {
  outline: 1px dotted #fff;
  outline-offset: 3px;
}

/*------------------------------------*\
    CAMPAIGN template - FORMs
\*------------------------------------*/
form.campaign {
  font-size: 21px;
  line-height: 1.3333;
}

form.campaign h3 {
  font-size: 48px;
  line-height: 1.0833;
  margin: 0 0 0.25em 0;
}

form.campaign label {
  display: inline-block;
  width: clamp(200px, 100% - 140px, 400px);
}

form.campaign label span {
  position: absolute;
  margin-left: -10000px;
}

form.campaign input:not([type=hidden]) {
  border: none;
  margin-top: 10px;
}

form.campaign input:not([type=submit]) {
  background-color: #fff;
  color: #54585A;
  font-size: 20px;
  padding: 7px;
  width: 100%;
}

.module form.campaign input:not([type=submit]) {
  background-color: #EBF1F6;
}

form.campaign input[type=submit] {
  background-color: var(--main-blue-color);
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  padding: 7px 25px;
  text-transform: uppercase;
}

form div.error {
  color: #880000;
  display: none;
  margin-top: 20px;
}

form div.error.visible {
  display: block;
}

form div.error a {
  color: #880000 !important;
  text-decoration: underline;
}

form div.error a:hover,
html:is(.using-keyboard-navigation, .no-js) form div.error a:focus {
  color: #999FA2 !important;
}

/*---------------------------------------------*\
    CAMPAIGN (and PHILOSOPHY) template - other
\*---------------------------------------------*/
section.hero.standard div.content.halves {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: min(100%, 1240px);
}

section.hero.standard div.content.halves .hero.half {
  text-align: center;
}

section.hero.standard div.content.halves .half {
  width: 100%;
}

section.hero.standard div.content.halves .half:first-child {
  margin-right: 15px;
}

section.hero.standard div.content.halves .half:last-child {
  margin-left: 15px;
}

section.hero.standard div.content.vertical {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  max-width: min(100%, 1240px);
}

.company-logos {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin: 0 -15px;
}

.company-logos li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 15px;
  max-width: calc(50% - 30px);
}

.top-companies li {
  max-width: calc(50% - 30px);
}

.other-companies li {
  max-width: calc(25% - 30px);
}

main.campaign section.signoff {
  background-color: #EBF1F6;
}

main.campaign section.signoff div.content {
  color: #99B9D0;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3333;
  max-width: min(100%, 1000px);
  padding: 50px;
  margin: 0 auto;
  text-align: center;
}

main.campaign section.signoff p {
  margin-bottom: 0;
}

main.campaign section.signoff p.signoff {
  color: #54585A;
  font-family: var(--font-sans-serif);
  font-size: 18px;
  font-weight: 300;
}

main.campaign section.signoff .signoff-logo-container {
  margin-top: 20px;
}

/*------------------------------------*\
    PHILOSOPHY template
\*------------------------------------*/
main.philosophy section.hero.standard.images,
main.philosophy section.hero.standard.icon-blocks {
  background-color: #EBF1F6;
  padding: 40px 0;
  margin: 50px 0;
}

main.philosophy section.hero.standard.images div.content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: min(100%, 1240px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main.philosophy section.hero.standard.images.dual div.content img {
  max-width: calc(50% - 10px);
}

main.philosophy section.hero.standard.icon-blocks div.content {
  display: grid;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "column1-1 column2-1" "column1-2 column2-2" "column1-3 column2-3" "column1-4 column2-4" "column1-5 column2-5" "column1-6 column2-6";
  margin: 0 auto;
  max-width: min(100%, 1240px);
  margin-bottom: -30px;
}

main.philosophy section.hero.standard.icon-blocks div.point {
  display: grid;
  grid-template-columns: 50px 1fr;
  margin-bottom: 30px;
}

main.philosophy section.hero.standard.icon-blocks div.point .text {
  color: var(--main-blue-color);
  font-size: 17px;
  font-weight: 300px;
  line-height: 20px;
  margin-left: 10px;
}

main.philosophy section.hero.standard.icon-blocks div.point .text h2 {
  border-top: 4px solid #004F8B;
  color: var(--main-blue-color);
  font-size: 26px;
  margin-top: 0;
  padding-top: 10px;
}

main.philosophy section.hero.standard.icon-blocks div.content img.icon {
  height: auto;
  width: 50px;
}

section.hero.standard.zigzag div.intro h2 {
  line-height: 1.158;
}

section.hero.standard:is(.zigzag, .text-block) a.cta {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2727;
  border-bottom: 4px solid #B6CDDD;
}

section.hero.standard:is(.zigzag, .text-block) a.cta:not(:last-child) {
  margin-right: 30px;
}

/*------------------------------------*\
    LIGHTBOX DEFAULTS
\*------------------------------------*/
div.pp_overlay {
  z-index: 30000 !important;
}

main.video_landing ~ div.pp_overlay {
  background-color: var(--main-blue-color);
  opacity: 0.95 !important;
}

div.pp_pic_holder:not(.dark_square) {
  background-color: #fff;
}

div.pp_pic_holder {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  max-width: calc(100vw - 65px);
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  z-index: 10000001 !important;
}

div.pp_pic_holder.dark_square.iframe {
  border: 1px solid #fff;
}

div.pp_content {
  height: auto !important;
  max-height: calc(90vh - 100px);
  max-width: 100%;
  overflow: auto;
}

div.pp_pic_holder.iframe div.pp_content {
  overflow: hidden;
}

div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: absolute;
  top: -25px;
  right: 4px;
}

div.pp_default .pp_close,
div.light_square .pp_close,
div.dark_square .pp_close {
  width: 38px;
  height: 38px;
  background-image: url("../png/icon-close-x.png");
  background-position: left center;
  background-size: auto 38px;
  right: -24px;
  top: -24px;
}

main.video_landing ~ div.pp_default .pp_close,
main.video_landing ~ div.light_square .pp_close,
main.video_landing ~ div.dark_square .pp_close,
main.cloud100_landing ~ div.pp_default .pp_close,
main.cloud100_landing ~ div.light_square .pp_close,
main.cloud100_landing ~ div.dark_square .pp_close {
  width: 19px;
  height: 19px;
  background-image: url("../png/icon-close-x.png");
  background-position: left center;
  background-size: auto 19px;
  right: -3px;
  top: -4px;
}

html:is(.using-keyboard-navigation, .no-js) div.pp_default .pp_close:focus,
div.pp_default .pp_close:focus,
html:is(.using-keyboard-navigation, .no-js) div.light_square .pp_close:focus,
div.light_square .pp_close:hover,
html:is(.using-keyboard-navigation, .no-js) div.dark_square .pp_close:focus,
div.dark_square .pp_close:hover {
  background-position: right center;
}

div.ppt {
  height: 0;
  margin: 0;
}

/*------------------------------------*\
    COOKIE SCRIPT ADJUSTMENTS
\*------------------------------------*/
#cookiescript_injected {
  font-family: var(--font-sans-serif) !important;
  font-size: 16px !important;
  line-height: normal !important;
}

#cookiescript_description,
#cookiescript_readmore,
#cookiescript_manage {
  font-size: 16px !important;
  line-height: normal !important;
}

#cookiescript_description {
  margin-bottom: 1em !important;
}

#cookiescript_readmore {
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}

#cookiescript_readmore:hover,
html:is(.using-keyboard-navigation, .no-js) #cookiescript_readmore:focus {
  border-bottom: 2px solid rgb(255, 255, 255);
}

#cookiescript_accept, #cookiescript_reject, #cookiescript_save {
  font-size: 14px !important;
  font-weight: 700 !important;
}

#cookiescript_save,
#cookiescript_accept {
  background-color: #fff !important;
  color: var(--main-blue-color) !important;
}

#cookiescript_manage:hover #cookiescript_manageicon .cookiescript_gear {
  fill: #fff !important;
}

#cookiescript_manage:hover,
html:is(.using-keyboard-navigation, .no-js) #cookiescript_manage:focus {
  text-decoration: underline !important;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    MOBILE DEVICE and TOUCH formatting
    regardless of width
\*------------------------------------
html.mobile-device #page {
}*/
/*------------------------------------*\
    IOS DEVICES
    regardless of width
\*------------------------------------
html.ios-device something {
}*/
/*------------------------------------*\
    FIREFOX ADJUSTMENTS
\*------------------------------------*/
@-moz-document url-prefix() {
  html:not(.no-js) article#subscribe-form.slide-out input[type=submit] {
    padding-bottom: 2px;
  }
}
/*------------------------------------*\
    Microsoft Edge Browser 12+ (All) ADJUSTMENTS
\*------------------------------------*/
/*------------------------------------*\
    No CLIP support ADJUSTMENTS (Edge)
\*------------------------------------*/
@supports (not ((-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0)) or (clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0)))) and (not (-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0))) {
  main.home section.home-module div.banner img.colorizer.yellow + img.lines {
    background-color: rgba(245, 167, 1, 0.5);
  }
  main.home section.home-module div.banner img.colorizer.mint + img.lines {
    background-color: rgba(188, 204, 194, 0.5);
  }
  main.home section.home-module div.banner img.colorizer.green + img.lines {
    background-color: rgba(166, 175, 114, 0.5);
  }
  main.home section.home-module div.banner img.colorizer.light-blue + img.lines {
    background-color: rgba(184, 206, 222, 0.5);
  }
  main.home section.home-module div.banner img.colorizer.dark-blue + img.lines {
    background-color: rgba(1, 80, 137, 0.5);
  }
  main.home section.home-module div.banner.thirds img.colorizer {
    z-index: 0 !important;
  }
  main.home section.home-module div.banner img:not(.icon) {
    z-index: 0;
  }
  main.home section.home-module div.banner div.title,
  main.home section.home-module div.banner a.title {
    z-index: 2;
  }
}
/*------------------------------------*\
    Safari 6.1+ (9.0 is the latest version of Safari at this time)
\*------------------------------------
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media {
}}*/
/*------------------------------------*\
    MOBILE DEVICE ADJUSTMENTS
\*------------------------------------*/
/*------------------------------------*\
    Safari on iOS
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 859px) { /* up to this width this we show cloud100 landing hero in vertical mode */
  main.cloud100_landing section.hero-slides .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.cloud100_landing section.hero-slides .content > div {
    width: 100%;
  }
}
@media only screen and (max-width: 639px) { /* article/news/cloud landing pages at mobile narrow */
  #search-check:checked + .checkmark {
    right: 8px;
  }
  div.at-top #search-check:checked ~ form {
    padding: 0 10px;
  }
  section.hero-slides,
  section.featured-videos,
  section.discover {
    padding: 0 20px 50px;
  }
  section.featured-videos article {
    width: 100%;
  }
  section.discover .slick-slider .slick-list {
    padding: 0 !important;
  }
  section.discover .slide.slick-active.slick-current > .text {
    margin: 0;
  }
  section.discover .slide {
    margin: 0;
  }
  section.discover .slide img {
    margin: 0;
  }
  section.discover .slide.slick-center img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media only screen and (min-width: 1390px) { /* alignment on menus/headings to intros */
  main.team section.menu div.alignment,
  main.team section.menu div.fixed-at-top nav {
    margin: 0 auto;
  }
  main.team section.heading h2 {
    margin-left: auto;
  }
  main.team section.menu div.alignment.fixed-at-top {
    padding-left: 0;
  }
  section.cloud .container {
    margin: 50px auto;
  }
}
@media only screen and (max-width: 1279px) { /* design width - scale homepage under this */
  main.home section.home-module div.banner {
    height: 51.5625vw;
    width: 56.25vw;
  }
  main.home section.home-module:first-of-type div.banner {
    height: 54.6875vw;
    width: 62.5vw;
  }
  main.home section.home-module div.banner img.lines {
    background-size: 23.2031vw 33.8281vw;
  }
  main.home section.home-module.second div.banner img.lines {
    background-size: 30.625vw 31.5625vw;
  }
  main.home section.home-module.left:not(.fourth) div.text,
  main.home section.home-module.right:not(.fourth, .top) div.text {
    padding: 3.5vw 3.5vw 3.5vw calc(56.25vw + 20px);
    height: 51.5625vw;
  }
  main.home section.home-module:first-of-type div.text {
    padding: 3.5vw 3.5vw 3.5vw calc(62.5vw + 20px);
  }
  main.home section.home-module.left:not(.fourth) div.text {
    padding: 3.5vw calc(56.25vw + 20px) 3.5vw 3.5vw;
    height: 51.5625vw;
  }
  section.home-module.fourth.left .slide div.text {
    padding: 50px 125px 50px 50px;
  }
}
@media only screen and (max-width: 1219px) { /* go to 3-wide on bio and scale homepage */
  section.featured-investments article,
  section.investments article {
    width: calc((100% - 100px) / 3);
  }
  section.featured-investments article div.details,
  section.investments article div.details {
    width: calc(300% + 100px + 50px + 50px);
  }
  section.featured-investments article:nth-child(3n+1) div.details,
  section.investments article:nth-child(3n+1) div.details {
    margin-left: calc(0 * (100% + 50px) - 50px);
  }
  section.featured-investments article:nth-child(3n+2) div.details,
  section.investments article:nth-child(3n+2) div.details {
    margin-left: calc(-1 * (100% + 50px) - 50px);
  }
  section.featured-investments article:nth-child(3n+3) div.details,
  section.investments article:nth-child(3n+3) div.details {
    margin-left: calc(-2 * (100% + 50px) - 50px);
  }
}
@media only screen and (max-width: 1023px) { /* go to 3-wide on team */
  section.home-module.fourth li.slide {
    -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 150px) 100%, 100% calc(100% - 400px), 100% 0);
    clip-path: polygon(0 0, 0 100%, calc(100% - 150px) 100%, 100% calc(100% - 400px), 100% 0);
  }
  main.home section.home-module.fourth .slide div.text {
    min-height: 400px;
  }
  main.team section.main a.person,
  main.growth section.investors a.person {
    width: calc((100% - 8px) / 3);
  }
  main.team section.main a.person.blank:not(.blank-for-three),
  main.growth section.investors a.person.blank:not(.blank-for-three) {
    display: none;
  }
  main.team section.main a.person.blank.blank-for-three,
  main.growth section.investors a.person.blank.blank-for-three {
    display: block;
  }
}
@media only screen and (max-width: 939px) { /* go to 2-wide stack some full-width modules */
  main.home section.home-module {
    margin-left: 0;
  }
  main.home section.home-module:is(.left, .right):not(.fourth) article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  body:not(.landing) section.choose-one article.choice.shown.yellow div.text {
    background-color: rgb(245, 167, 1);
  }
  body:not(.landing) section.choose-one article.choice.shown.mint div.text {
    background-color: rgb(188, 204, 194);
  }
  body:not(.landing) section.choose-one article.choice.shown.green div.text {
    background-color: rgb(166, 175, 114);
  }
  body:not(.landing) section.choose-one article.choice.shown.light-blue div.text {
    background-color: rgb(184, 206, 222);
  }
  body:not(.landing) section.choose-one article.choice.shown.dark-blue div.text {
    background-color: rgb(1, 80, 137);
  }
  main.home section.home-module div.banner,
  main.home section.home-module.left div.banner,
  main.home section.home-module.right div.banner,
  main.home section.home-module:first-of-type div.banner {
    -webkit-clip-path: polygon(21.7121% 0, 0 50%, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(21.7121% 0, 0 50%, 0 100%, 100% 100%, 100% 0);
    height: calc((100vw - 50px) * 7 / 8);
  }
  main.home section.home-module div.banner,
  main.home section.home-module.left div.banner,
  main.home section.home-module.right div.banner,
  main.home section.home-module:first-of-type div.banner {
    margin-left: 50px;
  }
  main.home section.home-module div.banner,
  main.home section.home-module div.podcast,
  main.home section.home-module.left div.banner,
  main.home section.home-module.right div.banner,
  main.home section.home-module:first-of-type div.banner {
    width: calc(100vw - 50px);
    margin-top: -2px; /* to hide white line */
  }
  main.home section.home-module div.podcast {
    max-width: 100%;
  }
  main.home section.home-module.right div.banner {
    margin-left: 0;
    margin-right: 0;
  }
  main.home section.home-module div.banner.thirds {
    -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 184.75px) 100%, 100% 50%, 100% 0);
    clip-path: polygon(0 0, 0 100%, calc(100% - 184.75px) 100%, 100% 50%, 100% 0);
    margin-left: 0;
    margin-right: 0;
  }
  main.home section.home-module div.text div.vertical-align {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    padding: 30px 100px 30px 50px;
  }
  main.home section.home-module:not(.top) div.text div.vertical-align {
    padding: 0 50px 50px;
  }
  main.home section.home-module.top.left div.text div.vertical-align {
    background-color: #ECECEC;
    -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 63.8px) 100%, 100% 50%, 100% 0);
    clip-path: polygon(0 0, 0 100%, calc(100% - 63.8px) 100%, 100% 50%, 100% 0);
    min-height: 221px;
  }
  main.home section.home-module.left:not(.fourth) div.text,
  main.home section.home-module.left div.text,
  main.home section.home-module.left.podcasts div.text,
  main.home section.home-module.right:not(.fourth, .top, .podcasts) div.text,
  main.home section.home-module.right div.text,
  main.home section.home-module.right.podcasts div.text {
    padding: 0 0;
    height: auto;
  }
  main.home section.home-module.fourth.left article,
  main.home section.home-module.fourth.right article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  main.home section.home-module.fourth.left div.flexslider,
  main.home section.home-module.fourth.right div.flexslider,
  main.home section.home-module.fourth.left article > div.text,
  main.home section.home-module.fourth.right article > div.text {
    width: 100%;
  }
  main.home section.home-module.fourth.left article > div.text,
  main.home section.home-module.fourth.right article > div.text {
    padding: 0 50px;
  }
  main.home section.home-module:first-of-type div.text {
    height: auto;
    min-height: 220px;
  }
  main.home section.home-module.top div.text h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }
  main.home section.home-module:not(.top) div.text h1 {
    font-size: 32px;
    line-height: 35px;
  }
  main.home section.home-module.left.fourth,
  main.home section.home-module.right.fourth {
    margin-bottom: 0;
  }
  section.featured-investments article,
  section.investments article {
    width: calc((100% - 50px) / 2);
  }
  section.featured-investments article.blank-3,
  section.investments article.blank-3 {
    display: none;
  }
  section.featured-investments article div.details,
  section.investments article div.details {
    width: calc(200% + 50px + 50px + 50px);
  }
  section.featured-investments article:nth-child(2n+1) div.details,
  section.investments article:nth-child(2n+1) div.details {
    margin-left: calc(0 * (100% + 50px) - 50px);
  }
  section.featured-investments article:nth-child(2n+2) div.details,
  section.investments article:nth-child(2n+2) div.details {
    margin-left: calc(-1 * (100% + 50px) - 50px);
  }
  section.hero.standard div.angle {
    display: none;
  }
  section.hero.standard div.angle.dark-blue + div.alignment div.intro h1 {
    color: #99B9D0;
  }
  section.hero.standard div.angle + div div.intro {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 76px 134px;
  }
  section.hero.standard div.angle:not(.no-angle) + div div.intro:not(.no-min-height) {
    min-height: 400px;
    padding-bottom: 4px; /* so any link border is always visible */
  }
  section.hero.standard div.angle.yellow + div div.intro {
    background-image: url("../png/bvp-line-yellow.png");
  }
  section.hero.standard div.angle.mint + div div.intro {
    background-image: url("../png/bvp-line-mint.png");
  }
  section.hero.standard div.angle.light-blue + div div.intro {
    background-image: url("../png/bvp-line-lightblue.png");
  }
  section.hero.standard div.angle.dark-blue + div div.intro {
    background-image: url("../png/bvp-line-darkblue.png");
  }
  section.hero.standard div.angle.grey + div div.intro {
    background-image: url("../png/bvp-line-grey.png");
  }
  main:not(.cloud):not(.campaign) section.hero.standard:first-of-type div.intro > *:first-child {
    min-height: 134px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  section.hero.standard div.intro > *:first-child h1 {
    margin: 0;
  }
  main.company section.hero.standard div.intro h2.enduring {
    margin-bottom: 13px;
    position: relative;
    top: 0;
  }
  section.hero.standard div.alignment {
    padding-right: 0;
  }
  main.team section.menu div.alignment {
    margin-left: 0;
  }
  main.team section.menu div.alignment.fixed-at-top {
    padding-left: 0;
  }
  main.team section.menu div.fixed-at-top nav {
    margin-left: 0;
    margin-right: 19px;
  }
  main.team div.fixed-at-top nav.category ul {
    padding-left: 50px;
  }
  main.team section.heading h2 {
    margin-left: 50px;
  }
  main.company section.main div.content article,
  main.company section.heading h2,
  main.company section.atlas_picks div.content {
    margin-left: 0;
  }
  section.callout:not(.thinker) div.content,
  section.callout div.content {
    padding: 50px 120px 50px 50px;
  }
  section.maps div.content article {
    width: calc((100% - 31px) / 2);
  }
  section.maps div.content article.blank {
    display: none;
  }
  section.cloud .container {
    margin: 50px auto;
  }
  section.cloud section.index-report {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 400px;
  }
  section.cloud div.container section.index-report article {
    width: 100%;
  }
  section.highlights div.content {
    padding: 0 50px;
  }
  section.highlights div.content div.highlights > article,
  section.highlights div.content div.highlights > a {
    width: calc((100% - 30px) / 2);
  }
  section.highlights div.content div.highlights article.blank {
    display: none;
  }
  section.hero.standard.full-width-line-after + section.hero.standard.full-width-line-after.rainbow {
    padding-bottom: 254px;
    background-size: auto 254px;
  }
}
@media only screen and (max-width: 899px) { /* cloud computing bottom, campaign logos switch to 3-wide */
  .narrow900-display-only {
    display: block;
  }
  section.cloud div.alignment > section,
  main.cloud section.heading div.content,
  main.cloud section.atlas-picks div.content {
    margin: 0 50px;
  }
  .other-companies li {
    max-width: calc(33.3333% - 30px);
  }
}
@media only screen and (max-width: 799px) { /* featured atlas, campaign halves adjustments */
  main.home section.notice:not(.interstitial) {
    margin-right: 0;
  }
  main.home section.notice:not(.interstitial) div.content {
    -webkit-clip-path: none;
    clip-path: none;
  }
  main.home section.notice:not(.interstitial) article.notice {
    padding: 20px 50px 20px 50px;
  }
  main.campaign section.hero.standard.extra-space-after {
    padding-top: 0;
  }
  main.philosophy section.hero.standard.images {
    margin: 0;
  }
  main.philosophy section.hero.standard.images div.content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.philosophy section.hero.standard.images.dual div.content img {
    max-width: 100%;
  }
  main.philosophy section.hero.standard.images.dual div.content img:nth-child(2) {
    margin-top: 50px;
  }
  main.philosophy section.hero.standard.icon-blocks div.content {
    grid-template-columns: 1fr;
    grid-template-areas: "column1-1" "column1-2" "column1-3" "column1-4" "column1-5" "column1-6" "column2-1" "column2-2" "column2-3" "column2-4" "column2-5" "column2-6";
  }
  section.hero.standard div.content.halves:not(.reverse) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  section.hero.standard div.content.halves.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  section.hero.standard div.content.halves .half,
  section.hero.standard div.content.halves .half:is(:first-child, :last-child) {
    padding: 0;
    margin: 0;
  }
  section.hero.standard div.content.halves .intro.half,
  section.hero.standard div.content.halves .intro.half:is(:first-child, :last-child) {
    padding-bottom: 40px;
  }
  section.hero.standard div.content.halves .half h1 {
    margin-top: 30px;
  }
  section.rainbow {
    padding-bottom: 254px;
    background-size: auto 254px;
  }
}
@media only screen and (max-width: 683px) { /* go to 2-wide on team, campaign company logos */
  main.team section.main a.person.blank,
  main.team section.main a.person.blank.blank-for-three,
  main.growth section.investors a.person.blank,
  main.growth section.investors a.person.blank.blank-for-three {
    display: none;
  }
  main.team section.main a.person,
  main.growth section.investors a.person {
    width: calc((100% - 4px) / 2);
  }
  .top-companies li {
    max-width: 100%;
  }
  .other-companies li {
    max-width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 640px) and (max-width: 1059px) { /* highlights module font scaling */
  section.callout.thinker div.content article {
    font-size: 1.875vw;
  }
  section.callout.thinker div.content article div.info h2 {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 660px) and (max-width: 759px) { /* highlights module font scaling */
  section.callout.thinker div.content article div.social a:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 659px) { /* highlights module font scaling */
  section.callout.thinker div.content article div.social a:not(:last-child) {
    margin-right: 2px;
  }
}
@media only screen and (max-width: 639px) { /* stack full-width modules */
  main.home section.notice:not(.interstitial) article.notice {
    padding: 20px;
  }
  main.home section.home-module div.banner,
  main.home section.home-module.left div.banner,
  main.home section.home-module.right div.banner,
  main.home section.home-module:first-of-type div.banner {
    -webkit-clip-path: polygon(21.7121% 0, 0 50%, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(21.7121% 0, 0 50%, 0 100%, 100% 100%, 100% 0);
    height: calc((100vw - 20px) * 7 / 8);
    width: calc(100vw - 20px);
    margin-left: 20px;
    margin-top: -2px; /* to hide white line */
  }
  main.home section.home-module div.podcast {
    width: calc(100vw - 32px);
    margin-right: 20px;
  }
  main.home section.home-module.right div.banner {
    margin-left: 0;
    margin-right: 0;
  }
  main.home section.home-module.right {
    margin-right: 20px;
  }
  main.home section.notice:not(.interstitial) article.notice h1,
  main.home section.notice:not(.interstitial) article.notice h2,
  main.home section.notice:not(.interstitial) article.notice h3,
  main.home section.notice.interstitial article.notice h1,
  main.home section.notice.interstitial article.notice h2,
  main.home section.notice.interstitial article.notice h3 {
    font-size: 32px;
  }
  main.home section.notice.interstitial article.notice {
    padding: 50px 0;
  }
  main.home section.notice.interstitial article.notice > * {
    margin-left: 50px;
    margin-right: 50px;
  }
  main.home section.notice.interstitial article.notice img {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  main.home section.home-module.top div.text div.vertical-align {
    padding: 30px 20px;
  }
  main.home section.home-module.top div.text div.vertical-align > *:not(:first-child) {
    margin-right: 50px;
  }
  main.home section.home-module:not(.top) div.text div.vertical-align {
    padding: 0 20px 50px;
  }
  main.home section.home-module:fisrt-of-type div.text {
    height: 174px;
  }
  main.home section.home-module div.banner.thirds > div {
    font-size: 20px;
  }
  main.home section.home-module.right.fourth {
    margin-right: 0;
  }
  main.home section.home-module.right.fourth div.banner {
    -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 78.29px) 100%, 100% 50%, 100% 0);
    clip-path: polygon(0 0, 0 100%, calc(100% - 78.29px) 100%, 100% 50%, 100% 0);
    height: 87.5vw;
    width: 100vw;
  }
  section.heading div.content,
  main.company section.main div.content,
  section.featured-investments div.content,
  section.investments div.content,
  section.atlas-picks div.content,
  section.insights div.content.featured-picks,
  section.insights div.content.atlas-picks {
    padding: 0 20px;
  }
  main.team section.menu div.content {
    padding-left: 20px;
    padding-right: 20px;
  }
  main.team div.fixed-at-top nav.category ul {
    padding-left: 20px;
  }
  main.team nav.category.fixed-at-top ul {
    padding-left: 20px;
  }
  section.featured-investments article:nth-child(2n+1) div.details,
  section.investments article:nth-child(2n+1) div.details {
    margin-left: calc(0 * (100% + 20px) - 20px);
  }
  section.featured-investments article:nth-child(2n+2) div.details,
  section.investments article:nth-child(2n+2) div.details {
    margin-left: calc(-1 * (100% + 20px) - 20px);
  }
  section.featured-investments article div.details,
  section.investments article div.details {
    width: calc(200% + 20px + 20px + 20px);
  }
  section.featured-investments article,
  section.investments article {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
  section.callout div.content {
    -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 56.72px) 100%, 100% calc(100% - 98.25px), 100% 0);
    clip-path: polygon(0 0, 0 100%, calc(100% - 56.72px) 100%, 100% calc(100% - 98.25px), 100% 0);
    padding: 50px 90px 50px 20px;
    margin-right: 0;
  }
  section:is(.hero.standard, .highlights) div.intro h1 {
    font-size: 38px;
    line-height: 36px;
  }
  section.callout div.content article h2,
  section:is(.hero.standard, .highlights) div.intro h2 {
    font-size: 32px;
    line-height: 35px;
  }
  main.company section.hero.standard div.intro h2.enduring {
    margin-bottom: -2px;
  }
  section.enduring + section.menu div.content {
    padding: 20px 20px 50px;
  }
  section.menu div.content {
    padding: 50px 20px;
  }
  section.menu div.content div.enduring {
    display: none;
  }
  section.enduring div.content {
    display: block;
    font-size: 18px;
    padding: 50px 20px 0;
    text-align: left;
  }
  section.enduring div.content sup {
    font-size: 22px;
  }
  main.team section.menu nav a,
  main.team section.menu nav a:visited,
  main.team section.main a.person,
  main.growth section.investors a.person,
  .module _menu nav a,
  .module _menu nav a:visited {
    font-size: 18px;
  }
  section.heading h2 {
    font-size: 32px;
  }
  section.atlas-picks div.content > article {
    margin-bottom: 30px;
  }
  section.atlas-picks div.content > article a,
  section.atlas-picks div.content > article a:visited {
    font-size: 18px;
  }
  section.maps div.content {
    padding: 0 20px;
  }
  section.maps div.content article {
    font-size: 21px;
    width: 100%;
  }
  main.contact section.callout div.content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.contact section.callout div.content article {
    width: 100%;
  }
  main.contact section.callout div.content article:first-child {
    margin-bottom: 30px;
  }
  main.contact section.callout div.content article:last-child {
    margin-top: 30px;
  }
  section.cloud .container {
    margin: 50px auto;
  }
  div.col-md-12 > div {
    width: 100% !important;
  }
  section.featured-investments article div.details h3,
  section.investments article div.details h3 {
    display: block;
    white-space: normal;
  }
  section.featured-investments article div.details h4.enduring,
  section.investments article div.details h4.enduring {
    position: relative;
    top: auto;
    margin-left: 0;
  }
  section.highlights div.content {
    padding: 0 20px;
  }
  section.highlights div.content div.highlights > article,
  section.highlights div.content div.highlights > a {
    width: 100%;
  }
  section.callout.thinker:not(.first) {
    margin-top: 30px;
  }
  section.callout.thinker.right div.content,
  section.callout.thinker.left div.content {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
  section.callout.thinker.left div.content article,
  section.callout.thinker.right div.content article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: none;
  }
  section.callout.thinker div.content article > img {
    height: auto;
    width: 100%;
  }
  section.callout.thinker.left div.content {
    -webkit-clip-path: none;
    clip-path: none;
  }
  section.callout.thinker.left div.content article > img {
    -webkit-clip-path: polygon(0 0, 0 100%, calc(100% - 75px) 100%, 100% calc(100% - 130px), 100% 0);
    clip-path: polygon(0 0, 0 100%, calc(100% - 75px) 100%, 100% calc(100% - 130px), 100% 0);
  }
  #modal-content {
    padding: 50px 25px;
  }
}
@media only screen and (max-width: 579px) { /* homepage podcasts */
  main.home section.home-module div.podcast img.podcast-thumb {
    height: calc(100vw - 200px);
    width: calc(100vw - 200px);
  }
  main.home section.home-module div.podcast .main-content,
  main.home section.home-module div.podcast .main-content li {
    width: calc(100vw - 200px);
  }
  main.home section.home-module div.podcast iframe[height="102px"] {
    height: 98px;
  }
}
@media only screen and (max-width: 529px) { /* campaign form fields */
  form.campaign label {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  section.investments article {
    font-size: 4.375vw;
  }
  section.maps div.content {
    padding: 0;
  }
  section.maps div.content article h2,
  section.maps div.content article div.street {
    padding: 0 20px;
  }
  section.maps div.content article h2 {
    font-size: 32px;
    line-height: 35px;
  }
  main.team section.menu nav a,
  main.team section.menu nav a:visited {
    font-size: 3.75vw;
  }
  section.hero.standard div.intro input[type=email] {
    margin-right: 0;
    max-width: none;
    width: 100%;
  }
  section.hero.standard div.intro input[type=submit] {
    margin-top: 20px;
  }
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background-color: var(--main-blue-color);
  background-color: var(--selection-bg);
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: var(--main-blue-color);
  background-color: var(--selection-bg);
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background-color: var(--main-blue-color);
  background-color: var(--selection-bg);
  color: #fff;
  text-shadow: none;
}

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