.content {
  margin: 0 auto;
  max-width: 650px; }

.is-center {
  text-align: center; }

html, button, input, select, textarea,
.pure-g [class*="pure-u"] {
  font-family: "Lato", sans-serif;
  color: #252525;
  font-size: 14px;
  letter-spacing: .0714em;
  line-height: 1.5em; }

/* Temp css styles */
.element-invisible {
  position: absolute;
  top: -999999em;
  left: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

#sticky-menu.sticky {
  position: fixed;
  top: 0px; }

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  font-weight: normal;
  font-style: normal; }
@media print {
  .left-content {
    display: none; }

  .right-content {
    display: none; }

  .center-content {
    width: 100%;
    min-height: 0px; }

  .nav-band {
    display: none; }

  .id-wrap {
    display: none; }

  .pure-table thead.thead {
    border-bottom: 1px solid #cbcbcb; } }
.btn-landing {
  background-color: #084c80;
  background-position: 95%;
  background-repeat: no-repeat;
  border-radius: .5em;
  display: block;
  margin: .4em 0;
  padding: 1em 5.5em 1em 2em;
  position: relative;
  text-decoration: none;
  color: white;
  background-size: 3em;
  transition: all .3s; }

.btn-intro {
  background-image: url("../images/introduction.png"); }

.btn-governance {
  background-image: url("../images/data-governance.png"); }

.btn-data-quality {
  background-image: url("../images/data-quality.png"); }

.btn-data-operations {
  background-image: url("../images/data-operations.png"); }

.btn-platform-and-standards {
  background-image: url("../images/platform-and-standards.png"); }

.btn-supporting-processes {
  background-image: url("../images/supporting-processes.png"); }

.btn-landing:hover {
  background-color: #b7d4fa;
  background-image: url("../images/arrow.png");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 3.5em;
  color: #000;
  text-decoration: none;
  transition: all .3s; }

.section-title {
  font-family: "Source Sans Pro Bold", sans-serif;
  font-weight: 700;
  font-size: 1.714em; }

.skip {
  position: absolute;
  left: -9999px;
  padding: .5em;
  margin: .5em;
  display: block; }

.skip:focus {
  left: 9999px;
  position: static; }

.landing-page-wrap {
  background-image: url("../images/background-home.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1em;
  height: 100vh;
  box-sizing: border-box; }

.site-title {
  color: #056db1;
  text-transform: uppercase;
  font-family: "Lato Bold", sans-serif;
  font-weight: 700;
  font-size: 2.143em;
  margin-top: .4em; }

.trigger-wrap {
  position: relative; }

.worksheet-trigger {
  position: absolute;
  background-color: #555555;
  font-family: "Lato Bold", sans-serif;
  font-weight: 700;
  font-size: 1.143em;
  right: 0;
  bottom: 0; }

.btn-evaluate {
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: 95%;
  padding: 1.5em 4.5em 1.5em 1.2em;
  display: block;
  text-decoration: none;
  color: #fff; }

.nav-question h2 {
  font-size: 1.786em;
  color: #252525;
  margin-top: .75em;
  margin-bottom: 0px; }

.page-wrapper {
  background-color: #ddd; }

.id-wrap {
  padding-left: 1.5em;
  position: relative;
  height: 70px; }
  .id-wrap .onc-logo {
    width: 17em;
    margin-bottom: .2em; }
  .id-wrap .site-title {
    font-size: 1.286em;
    display: inline-block;
    margin-bottom: .3em;
    position: absolute;
    right: 2.2em;
    bottom: 0; }
    .id-wrap .site-title a {
      text-decoration: none;
      color: inherit; }

.nav-tab-wrap {
  position: relative;
  display: inline-block;
  text-align: center; }

.nav-band {
  background-color: #07538f;
  height: 90px; }

.nav-band .tab {
  display: inline-block;
  margin-left: 3em; }

.nav-band .tab:first-child {
  margin-left: 0em; }

.btn-page-nav {
  background-repeat: no-repeat;
  background-size: 2em;
  background-position: center 45%;
  text-decoration: none;
  padding: 4em 0em .5em 0em;
  display: block;
  color: #fff;
  font-family: "Source Sans Pro Bold", sans-serif;
  font-weight: 700;
  font-size: 1.143em; }

.active-pointer {
  position: absolute;
  display: inline-block;
  margin-left: -15px;
  width: 0;
  height: 0;
  border: 15px solid #ddd;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent; }

.left-content {
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 10px 20px 10px; }
  .left-content h2 {
    font-family: "Source Sans Pro Bold", sans-serif;
    font-weight: 700;
    font-size: 1.714em;
    color: #07538f;
    margin-top: 0px; }
    .left-content h2 a {
      color: inherit;
      text-decoration: none; }
  .left-content ul {
    padding-left: 0px; }
  .left-content li {
    font-family: "Source Sans Pro Bold", sans-serif;
    font-weight: 700;
    font-size: 1.143em;
    list-style-type: none;
    padding: 5px 5px 5px 25px; }
    .left-content li a {
      text-decoration: none;
      color: #959595; }
    .left-content li.selected {
      background-image: url("../images/caret-right.png");
      background-repeat: no-repeat;
      background-position: 0%; }
    .left-content li.selected a {
      color: #252525; }

.center-content {
  padding: 40px 20px 20px 0px;
  background-color: #fff;
  box-sizing: border-box;
  min-height: 1000px; }
  .center-content h3.subheading {
    font-size: 1.143em; }
  .center-content h3.subheading:first-child {
    margin-top: 0px; }
  .center-content a {
    font-size: 1.143em;
    font-weight: 700;
    color: #959595; }
    .center-content a:hover {
      color: #07538f; }
  .center-content .page-definition {
    font-family: "Source Sans Pro Bold", sans-serif;
    font-weight: 700;
    font-size: 1.143em;
    color: #959595;
    margin-top: 0px; }

.right-content {
  position: relative;
  box-sizing: border-box;
  padding: 40px 20px 20px 20px; }
  .right-content h3.subheading {
    font-size: 1.143em; }
  .right-content h3.subheading:first-child {
    margin-top: 0px; }
  .right-content .trigger-wrap {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0; }
  .right-content .worksheet-trigger {
    position: static;
    background-color: #555555;
    font-family: "Lato Bold", sans-serif;
    font-weight: 700;
    font-size: 1.143em; }
  .right-content .btn-evaluate {
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    background-position: 95%;
    padding: 1.7em 4.5em 1.7em 1.2em;
    display: block;
    text-decoration: none;
    color: #fff; }

button.help-icon {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url("../images/info_icon.png") no-repeat center; }

.tier-help-group {
  display: none; }

.featherlight-group .featherlight-help-group {
  display: none; }

.tier-block {
  margin-bottom: 3em; }
  .tier-block p {
    padding-left: 1.5em; }

#worksheet-form > .worksheet-button-bank {
  overflow: auto;
  width: 100%; }
  #worksheet-form > .worksheet-button-bank #summarize {
    float: right;
    clear: left;
    margin-left: 1em;
    width: 20em;
    padding: 1em 1.5em; }
  #worksheet-form > .worksheet-button-bank #clear {
    float: right;
    clear: left;
    width: 20em;
    padding: 1em 1.5em; }

.process-area-block {
  margin-bottom: 5em; }

.evaluation-question {
  padding: 0em 1.1em 1em 0em;
  box-sizing: border-box;
  display: block; }

.question-break {
  height: 1px;
  border-bottom: 1px dotted #252525;
  margin: 1em 0em 1em 0em; }

legend.process-area-group {
  font-size: 1.5em;
  border-bottom: 1px solid #07538f; }

.table-worksheet tr {
  text-align: center; }
  .table-worksheet tr th {
    color: white;
    background-color: #07538f; }
.table-worksheet label {
  position: absolute;
  text-indent: -9999px; }

.table-worksheet td > input.official-score {
  margin: .25em auto;
  text-align: right; }

.table-worksheet td > input.raw-score {
  margin: .25em auto;
  text-align: right; }

.left-content .worksheet-nav-ul {
  margin-top: 0px; }
  .left-content .worksheet-nav-ul li {
    padding: 1px 5px 1px 25px;
    font-size: 1em; }

.left-content .worksheet-nav-group-title {
  margin-bottom: .4em;
  font-size: 1.143em; }

#score-summary-table .thead th {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 18px; }

.score-badge {
  display: inline-block;
  min-width: 20px;
  padding: 4px 7px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #07538f;
  border-radius: 10px;
  float: right; }

.even {
  background-color: #eee; }

.pure-table thead {
  border-bottom: 1px solid #cbcbcb; }

.print-button {
  text-decoration: none;
  border: 1px solid #cbcbcb;
  border-radius: .5em;
  display: block;
  padding: 1em 2em 1em 2em;
  text-align: center;
  background-color: #07538f;
  color: white;
  transition: all .3s; }

.print-button:hover {
  background-color: #b7d4fa;
  color: #000;
  text-decoration: none;
  transition: all .3s; }
