@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

legend {
  padding: 0;
  display: table;
  float: left; }

fieldset {
  border: 0;
  padding: 0.01em 0 0 0;
  margin: 0;
  min-width: 0; }

body:not(:-moz-handler-blocked) fieldset {
  display: table-cell; }

input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

@font-face {
  font-family: 'DM Sans';
  font-weight: 400;
  src: url("/wp-content/themes/assess-data-org//static/fonts/DMSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'DM Sans';
  font-weight: 700;
  src: url("/wp-content/themes/assess-data-org//static/fonts/DMSans-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Clash Display';
  font-weight: 400;
  src: url("/wp-content/themes/assess-data-org//static/fonts/ClashDisplay-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'DM Mono';
  font-weight: 400;
  src: url("/wp-content/themes/assess-data-org//static/fonts/DMMono-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Erode';
  font-weight: 400;
  src: url("/wp-content/themes/assess-data-org//static/fonts/Erode-Medium.woff2") format("woff2"), url("/wp-content/themes/assess-data-org//static/fonts/Erode-Medium.woff") format("woff"); }

html,
body {
  color: #071e2d;
  font-family: 'DM Sans';
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5; }

.animated-bg {
  background: url("/wp-content/themes/assess-data-org//static/img/data-org-bg.jpg");
  background-size: cover;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1; }

.button,
input[type=submit],
input[type=button] {
  background: #071e2d;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 24px;
  text-decoration: none;
  white-space: nowrap;
  width: min-content;
  outline: none;
  font-size: 18px;
  border: 0;
  font-family: 'DM Sans';
  cursor: pointer;
  transition: background .15s ease;
  border: 1px solid #ffffff; }
  .button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    background: #10bed2;
    border-color: #10bed2; }
  .button.large,
  input[type=submit].large,
  input[type=button].large {
    padding: 24px; }
  .button.inverted,
  input[type=submit].inverted,
  input[type=button].inverted {
    background: #ffffff;
    color: #071e2d; }
    .button.inverted:hover,
    input[type=submit].inverted:hover,
    input[type=button].inverted:hover {
      background: #10bed2; }

.section-title {
  font-family: 'DM Mono';
  font-size: 16px;
  font-weight: 400;
  opacity: 0.6; }

.multi-section-title {
  background: #071e2d;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px; }
  .multi-section-title .section-title {
    grid-column: 1 / span 8; }

@media (max-width: 1140px) {
  .dt {
    display: none !important; } }

.md {
  display: none; }
  @media (max-width: 1140px) {
    .md {
      display: block; } }
.sm {
  display: none; }
  @media (max-width: 700px) {
    .sm {
      display: block; } }
@media (max-width: 700px) {
  .no-sm {
    display: none !important; } }

.entry-footer {
  display: none; }

.not-found {
  color: #ffffff;
  min-height: 80vh;
  grid-auto-rows: min-content; }
  .not-found h1 {
    font-family: 'Clash Display';
    font-size: 20vw;
    font-weight: 400;
    grid-column: 1 / span 8;
    line-height: 1.2;
    margin-bottom: 16px;
    margin-top: 48px; }
  .not-found p {
    grid-column: 1 / span 8;
    max-width: 40em; }
  .not-found a {
    color: inherit; }

.base-layout {
  display: grid;
  grid-column-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  padding-left: max(100vw - 40px - 1600px, 0px); }
  .base-layout .side-panel {
    grid-column: 1 / span 1;
    padding: 0 40px; }
  .base-layout .main-content {
    background: #071e2d;
    grid-column: 2 / span 3; }
    .base-layout .main-content .subgrid {
      display: grid;
      grid-column-gap: 40px;
      grid-template-columns: repeat(8, 1fr);
      padding-left: 40px;
      padding-right: 40px; }
  @media (min-width: 1500px) {
    .base-layout .side-panel .data-org-wordmark {
      position: fixed;
      top: 20px;
      left: 40px; } }
  @media (max-width: 1140px) {
    .base-layout {
      grid-template-columns: repeat(6, 1fr); }
      .base-layout .side-panel {
        grid-column: 1 / span 1; }
      .base-layout .main-content {
        grid-column: 2 / span 5; } }
  @media (max-width: 700px) {
    .base-layout .side-panel {
      grid-column: 1 / span 6;
      margin-left: 16px;
      padding: 0 24px; }
    .base-layout .main-content {
      grid-column: 1 / span 6;
      margin-left: 16px; }
      .base-layout .main-content .subgrid {
        padding-left: 24px;
        padding-right: 24px; } }
.reverse-layout {
  display: grid;
  grid-column-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  background: #071e2d;
  margin-left: max(40px, 100vw - 40px - 1600px); }
  .reverse-layout .side-panel {
    background: #071e2d;
    grid-column: 4 / span 1;
    height: min-content;
    position: sticky;
    top: 60px; }
  .reverse-layout .single-panel {
    grid-column: 1 / span 4; }
  .reverse-layout .main-content {
    grid-column: 1 / span 3;
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .reverse-layout .main-content .subgrid {
      display: grid;
      grid-column-gap: 40px;
      grid-template-columns: repeat(8, 1fr);
      padding-left: 40px;
      padding-right: 40px; }
  @media (max-width: 1140px) {
    .reverse-layout .side-panel {
      display: none; }
    .reverse-layout .main-content {
      grid-column: 1 / span 4;
      border-right: 0; } }
  @media (max-width: 700px) {
    .reverse-layout {
      margin-left: 16px; }
      .reverse-layout .main-content .subgrid {
        padding-left: 24px;
        padding-right: 24px; } }
.assessment-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: -1px;
  position: sticky;
  top: 0;
  z-index: 100; }
  .assessment-nav a:focus {
    border: 0 !important; }
  .assessment-nav svg {
    fill: #071e2d; }
    @media (max-width: 700px) {
      .assessment-nav svg {
        fill: #ffffff; } }
  .assessment-nav .single-panel {
    display: flex;
    justify-content: space-between;
    padding: 10px 40px;
    align-items: center; }
    .assessment-nav .single-panel img, .assessment-nav .single-panel svg {
      display: block;
      max-height: 20px;
      width: 100%;
      max-width: 100px; }
    .assessment-nav .single-panel .button {
      font-family: 'DM Mono';
      font-size: 16px;
      padding: 8px 16px; }
    @media (max-width: 700px) {
      .assessment-nav .single-panel {
        padding: 20px 24px; }
        .assessment-nav .single-panel .button {
          display: none; } }
  .assessment-nav .side-panel {
    align-items: center;
    display: flex;
    padding-bottom: 16px;
    padding-right: 0;
    padding-top: 16px; }
    .assessment-nav .side-panel img, .assessment-nav .side-panel svg {
      display: block;
      max-height: 20px;
      width: 100%;
      max-width: 100px; }
  .assessment-nav .main-content {
    background: #071e2d;
    color: #ffffff;
    display: flex; }
    .assessment-nav .main-content h1 {
      padding: 16px 0; }
    .assessment-nav .main-content .subgrid {
      align-self: center;
      width: 100%; }
    .assessment-nav .main-content .subgrid > * {
      grid-column: 1 / span 8; }
    .assessment-nav .main-content .assessment-subnav {
      display: grid;
      grid-column-gap: 40px;
      grid-template-columns: repeat(4, 1fr); }
      .assessment-nav .main-content .assessment-subnav a {
        color: #ffffff;
        text-decoration: none; }
      .assessment-nav .main-content .assessment-subnav .subnav-item {
        cursor: pointer;
        opacity: 0.6; }
      .assessment-nav .main-content .assessment-subnav .subnav-item.active {
        opacity: 1; }
        .assessment-nav .main-content .assessment-subnav .subnav-item.active a {
          color: #10bed2;
          font-weight: 800; }
    .assessment-nav .main-content .subnav-item {
      background-image: url("/wp-content/themes/assess-data-org//static/img/nav_caret.svg");
      background-position: left center;
      background-repeat: no-repeat;
      background-size: auto 110%;
      padding: 16px 24px; }
    .assessment-nav .main-content .subnav-item:first-of-type {
      background-image: none;
      padding-left: 0; }
  @media (max-width: 1140px) {
    .assessment-nav .main-content {
      border-left: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (max-width: 700px) {
    .assessment-nav {
      background: transparent; }
      .assessment-nav .side-panel {
        background: #071e2d;
        justify-content: space-between;
        padding-right: 24px; }
      .assessment-nav .main-content {
        display: none; } }
.mobile-subnav.hidden {
  display: none; }

.mobile-subnav select {
  background: #071e2d;
  border: 0;
  color: #ffffff;
  font-family: 'DM Sans';
  font-size: 18px;
  outline: none;
  padding: 0; }

.footer-nav {
  background: #071e2d;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 40px;
  padding-top: 40px; }
  .footer-nav .nav-item {
    color: rgba(255, 255, 255, 0.8);
    grid-column: span 2;
    text-decoration: none;
    margin-bottom: 32px; }
    @media (max-width: 1140px) {
      .footer-nav .nav-item {
        grid-column: span 8; } }
    .footer-nav .nav-item.copyright {
      color: rgba(255, 255, 255, 0.5);
      grid-column: 1 / span 8; }

.assessment-intro {
  background: #071e2d;
  color: #ffffff;
  grid-auto-rows: min-content;
  min-height: 100vh; }
  @media (max-width: 1140px) {
    .assessment-intro h2 {
      font-size: 64px;
      grid-column: 1 / span 8; }
    .assessment-intro p {
      grid-column: 1 / span 8; }
    .assessment-intro .button {
      grid-column: 1 / span 4; } }
  @media (max-width: 700px) {
    .assessment-intro h2 {
      font-size: 48px; } }
  .assessment-intro h2 {
    font-family: 'Clash Display';
    font-size: 96px;
    font-weight: 400;
    grid-column: 1 / span 7;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 64px; }
  .assessment-intro p {
    grid-column: 1 / span 4;
    margin-bottom: 16px; }
  .assessment-intro .button {
    grid-column: 1 / span 2;
    margin-bottom: 40px;
    margin-top: 64px; }

.welcome-page, .overview-page, .report-single {
  color: #ffffff;
  padding: 40px 40px 64px; }
  .welcome-page h1, .welcome-page h2, .welcome-page h3, .welcome-page h4, .welcome-page h5, .welcome-page h6, .overview-page h1, .overview-page h2, .overview-page h3, .overview-page h4, .overview-page h5, .overview-page h6, .report-single h1, .report-single h2, .report-single h3, .report-single h4, .report-single h5, .report-single h6 {
    font-family: 'Clash Display';
    line-height: 1;
    margin-bottom: 0.5em; }
  .welcome-page h4, .welcome-page h5, .welcome-page h6, .overview-page h4, .overview-page h5, .overview-page h6, .report-single h4, .report-single h5, .report-single h6 {
    font-family: 'DM Sans';
    font-weight: 600; }
  .welcome-page h1, .overview-page h1, .report-single h1 {
    font-size: 96px;
    max-width: 9em; }
  .welcome-page h2, .overview-page h2, .report-single h2 {
    font-size: 48px;
    margin-bottom: 1em;
    font-family: 'Clash Display';
    line-height: 1; }
  .welcome-page h3, .overview-page h3, .report-single h3 {
    font-size: 36px; }
  .welcome-page h4, .welcome-page h5, .welcome-page h6, .overview-page h4, .overview-page h5, .overview-page h6, .report-single h4, .report-single h5, .report-single h6 {
    font-size: 20px; }
  .welcome-page p, .overview-page p, .report-single p {
    max-width: 30em;
    margin-bottom: 24px;
    font-size: 21px; }
  .welcome-page .button, .overview-page .button, .report-single .button {
    margin: 40px 0; }
  .welcome-page .data-use, .overview-page .data-use, .report-single .data-use {
    color: rgba(255, 255, 255, 0.6);
    font-size: 18px; }
  @media (max-width: 1140px) {
    .welcome-page h1, .overview-page h1, .report-single h1 {
      font-size: 64px; } }
  @media (max-width: 700px) {
    .welcome-page, .overview-page, .report-single {
      padding: 24px 24px 64px; }
      .welcome-page h1, .overview-page h1, .report-single h1 {
        font-size: 40px;
        margin-bottom: 24px; }
      .welcome-page p, .overview-page p, .report-single p {
        margin-bottom: 24px; }
      .welcome-page .button, .overview-page .button, .report-single .button {
        margin-top: 40px; } }
.overview-page, .report-single {
  background-color: #f9f8f7;
  color: #071e2d; }
  .overview-page h1, .report-single h1 {
    font-size: 45px;
    max-width: none; }
  .overview-page .number, .report-single .number {
    line-height: 1.2em;
    font-size: 22px;
    color: #10bed2; }
    .overview-page .number.large, .report-single .number.large {
      font-size: 28px; }
    .overview-page .number.xlarge, .report-single .number.xlarge {
      font-size: 36px; }
    .overview-page .number.bold, .report-single .number.bold {
      font-weight: 600; }
  .overview-page .data label, .report-single .data label {
    display: block; }
  .overview-page .highlights, .report-single .highlights {
    background: white;
    margin-bottom: 25px;
    padding: 20px; }
    .overview-page .highlights h4, .report-single .highlights h4 {
      font-weight: 400;
      font-size: 13px;
      letter-spacing: 0.15em;
      margin-bottom: 20px; }
      .overview-page .highlights h4 .bold, .report-single .highlights h4 .bold {
        font-weight: bold;
        font-size: 1.2em;
        color: #f8494a; }
    .overview-page .highlights p, .report-single .highlights p {
      margin-bottom: 0;
      font-size: 14px; }
  .overview-page table, .report-single table {
    border-collapse: collapse;
    font-size: 14px;
    width: 100%; }
    .overview-page table tbody, .report-single table tbody {
      border: 0; }
      .overview-page table tbody th, .report-single table tbody th {
        padding: 1rem;
        background: #071e2d;
        color: white;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        font-weight: 600;
        font-size: 12px; }
        .overview-page table tbody th.sortable, .report-single table tbody th.sortable {
          cursor: pointer; }
      .overview-page table tbody td, .report-single table tbody td {
        padding: 0.625rem 1rem;
        position: relative; }
        .overview-page table tbody td .total-score, .report-single table tbody td .total-score {
          width: 28px;
          font-weight: 600;
          color: #f8494a;
          display: inline-block; }
      .overview-page table tbody a, .report-single table tbody a {
        color: #106ba0; }
        .overview-page table tbody a:hover, .report-single table tbody a:hover {
          color: #10bed2; }
    .overview-page table.light tbody th, .report-single table.light tbody th {
      background-color: #dffbed;
      color: #071e2d;
      padding-top: 10px;
      padding-bottom: 10px; }
  .overview-page .legend, .report-single .legend {
    font-size: 12px; }
    .overview-page .legend td, .report-single .legend td {
      padding-top: 2px;
      padding-bottom: 2px; }
  .overview-page .separator, .report-single .separator {
    color: #888888;
    font-size: 6px;
    display: inline-block;
    padding: 0 5px; }

.overview-select {
  text-align: right; }
  .overview-select select {
    border: 0;
    border-radius: 0;
    background-color: #071e2d;
    font-size: 12px;
    font-weight: bold;
    padding: 0.5rem 1rem;
    color: #ffffff;
    background-image: none;
    border: 1px solid transparent; }
  .overview-select select:focus {
    color: #dffbed; }

.gf_page_steps {
  display: none; }

.assessment-page-intro {
  background: #071e2d;
  color: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px; }
  @media (max-width: 1140px) {
    .assessment-page-intro h2 {
      font-size: 64px; }
    .assessment-page-intro p {
      grid-column: 1 / span 8; }
    .assessment-page-intro p.intro-text {
      font-size: 18px;
      margin-bottom: 16px; }
    .assessment-page-intro p.meta-info {
      margin-top: 64px; } }
  .assessment-page-intro h2 {
    font-family: 'Clash Display';
    font-size: 96px;
    font-weight: 400;
    grid-column: 1 / span 8;
    line-height: 1.2;
    margin-bottom: 16px; }
  .assessment-page-intro p {
    grid-column: 1 / span 5; }
  .assessment-page-intro a {
    color: #10bed2;
    text-decoration: none; }
  .assessment-page-intro p.intro-text {
    font-size: 24px;
    margin-bottom: 32px; }
  .assessment-page-intro p.meta-info {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'DM Mono';
    font-size: 16px;
    margin-top: 96px; }

.assessment-page-end {
  background: #071e2d;
  color: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px; }
  .assessment-page-end .next-button {
    grid-column: 1 / span 8; }

.assessment-question {
  background: #ffffff;
  border-top: 1px solid rgba(7, 30, 45, 0.2);
  min-height: 200px;
  padding-bottom: 40px;
  padding-top: 40px; }
  .assessment-question button {
    display: none; }

.gf-assessment-page {
  counter-reset: questions;
  background: #ffffff; }
  .gf-assessment-page .gfield:not(.data_org_matrix_field):not(.subquestion):not(.gsection) {
    counter-increment: questions; }
  .gf-assessment-page .entry-header {
    display: none; }
  .gf-assessment-page .entry-content {
    background: #071e2d; }
  .gf-assessment-page .gfield {
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: repeat(8, 1fr);
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    border-top: 1px solid rgba(7, 30, 45, 0.2);
    padding-top: 40px;
    padding-bottom: 64px;
    background: #ffffff; }
    @media (min-width: 1500px) {
      .gf-assessment-page .gfield {
        border-right: 1px solid rgba(255, 255, 255, 0.2); } }
    @media (max-width: 700px) {
      .gf-assessment-page .gfield {
        padding-left: 24px;
        padding-right: 24px; } }
  .gf-assessment-page .gfield.gform_hidden {
    display: none; }
  .gf-assessment-page .gfield.subquestion {
    border-top: none;
    padding-top: 0;
    margin-top: -24px; }
    .gf-assessment-page .gfield.subquestion .gfield_label {
      display: none; }
    .gf-assessment-page .gfield.subquestion .ginput_container::before {
      display: none; }
    .gf-assessment-page .gfield.subquestion .gchoice label {
      padding: 0;
      border: 0;
      background: transparent; }
    .gf-assessment-page .gfield.subquestion .gchoice input:checked + label {
      background: transparent; }
  .gf-assessment-page .gsection:first-of-type {
    background: #071e2d;
    color: #ffffff;
    padding-bottom: 40px;
    padding-top: 40px;
    display: grid;
    grid-column-gap: 40px;
    grid-template-columns: repeat(8, 1fr);
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px; }
    @media (min-width: 1500px) {
      .gf-assessment-page .gsection:first-of-type {
        border-right: 1px solid rgba(255, 255, 255, 0.2); } }
    @media (max-width: 700px) {
      .gf-assessment-page .gsection:first-of-type {
        padding-left: 24px;
        padding-right: 24px; } }
    .gf-assessment-page .gsection:first-of-type .gsection_title {
      font-family: 'Clash Display';
      font-size: 96px;
      font-weight: 400;
      grid-column: 1 / span 8;
      line-height: 1.2;
      margin-bottom: 16px; }
    .gf-assessment-page .gsection:first-of-type .gsection_description {
      grid-column: 1 / span 5;
      font-size: 24px; }
    .gf-assessment-page .gsection:first-of-type .meta {
      font-size: 16px;
      font-family: 'DM Mono';
      opacity: 0.6;
      margin-top: 64px; }
    .gf-assessment-page .gsection:first-of-type a {
      color: #10bed2;
      text-decoration: none; }
    .gf-assessment-page .gsection:first-of-type p.meta-info {
      color: rgba(255, 255, 255, 0.6);
      font-family: 'DM Mono';
      font-size: 16px;
      margin-top: 96px; }
    @media (max-width: 1140px) {
      .gf-assessment-page .gsection:first-of-type .gsection_title {
        font-size: 64px; }
      .gf-assessment-page .gsection:first-of-type .gsection_description {
        grid-column: 1 / span 8;
        font-size: 18px; }
      .gf-assessment-page .gsection:first-of-type p.meta-info {
        margin-top: 64px; } }
  .gf-assessment-page .gfield_description {
    grid-column: 1 / span 6;
    margin-top: 32px;
    color: rgba(7, 30, 45, 0.6); }
    .gf-assessment-page .gfield_description a {
      color: inherit; }
    @media (max-width: 1140px) {
      .gf-assessment-page .gfield_description {
        grid-column: 1 / span 8; } }
  .gf-assessment-page .gfield_label::before {
    content: "Question " counter(questions);
    display: block;
    color: rgba(7, 30, 45, 0.6);
    font-family: 'DM Mono';
    font-size: 16px;
    margin-bottom: 40px; }
    @media (max-width: 1140px) {
      .gf-assessment-page .gfield_label::before {
        font-size: 14px; } }
  .gf-assessment-page .ginput_container_radio::before,
  .gf-assessment-page .ginput_container_checkbox::before {
    content: 'Select one';
    display: block;
    color: rgba(7, 30, 45, 0.6);
    font-family: 'DM Mono';
    font-size: 16px;
    margin-bottom: 40px; }
    @media (max-width: 1140px) {
      .gf-assessment-page .ginput_container_radio::before,
      .gf-assessment-page .ginput_container_checkbox::before {
        font-size: 14px; } }
  .gf-assessment-page .ginput_container_checkbox::before {
    content: 'Select as many as apply'; }
  .gf-assessment-page .gfield_label, .gf-assessment-page .ginput_container {
    grid-column: 1 / span 6;
    padding-right: 40px; }
    @media (max-width: 1140px) {
      .gf-assessment-page .gfield_label, .gf-assessment-page .ginput_container {
        grid-column: 1 / span 8;
        padding-right: 0; } }
.gform_page_footer {
  padding: 40px;
  max-width: 1200px; }
  .gform_page_footer .button {
    display: inline-block;
    font-size: 18px;
    font-family: 'DM Sans';
    color: #071e2d;
    background: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
    margin-right: 24px;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #ffffff; }
  .gform_page_footer .gform_previous_button {
    background: rgba(255, 255, 255, 0);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 16px 24px; }
    .gform_page_footer .gform_previous_button:hover {
      background: rgba(255, 255, 255, 0.1); }
  @media (max-width: 700px) {
    .gform_page_footer {
      padding-left: 24px;
      padding-right: 24px; } }
.gform_validation_errors {
  display: grid;
  grid-column-gap: 40px;
  grid-template-columns: repeat(8, 1fr);
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  background: rgba(248, 73, 74, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
  color: #f8494a;
  border-bottom: 1px solid #f8494a; }
  @media (min-width: 1500px) {
    .gform_validation_errors {
      border-right: 1px solid rgba(255, 255, 255, 0.2); } }
  @media (max-width: 700px) {
    .gform_validation_errors {
      padding-left: 24px;
      padding-right: 24px; } }
  .gform_validation_errors .gform_submission_error {
    grid-column: 1 / span 8; }

*:focus {
  border: 1px solid #10bed2 !important;
  box-shadow: 0 0 0 1px #10bed2;
  outline: none; }

.gf-question {
  grid-column: 1 / span 6;
  padding-right: 40px;
  background: #ffffff; }
  @media (max-width: 1140px) {
    .gf-question {
      grid-column: 1 / span 8;
      padding-right: 0; } }
.gf-question-number {
  color: rgba(7, 30, 45, 0.6);
  font-family: 'DM Mono';
  font-size: 16px;
  margin-bottom: 40px; }
  @media (max-width: 1140px) {
    .gf-question-number {
      font-size: 14px; } }
.gfield_label {
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 40px; }
  @media (max-width: 1140px) {
    .gfield_label {
      font-size: 24px; } }
.gfield_required {
  display: none; }

.gf-answer-hint {
  color: rgba(7, 30, 45, 0.6);
  font-family: 'DM Mono';
  font-size: 16px;
  margin-bottom: 24px; }
  @media (max-width: 1140px) {
    .gf-answer-hint {
      font-size: 14px; } }
.gchoice {
  margin-bottom: 24px;
  position: relative; }
  .gchoice input {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px); }
  .gchoice input:focus + label {
    border-color: #10bed2 !important;
    border-width: 1px;
    box-shadow: 0 0 0 1px #10bed2; }
  .gchoice label {
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(7, 30, 45, 0.2);
    border-radius: 4px;
    cursor: pointer;
    padding: 24px;
    transition: background 0.15s ease, border 0.15s ease; }
    .gchoice label:hover {
      border-color: rgba(7, 30, 45, 0.4);
      background: rgba(7, 30, 45, 0.025); }
      .gchoice label:hover::before {
        border-color: rgba(7, 30, 45, 0.4); }
    @media (max-width: 1140px) {
      .gchoice label {
        align-items: start;
        font-size: 16px;
        padding: 16px; } }
  .gchoice label::before {
    content: '';
    display: block;
    background: #ffffff url(/wp-content/themes/assess-data-org/static/img/check.png) no-repeat scroll center center;
    background-size: 1%;
    border: 1px solid rgba(7, 30, 45, 0.2);
    border-radius: 4px;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    margin-right: 24px;
    transition: background 0.25s ease, border 0.15s ease; }
    @media (max-width: 1140px) {
      .gchoice label::before {
        height: 24px;
        margin-right: 16px;
        width: 24px; } }
  .gchoice input:checked + label {
    background-color: #dffbed;
    border: 1px solid #44bb82; }
  .gchoice input:checked + label::before {
    background-color: #44bb82;
    background-size: 40%;
    border: 1px solid #44bb82; }
  .gchoice input:checked ~ input[type='text'] {
    display: block;
    width: calc(100% - 90px);
    position: absolute;
    top: 10px;
    left: 80px; }
    @media (max-width: 1140px) {
      .gchoice input:checked ~ input[type='text'] {
        padding: 8px;
        font-size: 16px;
        left: 50px;
        width: calc(100% - 60px);
        top: 11px; } }
.gfield_radio .gchoice label::before {
  border-radius: 20px;
  background-image: none;
  box-shadow: inset 0 0 0 4px #fff; }

.gfield input[type='text'],
.gfield input[type='email'] {
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  font-size: 18px;
  font-family: 'DM Sans';
  line-height: 1;
  outline: none;
  border: 1px solid rgba(7, 30, 45, 0.2);
  border-radius: 4px;
  transition: border .15s ease; }
  .gfield input[type='text']:focus,
  .gfield input[type='email']:focus {
    border-color: rgba(7, 30, 45, 0.8); }
  .gfield input[type='text']:hover,
  .gfield input[type='email']:hover {
    border-color: rgba(7, 30, 45, 0.4); }

.gfield.gfield_error {
  background: #feeded; }
  .gfield.gfield_error + .subquestion {
    background: #feeded; }
  .gfield.gfield_error .gfield_label::before {
    color: #A81112;
    content: "Question " counter(questions) " — Required"; }
  .gfield.gfield_error .gfield_validation_message {
    color: #A81112; }
  .gfield.gfield_error input[type='text'],
  .gfield.gfield_error input[type='email'] {
    border-color: #A81112; }
  .gfield.gfield_error .ginput_container_radio ~ .gfield_validation_message,
  .gfield.gfield_error .ginput_container_checkbox ~ .gfield_validation_message {
    margin-top: 0;
    margin-bottom: 24px; }

.question-tooltip {
  cursor: pointer;
  font-size: 16px;
  grid-column: 7 / span 2;
  grid-row: 1 / span 2;
  height: 0;
  margin-top: 64px; }
  @media (max-width: 1140px) {
    li .question-tooltip {
      margin-bottom: 32px; } }
  .question-tooltip::before {
    display: block;
    background: rgba(16, 107, 160, 0.1);
    border-radius: 16px;
    color: #106ba0;
    font-family: 'DM Mono';
    height: 32px;
    line-height: 32px;
    margin-bottom: 16px;
    margin-left: -3px;
    text-align: center;
    width: 32px;
    content: 'i';
    transition: background .15s ease, color .15s ease; }
  .question-tooltip:hover::before {
    background: #106ba0;
    color: #ffffff; }
  .question-tooltip p:first-of-type {
    color: #106ba0; }
  .question-tooltip p:not(:first-of-type) {
    opacity: 0;
    padding-top: 8px;
    pointer-events: none;
    transition: padding 0.15s ease, opacity 0.15s ease, max-height 0.15s ease; }
  .question-tooltip.open p:not(:first-of-type) {
    opacity: 1;
    padding-top: 16px;
    pointer-events: auto; }
  @media (max-width: 1140px) {
    .question-tooltip {
      border-radius: 4px;
      grid-column: 1 / span 8;
      margin-top: 0;
      overflow: hidden;
      grid-row: 2 / span 1;
      margin-bottom: 32px;
      height: min-content; }
      .question-tooltip::before {
        display: none; }
      .question-tooltip p:first-of-type {
        align-items: baseline;
        display: flex; }
      .question-tooltip p:first-of-type::before {
        content: 'i';
        font-family: 'DM Mono';
        margin-right: 16px; }
      .question-tooltip p:first-of-type {
        background: rgba(16, 107, 160, 0.15);
        padding: 16px; }
      .question-tooltip p:not(:first-of-type) {
        background: rgba(16, 107, 160, 0.1);
        padding: 0 16px; }
      .question-tooltip.open p:not(:first-of-type) {
        padding: 16px; } }
.gfield.data_org_matrix_header {
  border-top: 1px solid rgba(7, 30, 45, 0.2);
  padding-top: 40px;
  padding-bottom: 0;
  background: #ffffff; }
  .gfield.data_org_matrix_header .gsection_title {
    display: block;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 24px;
    grid-column: 1 / span 6; }
    @media (max-width: 1140px) {
      .gfield.data_org_matrix_header .gsection_title {
        font-size: 24px;
        grid-column: 1 / span 8;
        margin-bottom: 32px; } }
    .gfield.data_org_matrix_header .gsection_title::before {
      content: "Question " counter(questions);
      display: block;
      color: rgba(7, 30, 45, 0.6);
      font-family: 'DM Mono';
      font-size: 16px;
      margin-bottom: 40px; }
      @media (max-width: 1140px) {
        .gfield.data_org_matrix_header .gsection_title::before {
          font-size: 14px; } }
  .gfield.data_org_matrix_header .gsection_description {
    grid-column: 1 / span 8;
    font-family: 'DM Mono';
    font-size: 16px;
    margin-top: 16px;
    opacity: 0.6; }
  @media (max-width: 1140px) {
    .gfield.data_org_matrix_header .question-tooltip {
      margin-bottom: 24px;
      margin-top: 0px; } }
.gfield.data_org_matrix_field {
  border-top: 0;
  padding-bottom: 64px; }
  .gfield.data_org_matrix_field + .gfield.data_org_matrix_field {
    margin-top: -64px; }
  .gfield.data_org_matrix_field .ginput_container_radio::before {
    display: none; }
  .gfield.data_org_matrix_field .gfield_label {
    font-size: 24px;
    margin-bottom: 24px; }
    .gfield.data_org_matrix_field .gfield_label::before {
      display: none; }
    @media (max-width: 1140px) {
      .gfield.data_org_matrix_field .gfield_label {
        font-size: 18px; } }
  .gfield.data_org_matrix_field .gfield_radio {
    display: flex;
    gap: 24px; }
    .gfield.data_org_matrix_field .gfield_radio .gchoice {
      flex: 1 1 0px;
      text-align: center; }
    .gfield.data_org_matrix_field .gfield_radio .gchoice label {
      box-sizing: border-box;
      display: block;
      text-align: center;
      width: 100%;
      padding-top: 16px;
      padding-bottom: 16px; }
    .gfield.data_org_matrix_field .gfield_radio .gchoice:last-of-type label {
      background: rgba(7, 30, 45, 0.05); }
    .gfield.data_org_matrix_field .gfield_radio .gchoice:last-of-type input:checked + label {
      background-color: #dffbed; }
    .gfield.data_org_matrix_field .gfield_radio .gchoice label::before {
      display: none; }
    .gfield.data_org_matrix_field .gfield_radio aside {
      position: absolute;
      bottom: -10%;
      left: 50%;
      transform: translate(-50%, 100%);
      font-size: 12px;
      font-family: 'DM Mono';
      opacity: 60%; }
    .gfield.data_org_matrix_field .gfield_radio::before {
      display: none; }
    @media (max-width: 700px) {
      .gfield.data_org_matrix_field .gfield_radio {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 16px;
        margin-bottom: 24px;
        grid-row-gap: 40px; }
        .gfield.data_org_matrix_field .gfield_radio .gchoice {
          margin-bottom: 0; }
          .gfield.data_org_matrix_field .gfield_radio .gchoice:last-of-type {
            grid-column: 1 / span 5; } }
.gform_save_link.button {
  background: #071e2d;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .gform_save_link.button svg {
    display: none; }

.form_saved_message {
  background: #ffffff; }
  .form_saved_message h2 {
    font-size: 36px;
    padding: 40px 40px 0px; }
  .form_saved_message p {
    padding: 24px 40px 0;
    max-width: 30em; }
  .form_saved_message .resume_form_link_wrapper {
    background: rgba(7, 30, 45, 0.1);
    padding: 0;
    margin: 24px 40px;
    padding: 16px 24px;
    border-radius: 4px; }
  .form_saved_message .resume_form_link {
    font-family: 'DM Mono';
    font-size: 16px;
    text-decoration: none;
    color: #071e2d; }
  .form_saved_message .gfield_label::before {
    display: none; }
  .form_saved_message input[type=submit] {
    margin: 0 40px; }

.results-block {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  padding-bottom: 64px; }

.results-side-panel {
  color: #ffffff;
  padding-top: 40px;
  padding-right: 40px;
  top: 60px; }

.subgrid.section-title {
  padding-bottom: 24px; }
  .subgrid.section-title h2 {
    grid-column: 1 / span 8; }

.resource-library-link {
  padding-bottom: 40px;
  color: rgba(255, 255, 255, 0.6); }

.resource-library-link > * {
  grid-column: 1 / span 8; }
  .resource-library-link > * .pre-button-text {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 16px; }
  .resource-library-link > * .button {
    display: inline-block;
    padding: 8px 16px; }

.archetype-scale-container {
  grid-column: 1 / span 8;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 40px 64px;
  color: #ffffff; }
  @media (max-width: 700px) {
    .archetype-scale-container {
      display: none; } }
.archetype-scale {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  color: #ffffff;
  font-family: 'DM Mono';
  font-size: 16px;
  position: relative;
  margin-top: 32px; }
  .archetype-scale .score-indicator {
    width: 2px;
    background: #10bed2;
    position: absolute;
    top: calc(100% - 8px);
    bottom: -30%;
    z-index: 20; }
    .archetype-scale .score-indicator .score-tip {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translate(-50%, 100%);
      padding: 0 4px;
      background: #10bed2;
      color: #071e2d;
      font-size: 16px;
      border-radius: 4px; }
  .archetype-scale .scale-tip {
    position: absolute;
    bottom: -30%;
    left: 0px;
    transform: translate(-50%, 100%);
    padding: 0 4px;
    background: #071e2d;
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    z-index: 10; }
    .archetype-scale .scale-tip.max {
      left: unset;
      right: 0px;
      transform: translate(50%, 100%); }
  .archetype-scale .archetype-scale-item {
    padding: 0px 0px 12px;
    position: relative; }
    .archetype-scale .archetype-scale-item:before {
      content: '';
      display: block;
      width: 1px;
      position: absolute;
      bottom: -8px;
      left: 0;
      top: 70%;
      background: #9ca5ab;
      z-index: 0; }
    .archetype-scale .archetype-scale-item:last-of-type:after {
      content: '';
      display: block;
      width: 1px;
      position: absolute;
      bottom: -8px;
      right: 0;
      top: 70%;
      background: #9ca5ab;
      z-index: 0; }
    .archetype-scale .archetype-scale-item.achieved {
      color: rgba(255, 255, 255, 0.9);
      border-bottom: 8px solid #094656; }
    .archetype-scale .archetype-scale-item.current {
      color: #10bed2;
      border-bottom: 8px solid #0c7e90; }
    .archetype-scale .archetype-scale-item.unachieved {
      color: rgba(255, 255, 255, 0.6);
      border-bottom: 8px solid #203542; }

.results-overview {
  border-top: 0; }
  .results-overview .section-label {
    font-family: 'DM Mono';
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6); }
  .results-overview .archetype {
    grid-column: 1 / span 6;
    margin-bottom: 32px; }
    .results-overview .archetype h1 {
      font-family: 'Clash Display';
      font-size: 96px;
      line-height: 1.1;
      margin: 16px 0 24px; }
  .results-overview .overall-score {
    grid-column: 1 / span 2; }
    .results-overview .overall-score h2 {
      font-family: 'Clash Display';
      font-size: 96px;
      line-height: 1.1;
      margin-top: 16px; }
  .results-overview .categories {
    grid-column: 3 / span 6;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 40px; }
    .results-overview .categories .overview-category {
      display: inline-block;
      text-align: center;
      margin-right: 32px; }
      .results-overview .categories .overview-category p {
        margin-bottom: 24px; }
  @media (max-width: 1140px) {
    .results-overview .archetype {
      grid-column: 1 / span 8; }
      .results-overview .archetype h1 {
        font-size: 64px;
        grid-column: 1 / span 8;
        line-height: 1.1;
        margin: 24px 0; }
    .results-overview .overall-score {
      grid-column: 1 / span 8;
      margin-bottom: 40px; }
      .results-overview .overall-score h2 {
        font-size: 96px; }
    .results-overview .categories {
      grid-column: 1 / span 8;
      padding-left: 0;
      border-left: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 32px; } }
  @media (max-width: 700px) {
    .results-overview .categories {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 32px; }
      .results-overview .categories .overview-category {
        margin: 0; }
        .results-overview .categories .overview-category .donut-chart svg {
          width: 100%; }
        .results-overview .categories .overview-category p {
          margin-bottom: 8px; } }
.recommended-resources {
  grid-column: 1 / span 8;
  margin: 72px 0 64px; }
  .recommended-resources .resource {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: flex;
    padding: 24px;
    justify-content: space-between;
    transition: border .15s ease, background .15s ease; }
    .recommended-resources .resource:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: white; }
  .recommended-resources .resource {
    margin-top: 24px;
    color: inherit;
    text-decoration: none; }
  .recommended-resources .resource-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 40px; }
  .recommended-resources .resource-image {
    border-radius: 4px;
    width: 250px;
    overflow: hidden;
    flex-shrink: 0;
    align-self: center; }
    .recommended-resources .resource-image img {
      max-width: 100%;
      width: 100%;
      border-radius: 4px;
      display: block; }
    @media (max-width: 700px) {
      .recommended-resources .resource-image {
        width: 100%;
        height: auto; } }
  .recommended-resources .kicker {
    font-family: 'DM Mono';
    font-size: 16px;
    font-weight: 400;
    opacity: 0.6; }
  .recommended-resources h3 {
    font-family: 'Erode';
    font-size: 28px;
    line-height: 1.2;
    margin: 8px 0; }
  .recommended-resources h4 {
    font-family: 'DM Mono';
    font-size: 16px;
    font-weight: 400; }
    .recommended-resources h4 a {
      color: #10bed2;
      text-decoration: none; }
  @media (max-width: 1140px) {
    .recommended-resources {
      margin-bottom: 0; } }
  @media (max-width: 700px) {
    .recommended-resources .resource {
      flex-direction: column;
      gap: 24px; }
    .recommended-resources .resource-image {
      order: 0; }
    .recommended-resources .resource-text {
      order: 1;
      padding: 0; } }
.category-block .category-info {
  grid-column: 1 / span 6;
  margin-bottom: 32px; }
  .category-block .category-info h3 {
    font-family: 'Clash Display';
    font-size: 64px; }

.category-block .big-donut {
  grid-column: 1 / span 2;
  align-self: center;
  height: min-content; }

.category-block .subcategories {
  grid-column: 3 / span 6;
  font-family: 'DM Mono';
  font-size: 16px;
  align-self: center;
  height: min-content; }
  .category-block .subcategories .subcategory:not(:last-of-type) {
    margin-bottom: 16px; }
  .category-block .subcategories .barchart {
    position: relative;
    margin-top: 4px; }
    .category-block .subcategories .barchart .bg-bar {
      background: rgba(255, 255, 255, 0.2);
      width: 100%;
      height: 8px; }
    .category-block .subcategories .barchart .fg-bar {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      background: #10bed2; }

@media (max-width: 700px) {
  .category-block .category-info {
    grid-column: 1 / span 8;
    margin-bottom: 40px; }
  .category-block .big-donut {
    grid-column: 1 / span 8;
    grid-row: 1;
    padding: 24px 0; }
    .category-block .big-donut .donut-chart {
      width: 75%;
      margin: auto; }
  .category-block .subcategories {
    grid-column: 1 / span 8; } }

.results-side-panel p {
  margin-bottom: 16px;
  max-width: 30em; }

.results-side-panel input[type='text'] {
  appearance: none;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-family: 'DM Mono';
  outline: none;
  padding: 16px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 16px;
  margin-top: 32px; }

.results-side-panel button {
  appearance: none;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  box-shadow: none;
  color: #071e2d;
  font-family: 'DM Mono';
  font-size: 16px;
  outline: none;
  padding: 8px 16px;
  margin-bottom: 32px;
  transition: background .15s ease, border .15s ease; }
  .results-side-panel button:hover {
    background: #10bed2;
    border-color: #10bed2; }

.results-side-panel ul {
  list-style-type: '— ';
  padding-left: 1.1em; }

.results-side-panel li a {
  color: #10bed2;
  text-decoration: none; }

.results-side-panel-inline {
  display: none; }
  @media (max-width: 1140px) {
    .results-side-panel-inline {
      display: block;
      padding: 40px 40px 64px; } }
  @media (max-width: 700px) {
    .results-side-panel-inline {
      padding: 40px 24px; } }
.donut-vis {
  position: relative; }

.donut-chart svg {
  max-width: 100%;
  display: block; }

.donut-chart .donut-track {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.2); }

.donut-chart .donut-arc {
  fill: transparent;
  stroke: #10bed2; }

.donut-vis p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px; }

.donut-vis.big-donut p {
  font-size: 64px;
  font-family: 'Clash Display'; }
  @media (max-width: 1140px) {
    .donut-vis.big-donut p {
      font-size: 48px; } }
  @media (max-width: 700px) {
    .donut-vis.big-donut p {
      font-size: 64px; } }
.thank-you {
  background: #ffffff;
  padding-bottom: 40px;
  padding-top: 40px; }
  .thank-you h2 {
    font-family: 'Clash Display';
    font-size: 64px;
    font-weight: 400;
    grid-column: 1 / span 8;
    line-height: 1.2;
    margin: 0 0 16px; }
  .thank-you p {
    grid-column: 1 / span 8;
    max-width: 40em; }
  @media (max-width: 700px) {
    .thank-you h2 {
      line-height: 1.1;
      font-size: 48px;
      margin-bottom: 24px; } }
.share-tool {
  background: #ffffff;
  border-top: 1px solid rgba(7, 30, 45, 0.2);
  padding-bottom: 40px;
  padding-top: 40px; }
  .share-tool .section-title {
    grid-column: 1 / span 8;
    margin-bottom: 40px; }
  .share-tool .share-buttons {
    display: flex;
    gap: 32px;
    grid-column: 1 / span 8;
    width: min-content; }
    .share-tool .share-buttons .button {
      width: min-content;
      padding-right: 52px; }
    @media (max-width: 1140px) {
      .share-tool .share-buttons {
        grid-column: 1 / span 8;
        flex-direction: column;
        width: 100%;
        gap: 16px; }
        .share-tool .share-buttons .button {
          width: 100%;
          box-sizing: border-box;
          justify-content: start; } }
.print-wordmark {
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  display: none; }

.print-intro {
  display: none; }

@media print {
  .archetype-scale {
    display: none; }
  .reverse-layout .main-content .subgrid {
    grid-column-gap: 0px; }
  .main-content {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-column-gap: 32px; }
  .print-wordmark {
    display: block; }
  .print-intro {
    display: block;
    grid-column: 1 / span 9; }
    .print-intro img {
      width: 100px; }
    .print-intro h2 {
      border-bottom: 1px solid rgba(7, 30, 45, 0.2);
      margin-bottom: 24px;
      padding-bottom: 24px;
      margin-top: 0; }
  .animated-bg {
    display: none !important; }
  .archetype h1 {
    font-size: 64px !important; }
  .archetype p {
    font-size: 12px; }
  .overall-score h2 {
    font-size: 64px !important;
    margin: 24px 0;
    line-height: 1.1; }
  .overall-score p {
    font-size: 16px;
    font-family: 'DM Mono'; }
  .assessment-nav {
    display: none !important; }
  .section-label {
    color: #071e2d !important; }
  .reverse-layout {
    margin: 0 !important;
    background: #fff; }
  .results-block {
    color: #071e2d !important;
    border-color: rgba(7, 30, 45, 0.2);
    border-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-column: 1 / span 9;
    padding-bottom: 32px !important; }
  .results-overview {
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(9, 1fr) !important;
    grid-column-gap: 32px !important; }
  .results-overview .archetype {
    grid-column: 1 / span 6;
    padding-right: 24px;
    margin-bottom: 0 !important; }
  .results-overview .overall-score {
    border-left: 1px solid rgba(7, 30, 45, 0.2);
    padding-left: 16px;
    grid-column: 7 / span 3;
    margin-left: -16px; }
  .results-overview .categories {
    display: none; }
  .big-donut.donut-vis {
    max-width: 150px; }
  .donut-chart .donut-track {
    stroke: rgba(7, 30, 45, 0.2); }
  .barchart, .bg-bar, .fg-bar {
    display: block !important; }
  .bg-bar {
    background: rgba(7, 30, 45, 0.2) !important; }
  .fg-bar {
    background: #10bed2 !important; }
  .category-block .big-donut .donut-chart {
    margin: 0;
    width: 100%; }
  .results-side-panel-inline, .results-side-panel {
    display: none !important; }
  .main-content {
    grid-column: 1 / span 4 !important; }
  .results-block.section-title {
    display: none !important; }
  .results-block.category-block {
    grid-column: span 3;
    grid-column-gap: 0px !important;
    grid-row-gap: 24px;
    justify-content: start;
    height: min-content;
    padding-left: 0 !important;
    padding-top: 32px !important;
    border-top: 1px solid rgba(7, 30, 45, 0.2); }
  .results-block .recommended-resources {
    display: none; }
  .results-block .category-info {
    grid-row: 2;
    grid-column: 1 / span 8;
    margin-bottom: 0; }
    .results-block .category-info h3 {
      font-size: 24px; }
    .results-block .category-info p {
      font-size: 10px; }
  .results-block .big-donut {
    grid-row: 1;
    grid-column: 1 / span 8;
    padding: 0;
    align-self: start; }
    .results-block .big-donut p {
      font-size: 30px; }
  .results-block .subcategories {
    grid-column: 1 / span 8; }
    .results-block .subcategories .subcategory {
      margin-bottom: 8px; }
    .results-block .subcategories p {
      font-size: 10px; }
  .thank-you {
    padding-left: 0 !important;
    padding-right: 0 !important;
    grid-column: 1 / span 9;
    border-top: 1px solid rgba(7, 30, 45, 0.2);
    padding-top: 32px !important; }
    .thank-you h2 {
      font-size: 16px;
      font-family: 'DM Sans';
      margin-bottom: 12px; }
    .thank-you p {
      font-size: 10px; }
  .resource-library-link {
    display: none !important; }
  .share-tool {
    display: none !important; }
  .nav-item:not(.copyright) {
    display: none !important; }
  .footer-nav {
    display: none !important; } }
