@charset "UTF-8";
/*------------------------------------*\
    Font
\*------------------------------------*/
/*------------------------------------*\
    Colours
\*------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@media (min-width: 992px) {
  .admin-bar.template-output-data .header {
    top: 32px; } }

.template-output-data .header {
  background-color: transparent;
  z-index: 999;
  width: 100%; }
  @media (min-width: 992px) {
    .template-output-data .header {
      position: absolute; } }
  .template-output-data .header.white-header {
    background-color: #fff; }

.template-output-data .header {
  background-color: #fff; }

.results-nav {
  background-color: #eff1f6; }
  .results-nav .label {
    width: 160px;
    font-weight: 600;
    padding-right: 40px;
    display: none; }
    @media (min-width: 992px) {
      .results-nav .label {
        display: block; } }
  .results-nav .anchor {
    cursor: pointer;
    padding: 10px;
    width: 14.28%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .results-nav .anchor {
        width: 107px;
        height: 130px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .results-nav .anchor .icon-wrap {
      height: 42px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .results-nav .anchor .icon {
      position: relative;
      text-align: center;
      width: 100%; }
      .results-nav .anchor .icon .hover {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat; }
    .results-nav .anchor .title {
      width: 100%;
      text-align: center;
      text-decoration: none;
      font-weight: 400;
      font-size: 1.6rem;
      margin: 10px 0;
      line-height: 1;
      display: none; }
      @media (min-width: 768px) {
        .results-nav .anchor .title {
          display: block; } }
    .results-nav .anchor .symbol {
      margin: 10px auto 0;
      font-style: italic;
      line-height: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
          align-content: center;
      padding: 1px 7px;
      width: 24px;
      height: 24px;
      border: 2px solid transparent;
      border-radius: 100%;
      color: transparent; }
      @media (min-width: 768px) {
        .results-nav .anchor .symbol {
          margin: 0 auto; } }
    .results-nav .anchor.direction {
      background-color: rgba(42, 118, 238, 0.2); }
      .results-nav .anchor.direction .icon {
        height: 2.938rem; }
        .results-nav .anchor.direction .icon img {
          max-height: 2.938rem; }
      .results-nav .anchor.direction .title {
        color: #2a76ee; }
      .results-nav .anchor.direction .symbol {
        border-color: #2a76ee; }
      .results-nav .anchor.direction.active, .results-nav .anchor.direction:hover {
        background-color: #2a76ee; }
        .results-nav .anchor.direction.active .icon img, .results-nav .anchor.direction:hover .icon img {
          opacity: 0; }
        .results-nav .anchor.direction.active .icon .hover, .results-nav .anchor.direction:hover .icon .hover {
          opacity: 1; }
        .results-nav .anchor.direction.active .title, .results-nav .anchor.direction:hover .title {
          color: #fff; }
        .results-nav .anchor.direction.active .symbol, .results-nav .anchor.direction:hover .symbol {
          color: white;
          border-color: #2a76ee;
          background-color: rgba(255, 255, 255, 0.2); }
    .results-nav .anchor.governance {
      background-color: rgba(137, 48, 142, 0.2); }
      .results-nav .anchor.governance .icon {
        height: 3.1rem; }
        .results-nav .anchor.governance .icon img {
          max-height: 3.1rem; }
      .results-nav .anchor.governance .title {
        color: #89308e; }
      .results-nav .anchor.governance .symbol {
        border-color: #89308e; }
      .results-nav .anchor.governance.active, .results-nav .anchor.governance:hover {
        background-color: #89308e; }
        .results-nav .anchor.governance.active .icon img, .results-nav .anchor.governance:hover .icon img {
          opacity: 0; }
        .results-nav .anchor.governance.active .icon .hover, .results-nav .anchor.governance:hover .icon .hover {
          opacity: 1; }
        .results-nav .anchor.governance.active .title, .results-nav .anchor.governance:hover .title {
          color: #fff; }
        .results-nav .anchor.governance.active .symbol, .results-nav .anchor.governance:hover .symbol {
          color: white;
          border-color: #89308e;
          background-color: rgba(255, 255, 255, 0.2); }
    .results-nav .anchor.data {
      background-color: rgba(234, 15, 150, 0.2); }
      .results-nav .anchor.data .icon {
        height: 4.2rem; }
        .results-nav .anchor.data .icon img {
          max-height: 4.2rem; }
      .results-nav .anchor.data .title {
        color: #ea0f96; }
      .results-nav .anchor.data .symbol {
        border-color: #ea0f96; }
      .results-nav .anchor.data.active, .results-nav .anchor.data:hover {
        background-color: #ea0f96; }
        .results-nav .anchor.data.active .icon img, .results-nav .anchor.data:hover .icon img {
          opacity: 0; }
        .results-nav .anchor.data.active .icon .hover, .results-nav .anchor.data:hover .icon .hover {
          opacity: 1; }
        .results-nav .anchor.data.active .title, .results-nav .anchor.data:hover .title {
          color: #fff; }
        .results-nav .anchor.data.active .symbol, .results-nav .anchor.data:hover .symbol {
          color: white;
          border-color: #ea0f96;
          background-color: rgba(255, 255, 255, 0.35); }
    .results-nav .anchor.engagement {
      background-color: rgba(37, 232, 170, 0.2); }
      .results-nav .anchor.engagement .icon {
        height: 2.7rem; }
        .results-nav .anchor.engagement .icon img {
          max-height: 2.7rem; }
      .results-nav .anchor.engagement .title {
        color: #25e8aa; }
      .results-nav .anchor.engagement .symbol {
        border-color: #25e8aa; }
      .results-nav .anchor.engagement.active, .results-nav .anchor.engagement:hover {
        background-color: #25e8aa; }
        .results-nav .anchor.engagement.active .icon img, .results-nav .anchor.engagement:hover .icon img {
          opacity: 0; }
        .results-nav .anchor.engagement.active .icon .hover, .results-nav .anchor.engagement:hover .icon .hover {
          opacity: 1; }
        .results-nav .anchor.engagement.active .title, .results-nav .anchor.engagement:hover .title {
          color: #fff; }
        .results-nav .anchor.engagement.active .symbol, .results-nav .anchor.engagement:hover .symbol {
          color: white;
          border-color: #25e8aa;
          background-color: rgba(255, 255, 255, 0.35); }
    .results-nav .anchor.performance {
      background-color: rgba(254, 140, 4, 0.2); }
      .results-nav .anchor.performance .icon {
        height: 2.316rem; }
        .results-nav .anchor.performance .icon img {
          max-height: 2.316rem; }
      .results-nav .anchor.performance .title {
        color: #fe8c04; }
      .results-nav .anchor.performance .symbol {
        border-color: #fe8c04; }
      .results-nav .anchor.performance.active, .results-nav .anchor.performance:hover {
        background-color: #fe8c04; }
        .results-nav .anchor.performance.active .icon img, .results-nav .anchor.performance:hover .icon img {
          opacity: 0; }
        .results-nav .anchor.performance.active .icon .hover, .results-nav .anchor.performance:hover .icon .hover {
          opacity: 1; }
        .results-nav .anchor.performance.active .title, .results-nav .anchor.performance:hover .title {
          color: #fff; }
        .results-nav .anchor.performance.active .symbol, .results-nav .anchor.performance:hover .symbol {
          color: white;
          border-color: #fe8c04;
          background-color: rgba(255, 255, 255, 0.2); }
    .results-nav .anchor.reporting {
      background-color: rgba(255, 219, 75, 0.2); }
      .results-nav .anchor.reporting .icon {
        height: 3.295rem; }
        .results-nav .anchor.reporting .icon img {
          max-height: 3.295rem; }
      .results-nav .anchor.reporting .title {
        color: #ffdb4b; }
      .results-nav .anchor.reporting .symbol {
        border-color: #ffdb4b; }
      .results-nav .anchor.reporting.active, .results-nav .anchor.reporting:hover {
        background-color: #ffdb4b; }
        .results-nav .anchor.reporting.active .icon img, .results-nav .anchor.reporting:hover .icon img {
          opacity: 0; }
        .results-nav .anchor.reporting.active .icon .hover, .results-nav .anchor.reporting:hover .icon .hover {
          opacity: 1; }
        .results-nav .anchor.reporting.active .title, .results-nav .anchor.reporting:hover .title {
          color: #fff; }
        .results-nav .anchor.reporting.active .symbol, .results-nav .anchor.reporting:hover .symbol {
          color: white;
          border-color: #ffdb4b;
          background-color: rgba(255, 255, 255, 0.35); }
    .results-nav .anchor.download {
      background-color: rgba(116, 119, 123, 0.2); }
      .results-nav .anchor.download .icon {
        height: 2.8rem; }
        .results-nav .anchor.download .icon img {
          max-height: 2.8rem; }
      .results-nav .anchor.download .title {
        color: #74777B; }
      .results-nav .anchor.download .symbol {
        border-color: #74777B; }
      .results-nav .anchor.download.active, .results-nav .anchor.download:hover {
        background-color: #74777B; }
        .results-nav .anchor.download.active .icon img, .results-nav .anchor.download:hover .icon img {
          opacity: 0; }
        .results-nav .anchor.download.active .icon .hover, .results-nav .anchor.download:hover .icon .hover {
          opacity: 1; }
        .results-nav .anchor.download.active .title, .results-nav .anchor.download:hover .title {
          color: #fff; }
        .results-nav .anchor.download.active .symbol, .results-nav .anchor.download:hover .symbol {
          color: white;
          border-color: #74777B;
          background-color: rgba(255, 255, 255, 0.2); }

.page-intro.output-intro {
  background-color: #2B2D2F; }
  @media (min-width: 768px) {
    .page-intro.output-intro {
      background-color: #fff; } }
  .page-intro.output-intro .container .content {
    color: #fff; }
    .page-intro.output-intro .container .content h1 {
      color: #fff; }
    .page-intro.output-intro .container .content .rate-label {
      font-size: 1.8rem; }
    .page-intro.output-intro .container .content .result-name {
      font-size: 3.6rem;
      margin-bottom: 20px; }
  .page-intro.output-intro .container .items__layer:nth-child(2) .items__item {
    top: 135px;
    left: -20px;
    width: 130px;
    height: 130px;
    background: #25e8aa; }
  .page-intro.output-intro .container .items__layer:nth-child(3) .items__item {
    width: 230px;
    height: 230px;
    top: 440px;
    left: 280px;
    background: #ffdb4b; }

#recommendations .score-total {
  font-size: 1.8rem; }
  #recommendations .score-total span {
    font-weight: bold; }

#recommendations .description p:first-of-type {
  font-size: 1.6rem; }

#recommendations .description .result-name {
  font-size: 3.2rem;
  line-height: 1;
  margin: 10px 0 20px; }

#recommendations .chart-wrap {
  background-image: url("/wp-content/plugins/carbon-six/public/carbon-six-output/app/assets/img/radar-bg.png");
  padding: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 400px; }

#recommendations .legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px; }
  #recommendations .legend .key {
    width: 166px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #recommendations .legend .key .circle {
      height: 15px;
      width: 15px;
      border-radius: 100%;
      border: 2px solid #2B2D2F;
      background-color: rgba(43, 45, 47, 0.2);
      margin-right: 10px; }
    #recommendations .legend .key.usr {
      font-weight: bold; }
    #recommendations .legend .key.avg {
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      #recommendations .legend .key.avg .circle {
        border: 2px solid #8FABC7;
        background-color: rgba(143, 171, 199, 0.2); }

.result-slider .output-category .category-score .content {
  position: relative;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding: 30px 0; }
  .result-slider .output-category .category-score .content .score {
    font-size: 3rem;
    font-weight: 600; }
  .result-slider .output-category .category-score .content .average {
    font-size: 1.6rem; }
    .result-slider .output-category .category-score .content .average .top-border {
      width: 33px;
      height: 1px;
      margin: 10px auto;
      background-color: #fff; }
    .result-slider .output-category .category-score .content .average .avg-score {
      font-size: 2.4rem;
      font-weight: 600; }
  .result-slider .output-category .category-score .content .top-sq {
    position: absolute;
    top: -18px;
    left: 0;
    height: 18px;
    width: 80px;
    background-color: #9BBFF0; }
  .result-slider .output-category .category-score .content .bottom-sq {
    position: absolute;
    bottom: -29px;
    right: -30px;
    height: 29px;
    width: 80px;
    background-color: #0000C7; }
  .result-slider .output-category .category-score .content .bg {
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    width: 9999px;
    background-color: #2a76ee;
    z-index: -1; }

.result-slider .output-category .category-padder {
  padding-top: 50px; }
  @media (min-width: 768px) {
    .result-slider .output-category .category-padder {
      padding-top: 0; } }

.result-slider .output-category .category-content {
  background-color: rgba(42, 118, 238, 0.2);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .result-slider .output-category .category-content .bottom-summary,
  .result-slider .output-category .category-content .top-summary {
    width: 100%; }
  .result-slider .output-category .category-content .top-summary {
    font-size: 1.5rem; }
    .result-slider .output-category .category-content .top-summary h4 {
      font-size: 2rem;
      margin-bottom: 10px; }
  .result-slider .output-category .category-content .bottom-summary .top-border {
    width: 33px;
    height: 2px;
    margin: 20px 0;
    background-color: #fff; }
  .result-slider .output-category .category-content .bottom-summary .label {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 25px; }
  .result-slider .output-category .category-content .bottom-summary .summary-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem; }
    .result-slider .output-category .category-content .bottom-summary .summary-points .point {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 15px; }
      .result-slider .output-category .category-content .bottom-summary .summary-points .point .text {
        padding-left: 30px;
        width: calc(100% - 42px); }
      .result-slider .output-category .category-content .bottom-summary .summary-points .point:nth-child(1) .icon {
        width: 31px; }
      .result-slider .output-category .category-content .bottom-summary .summary-points .point:nth-child(2) .icon {
        width: 42px; }
      .result-slider .output-category .category-content .bottom-summary .summary-points .point:nth-child(3) {
        margin-bottom: 0; }
        .result-slider .output-category .category-content .bottom-summary .summary-points .point:nth-child(3) .icon {
          width: 36px; }

.result-slider .output-category .main-content {
  padding-top: 20px;
  font-size: 1.6rem; }
  .result-slider .output-category .main-content h4 {
    font-size: 2rem;
    margin-bottom: 15px; }
  .result-slider .output-category .main-content ul {
    padding-left: 20px; }
  .result-slider .output-category .main-content blockquote {
    position: relative;
    padding-top: 35px;
    font-size: 3rem;
    font-weight: 600;
    font-style: normal; }
    .result-slider .output-category .main-content blockquote:before {
      content: '“';
      position: absolute;
      top: 0;
      left: -0px;
      color: #2a76ee;
      font-size: 7.2rem;
      line-height: 1;
      font-weight: 800; }
    .result-slider .output-category .main-content blockquote span {
      font-size: 1.6rem;
      font-weight: 300; }
  .result-slider .output-category .main-content .contact {
    font-style: 1.6rem;
    padding-right: 50%;
    padding-bottom: 30px;
    background-image: url("/wp-content/plugins/carbon-six/public/carbon-six-output/app/assets/img/direction-content-bg.png");
    background-size: 50%;
    background-position: bottom right;
    background-repeat: no-repeat; }
    .result-slider .output-category .main-content .contact .top-border {
      width: 33px;
      height: 2px;
      margin: 40px 0 20px;
      background-color: #2a76ee; }
    .result-slider .output-category .main-content .contact h4 {
      font-size: 1.6rem;
      margin-bottom: 15px;
      font-weight: 600; }
    .result-slider .output-category .main-content .contact a {
      margin-top: 40px; }

.result-slider .output-category.governance .category-score .content .top-sq {
  background-color: #CF8FD2; }

.result-slider .output-category.governance .category-score .content .bottom-sq {
  background-color: #590060; }

.result-slider .output-category.governance .category-score .content .bg {
  background-color: #89308e; }

.result-slider .output-category.governance .category-content {
  background-color: rgba(137, 48, 142, 0.2); }

.result-slider .output-category.governance .main-content blockquote:before {
  color: #89308e; }

.result-slider .output-category.governance .main-content .contact {
  padding-top: 10px;
  background-image: url("/wp-content/plugins/carbon-six/public/carbon-six-output/app/assets/img/governance-content-bg.png"); }
  .result-slider .output-category.governance .main-content .contact .top-border {
    background-color: #89308e; }

.result-slider .output-category.data .category-score .content .top-sq {
  background-color: #FF8DD8; }

.result-slider .output-category.data .category-score .content .bottom-sq {
  background-color: #B30068; }

.result-slider .output-category.data .category-score .content .bg {
  background-color: #ea0f96; }

.result-slider .output-category.data .category-content {
  background-color: rgba(234, 15, 150, 0.2); }

.result-slider .output-category.data .main-content blockquote:before {
  color: #ea0f96; }

.result-slider .output-category.data .main-content .contact {
  background-image: url("/wp-content/plugins/carbon-six/public/carbon-six-output/app/assets/img/data-content-bg.png"); }
  .result-slider .output-category.data .main-content .contact .top-border {
    background-color: #ea0f96; }

.result-slider .output-category.engagement .category-score .content .top-sq {
  background-color: #9BFFE6; }

.result-slider .output-category.engagement .category-score .content .bottom-sq {
  background-color: #00B57B; }

.result-slider .output-category.engagement .category-score .content .bg {
  background-color: #25e8aa; }

.result-slider .output-category.engagement .category-content {
  background-color: rgba(37, 232, 170, 0.2); }

.result-slider .output-category.engagement .main-content blockquote:before {
  color: #25e8aa; }

.result-slider .output-category.engagement .main-content .contact {
  background-image: url("/wp-content/plugins/carbon-six/public/carbon-six-output/app/assets/img/engagement-content-bg.png"); }
  .result-slider .output-category.engagement .main-content .contact .top-border {
    background-color: #25e8aa; }

.result-slider .output-category.performance .category-score .content .top-sq {
  background-color: #FFBD46; }

.result-slider .output-category.performance .category-score .content .bottom-sq {
  background-color: #C45D00; }

.result-slider .output-category.performance .category-score .content .bg {
  background-color: #fe8c04; }

.result-slider .output-category.performance .category-content {
  background-color: rgba(254, 140, 4, 0.2); }

.result-slider .output-category.performance .main-content blockquote:before {
  color: #fe8c04; }

.result-slider .output-category.performance .main-content .contact {
  background-image: url("/wp-content/plugins/carbon-six/public/carbon-six-output/app/assets/img/performance-content-bg.png"); }
  .result-slider .output-category.performance .main-content .contact .top-border {
    background-color: #fe8c04; }

.result-slider .output-category.reporting .category-score .content .top-sq {
  background-color: #FFFF7E; }

.result-slider .output-category.reporting .category-score .content .bottom-sq {
  background-color: #C8AA09; }

.result-slider .output-category.reporting .category-score .content .bg {
  background-color: #ffdb4b; }

.result-slider .output-category.reporting .category-content {
  background-color: rgba(255, 219, 75, 0.2); }

.result-slider .output-category.reporting .main-content blockquote:before {
  color: #ffdb4b; }

.result-slider .output-category.reporting .main-content .contact {
  background-image: url("/wp-content/plugins/carbon-six/public/carbon-six-output/app/assets/img/reporting-content-bg.png"); }
  .result-slider .output-category.reporting .main-content .contact .top-border {
    background-color: #ffdb4b; }

.output-download {
  background-color: #2B2D2F;
  color: #fff; }
  .output-download h2 {
    font-size: 4rem;
    font-weight: 900; }
    @media (min-width: 768px) {
      .output-download h2 {
        font-size: 5.4rem; } }
  .output-download a {
    background-color: #5d24fc;
    color: #fff;
    font-size: 2.6rem;
    padding: 15px;
    line-height: 1;
    text-decoration: none;
    font-weight: 600; }
    .output-download a:hover {
      color: #fff;
      text-decoration: none;
      background-color: #8256fd; }

.c6-stat-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  background-color: #eff1f6;
  text-align: center;
  margin-right: 20px; }

.c6-stat-circle__number {
  display: block;
  font-size: 40px;
  line-height: 36px; }

.c6-section-card {
  position: relative;
  width: 100%;
  background-color: rgba(184, 137, 255, 0.2);
  color: #fff;
  padding: 20px 10px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .c6-section-card {
      width: 48%;
      margin-bottom: 3%; } }
  @media (min-width: 992px) {
    .c6-section-card {
      width: 32%;
      padding: 30px 20px 60px;
      margin-bottom: 2%; } }
  .c6-section-card:first-of-type {
    background-color: #2a76ee; }
    .c6-section-card:first-of-type::after, .c6-section-card:first-of-type::before {
      content: '';
      position: absolute;
      top: -10px;
      left: -10px;
      width: 109px;
      height: 74px;
      background-color: #115dd4;
      z-index: -1; }
    .c6-section-card:first-of-type::after {
      top: 40%;
      right: -10px;
      left: auto;
      width: 50px;
      height: 120px;
      background-color: rgba(42, 118, 238, 0.5); }
  .c6-section-card:nth-of-type(2) {
    background-color: #89308e; }
    .c6-section-card:nth-of-type(2)::after, .c6-section-card:nth-of-type(2)::before {
      content: '';
      position: absolute;
      top: -10px;
      right: 20px;
      width: 150px;
      height: 74px;
      background-color: rgba(137, 48, 142, 0.5);
      z-index: -1; }
    .c6-section-card:nth-of-type(2)::after {
      top: auto;
      bottom: -10px;
      left: 20px;
      right: auto;
      width: 148px;
      height: 120px;
      background-color: #642368; }
  .c6-section-card:nth-of-type(3) {
    background-color: #ea0f96; }
    .c6-section-card:nth-of-type(3)::after, .c6-section-card:nth-of-type(3)::before {
      content: '';
      position: absolute;
      left: -10px;
      bottom: -10px;
      left: -10px;
      width: 118px;
      height: 106px;
      background-color: rgba(234, 15, 150, 0.5);
      z-index: -1; }
      @media (min-width: 992px) {
        .c6-section-card:nth-of-type(3)::after, .c6-section-card:nth-of-type(3)::before {
          right: -10px;
          left: auto; } }
    .c6-section-card:nth-of-type(3)::after {
      bottom: 40px;
      left: -30px;
      width: 118px;
      height: 106px;
      background-color: #ba0c77; }
      @media (min-width: 992px) {
        .c6-section-card:nth-of-type(3)::after {
          right: -30px;
          left: auto; } }
  .c6-section-card:nth-of-type(4) {
    background-color: #15c58d; }
    .c6-section-card:nth-of-type(4)::after, .c6-section-card:nth-of-type(4)::before {
      content: '';
      position: absolute;
      left: -10px;
      bottom: -10px;
      width: 128px;
      height: 120px;
      background-color: #10976c;
      z-index: -1; }
    .c6-section-card:nth-of-type(4)::after {
      bottom: 40px;
      left: -20px;
      width: 85px;
      height: 153px;
      background-color: rgba(21, 197, 141, 0.5); }
  .c6-section-card:nth-of-type(5) {
    background-color: #fe8c04; }
    .c6-section-card:nth-of-type(5)::after, .c6-section-card:nth-of-type(5)::before {
      content: '';
      position: absolute;
      right: -30px;
      bottom: 60px;
      width: 118px;
      height: 106px;
      background-color: rgba(254, 140, 4, 0.5);
      z-index: -1; }
    .c6-section-card:nth-of-type(5)::after {
      top: auto;
      bottom: -10px;
      right: 40px;
      width: 115px;
      height: 63px;
      background-color: #ffd118; }
  .c6-section-card:nth-of-type(6) {
    background-color: #fdd219; }
    .c6-section-card:nth-of-type(6)::after, .c6-section-card:nth-of-type(6)::before {
      content: '';
      position: absolute;
      right: 30px;
      bottom: -10px;
      width: 82px;
      height: 68px;
      background-color: rgba(253, 210, 25, 0.7);
      z-index: -1; }
    .c6-section-card:nth-of-type(6)::after {
      top: 50px;
      right: -10px;
      left: auto;
      bottom: auto;
      width: 85px;
      height: 153px;
      background-color: #e1b702; }
  .c6-section-card img {
    height: 32px;
    margin-bottom: 10px; }
  .c6-section-card span {
    font-size: 18px;
    font-weight: 700; }
  .c6-section-card p {
    margin-top: 10px; }
    @media (min-width: 992px) {
      .c6-section-card p {
        padding-right: 40px; } }

.c6-lp-quote-img {
  max-width: 30px;
  margin-bottom: 20px; }

.c6-lp-quote-text {
  font-size: 24px;
  font-weight: 600; }

.c6-lp-down-arrow {
  -webkit-transform: rotatex(90deg);
      -ms-transform: rotatex(90deg);
          transform: rotatex(90deg); }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

.animate, .results-nav .anchor, .results-nav .anchor .icon img, .results-nav .anchor .icon .hover, .results-nav .anchor .title, .results-nav .anchor .symbol {
  -o-transition: all 0.40s ease-in-out;
  transition: all 0.40s ease-in-out;
  -moz-transition: all 0.40s ease-in-out;
  -webkit-transition: all 0.40s ease-in-out; }

.show-print {
  opacity: 0;
  height: 0;
  overflow: hidden; }

@media print {
  @page {
    size: auto;
    margin: 0; }
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important; }
  body,
  html {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    background-color: #FFF !important; }
  .container {
    max-width: 1200px !important; }
  .hide-print,
  .template-report-data .footer-newsletter-signup,
  .template-report-data footer,
  .template-report-data header {
    display: none !important; }
  .show-print {
    opacity: 1;
    height: auto;
    overflow: auto; }
  .page-wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    page-break-after: always;
    font-size: 1.8rem;
    padding: 0; }
    .page-wrap .container {
      padding: 4.8rem 5.66rem 0; }
    .page-wrap.summary-page .container {
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: stretch;
          align-content: stretch; }
      .page-wrap.summary-page .container .row {
        width: 100%; }
    .page-wrap.end-page .container {
      padding: 15.6rem 5.6rem 2rem; }
      .page-wrap.end-page .container .col-6 strong {
        font-weight: 600; }
    .page-wrap .page-label {
      font-weight: 600;
      font-size: 1.5rem; }
      .page-wrap .page-label a {
        text-decoration: none; }
    .page-wrap .page-logo {
      max-width: 30rem; }
  .main-logo {
    width: 250px; }
  .top-content {
    padding-top: 4.5rem; }
    .top-content .rate-label {
      font-size: 2.1rem; }
    .top-content .result-name {
      font-size: 3.8rem;
      margin-bottom: 5rem; }
  .chart-row {
    margin-top: 7rem; }
    .chart-row .chart-wrap {
      background-image: url("/wp-content/plugins/carbon-six/public/carbon-six-output/app/assets/img/radar-bg.png");
      padding: 40px 60px 40px 0;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      width: 450px;
      margin: 0 auto; }
      .chart-row .chart-wrap canvas {
        width: 450px !important;
        height: 450px !important; }
    .chart-row .legend {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 2rem;
      width: 19.1rem;
      margin: 0 auto; }
      .chart-row .legend .key {
        width: 19.1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .chart-row .legend .key .circle {
          height: 1.5rem;
          width: 1.5rem;
          border-radius: 100%;
          border: 2px solid #2B2D2F;
          background-color: rgba(43, 45, 47, 0.2);
          margin-right: 10px; }
        .chart-row .legend .key.usr {
          font-weight: bold; }
        .chart-row .legend .key.avg {
          width: 100%; }
          .chart-row .legend .key.avg .circle {
            border: 2px solid #8FABC7;
            background-color: rgba(143, 171, 199, 0.2); }
    .chart-row .score-total {
      padding-left: 20px; }
    .chart-row .score-total span {
      font-weight: 600; }
    .chart-row .score-table {
      margin-top: 4rem;
      padding-left: 20px; }
      .chart-row .score-table .label {
        margin-bottom: 10px; }
      .chart-row .score-table table {
        width: 100%; }
        .chart-row .score-table table tr {
          border-top: 1px solid #858994; }
          .chart-row .score-table table tr td {
            padding: 10px 0;
            font-weight: 600; }
          .chart-row .score-table table tr td:first-of-type {
            padding-left: 5px;
            width: 8rem; }
            .chart-row .score-table table tr td:first-of-type img {
              height: 3rem; }
          .chart-row .score-table table tr td:last-of-type {
            width: 5rem;
            text-align: center; }
          .chart-row .score-table table tr.direction {
            color: #2a76ee; }
          .chart-row .score-table table tr.governance {
            color: #89308e; }
          .chart-row .score-table table tr.data {
            color: #ea0f96; }
          .chart-row .score-table table tr.engagement {
            color: #25e8aa; }
          .chart-row .score-table table tr.performance {
            color: #fe8c04; }
          .chart-row .score-table table tr.reporting {
            color: #ffdb4b; }
  .summary-row {
    padding-top: 6rem; }
    .summary-row h2 {
      font-size: 4.6rem;
      margin-bottom: 4rem; }
    .summary-row .score-badge {
      position: relative; }
      .summary-row .score-badge .score {
        position: absolute;
        bottom: 0.3rem;
        right: 1.5rem;
        font-size: 5rem;
        font-weight: 600;
        color: #fff; }
    .summary-row .avg-score {
      padding-top: 1.5rem;
      text-align: right;
      font-weight: 600;
      font-size: 1.6rem; }
    .summary-row .aims {
      padding-top: 20px;
      font-size: 1.6rem; }
      .summary-row .aims h4 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 2rem; }
    .summary-row .bottom-summary {
      background-color: #f5f7fa;
      padding: 20px; }
      .summary-row .bottom-summary .label {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1;
        margin-bottom: 25px; }
      .summary-row .bottom-summary .summary-points {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 1.4rem; }
        .summary-row .bottom-summary .summary-points .point {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 1.5rem; }
          .summary-row .bottom-summary .summary-points .point .text {
            padding-left: 30px;
            width: calc(100% - 42px); }
          .summary-row .bottom-summary .summary-points .point:nth-child(1) .icon {
            width: 31px; }
          .summary-row .bottom-summary .summary-points .point:nth-child(2) .icon {
            width: 42px; }
          .summary-row .bottom-summary .summary-points .point:nth-child(3) {
            margin-bottom: 0; }
            .summary-row .bottom-summary .summary-points .point:nth-child(3) .icon {
              width: 36px; }
    .summary-row .main-content {
      padding-top: 6rem;
      margin-top: 4rem; }
      .summary-row .main-content h4 {
        font-size: 1.8rem;
        margin-bottom: 1.5rem; }
      .summary-row .main-content ul {
        padding-left: 20px; }
      .summary-row .main-content blockquote {
        position: relative;
        padding-top: 35px;
        font-size: 2.8rem;
        line-height: 1.1;
        font-weight: 600;
        font-style: normal;
        border: none; }
        .summary-row .main-content blockquote:before {
          content: '“';
          position: absolute;
          top: 0;
          left: -0px;
          color: #2a76ee;
          font-size: 7.2rem;
          line-height: 1;
          font-weight: 800; }
        .summary-row .main-content blockquote span,
        .summary-row .main-content blockquote strong {
          font-size: 1.6rem;
          font-weight: 300; }
        .summary-row .main-content blockquote strong {
          font-weight: 600; }
      .summary-row .main-content .contact {
        margin-top: 5rem;
        font-size: 1.4rem;
        padding-bottom: 4rem; }
        .summary-row .main-content .contact .top-border {
          width: 33px;
          height: 2px;
          margin: 40px 0 20px;
          background-color: #2a76ee; }
        .summary-row .main-content .contact h4 {
          font-size: 1.4rem;
          margin-bottom: 1.5rem;
          font-weight: 600; }
        .summary-row .main-content .contact a {
          margin-top: 40px; }
  .governance .summary-row .main-content {
    padding-top: 4rem; }
    .governance .summary-row .main-content blockquote:before {
      color: #89308e; }
    .governance .summary-row .main-content .contact .top-border {
      background-color: #89308e; }
  .data .summary-row .main-content blockquote:before {
    color: #ea0f96; }
  .data .summary-row .main-content .contact .top-border {
    background-color: #ea0f96; }
  .engagement .summary-row .main-content blockquote:before {
    color: #25e8aa; }
  .engagement .summary-row .main-content .contact .top-border {
    background-color: #25e8aa; }
  .performance .summary-row .main-content blockquote:before {
    color: #fe8c04; }
  .performance .summary-row .main-content .contact .top-border {
    background-color: #fe8c04; }
  .reporting .summary-row .main-content blockquote:before {
    color: #ffdb4b; }
  .reporting .summary-row .main-content .contact .top-border {
    background-color: #ffdb4b; } }

.lp-image {
  margin-top: 4rem; }

.pdf-footer {
  margin-top: 6rem;
  background-color: #eff1f6;
  padding: 10px 0;
  font-size: 1.4rem; }
  .pdf-footer a {
    text-decoration: none !important; }
  .pdf-footer strong {
    font-weight: 600;
    text-decoration: none; }
  .pdf-footer .col-2:last-of-type a {
    font-weight: 600; }
