/* Base layer the restored 3NUM pages rely on: reset + the defaults of the layout
   components the pages use (container, columns, grid, navbar, dropdown, forms, rich text).
   Site-specific styling lives in 3num.css, which loads after this file. */

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; font-family: sans-serif; height: 100%; }
body { margin: 0; min-height: 100%; background-color: #fff; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; color: #333; }
* { box-sizing: border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
b, strong { font-weight: bold; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; max-width: 100%; vertical-align: middle; display: inline-block; }
svg:not(:root) { overflow: hidden; }
hr { box-sizing: content-box; height: 0; }
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button, [type="button"], [type="reset"], [type="submit"] { border: 0; cursor: pointer; -webkit-appearance: button; }
fieldset { padding: 0; margin: 0; border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; margin-bottom: 10px; }
h1 { font-size: 38px; line-height: 44px; margin-top: 20px; }
h2 { font-size: 32px; line-height: 36px; margin-top: 20px; }
h3 { font-size: 24px; line-height: 30px; margin-top: 20px; }
h4 { font-size: 18px; line-height: 24px; margin-top: 10px; }
h5 { font-size: 14px; line-height: 20px; margin-top: 10px; }
h6 { font-size: 12px; line-height: 18px; margin-top: 10px; }
p { margin-top: 0; margin-bottom: 10px; }
blockquote { margin: 0 0 10px 0; padding: 10px 20px; border-left: 5px solid #e2e2e2; font-size: 18px; line-height: 22px; }
figure { margin: 0 0 10px; }
figcaption { margin-top: 5px; text-align: center; }
ul, ol { margin-top: 0; margin-bottom: 10px; padding-left: 40px; }
label { display: block; margin-bottom: 5px; font-weight: bold; }

.w-block { display: block; }
.w-inline-block { max-width: 100%; display: inline-block; }
.w-hidden { display: none; }
.w-list-unstyled { padding-left: 0; list-style: none; }
.w-clearfix:before, .w-clearfix:after, .w-embed:before, .w-embed:after, .w-container:before, .w-container:after,
.w-row:before, .w-row:after, .w-nav:before, .w-nav:after, .w-richtext:before, .w-richtext:after {
  content: " "; display: table; grid-column-start: 1; grid-row-start: 1; grid-column-end: 2; grid-row-end: 2;
}
.w-clearfix:after, .w-embed:after, .w-container:after, .w-row:after, .w-nav:after, .w-richtext:after { clear: both; }

.w-button { display: inline-block; padding: 9px 15px; background-color: #3898ec; color: white; border: 0; line-height: inherit; text-decoration: none; cursor: pointer; border-radius: 0; }
input.w-button { -webkit-appearance: button; }

/* forms */
.w-form { margin: 0 0 15px; }
.w-form-done { display: none; padding: 20px; text-align: center; background-color: #dddddd; }
.w-form-fail { display: none; margin-top: 10px; padding: 10px; background-color: #ffdede; }
.w-input, .w-select { display: block; width: 100%; height: 38px; padding: 8px 12px; margin-bottom: 10px; font-size: 14px; line-height: 1.42857143; color: #333333; vertical-align: middle; background-color: #ffffff; border: 1px solid #cccccc; }
.w-input::placeholder, .w-select::placeholder { color: #999; }
.w-input:focus, .w-select:focus { border-color: #3898ec; outline: 0; }
textarea.w-input { height: auto; }
.w-checkbox { display: block; margin-bottom: 5px; padding-left: 20px; }
.w-checkbox-input { float: left; margin: 4px 0 0 -20px; line-height: normal; }
.w-form-label { display: inline-block; cursor: pointer; font-weight: normal; margin-bottom: 0; }

/* container + legacy float columns */
.w-container { margin-left: auto; margin-right: auto; max-width: 940px; }
.w-container .w-row { margin-left: -10px; margin-right: -10px; }
.w-row .w-row { margin-left: 0; margin-right: 0; }
.w-col { position: relative; float: left; width: 100%; min-height: 1px; padding-left: 10px; padding-right: 10px; }
.w-col .w-col { padding-left: 0; padding-right: 0; }
.w-col-1 { width: 8.33333333%; } .w-col-2 { width: 16.66666667%; } .w-col-3 { width: 25%; } .w-col-4 { width: 33.33333333%; }
.w-col-5 { width: 41.66666667%; } .w-col-6 { width: 50%; } .w-col-7 { width: 58.33333333%; } .w-col-8 { width: 66.66666667%; }
.w-col-9 { width: 75%; } .w-col-10 { width: 83.33333333%; } .w-col-11 { width: 91.66666667%; } .w-col-12 { width: 100%; }

.w-layout-grid { display: grid; grid-auto-columns: 1fr; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; grid-row-gap: 16px; grid-column-gap: 16px; }

/* rich text */
.w-richtext ol, .w-richtext ul { overflow: hidden; }
.w-richtext figure { position: relative; max-width: 60%; }
.w-richtext figure > div:before { cursor: default !important; }
.w-richtext figure img { width: 100%; }
.w-richtext figure figcaption.w-richtext-figcaption-placeholder { opacity: 0.6; }
.w-richtext figure div { font-size: 0; color: transparent; }
.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] { display: table; }
.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div { display: inline-block; }
.w-richtext figure.w-richtext-align-center { margin-right: auto; margin-left: auto; clear: both; }
.w-richtext figure.w-richtext-align-fullwidth { width: 100%; max-width: 100%; text-align: center; clear: both; display: block; margin-right: auto; margin-left: auto; }

/* navbar */
.w-nav { position: relative; background: #dddddd; z-index: 1000; }
.w-nav-brand { position: relative; float: left; text-decoration: none; color: #333333; }
.w-nav-link { position: relative; display: inline-block; vertical-align: top; text-decoration: none; color: #222222; padding: 20px; text-align: left; margin-left: auto; margin-right: auto; }
.w-nav-link.w--current { color: #0082f3; }
.w-nav-menu { position: relative; float: right; }
[data-nav-menu-open] { display: block !important; position: absolute; top: 100%; left: 0; right: 0; background: #c8c8c8; text-align: center; overflow: visible; min-width: 200px; }
.w--nav-link-open { display: block; position: relative; }
.w-nav-button { position: relative; float: right; padding: 18px; font-size: 24px; display: none; cursor: pointer; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); user-select: none; }
.w-nav-button:focus { outline: 0; }
.w-nav-button.w--open { background-color: #c8c8c8; color: white; }
.w-icon-nav-menu, .w-icon-dropdown-toggle { line-height: 1; }
.w-icon-nav-menu svg, .w-icon-dropdown-toggle svg { display: block; }
.w-nav[data-collapse="all"] .w-nav-menu { display: none; }
.w-nav[data-collapse="all"] .w-nav-button { display: block; }

/* dropdown */
.w-dropdown { display: inline-block; position: relative; text-align: left; margin-left: auto; margin-right: auto; z-index: 900; }
.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { position: relative; vertical-align: top; text-decoration: none; color: #222222; padding: 20px; text-align: left; margin-left: auto; margin-right: auto; white-space: nowrap; }
.w-dropdown-toggle { user-select: none; display: inline-block; cursor: pointer; padding-right: 40px; }
.w-dropdown-toggle:focus { outline: 0; }
.w-icon-dropdown-toggle { position: absolute; top: 0; right: 0; bottom: 0; margin: auto; margin-right: 20px; width: 1em; height: 1em; }
.w-dropdown-list { position: absolute; background: #dddddd; display: none; min-width: 100%; }
.w-dropdown-list.w--open { display: block; }
.w-dropdown-link { padding: 10px 20px; display: block; color: #222222; }
.w-dropdown-link.w--current { color: #0082f3; }
.w-dropdown-link:focus { outline: 0; }
.w--nav-dropdown-open { display: block; }
.w--nav-dropdown-toggle-open { display: block; }
.w--nav-dropdown-list-open { position: static; }

/* background video */
.w-background-video { position: relative; overflow: hidden; height: 500px; color: white; }
.w-background-video > video { background-size: cover; background-position: 50% 50%; position: absolute; margin: auto; width: 100%; height: 100%; right: -100%; bottom: -100%; top: -100%; left: -100%; object-fit: cover; z-index: -100; }

/* lightbox (rendered by site.js) */
.w-lightbox { cursor: pointer; }
.r-lightbox { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(0, 0, 0, 0.9); }
.r-lightbox-frame { position: relative; width: min(940px, 100%); aspect-ratio: 16 / 9; }
.r-lightbox-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.r-lightbox img { max-width: 100%; max-height: 90vh; }
.r-lightbox-close { position: absolute; top: 12px; right: 16px; width: 44px; height: 44px; background: transparent; color: #fff; font-size: 32px; line-height: 1; }

@media screen and (max-width: 991px) {
  .w-container { max-width: 728px; }
  .w-col-medium-1 { width: 8.33333333%; } .w-col-medium-2 { width: 16.66666667%; } .w-col-medium-3 { width: 25%; }
  .w-col-medium-4 { width: 33.33333333%; } .w-col-medium-5 { width: 41.66666667%; } .w-col-medium-6 { width: 50%; }
  .w-col-medium-7 { width: 58.33333333%; } .w-col-medium-8 { width: 66.66666667%; } .w-col-medium-9 { width: 75%; }
  .w-col-medium-10 { width: 83.33333333%; } .w-col-medium-11 { width: 91.66666667%; } .w-col-medium-12 { width: 100%; }
  .w-nav[data-collapse="medium"] .w-nav-menu { display: none; }
  .w-nav[data-collapse="medium"] .w-nav-button { display: block; }
  .w-nav[data-collapse="medium"] .w-dropdown, .w-nav[data-collapse="medium"] .w-dropdown-toggle { display: block; }
  .w-nav[data-collapse="medium"] .w-dropdown-list { position: static; }
}
@media screen and (max-width: 767px) {
  .w-row, .w-container .w-row { margin-left: 0; margin-right: 0; }
  .w-col { width: 100%; left: auto; right: auto; }
  .w-col-small-1 { width: 8.33333333%; } .w-col-small-2 { width: 16.66666667%; } .w-col-small-3 { width: 25%; }
  .w-col-small-4 { width: 33.33333333%; } .w-col-small-5 { width: 41.66666667%; } .w-col-small-6 { width: 50%; }
  .w-col-small-7 { width: 58.33333333%; } .w-col-small-8 { width: 66.66666667%; } .w-col-small-9 { width: 75%; }
  .w-col-small-10 { width: 83.33333333%; } .w-col-small-11 { width: 91.66666667%; } .w-col-small-12 { width: 100%; }
  .w-nav-brand { padding-left: 10px; }
  .w-nav[data-collapse="small"] .w-nav-menu { display: none; }
  .w-nav[data-collapse="small"] .w-nav-button { display: block; }
}
@media screen and (max-width: 479px) {
  .w-container { max-width: none; }
  .w-col { width: 100%; }
  .w-col-tiny-1 { width: 8.33333333%; } .w-col-tiny-2 { width: 16.66666667%; } .w-col-tiny-3 { width: 25%; }
  .w-col-tiny-4 { width: 33.33333333%; } .w-col-tiny-5 { width: 41.66666667%; } .w-col-tiny-6 { width: 50%; }
  .w-col-tiny-7 { width: 58.33333333%; } .w-col-tiny-8 { width: 66.66666667%; } .w-col-tiny-9 { width: 75%; }
  .w-col-tiny-10 { width: 83.33333333%; } .w-col-tiny-11 { width: 91.66666667%; } .w-col-tiny-12 { width: 100%; }
  .w-nav[data-collapse="tiny"] .w-nav-menu { display: none; }
  .w-nav[data-collapse="tiny"] .w-nav-button { display: block; }
}

/* byline under post titles (author + original publish date) */
.r-byline { margin: -20px 0 32px; text-align: center; font-family: Ubuntu, Arial, sans-serif; font-size: 15px; line-height: 1.5; letter-spacing: 0; color: #bcc3ff; }
.r-byline a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.r-byline a:hover { color: #fff; }

/* body typography for posts that were not authored in Webflow */
.r-post { font-family: Ubuntu, Arial, sans-serif; color: #f3f5ff; font-size: 1.2rem; line-height: 2rem; }
.r-post h2, .r-post h3, .r-post h4 { margin: 2.5rem 0 1rem; line-height: 1.25; }
.r-post h2 { font-size: 2rem; } .r-post h3 { font-size: 1.5rem; } .r-post h4 { font-size: 1.25rem; }
.r-post a { color: #bcc3ff; text-decoration: underline; text-underline-offset: 2px; overflow-wrap: anywhere; }
.r-post a:hover { color: #fff; }
.r-post ul, .r-post ol { margin: 0 0 2rem; padding-left: 1.5rem; }
.r-post li { margin-bottom: 0.75rem; }
.r-post blockquote { margin: 0 0 2rem; padding: 0.25rem 0 0.25rem 1.25rem; border-left: 3px solid #7952df; font-size: inherit; line-height: inherit; }
.r-post blockquote p:last-child { margin-bottom: 0; }
.r-post blockquote.r-quote { padding: 1.25rem 1.5rem; border: 1px solid rgba(188, 195, 255, 0.25); border-left: 3px solid #7952df; border-radius: 8px; background: rgba(255, 255, 255, 0.03); }
.r-post blockquote.r-quote p { font-size: 1.05rem; line-height: 1.7; margin-bottom: 0.75rem; }
.r-post .r-cite { font-size: 0.95rem; opacity: 0.85; }
.r-post code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 0.9em; padding: 0.1em 0.35em; border-radius: 4px; background: rgba(255, 255, 255, 0.08); }
.r-post mark { background: rgba(121, 82, 223, 0.35); color: inherit; padding: 0 0.15em; }
@media screen and (max-width: 479px) {
  .r-post { font-size: 1rem; line-height: 1.7rem; }
  .r-byline { font-size: 14px; }
}

/* "In the News" on the homepage (added in the restore; sits between Backed By and the newsletter card) */
.r-news { padding-bottom: 4rem; }
.r-news-list { list-style: none; max-width: 52rem; margin: 50px auto 0; padding: 0 2rem; display: grid; gap: 1rem; }
.r-news-list a { display: block; padding: 1.25rem 1.5rem; border: 1px solid rgba(188, 195, 255, 0.2); border-radius: 12px; color: #f3f5ff; text-decoration: none; font-family: Ubuntu, Arial, sans-serif; transition: border-color 0.2s ease, background-color 0.2s ease; }
.r-news-list a:hover { border-color: #7952df; background-color: rgba(121, 82, 223, 0.08); }
.r-news-outlet { display: block; margin-bottom: 0.25rem; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: #bcc3ff; }
.r-news-title { display: block; font-size: 1.1rem; line-height: 1.5; }
@media screen and (max-width: 479px) {
  .r-news-list { padding: 0 1rem; }
  .r-news-list a { padding: 1rem 1.1rem; }
  .r-news-title { font-size: 1rem; }
}
