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

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

@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"); }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

html,
body {
  color: #071e2d;
  color: var(--theme-primary-dark);
  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;
  background: var(--theme-primary-dark);
  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;
    background: var(--theme-primary-bright);
    border-color: #10bed2;
    border-color: var(--theme-primary-bright); }
  .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;
    color: var(--theme-primary-dark); }
    .button.inverted:hover,
    input[type=submit].inverted:hover,
    input[type=button].inverted:hover {
      background: #10bed2;
      background: var(--theme-primary-bright); }

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

.multi-section-title {
  background: #071e2d;
  background: var(--theme-primary-dark);
  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; }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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;
    position: relative; }
    .base-layout .side-panel .powered-by {
      width: 160px;
      position: absolute;
      bottom: 10px;
      left: 40px; }
      .base-layout .side-panel .powered-by img {
        width: 100%; }
  .base-layout .main-content {
    background: #071e2d;
    background: var(--theme-primary-dark);
    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;
  background: var(--theme-primary-dark);
  margin-left: max(40px, 100vw - 40px - 1600px); }
  .reverse-layout .side-panel {
    background: #071e2d;
    background: var(--theme-primary-dark);
    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; } }
:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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;
    fill: var(--theme-primary-dark); }
    @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: 30px;
      width: 100%;
      max-width: 112px; }
    .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;
    background: var(--theme-primary-dark);
    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.grid-5 {
        grid-column-gap: 5px;
        grid-template-columns: repeat(5, 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;
          color: var(--theme-primary-bright);
          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 0 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 .subgrid {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        /* margin-top: -1px; */ }
      .assessment-nav .side-panel {
        background: #071e2d;
        background: var(--theme-primary-dark);
        justify-content: space-between;
        padding-right: 24px; }
      .assessment-nav .main-content .assessment-subnav {
        grid-column-gap: 20px; } }
  @media (max-width: 520px) {
    .assessment-nav .main-content .assessment-subnav {
      grid-column-gap: 10px;
      grid-template-columns: repeat(3, 1fr); }
      .assessment-nav .main-content .assessment-subnav.grid-5 {
        grid-template-columns: repeat(4, 1fr); }
      .assessment-nav .main-content .assessment-subnav .subnav-page-results {
        display: none; } }
.mobile-subnav {
  display: none; }
  .mobile-subnav.hidden {
    display: none; }
  .mobile-subnav select {
    background: #071e2d;
    background: var(--theme-primary-dark);
    border: 0;
    color: #ffffff;
    font-family: 'DM Sans';
    font-size: 18px;
    outline: none;
    padding: 0; }

.footer-nav {
  background: #071e2d;
  background: var(--theme-primary-dark);
  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; }
  .footer-nav .menu-footer-container {
    grid-column: 1 / span 8; }
    .footer-nav .menu-footer-container li {
      margin-bottom: 32px;
      grid-column: span 2; }
      @media (max-width: 1140px) {
        .footer-nav .menu-footer-container li {
          grid-column: span 8; } }
      .footer-nav .menu-footer-container li a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.assessment-intro {
  background: #071e2d;
  background: var(--theme-primary-dark);
  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; }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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;
  color: var(--theme-primary-dark); }
  .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;
    color: var(--theme-primary-bright); }
    .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;
        background: var(--theme-primary-dark);
        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;
        color: var(--theme-primary); }
        .overview-page table tbody a:hover, .report-single table tbody a:hover {
          color: #10bed2;
          color: var(--theme-primary-bright); }
    .overview-page table.light tbody th, .report-single table.light tbody th {
      background-color: #dffbed;
      background-color: var(--theme-highlight);
      color: #071e2d;
      color: var(--theme-primary-dark);
      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;
    background-color: var(--theme-primary-dark);
    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;
    color: var(--theme-highlight); }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.gf_page_steps {
  display: none; }

.assessment-page-intro {
  background: #071e2d;
  background: var(--theme-primary-dark);
  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;
    color: var(--theme-primary-bright);
    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; }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.assessment-page-end {
  background: #071e2d;
  background: var(--theme-primary-dark);
  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; }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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;
    background: var(--theme-primary-dark); }
  .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;
    background: var(--theme-primary-dark);
    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;
      color: var(--theme-primary-bright);
      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;
    color: var(--theme-primary-dark);
    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; }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

*:focus {
  border: 1px solid #10bed2 !important;
  border: 1px solid var(--theme-primary-bright) !important;
  box-shadow: 0 0 0 1px #10bed2;
  box-shadow: 0 0 0 1px var(--theme-primary-bright);
  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-color: var(--theme-primary-bright) !important;
    border-width: 1px;
    box-shadow: 0 0 0 1px #10bed2;
    box-shadow: 0 0 0 1px var(--theme-primary-bright); }
  .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;
    background-color: var(--theme-highlight);
    border: 1px solid #44bb82;
    border: 1px solid var(--theme-secondary); }
  .gchoice input:checked + label::before {
    background-color: #44bb82;
    background-color: var(--theme-secondary);
    background-size: 40%;
    border: 1px solid #44bb82;
    border: 1px solid var(--theme-secondary); }
  .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 textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  font-size: 18px;
  font-family: 'DM Sans';
  line-height: 1.4; }

.gfield.gfield_error {
  background: #feeded; }
  .gfield.gfield_error + .subquestion {
    background: #feeded; }
  .gfield.gfield_error .gfield_label::before {
    color: #A81112;
    color: var(--theme-error);
    content: "Question " counter(questions) " — Required"; }
  .gfield.gfield_error .gfield_validation_message {
    color: #A81112;
    color: var(--theme-error); }
  .gfield.gfield_error input[type='text'],
  .gfield.gfield_error input[type='email'] {
    border-color: #A81112;
    border-color: var(--theme-error); }
  .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;
    color: var(--theme-primary);
    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;
    background: var(--theme-primary);
    color: #ffffff; }
  .question-tooltip p:first-of-type {
    color: #106ba0;
    color: var(--theme-primary); }
  .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);
        background: rgba(var(--theme-primary), 0.15);
        padding: 16px; }
      .question-tooltip p:not(:first-of-type) {
        background: rgba(16, 107, 160, 0.1);
        background: rgba(var(--theme-primary), 0.1);
        padding: 0 16px; }
      .question-tooltip.open p:not(:first-of-type) {
        padding: 16px; } }
.consent {
  padding: 0px 40px;
  color: rgba(255, 255, 255, 0.85) !important; }
  @media (max-width: 700px) {
    .consent {
      padding: 0px 24px; } }
  .consent a {
    color: white !important; }

.gfield.dark-bg {
  padding: 0;
  background: rgba(var(--theme-primary-dark), 0.2); }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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;
      background-color: var(--theme-highlight); }
    .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; } }
:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.gform_save_link.button {
  background: #071e2d;
  background: var(--theme-primary-dark);
  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;
    color: var(--theme-primary-dark); }
  .form_saved_message .gfield_label::before {
    display: none; }
  .form_saved_message input[type=submit] {
    margin: 0 40px; }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

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

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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;
    background: var(--theme-primary-bright);
    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;
      background: var(--theme-primary-bright);
      color: #071e2d;
      color: var(--theme-primary-dark);
      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;
      color: var(--theme-primary-bright);
      border-bottom: 8px solid #0c7e90; }
    .archetype-scale .archetype-scale-item.unachieved {
      color: rgba(255, 255, 255, 0.6);
      border-bottom: 8px solid rgba(255, 255, 255, 0.2); }

.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; } }
:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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;
      color: var(--theme-primary-bright);
      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; }

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

.barchart {
  position: relative;
  margin-top: 4px; }
  .barchart .bg-bar {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 8px; }
  .barchart .fg-bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #10bed2;
    background: var(--theme-primary-bright); }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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;
  color: var(--theme-primary-dark);
  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;
    background: var(--theme-primary-bright);
    border-color: #10bed2;
    border-color: var(--theme-primary-bright); }

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

.results-side-panel li a {
  color: #10bed2;
  color: var(--theme-primary-bright);
  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; } }
:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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;
  stroke: var(--theme-primary-bright); }

.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; } }
:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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; } }
:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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; } }
:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.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;
    background: var(--theme-primary-bright) !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; } }

:root {
  --theme-primary: #106ba0;
  --theme-primary-dark: #071e2d;
  --theme-primary-bright: #10bed2;
  --theme-secondary: #44bb82;
  --theme-error: #A81112;
  --theme-highlight: #dffbed; }

.main.insights {
  padding-left: 35px;
  position: relative; }
  .main.insights .powered-by {
    width: 140px;
    position: fixed;
    bottom: 80px;
    left: -52px;
    transform: rotate(270deg); }
    .main.insights .powered-by img {
      width: 100%; }

.report-layout {
  margin-left: auto;
  min-height: 100vh;
  background: #071e2d;
  background: var(--theme-primary-dark);
  color: white;
  font-size: 16px; }
  .report-layout a {
    color: #AAAAAA;
    text-decoration: none; }
    .report-layout a:hover {
      color: white;
      text-decoration: none; }
    .report-layout a:not(.button):focus {
      border: 0 !important;
      outline: inherit; }
  .report-layout .sticky {
    position: sticky;
    top: 0;
    background-color: #071e2d;
    background-color: var(--theme-primary-dark);
    z-index: 2; }
  .report-layout .flex-wrap {
    display: flex;
    align-items: center; }
    .report-layout .flex-wrap > div {
      flex: 1 1 auto; }
  .report-layout .button {
    background-color: #10bed2;
    background-color: var(--theme-primary-bright);
    color: black;
    padding: 6px 12px;
    font-size: 12px;
    border-color: #10bed2;
    border-color: var(--theme-primary-bright); }
    .report-layout .button:hover {
      background-color: white;
      text-decoration: none;
      color: black; }
    .report-layout .button.light {
      background: white;
      color: black;
      border-color: black; }
    .report-layout .button.button-outline {
      background-color: transparent;
      border-color: white; }
  .report-layout .branding-wrap {
    padding: 12px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .report-layout .branding-wrap > div {
      z-index: 32; }
    .report-layout .branding-wrap .logo {
      flex: 1 1 30%; }
      .report-layout .branding-wrap .logo svg {
        fill: white;
        width: 100px; }
      .report-layout .branding-wrap .logo img {
        width: 100px; }
    .report-layout .branding-wrap .page-template-title {
      font-family: 'Clash Display';
      text-align: center;
      font-size: 20px; }
      .report-layout .branding-wrap .page-template-title a:hover {
        text-decoration: none; }
    .report-layout .branding-wrap .util-links {
      flex: 1 1 30%;
      text-align: right; }
  .report-layout .nav-wrap {
    padding: 18px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .report-layout .nav-wrap .cta {
      flex: 0 1 90px; }
  .report-layout .menu li {
    display: inline-block;
    margin-right: 15px; }
    .report-layout .menu li.current-menu-item a {
      font-weight: bold;
      color: #10bed2;
      color: var(--theme-primary-bright); }
  .report-layout .main-content {
    padding: 25px; }
  .report-layout #curtain {
    z-index: 30;
    width: 100%;
    top: 0;
    position: fixed;
    background-color: rgba(7, 30, 45, 0.8); }
    .report-layout #curtain.show {
      z-index: 21;
      height: 100vh; }
  .report-layout .filter-wrap {
    z-index: 10;
    display: flex;
    justify-content: space-between;
    padding: 25px 25px 0px 25px; }
    .report-layout .filter-wrap .filter-section, .report-layout .filter-wrap .daterange-section {
      background: white;
      border-radius: 5px;
      color: black;
      z-index: 32; }
      .report-layout .filter-wrap .filter-section.open, .report-layout .filter-wrap .daterange-section.open {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .report-layout .filter-wrap .filter-section .filter, .report-layout .filter-wrap .daterange-section .filter {
        padding: 20px 25px;
        position: relative; }
        .report-layout .filter-wrap .filter-section .filter.organization-filter, .report-layout .filter-wrap .daterange-section .filter.organization-filter {
          border-right: 1px solid rgba(7, 30, 45, 0.2); }
        .report-layout .filter-wrap .filter-section .filter .clickable, .report-layout .filter-wrap .daterange-section .filter .clickable {
          cursor: pointer; }
        .report-layout .filter-wrap .filter-section .filter .title, .report-layout .filter-wrap .daterange-section .filter .title {
          font-weight: bold;
          padding-right: 50px; }
        .report-layout .filter-wrap .filter-section .filter .meta, .report-layout .filter-wrap .daterange-section .filter .meta {
          font-size: 11px;
          font-family: "DM Mono";
          color: #888888; }
        .report-layout .filter-wrap .filter-section .filter .toggle, .report-layout .filter-wrap .daterange-section .filter .toggle {
          width: 40px;
          height: 40px;
          position: absolute;
          top: 20px;
          right: 25px;
          border: 1px solid rgba(7, 30, 45, 0.2);
          border-radius: 50%;
          text-align: center; }
          .report-layout .filter-wrap .filter-section .filter .toggle svg, .report-layout .filter-wrap .daterange-section .filter .toggle svg {
            transform: rotate(90deg);
            stroke: black;
            position: absolute;
            top: 15px;
            right: 13px; }
        .report-layout .filter-wrap .filter-section .filter .dropdown, .report-layout .filter-wrap .daterange-section .filter .dropdown {
          display: none;
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px;
          position: absolute;
          background: white;
          color: black;
          top: 80px;
          left: 0;
          width: 100%;
          border-top: 1px solid rgba(7, 30, 45, 0.2);
          font-size: 14px; }
          .report-layout .filter-wrap .filter-section .filter .dropdown form, .report-layout .filter-wrap .daterange-section .filter .dropdown form {
            padding: 20px 25px; }
          .report-layout .filter-wrap .filter-section .filter .dropdown a, .report-layout .filter-wrap .daterange-section .filter .dropdown a {
            color: black;
            display: block; }
        .report-layout .filter-wrap .filter-section .filter.open, .report-layout .filter-wrap .daterange-section .filter.open {
          background-color: rgba(16, 190, 210, 0.15);
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
          .report-layout .filter-wrap .filter-section .filter.open .clear-btn-wrap, .report-layout .filter-wrap .daterange-section .filter.open .clear-btn-wrap {
            display: block; }
          .report-layout .filter-wrap .filter-section .filter.open .toggle, .report-layout .filter-wrap .daterange-section .filter.open .toggle {
            background-color: black; }
            .report-layout .filter-wrap .filter-section .filter.open .toggle svg, .report-layout .filter-wrap .daterange-section .filter.open .toggle svg {
              transform: rotate(270deg);
              stroke: white;
              top: 2px;
              right: 5px; }
          .report-layout .filter-wrap .filter-section .filter.open .dropdown, .report-layout .filter-wrap .daterange-section .filter.open .dropdown {
            display: block; }
    .report-layout .filter-wrap .filter-section {
      flex: 1 1 66%;
      margin-right: 7px;
      display: flex; }
      .report-layout .filter-wrap .filter-section .filter {
        flex: 1 1 50%; }
        .report-layout .filter-wrap .filter-section .filter.organization {
          border-right: 1px solid rgba(7, 30, 45, 0.2); }
    .report-layout .filter-wrap .all-orgs {
      padding: 20px 25px;
      font-weight: bold;
      border-bottom: 1px solid rgba(7, 30, 45, 0.2); }
    .report-layout .filter-wrap .org-list {
      max-height: 200px; }
    .report-layout .filter-wrap .org-list, .report-layout .filter-wrap .term-list {
      overflow-y: scroll;
      margin: 10px 0; }
      .report-layout .filter-wrap .org-list a, .report-layout .filter-wrap .term-list a {
        padding: 5px 10px 5px 25px; }
        .report-layout .filter-wrap .org-list a:hover, .report-layout .filter-wrap .term-list a:hover {
          background-color: rgba(16, 190, 210, 0.15); }
    .report-layout .filter-wrap .taxonomy {
      font-size: 14px; }
      .report-layout .filter-wrap .taxonomy .name {
        padding: 20px 25px;
        border-bottom: 1px solid rgba(7, 30, 45, 0.2);
        font-weight: bold;
        position: relative;
        cursor: pointer; }
        .report-layout .filter-wrap .taxonomy .name .term-toggle {
          position: absolute;
          top: 25px;
          right: 40px; }
          .report-layout .filter-wrap .taxonomy .name .term-toggle svg {
            stroke: black;
            transform: rotate(90deg); }
      .report-layout .filter-wrap .taxonomy .term-list {
        display: none;
        max-height: 120px; }
      .report-layout .filter-wrap .taxonomy.open .name {
        background-color: rgba(16, 190, 210, 0.15); }
        .report-layout .filter-wrap .taxonomy.open .name .term-toggle {
          top: 12px;
          right: 32px; }
          .report-layout .filter-wrap .taxonomy.open .name .term-toggle svg {
            transform: rotate(270deg); }
      .report-layout .filter-wrap .taxonomy.open .term-list {
        display: block; }
    .report-layout .filter-wrap .taxonomy.open + .taxonomy {
      border-top: 1px solid rgba(7, 30, 45, 0.2); }
    .report-layout .filter-wrap .daterange-section {
      flex: 1 1 30%; }
      .report-layout .filter-wrap .daterange-section .input-wrap {
        border: 1px solid rgba(7, 30, 45, 0.2);
        border-radius: 3px;
        padding: 15px 20px;
        margin: 5px 0 25px; }
        .report-layout .filter-wrap .daterange-section .input-wrap input {
          border: 1px solid transparent;
          width: 100%;
          padding: 5px;
          font-size: 17px; }
      .report-layout .filter-wrap .daterange-section .label {
        font-weight: bold; }
    .report-layout .filter-wrap .cta {
      border-top: 1px solid rgba(7, 30, 45, 0.2);
      margin: 25px -25px 0;
      padding: 20px 25px 0px 25px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .report-layout .filter-wrap .cta .btn {
        font-family: "DM Mono";
        font-size: 13px;
        min-width: 72px;
        text-align: center; }
        .report-layout .filter-wrap .cta .btn.clear {
          border: 1px solid rgba(7, 30, 45, 0.2);
          padding: 5px; }
          .report-layout .filter-wrap .cta .btn.clear:hover {
            border: 1px solid rgba(7, 30, 45, 0.5); }
    .report-layout .filter-wrap .taxonomy-filter .cta, .report-layout .filter-wrap .organization-filter .cta {
      margin: 0;
      padding: 20px 25px;
      justify-content: flex-end; }
    .report-layout .filter-wrap .taxonomy-filter .cta {
      border: 0; }
  .report-layout h1 {
    font-family: 'Clash Display';
    font-size: 50px;
    margin-top: 30px;
    margin-bottom: 8px;
    max-width: none; }
    .report-layout h1 .lead-in {
      display: block;
      font-size: 16px;
      font-weight: bold;
      font-family: "DM Sans";
      margin-bottom: 8px; }
  .report-layout h3 {
    font-size: 16px;
    font-weight: bold; }
  .report-layout .date-range {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 1.8; }
  .report-layout .clear-all {
    margin: 75px 0; }
    .report-layout .clear-all h1 {
      max-width: 720px;
      margin: 30px auto;
      line-height: 1.0;
      text-align: center; }
    .report-layout .clear-all a {
      display: block;
      width: 140px;
      margin: 45px auto;
      text-align: center;
      font-size: 15px;
      padding: 10px; }
  .report-layout .button.toggle {
    margin-left: auto;
    margin-left: auto;
    font-family: 'DM Mono';
    color: white;
    padding-right: 21px;
    position: relative;
    font-size: 11px; }
    .report-layout .button.toggle svg {
      position: absolute;
      right: 7px;
      top: 8px; }
    .report-layout .button.toggle .expand {
      display: none; }
    .report-layout .button.toggle:hover {
      text-decoration: none; }
    .report-layout .button.toggle.collapsed .expand {
      display: inline-block; }
    .report-layout .button.toggle.collapsed .collapse {
      display: none; }
  .report-layout .highchart-outer-wrap, .report-layout .responses-outer-wrap {
    background: white;
    border-radius: 5px;
    margin: 25px 0;
    padding: 20px;
    color: black; }
    .report-layout .highchart-outer-wrap.collapsible.collapsed, .report-layout .highchart-outer-wrap .collapsible.collapsed, .report-layout .responses-outer-wrap.collapsible.collapsed, .report-layout .responses-outer-wrap .collapsible.collapsed {
      display: none; }
    .report-layout .highchart-outer-wrap .description, .report-layout .responses-outer-wrap .description {
      display: flex; }
      .report-layout .highchart-outer-wrap .description .question-index, .report-layout .responses-outer-wrap .description .question-index {
        flex: 0 0 80px;
        color: #10bed2;
        color: var(--theme-primary-bright);
        font-size: 45px;
        font-family: "Clash Display";
        line-height: 1; }
      .report-layout .highchart-outer-wrap .description .question-index + .description-text, .report-layout .responses-outer-wrap .description .question-index + .description-text {
        font-weight: bold; }
        .report-layout .highchart-outer-wrap .description .question-index + .description-text span, .report-layout .responses-outer-wrap .description .question-index + .description-text span {
          display: block;
          font-size: 12px;
          font-family: "DM MONO";
          color: #888888;
          font-weight: normal; }
        .report-layout .highchart-outer-wrap .description .question-index + .description-text .num-responses, .report-layout .responses-outer-wrap .description .question-index + .description-text .num-responses {
          font-weight: normal;
          color: #777777;
          font-size: 12px;
          font-family: "DM Mono"; }
  .report-layout .highchart-outer-wrap {
    background: white;
    border-radius: 5px;
    margin: 25px 0;
    padding: 20px;
    color: black; }
    .report-layout .highchart-outer-wrap.collapsible.collapsed, .report-layout .highchart-outer-wrap .collapsible.collapsed {
      display: none; }
    .report-layout .highchart-outer-wrap.is-question-choice {
      margin-top: -32px; }
      .report-layout .highchart-outer-wrap.is-question-choice .description {
        margin-bottom: 0; }
    .report-layout .highchart-outer-wrap .chart_xsmall {
      height: 120px; }
    .report-layout .highchart-outer-wrap .chart_small {
      height: 240px; }
    .report-layout .highchart-outer-wrap .chart_medium {
      height: 360px; }
    .report-layout .highchart-outer-wrap .chart_large {
      height: 720px; }
  .report-layout .responses-outer-wrap .responses-wrap {
    display: flex;
    overflow-x: auto; }
    .report-layout .responses-outer-wrap .responses-wrap .response {
      flex: 0 0 320px;
      padding: 18px;
      margin: 20px 10px 20px 0;
      border: 1px solid rgba(7, 30, 45, 0.1);
      font-size: 15px; }
      .report-layout .responses-outer-wrap .responses-wrap .response .meta-wrap {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
        margin-bottom: 15px;
        font-family: "DM Mono";
        color: #777777; }
        .report-layout .responses-outer-wrap .responses-wrap .response .meta-wrap .name {
          color: black; }
      .report-layout .responses-outer-wrap .responses-wrap .response .content {
        max-height: 220px;
        overflow-y: auto; }
  .report-layout .chart-top-wrap {
    display: flex;
    justify-content: end; }
  .report-layout .export-wrap {
    display: flex;
    justify-content: end;
    align-items: center; }
    .report-layout .export-wrap .clear-filters {
      font-size: 13px;
      font-family: "DM Mono";
      border-right: 1px solid rgba(255, 255, 255, 0.2);
      padding-right: 20px; }
      .report-layout .export-wrap .clear-filters a {
        color: #10bed2;
        color: var(--theme-primary-bright);
        display: inline-block; }
        .report-layout .export-wrap .clear-filters a:hover {
          color: white;
          text-decoration: none; }
      .report-layout .export-wrap .clear-filters span {
        display: inline-block;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .report-layout .export-wrap .num-responses {
      font-size: 13px;
      font-family: "DM Mono";
      margin: 0 20px;
      line-height: 2;
      color: rgba(255, 255, 255, 0.8); }
    .report-layout .export-wrap .export {
      position: relative; }
      .report-layout .export-wrap .export .button-export {
        position: relative;
        padding-right: 22px; }
        .report-layout .export-wrap .export .button-export svg {
          stroke: black;
          transform: rotate(90deg);
          position: absolute;
          top: 9px;
          right: 8px;
          width: 15px; }
      .report-layout .export-wrap .export .dropdown {
        display: none;
        position: absolute;
        width: 240px;
        background: white;
        border-radius: 5px;
        top: 33px;
        right: 0;
        color: black;
        font-size: 13px;
        z-index: 1; }
        .report-layout .export-wrap .export .dropdown form div {
          margin: 10px 0;
          padding: 5px 12px; }
        .report-layout .export-wrap .export .dropdown form .cta {
          border-top: 1px solid rgba(7, 30, 45, 0.2);
          padding-top: 12px;
          justify-content: space-between;
          font-family: "DM MONO"; }
          .report-layout .export-wrap .export .dropdown form .cta .cancel {
            font-size: 12px;
            color: #888888; }
            .report-layout .export-wrap .export .dropdown form .cta .cancel:hover {
              color: black; }
        .report-layout .export-wrap .export .dropdown form .button, .report-layout .export-wrap .export .dropdown form input[type=submit] {
          background-color: #10bed2;
          background-color: var(--theme-primary-bright);
          color: #071e2d; }
          .report-layout .export-wrap .export .dropdown form .button:hover, .report-layout .export-wrap .export .dropdown form input[type=submit]:hover {
            color: black; }
      .report-layout .export-wrap .export.open .dropdown {
        display: block; }
      .report-layout .export-wrap .export.open .button-export {
        background-color: white;
        border-color: white; }
        .report-layout .export-wrap .export.open .button-export svg {
          transform: rotate(270deg);
          top: 0;
          right: 1px; }
  .report-layout #category_scores_container, .report-layout #subcategory_scores_container {
    height: 700px; }
  .report-layout footer {
    padding: 30px 25px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .report-layout .entry-content {
    position: relative; }
    .report-layout .entry-content .compare-control {
      position: absolute;
      right: 20px;
      top: -30px;
      font-size: 12px;
      font-family: 'DM MONO';
      display: flex;
      align-items: center; }
      .report-layout .entry-content .compare-control .control-bar {
        border: 1px solid rgba(255, 255, 255, 0.3);
        height: 36px;
        width: 76px;
        border-radius: 18px;
        margin-left: 8px;
        display: flex; }
        .report-layout .entry-content .compare-control .control-bar > div {
          height: 28px;
          width: 36px;
          margin: 3px;
          border-radius: 16px;
          background-color: rgba(255, 255, 255, 0.3); }
        .report-layout .entry-content .compare-control .control-bar.on {
          justify-content: flex-end; }
          .report-layout .entry-content .compare-control .control-bar.on > div {
            background-color: #10bed2;
            background-color: var(--theme-primary-bright); }
  .report-layout .compare-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0; }
    .report-layout .compare-wrap .org-terms {
      width: 200px;
      text-align: left; }
      .report-layout .compare-wrap .org-terms .term {
        margin-bottom: 15px; }
        .report-layout .compare-wrap .org-terms .term span {
          display: block;
          color: rgba(255, 255, 255, 0.5); }
    .report-layout .compare-wrap .org-summary {
      text-align: right;
      margin-right: 20px; }
      .report-layout .compare-wrap .org-summary .term {
        font-size: 13px;
        font-family: 'DM MONO'; }
    .report-layout .compare-wrap .overall-score-wrap {
      margin: 0; }
      .report-layout .compare-wrap .overall-score-wrap.org-main {
        margin: 0 50px 0 0;
        padding-right: 50px;
        width: 230px;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .report-layout .compare-wrap .compare-options {
      text-align: left;
      margin-left: 20px; }
      .report-layout .compare-wrap .compare-options select {
        margin: 8px 0;
        background: transparent;
        color: white;
        padding: 4px;
        font-size: 13px;
        font-family: 'DM MONO'; }
  .report-layout .compare {
    display: none; }
    .report-layout .compare .donut-chart .donut-arc {
      stroke: var(--theme-secondary); }
    .report-layout .compare.on {
      display: block; }
      .report-layout .compare.on.archetype-scale {
        display: grid;
        margin-top: 8px; }
        .report-layout .compare.on.archetype-scale .score-indicator {
          top: 3px !important; }
          .report-layout .compare.on.archetype-scale .score-indicator .score-tip {
            background-color: var(--theme-secondary); }
      .report-layout .compare.on .barchart .fg-bar {
        background-color: var(--theme-secondary); }
  .report-layout .compareoff {
    display: block; }
    .report-layout .compareoff.on {
      display: none; }

.color-bright {
  color: #10bed2;
  color: var(--theme-primary-bright); }

.color-secondary {
  color: var(--theme-secondary); }

.results-page .archetype-scale-container {
  margin: 25px -25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0; }
  .results-page .archetype-scale-container .archetype-scale .score-indicator {
    bottom: auto;
    top: 27px;
    width: 0;
    z-index: 1; }
  .results-page .archetype-scale-container .archetype-scale .scale-tip {
    z-index: 1; }

.results-page .scores {
  text-align: center; }
  .results-page .scores h2 {
    font-size: 18px;
    font-weight: bold; }

.donut-vis.big-donut p {
  top: 45%; }

.donut-vis.big-donut .meta {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-family: 'DM Mono';
  bottom: 45px; }

.overview-table {
  margin: 45px 0 145px;
  font-size: 13px;
  width: 100%; }
  .overview-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 54px; }
    .overview-table tr:hover {
      background: rgba(255, 255, 255, 0.1); }
  .overview-table th {
    font-size: 16px;
    font-weight: bold;
    padding: 14px 12px;
    text-align: left; }
    .overview-table th.sortable {
      white-space: nowrap; }
      .overview-table th.sortable:after {
        content: '>';
        display: inline-block;
        transform: rotate(90deg); }
  .overview-table td {
    padding: 4px 12px;
    vertical-align: middle;
    text-align: left; }
  .overview-table td.name {
    font-size: 16px; }
    .overview-table td.name a {
      color: white;
      display: block; }
  .overview-table td.role, .overview-table td.organization {
    font-family: 'DM Mono';
    font-size: 12px; }
  .overview-table td.region, .overview-table td.sector {
    font-family: 'DM Mono';
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5); }
  .overview-table td.responses {
    font-size: 14px; }
  .overview-table td.date {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'DM Mono';
    min-width: 120px; }
  .overview-table td.duration {
    position: relative; }
    .overview-table td.duration .short {
      color: #f8494a; }
    .overview-table td.duration .long {
      color: #888888; }
    .overview-table td.duration .duration-breakdown {
      visibility: hidden;
      opacity: 0; }
    .overview-table td.duration:hover .duration-breakdown {
      visibility: visible;
      opacity: 1; }
  .overview-table td.score {
    position: relative; }
    .overview-table td.score .total-score {
      color: #10bed2;
      color: var(--theme-primary-bright);
      font-size: 30px;
      font-family: 'Clash Display'; }
  .overview-table td.cta a {
    display: block;
    margin-top: 7px; }

#container_duration, #container_scores {
  height: 200px;
  margin-bottom: 25px; }

.overall-score-wrap {
  width: 180px;
  margin: 50px auto 25px auto; }

.category-scores-wrap {
  display: flex;
  justify-content: space-between;
  padding: 60px 0; }
  .category-scores-wrap div.category-scores {
    flex: 0 0 30%;
    position: relative;
    font-size: 11px;
    font-family: "DM Mono", serif; }
    .category-scores-wrap div.category-scores h3 {
      font-size: 36px;
      font-family: "Clash Display";
      margin: 12px 0; }
    .category-scores-wrap div.category-scores .donut-vis-wrap {
      position: absolute;
      display: flex;
      top: 0;
      right: 0; }
      .category-scores-wrap div.category-scores .donut-vis-wrap .compare {
        margin-left: 8px; }
    .category-scores-wrap div.category-scores .donut-vis {
      width: 55px; }
      .category-scores-wrap div.category-scores .donut-vis p {
        font-size: 16px;
        font-family: 'DM Sans'; }
    .category-scores-wrap div.category-scores .subcategory-inner {
      display: flex;
      margin-bottom: 8px; }
      .category-scores-wrap div.category-scores .subcategory-inner + .compare.on {
        margin-top: -12px; }
      .category-scores-wrap div.category-scores .subcategory-inner .barchart {
        flex: 1 1 95%;
        height: 8px; }
      .category-scores-wrap div.category-scores .subcategory-inner .score {
        flex: 0 0 25px;
        font-family: 'DM Sans';
        font-size: 12px;
        text-align: right;
        color: #10bed2;
        color: var(--theme-primary-bright); }

.hover-card {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 2; }
  .hover-card .triangle {
    width: 14px;
    height: 7px;
    position: absolute;
    top: -13px;
    right: 55px; }

div:hover > .hover-card, td:hover > .hover-card {
  visibility: visible;
  opacity: 1; }

.duration-card {
  background: white;
  color: black;
  width: 150px;
  border-radius: 5px;
  padding: 10px 20px;
  font-family: 'DM Mono';
  font-size: 12px;
  top: 50px;
  right: 16px; }
  .duration-card .triangle {
    right: 80px;
    top: -12px; }
  .duration-card .row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(7, 30, 45, 0.2);
    margin-bottom: 5px; }
    .duration-card .row > div {
      width: auto;
      padding: 0 5px; }
  .duration-card .total {
    font-weight: bold; }

.category-scores-card {
  background: white;
  color: black;
  width: 440px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between; }
  .category-scores-card div.category-scores {
    flex: 1 1 30%;
    position: relative;
    font-size: 11px;
    font-family: "DM Mono", serif;
    padding: 25px 12px;
    border-right: 1px solid rgba(7, 30, 45, 0.2); }
    .category-scores-card div.category-scores:last-child {
      border-right: 0; }
    .category-scores-card div.category-scores h3 {
      font-size: 16px;
      font-weight: bold;
      text-align: center; }
    .category-scores-card div.category-scores .donut-chart .donut-track {
      stroke: rgba(7, 30, 45, 0.2); }
    .category-scores-card div.category-scores .donut-vis {
      width: 55px;
      margin: 15px auto; }
      .category-scores-card div.category-scores .donut-vis p {
        font-size: 16px;
        font-family: 'DM Sans'; }
    .category-scores-card div.category-scores .subcategory {
      display: flex;
      justify-content: space-between;
      margin-bottom: 8px;
      border-bottom: 1px solid rgba(7, 30, 45, 0.1); }
      .category-scores-card div.category-scores .subcategory .subcategory-score {
        flex: 0 0 20px;
        text-align: right;
        font-family: 'DM Sans';
        font-weight: bold; }

.border-top-header-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 -25px;
  padding: 20px 25px 0; }

.donuts-wrap {
  display: flex;
  margin: 25px 0 5px; }
  .donuts-wrap > div {
    flex: 0 0 120px;
    text-align: center; }
    .donuts-wrap > div span {
      display: block;
      margin-top: 10px;
      font-size: 14px; }
    .donuts-wrap > div .donut-vis {
      width: 60px;
      margin: 0 auto; }
      .donuts-wrap > div .donut-vis p {
        font-size: 14px; }
    .donuts-wrap > div.lead {
      flex: 0 0 160px;
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
      .donuts-wrap > div.lead .donut-vis {
        width: 90px; }

/**
.single-dmat_insights p {
	max-width: none;
  margin-bottom: 24px;
  font-size: 18px;
}

.single-dmat_insights ol, .single-dmat_insights ul {
	max-width: none;
	list-style: disc;
	margin: 10px 0 24px 30px;
  font-size: 18px;
}

.single-dmat_insights li {
	margin-bottom: 8px;
}

.single-dmat_insights strong {
	font-weight: bold;
}
 */
