/* CFO Hub — standalone base stylesheet.
 *
 * Replicates the Webflow base/normalize rules the page layouts depend on.
 * Only needed if fetch-assets.sh cannot download the original webflow.css.
 * To use it: rename this file to webflow.css.
 *
 * Every section of this site is a self-contained custom-code embed with its
 * own <style> block, so these base rules are all the shared CSS ever provided.
 */

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

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

a {
  background-color: transparent;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

figure {
  margin: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

textarea {
  overflow: auto;
}

strong, b {
  font-weight: bold;
}

/* Webflow's clearfix on custom-code embeds. Each section here is one. */
.w-embed::before,
.w-embed::after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed::after {
  clear: both;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}
