/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#test-page .snapshot-table-container {
  background: white;
  padding: 1rem;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }

#test-page h1 {
  font-size: 1.67rem; }

#test-page h2 {
  margin: 0;
  margin-bottom: 2.5rem;
  font-size: 1.35rem;
  font-weight: 700; }

#test-page section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07); }

#test-page section.charts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 2rem; }
  #test-page section.charts h2 {
    grid-column-start: span 2; }

#test-page section:first-of-type ~ section {
  margin-top: 2.5rem; }

#test-page #test-line-line-chart-legend {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 2rem;
  margin-top: 2.75rem;
  margin-left: 0.25rem; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.input-dropdown-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.input-dropdown-wrapper label {
  padding-right: 1rem; }

.input-dropdown-wrapper .input-wrapper {
  position: relative;
  display: inline-block; }

.input-dropdown-wrapper select:disabled {
  opacity: 0.8;
  pointer-events: none; }

.input-dropdown-wrapper select {
  background-color: #FFFFFF;
  color: #333333;
  font-size: inherit;
  padding: 0.5rem;
  padding-right: 2.5rem;
  border: 1px solid #333333;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/*Hiding the select arrow for IE10*/
.input-dropdown-wrapper select::-ms-expand {
  display: none; }

.input-dropdown-wrapper .input-wrapper::before,
.input-dropdown-wrapper .input-wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none; }

.input-dropdown-wrapper .input-wrapper::after {
  /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1rem;
  font-size: 1rem;
  line-height: 1;
  right: 0.5rem;
  top: 50%;
  margin-top: -0.5rem;
  color: #FFFFFF; }

.input-dropdown-wrapper .input-wrapper::before {
  /*  Custom dropdown arrow cover */
  width: 2rem;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #333333;
  background-color: #B10021; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
@keyframes pulse {
  50% {
    background: #FFFFFF; } }

.loading {
  z-index: 9; }
  .loading .pulse-loading {
    z-index: 9;
    animation: pulse 750ms infinite;
    animation-delay: 250ms;
    background: rgba(0, 0, 255, 0.45);
    border-radius: 0.25rem;
    height: 4rem;
    position: fixed;
    width: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .loading .pulse-loading:before, .loading .pulse-loading:after {
      animation: pulse 750ms infinite;
      background: rgba(0, 0, 255, 0.45);
      border-radius: 0.25rem;
      content: '';
      display: block;
      height: 2.66667rem;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 1rem; }
    .loading .pulse-loading:before {
      left: -2rem; }
    .loading .pulse-loading:after {
      animation-delay: 500ms;
      left: 2rem; }

.loading-background-cover {
  z-index: 9;
  background: rgba(128, 128, 128, 0.75);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#login {
  padding: 0 10rem;
  margin-top: 2.08rem; }
  #login:not(.ie) {
    border: 1px solid rgba(46, 91, 255, 0.08);
    border-radius: 1px;
    background-color: #FFFFFF;
    padding: 1.25rem 1.25rem 2.5rem;
    box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
    padding: 10rem; }
  #login #login-form {
    max-width: 30rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem; }
  #login .input-dropdown-wrapper {
    grid-column-start: span 2;
    justify-self: flex-start; }
  #login button[type="submit"] {
    grid-column-start: span 1;
    justify-self: flex-end; }
  #login #forgot-password {
    grid-column-start: span 1;
    justify-self: flex-start;
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    margin: 0px;
    padding: 0px; }
  #login #login-error {
    text-align: center;
    color: #B10021;
    grid-column-start: span 2;
    justify-self: center; }
  #login #password-reset-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
  #login #password-reset-form-email {
    max-width: 30rem;
    display: grid;
    grid-template-columns: auto 1fr; }
  #login #reset-message {
    margin: 1rem 0; }
  #login #label-forgot-password-email {
    margin-right: 2rem; }
  @media screen and (max-width: 1023px) {
    #login {
      padding: 5rem 2rem; }
      #login #login-form {
        width: 100%; }
      #login:not(.ie) {
        padding: 5rem 2rem; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.radio-group.pill {
  font-size: 1.167rem; }
  .radio-group.pill input[type="radio"] {
    z-index: -100;
    opacity: 0;
    pointer-events: none;
    width: 1px; }
  .radio-group.pill .faux-legend {
    padding-right: 0.83rem; }
  .radio-group.pill .option label {
    padding: 0.15rem 0.5rem;
    margin-right: 1.67rem;
    border: 1px solid rgba(0, 66, 63, 0.5);
    border-radius: 4px;
    background-color: #DFF7F6;
    color: #333333;
    cursor: pointer;
    box-shadow: none; }
  .radio-group.pill input[type="radio"]:checked + label {
    background-color: #007670;
    color: #FFFFFF; }
  .radio-group.pill input[type="radio"]:focus + label, .radio-group.pill input[type="radio"]:hover + label {
    outline-width: medium;
    outline-style: groove;
    outline-color: Highlight;
    outline: 5px auto -webkit-focus-ring-color;
    box-shadow: none; }

.radio-group.data {
  font-size: 1rem;
  color: rgba(51, 51, 51, 0.7);
  justify-self: flex-end; }
  .radio-group.data input[type="radio"] {
    z-index: -100;
    opacity: 0;
    pointer-events: none;
    width: 1px; }
  .radio-group.data .faux-legend {
    padding-right: 0.83rem; }
  .radio-group.data .option label {
    margin-right: 0.5rem;
    cursor: pointer; }
  .radio-group.data input[type="radio"]:checked + label,
  .radio-group.data input[type="radio"]:hover + label {
    text-decoration: underline; }
  .radio-group.data input[type="radio"]:focus + label {
    outline-width: medium;
    outline-style: groove;
    outline-color: Highlight;
    outline: 5px auto -webkit-focus-ring-color; }

.radio-group.fac-radio {
  margin-right: 1.875rem;
  margin-bottom: 1.875rem; }
  .radio-group.fac-radio input[type="radio"] {
    opacity: 0;
    pointer-events: none;
    width: 1px; }
  .radio-group.fac-radio label {
    position: relative;
    padding-left: 2rem;
    font-size: 1.15rem; }
  .radio-group.fac-radio label:before {
    content: '';
    width: 1.375rem;
    height: 1.375rem;
    border: 1px solid #333333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer; }
  .radio-group.fac-radio label:after {
    content: '';
    width: 0.75rem;
    height: 0.75rem;
    background: #333333;
    border-radius: 50%;
    position: absolute;
    left: calc((1.375rem - 0.75rem) / 2);
    top: calc((1.375rem - 0.75rem) / 2);
    cursor: pointer;
    display: none; }
  .radio-group.fac-radio input[type="radio"]:checked + label:after {
    display: block; }
  .radio-group.fac-radio input:disabled + label:before, .radio-group.fac-radio input:disabled + label:after {
    opacity: 0.5;
    cursor: not-allowed; }
  .radio-group.fac-radio.horizontal .option {
    margin-left: 2.5rem;
    margin-bottom: 0; }

.radio-group.highlight {
  pointer-events: none; }
  .radio-group.highlight .faux-legend, .radio-group.highlight .option {
    background: #FFFFFF; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.checkbox-container.pill {
  font-size: 1.167rem;
  display: flex; }
  .checkbox-container.pill input[type="checkbox"] {
    z-index: -100;
    opacity: 0;
    pointer-events: none;
    width: 1px; }
  .checkbox-container.pill legend {
    margin-right: 0.83rem; }
  .checkbox-container.pill .option label {
    padding: 0.15rem 0.5rem;
    margin-right: 1.67rem;
    border: 1px solid rgba(0, 66, 63, 0.5);
    border-radius: 4px;
    background-color: #DFF7F6;
    color: #333333;
    cursor: pointer;
    box-shadow: none; }
  .checkbox-container.pill input[type="checkbox"]:checked + label {
    background-color: #007670;
    color: #FFFFFF; }
  .checkbox-container.pill input[type="checkbox"]:focus + label,
  .checkbox-container.pill input[type="checkbox"]:hover + label {
    outline: 2px solid #007670;
    outline-offset: 2px; }

.checkbox-container.data {
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.7);
  display: flex; }
  .checkbox-container.data input[type="checkbox"] {
    z-index: -100;
    opacity: 0;
    pointer-events: none;
    width: 1px; }
  .checkbox-container.data legend {
    margin-right: 0.83rem; }
  .checkbox-container.data .option label {
    margin-right: 0.5rem;
    cursor: pointer; }
  .checkbox-container.data input[type="checkbox"]:checked + label,
  .checkbox-container.data input[type="checkbox"]:focus + label,
  .checkbox-container.data input[type="checkbox"]:hover + label {
    text-decoration: underline; }


/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.input-text-wrapper {
  position: relative;
  font-size: 1rem;
  display: flex; }
  .input-text-wrapper input[type=text],
  .input-text-wrapper input[type=password] {
    border: 1px solid #C1C1C1;
    background-color: #FFFFFF;
    text-align: right;
    padding: 0.33rem 0.5rem;
    box-sizing: border-box; }
  .input-text-wrapper textarea {
    height: 186px;
    width: 600px;
    border: 1px solid #333333;
    background-color: #FFFFFF; }
  .input-text-wrapper label {
    margin-right: 1rem; }
  .input-text-wrapper input:disabled, .input-text-wrapper textarea:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .input-text-wrapper.textarea {
    display: flex;
    flex-direction: column; }
  .input-text-wrapper.textarea label {
    margin-left: 0;
    margin-bottom: 1.25rem; }
  .input-text-wrapper .number-arrow-wrapper {
    background-color: #FFFFFF;
    width: 2.5rem;
    border: 1px solid #333333;
    border-radius: 3px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 0.5rem; }
    .input-text-wrapper .number-arrow-wrapper > button {
      background: none;
      padding: 0;
      width: 100%;
      height: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .input-text-wrapper .number-arrow-wrapper > button:hover {
        cursor: pointer; }
    .input-text-wrapper .number-arrow-wrapper > button:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .input-text-wrapper .up-arrow {
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-bottom: 0.7rem solid #B10021;
    border-radius: 3px; }
  .input-text-wrapper .down-arrow {
    width: 0;
    height: 0;
    border-left: .5rem solid transparent;
    border-right: .5rem solid transparent;
    border-top: 0.7rem solid #B10021;
    border-radius: 3px; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.error-container {
  width: 80%;
  margin: 0 auto; }
  .error-container .error-header {
    display: flex;
    justify-content: flex-start;
    background: rgba(245, 131, 60, 0.2);
    border: 1px solid #F5833C;
    padding: 0.2rem 0.6875rem;
    align-items: center; }
  .error-container span.alert-icon {
    height: 1.5rem;
    width: 1.5rem;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjJweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjIgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5BbGVydDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJBbGVydCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBvbHlnb24gaWQ9IlRyaWFuZ2xlIiBzdHJva2U9IiNFRTMxMjQiIGZpbGw9IiNFRTMxMjQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHBvaW50cz0iMTEgMSAyMSAxOSAxIDE5Ij48L3BvbHlnb24+CiAgICAgICAgPHRleHQgaWQ9IiEiIGZvbnQtZmFtaWx5PSJMYXRvLUJsYWNrLCBMYXRvIiBmb250LXNpemU9IjE1IiBmb250LXdlaWdodD0iNzAwIiBmaWxsPSIjRkZGRkZGIj4KICAgICAgICAgICAgPHRzcGFuIHg9IjguODEiIHk9IjE3Ij4hPC90c3Bhbj4KICAgICAgICA8L3RleHQ+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat top left;
    margin-right: 0.5rem; }
  .error-container span.error-title {
    text-transform: uppercase;
    font-size: 1.16rem;
    font-weight: 700; }
  .error-container .error-description {
    font-size: 1rem;
    border: 1px solid #F5833C;
    padding: 1rem 0.6875rem 1.5rem;
    background: rgba(255, 224, 204, 0.25); }

#under-construction {
  display: flex;
  justify-content: center;
  align-items: center; }
  #under-construction h1 {
    text-transform: uppercase;
    display: inline-block;
    opacity: 0.35; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.modal-wrapper {
  height: 100vh;
  width: 100vw;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0; }
  .modal-wrapper .modal-background {
    z-index: 5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3); }
  .modal-wrapper .modal {
    z-index: 8;
    background: #F7FBFF;
    color: #333333;
    padding: 1.25rem 2rem;
    position: fixed;
    max-width: 30rem;
    margin: 0 1rem;
    box-shadow: 0 2px 16px 5px rgba(0, 0, 0, 0.5); }
  .modal-wrapper h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 0.5rem; }
  .modal-wrapper h2 {
    font-weight: 400;
    font-size: 1.25rem;
    margin-top: 0; }
  .modal-wrapper p {
    font-weight: 400;
    margin-left: 0.42rem;
    margin-right: 0.42rem; }
  .modal-wrapper .modal-buttons-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0.42rem 0;
    overflow: visible; }
    .modal-wrapper .modal-buttons-wrapper button, .modal-wrapper .modal-buttons-wrapper a {
      cursor: pointer;
      overflow: visible; }
    .modal-wrapper .modal-buttons-wrapper a {
      text-decoration: underline; }
    .modal-wrapper .modal-buttons-wrapper .link-btn {
      color: #333333; }
  .modal-wrapper button.modal-close {
    background: transparent;
    border: none;
    color: #333333;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding: 0.2rem;
    position: absolute;
    top: 0.625rem;
    right: 0.625rem;
    box-shadow: none;
    display: flex; }
  .modal-wrapper .start-game-button {
    background: none;
    color: #333333;
    padding: 0;
    text-decoration: underline; }
  .modal-wrapper .hidden {
    display: none; }

#tutorial-modal .modal {
  width: 100%;
  max-width: unset;
  margin: 0;
  bottom: 0;
  left: 0; }

#tutorial-modal .modal-buttons-wrapper {
  margin-bottom: 1rem; }

#tutorial-modal .tutorial-step {
  position: absolute;
  left: 50%;
  bottom: -0.42rem;
  transform: translate(-50%, -50%); }

#tutorial-modal .prev {
  margin-right: auto;
  border-color: #710000;
  background: #F7FBFF;
  color: #710000;
  width: 9rem; }

#tutorial-modal .next {
  margin-left: auto;
  width: 9rem; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#credits h1 {
  font-size: 2em;
  margin: 0.67em 0;
  text-transform: uppercase; }

#credits h2 {
  font-size: 1.33rem;
  font-weight: 700;
  margin-top: 0; }

#credits .contents {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  display: flex;
  flex-direction: column; }

#credits .credits-item {
  margin-bottom: 3.75rem;
  margin-right: 2rem; }
  @media screen and (min-width: 500px) {
    #credits .credits-item {
      display: grid;
      grid-template-columns: 10rem 1fr;
      grid-gap: 2rem; } }

#credits .credits-image {
  width: 10rem; }

#credits .credits-image img {
  width: 100%; }

#credits .credits-content p {
  margin-top: 0;
  font-size: 1rem; }

#credits .credits-content p:first-child {
  text-transform: uppercase; }

#credits .credits-content p:last-child {
  text-align: justify;
  font-size: 1.125rem; }

#credits #other-team {
  display: flex;
  flex-flow: row wrap;
  padding-top: 2.5rem;
  margin-top: 3.25rem;
  border-top: 1px solid rgba(51, 51, 51, 0.2); }

#credits #other-team .credits-item {
  flex-basis: calc(50% - 2rem); }

#credits button {
  align-self: flex-end; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
footer {
  height: 3.125rem;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem; }
  footer > div:last-child {
    display: flex; }
  footer img {
    height: 1rem;
    margin-left: 0.25rem; }
  footer .credits-link {
    padding: 0 2rem;
    margin-right: 2rem;
    border-right: 1px solid black; }
  footer .return-to-fac {
    margin-bottom: 2rem; }
  footer .hbp-credits-link {
    margin-left: 0.25rem; }
  @media screen and (max-width: 1023px) {
    footer {
      padding: 0 0.5rem; }
      footer .credits-link {
        display: flex;
        align-items: center;
        padding: 0 1rem;
        margin-right: 1rem; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.tooltip {
  display: inline-block;
  height: 1rem;
  min-height: 1rem;
  width: 1rem;
  min-width: 1rem;
  position: relative;
  /* Tooltip orientation */ }
  .tooltip span.tooltip-text {
    background: #B10021;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0;
    position: absolute;
    padding: 0.4rem 0.6rem;
    text-align: left;
    transition: opacity 0.25s;
    z-index: 1;
    pointer-events: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    width: 10rem; }
  .tooltip .tooltip-trigger {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    color: #FFFFFF;
    border: solid 2px #FFFFFF;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    line-height: 0.625rem;
    text-align: center;
    padding: 0;
    position: absolute;
    cursor: pointer; }
    .tooltip .tooltip-trigger .letter {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .tooltip .tooltip-trigger:hover {
      background: #DBE5EB; }
  .tooltip .left {
    transform: translate(calc(-100% - 1.5rem), calc(-50% + (1rem / 2))); }
    .tooltip .left:after {
      pointer-events: none;
      content: "";
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%);
      border-width: 5px;
      border-style: solid;
      border-color: transparent transparent transparent #B10021; }
  .tooltip .right {
    transform: translate(1.5rem, calc(-50% + (1rem / 2))); }
    .tooltip .right:after {
      pointer-events: none;
      content: "";
      position: absolute;
      top: 50%;
      right: 100%;
      transform: translateY(-50%);
      border-width: 5px;
      border-style: solid;
      border-color: transparent #B10021 transparent transparent; }
  .tooltip .top {
    left: 50%;
    transform: translate(-50%, calc(-100% - 5px - 0.65rem)); }
    .tooltip .top:after {
      pointer-events: none;
      content: "";
      position: absolute;
      top: 100%;
      right: 50%;
      transform: translateX(50%);
      border-width: 5px;
      border-style: solid;
      border-color: #B10021 transparent transparent transparent; }
  .tooltip .top-left {
    left: 50%;
    transform: translate(calc(-100% + 1rem), calc(-100% - 5px - 0.65rem)); }
    .tooltip .top-left:after {
      pointer-events: none;
      content: "";
      position: absolute;
      top: 100%;
      right: 1rem;
      transform: translateX(50%);
      border-width: 5px;
      border-style: solid;
      border-color: #B10021 transparent transparent transparent; }
  .tooltip .tooltip-trigger:hover + .tooltip-text,
  .tooltip .tooltip-trigger:focus + .tooltip-text {
    color: #FFFFFF;
    z-index: 999;
    opacity: 1; }
  .tooltip.out-left-bounds .top {
    left: 275%;
    top: -20%; }
    .tooltip.out-left-bounds .top:after {
      right: 61.5%; }
  .tooltip.out-right-bounds .top {
    left: -150%; }
    .tooltip.out-right-bounds .top:after {
      right: 10%; }
  .tooltip.out-top-bounds .top {
    left: 340%;
    top: 85%; }
    .tooltip.out-top-bounds .top:after {
      right: 100%;
      top: 84%; }

#completed__tooltip {
  width: 10rem; }

@media only screen and (max-width: 1024px) {
  .tooltip .top {
    transform: translate(-90%, calc(-100% - 5px - 0.65rem)); }
    .tooltip .top:after {
      top: 100%;
      right: 10%;
      transform: translateX(50%); }
  .tooltip.out-left-bounds .top:after {
    right: 38%; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.analyze-wrapper {
  padding-top: 3.625rem;
  position: relative; }
  .analyze-wrapper #analyze-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.83rem;
    margin-top: 1.67rem; }
    .analyze-wrapper #analyze-header h1 {
      font-size: 1.67rem;
      font-weight: 700;
      padding: 0;
      margin: 0;
      text-transform: uppercase; }
  @media screen and (max-width: 1023px) {
    .analyze-wrapper {
      padding-top: 4.25rem; }
      .analyze-wrapper #analyze-header {
        flex-direction: column;
        margin-bottom: 1.83rem; }
      .analyze-wrapper #timeline {
        align-self: flex-end; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#header {
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.67rem 0.83rem 0 1.83rem;
  border-bottom: 1px solid #E4E8F0;
  z-index: 4;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  #header .header-modal-wrapper {
    height: calc(100% + 1px);
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0; }
  #header.in-tutorial:not(.highlight) {
    position: relative; }
  #header #sub-header {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0 1.25rem;
    height: 3.625rem;
    background: #DBE5EB;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    row-gap: 0;
    column-gap: 1.5rem; }
  #header #sub-header.hidden {
    height: 0; }
  #header .title-section {
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 1.67rem; }
  #header .title-section .sim-title {
    margin: 0 0 0 2rem;
    font-size: 1.16rem; }
  #header img {
    height: 3.25rem; }
  #header .nav-item {
    display: flex;
    flex-direction: column;
    background: none;
    font-size: 1rem;
    padding: 1rem;
    color: #333333;
    border: none;
    box-shadow: none;
    font-weight: 400; }
  #header #kebab-list .nav-item {
    padding: 0.75rem 1rem;
    color: #FFFFFF; }
    #header #kebab-list .nav-item ul {
      padding-left: 2rem;
      list-style: disc; }
  #header a.nav-item:hover > .nav-title,
  #header a.nav-item:focus > .nav-title {
    text-decoration: underline; }
  #header .nav-item.current-path {
    font-weight: 700;
    text-decoration: underline; }
  #header .nav-item.route-highlight {
    background: #DBE5EB; }
  #header .nav-item.current-path.analyze {
    background: #DBE5EB; }
  #header #sub-header .nav-item.current-path {
    text-decoration: none; }
  #header .menu-container {
    display: flex;
    align-items: center;
    align-self: flex-end; }
  #header .menu-container > ul,
  #header #sub-header > ul {
    display: contents;
    list-style: none;
    padding: 0;
    margin: 0; }
  #header .menu-container > ul > li,
  #header #sub-header > ul > li {
    display: contents; }
  #header .menu-container .nav-item {
    padding-bottom: 1.5rem; }
  #header .menu-container .nav-item span:first-child {
    line-height: 1.825rem;
    text-transform: uppercase; }
  #header .hidden-component-container {
    position: relative; }
  #header .hidden-component-container label {
    display: flex;
    cursor: pointer; }
  #header .hidden-component-container label.focused {
    outline-width: medium;
    outline-style: groove;
    outline-color: Highlight;
    outline: 5px auto -webkit-focus-ring-color; }
  #header .hidden-component-container .hidden-component {
    display: none;
    position: absolute;
    right: calc(50% - 1.1rem);
    top: calc(55% + 1rem); }
  #header .hidden-component-container input[type=checkbox] {
    opacity: 0;
    position: absolute; }
    #header .hidden-component-container input[type=checkbox]:checked + .hidden-component {
      display: block; }
  #header #kebab-list {
    position: relative;
    background: #3E484F;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1.3rem 0.5rem 0.5rem;
    margin: 0;
    color: #FFFFFF;
    width: 26.25rem;
    z-index: 8; }
    #header #kebab-list a {
      color: #FFFFFF; }
    #header #kebab-list:after {
      content: ' ';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 0.35rem solid transparent;
      border-right: 0.35rem solid transparent;
      border-bottom: 0.75rem solid #3E484F;
      bottom: 100%;
      right: 0.75rem; }
  #header #kebab-list-inner {
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0; }
  #header #kebab-list-inner .nav-item span {
    text-transform: unset; }
  #header #kebab-list-inner .nav-item span:first-child {
    text-transform: capitalize;
    font-size: 1.16rem; }
  @media only screen and (max-width: 1024px) {
    #header #kebab-list-inner {
      padding-bottom: 2rem; } }
  #header #kebab-toggle-label img {
    height: 1.825rem;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(-90deg); }
  #header #kebab-toggle-label:hover img {
    transform: rotate(-45deg); }
  #header #kebab-toggle-label.open img {
    transform: rotate(0deg); }
  #header .user-name {
    text-align: right;
    text-transform: italic; }
  #header #news-toggle-label {
    position: relative; }
  #header .indicator {
    background: #B10021;
    border-radius: 999px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    font-size: 0.7rem;
    line-height: 1.17rem;
    position: absolute;
    right: 0;
    top: 10%;
    transform: translate(100%, -50%);
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  #header a {
    text-decoration: none; }
  @media screen and (max-width: 1023px) {
    #header {
      flex-direction: column;
      padding: 1.5rem 0.875rem 0.5rem; }
      #header img {
        height: 2.5rem; }
      #header .title-section {
        width: 100%;
        padding-bottom: 0;
        align-items: flex-start;
        justify-content: space-around;
        margin-bottom: 0.5rem; }
      #header .title-section .sim-title {
        margin: 0 1rem;
        font-size: 0.875rem; }
      #header .menu-container {
        width: 100%;
        justify-content: space-around; }
      #header .menu-container .nav-item {
        padding: unset; }
      #header .nav-item {
        padding: 0; }
      #header #kebab-toggle-label img {
        height: 1.5rem; }
      #header #sub-header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 4.25rem;
        padding: 0.5rem 0.75rem; }
      #header .hidden-component-container {
        position: static; }
      #header .hidden-component-container .hidden-component {
        position: absolute;
        top: 7rem;
        left: 1rem;
        right: 1rem; }
      #header #kebab-toggle-wrapper.hidden-component-container .hidden-component {
        top: 4rem; }
      #header #kebab-list {
        width: 100%; }
      #header #kebab-list-inner {
        max-height: calc(100vh - 4rem); }
      #header #kebab-list .nav-item {
        padding: 1rem; }
      #header #kebab-list:after {
        display: none; }
      #header #kebab-toggle-label {
        position: relative; }
      #header #kebab-toggle-label.open:after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 0.35rem solid transparent;
        border-right: 0.35rem solid transparent;
        border-bottom: 0.75rem solid #3E484F;
        top: calc(100% + 0.25rem);
        left: 25%; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#news-modal {
  position: relative;
  background: #3E484F;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1.3rem 0.5rem 0.5rem;
  margin: 0;
  color: #FFFFFF;
  width: 34rem;
  max-height: calc(100vh - 8rem);
  padding: 0;
  z-index: 8; }
  #news-modal a {
    color: #FFFFFF; }
  #news-modal:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0.35rem solid transparent;
    border-right: 0.35rem solid transparent;
    border-bottom: 0.75rem solid #3E484F;
    bottom: 100%;
    right: 0.75rem; }
  #news-modal h3 {
    font-size: 1.16rem;
    padding: 1.25rem;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    flex-shrink: 0; }
  #news-modal ul {
    padding: 0 1rem 0 0;
    list-style: none;
    margin: 0;
    overflow-y: auto;
    min-height: 0; }
  #news-modal ul > li {
    display: grid;
    grid-template-columns: 7.5rem 1fr;
    min-height: 7.125rem; }
  #news-modal .img-container {
    text-align: center;
    background: #007670;
    display: flex;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  #news-modal .img-container.year-img {
    padding-top: 3.875rem; }
  #news-modal .news-item-container {
    padding-left: 2rem; }
  #news-modal .item-0 {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
  #news-modal .news-item-container h4 {
    margin: 1rem 0;
    font-size: 1.16rem; }
  #news-modal img {
    width: 3.4rem;
    margin: 0 auto; }
  @media screen and (max-width: 1023px) {
    #news-modal {
      width: 100%; }
      #news-modal:after {
        right: 10%; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#performance section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  margin-bottom: 2.5rem; }
  #performance section:last-child {
    margin-bottom: 0; }

#performance section h2 {
  font-size: 1.33rem;
  font-weight: 700;
  grid-column-start: span 2;
  margin: 0; }

#performance .radio-group-container.data {
  justify-self: flex-end; }

#performance .line-chart-legend {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: 2rem; }

#performance h2.highlight {
  background: #FFFFFF; }

#performance .content-wrapper {
  position: relative; }

#performance #view-toggle {
  position: absolute;
  top: calc(1.25rem + 1px);
  right: calc(1.25rem + 1px); }

@media screen and (max-width: 1023px) {
  #performance section {
    display: flex;
    flex-direction: column; }
  #performance section figcaption {
    margin: 0;
    margin-top: 1rem; }
  #performance .radio-group-container.data {
    align-self: flex-end; } }

#performance-tables {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07); }
  #performance-tables .buttons {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    margin-top: 1.625rem; }
  #performance-tables .ctc-button {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  #performance-tables .table-wrapper {
    grid-column-start: span 2;
    flex-basis: 100%;
    overflow: auto;
    height: calc(100vh - 31rem);
    min-height: 22rem; }
  #performance-tables .tech {
    min-width: 4rem;
    display: inline-block; }
  #performance-tables table {
    min-width: 100%;
    border-collapse: collapse;
    white-space: nowrap; }
  #performance-tables th, #performance-tables td {
    padding: 0.6rem 0.8rem;
    text-align: right;
    vertical-align: top; }
  #performance-tables thead th,
  #performance-tables thead td {
    background: #FFFFFF;
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  #performance-tables tr:nth-child(2n + 1) {
    border-bottom: 2px solid #edf0f1; }
  #performance-tables thead tr:last-child th:before,
  #performance-tables thead tr:last-child td:before {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    left: 0;
    bottom: 0; }
  #performance-tables thead > tr > *:first-child {
    text-align: center;
    z-index: 1;
    left: 0; }
  #performance-tables tbody th {
    font-weight: 400;
    text-align: center; }
  #performance-tables tr:nth-child(4n + 1) > th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 5rem; }
    #performance-tables tr:nth-child(4n + 1) > th:first-child:after {
      content: ' ';
      position: absolute;
      height: calc(100% + 2px);
      width: 2px;
      background: #333333;
      right: 0;
      top: 0; }
  #performance-tables tbody td {
    width: 8rem; }
  #performance-tables tr:nth-child(even) td, #performance-tables tr:nth-child(even) th {
    background: #F7FBFF;
    border-bottom: 2px solid #edf0f1; }
  #performance-tables tr:nth-child(odd) td, #performance-tables tr:nth-child(odd) th {
    background: #FFFFFF; }
  #performance-tables .metric-label {
    border-left: solid 2px #edf0f1; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#prepare {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  display: flex;
  padding: 0;
  margin-top: 1.75rem; }
  #prepare h1 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    margin-bottom: 3.25rem; }
  #prepare h2 {
    font-size: 1.33rem;
    font-weight: 700;
    margin: 0; }
  #prepare p {
    padding-left: 0.42rem; }
  #prepare .prepare-main {
    width: 57%; }
  #prepare .prepare-side {
    -o-object-fit: cover;
       object-fit: cover;
    width: 43%; }
  #prepare .segments {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-row-gap: 2.25rem;
    grid-column-gap: 1rem;
    padding-left: 0.42rem; }
  #prepare .prepare-main {
    padding: 1.25rem 3rem 3rem 1.08rem; }
  #prepare img.segment-icon {
    width: 3.83rem;
    height: 3.83rem;
    -o-object-fit: contain;
       object-fit: contain; }
  #prepare .prepare-main #start-button {
    margin-top: 3rem;
    float: right; }
  #prepare .prepare-side {
    background: #333333; }
  #prepare a[data-action="tutorial"] {
    text-decoration: underline;
    cursor: pointer; }
  @media screen and (max-width: 1023px) {
    #prepare {
      flex-direction: column-reverse; }
      #prepare h1 {
        margin-bottom: 1rem; }
      #prepare img.segment-icon {
        width: 3.25rem;
        height: 3.25rem; }
      #prepare .prepare-main {
        width: 100%; }
      #prepare .prepare-side {
        width: 100%;
        height: 18rem; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.snapshot-table table {
  width: 100%; }

.snapshot-table .sparkline {
  margin-left: 0.5rem; }
  .snapshot-table .sparkline > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.snapshot-table .sparkline .axis {
  display: none; }

.snapshot-table .title {
  margin-bottom: 1.67rem;
  font-size: 1.17rem; }

.snapshot-table th {
  font-weight: 600;
  text-align: right; }

.snapshot-table th:first-child {
  text-align: right;
  width: 11.5rem;
  min-width: 11.5rem;
  max-width: 11.5rem; }

.snapshot-table th:first-child,
.snapshot-table td:first-child {
  padding: 0 0.5rem; }

.snapshot-table th:nth-child(even),
.snapshot-table td:nth-child(even) {
  text-align: right;
  width: 4.375rem;
  min-width: 4.375rem;
  max-width: 4.375rem; }

.snapshot-table .metric-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end; }
  .snapshot-table .metric-wrapper span {
    display: inline-block; }

.snapshot-table .nw-tooltip {
  transform: translate(0, -100%); }

@media screen and (max-width: 1023px) {
  .snapshot-table .title {
    margin-bottom: 2rem; }
  .snapshot-table th:first-child {
    min-width: unset; }
  .snapshot-table .metric-wrapper {
    justify-content: flex-start; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#timeline {
  display: flex;
  flex-direction: column;
  width: 17rem;
  position: relative; }
  #timeline span {
    text-align: right;
    font-style: italic;
    line-height: 1.67rem; }
  #timeline .timeline-points {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
    position: absolute;
    top: 100%;
    right: 0; }
  #timeline .point {
    position: relative;
    height: 1rem;
    width: 1rem;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTMgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5PdmFsIENvcHkgMTI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlllYXJzLS8tRW1wdHktRG90IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgMi4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIiBzdHJva2U9IiM2NTc2ODIiPgogICAgICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsLUNvcHktMTIiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjQuNSI+PC9jaXJjbGU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
  #timeline .point.past {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTMgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5ZZWFycyAvIE9sZCBEb3Q8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iWWVhcnMtLy1PbGQtRG90IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgMi4wMDAwMDApIj4KICAgICAgICA8Y2lyY2xlIGlkPSJPdmFsLUNvcHktMTIiIGZpbGw9IiM2NTc2ODIiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjQuNSI+PC9jaXJjbGU+CiAgICA8L2c+Cjwvc3ZnPg==); }
  #timeline .point.current {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTMgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5PdmFsIENvcHkgMTM8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8Y2lyY2xlIGlkPSJwYXRoLTEiIGN4PSI0LjUiIGN5PSI0LjUiIHI9IjQuNSI+PC9jaXJjbGU+CiAgICA8L2RlZnM+CiAgICA8ZyBpZD0iU3ltYm9scyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IlllYXJzLS8tU2VsZWN0ZWQtRG90IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgMi4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9Ik92YWwtQ29weS0xMyI+CiAgICAgICAgICAgICAgICA8dXNlIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIzIiBmaWxsPSIjQjEwMDIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPgogICAgICAgICAgICAgICAgPHVzZSBzdHJva2U9IiMzMzMzMzMiIHN0cm9rZS13aWR0aD0iMSIgeGxpbms6aHJlZj0iI3BhdGgtMSI+PC91c2U+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==); }
  #timeline .point:not(:last-child):after {
    position: absolute;
    content: ' ';
    height: 1px;
    width: 1rem;
    background: #777777;
    top: 50%;
    left: calc(100% - 2px); }
  #timeline .point.current:not(:last-child):after {
    left: 100%; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#unit-sales section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 0.5rem;
  grid-column-gap: 1.5rem; }

#unit-sales #view-toggle {
  grid-column-start: span 2; }

#unit-sales .radio-group-container {
  display: flex;
  justify-content: flex-end; }

#unit-sales .highlight:not(.radio-group-container) {
  background: #FFFFFF; }

@media screen and (max-width: 1023px) {
  #unit-sales section {
    display: flex;
    flex-direction: column; } }

#unit-sales .ctc-button {
  grid-column-start: span 2;
  align-self: flex-end;
  justify-self: flex-end; }

#unit-sales-tables {
  grid-column-start: span 2;
  flex-basis: 100%;
  overflow: auto;
  height: calc(100vh - 31rem);
  min-height: 22rem; }
  #unit-sales-tables .tech {
    min-width: 4rem;
    display: inline-block; }
  #unit-sales-tables table {
    min-width: 100%;
    border-collapse: collapse;
    white-space: nowrap; }
    #unit-sales-tables table th:not(:first-child), #unit-sales-tables table td:not(:first-child) {
      text-align: right; }
    #unit-sales-tables table th, #unit-sales-tables table td {
      padding: 0.6rem 0.4rem; }
    #unit-sales-tables table th, #unit-sales-tables table td {
      padding: 0.6rem 0.8rem; }
  #unit-sales-tables thead th,
  #unit-sales-tables thead td {
    background: #FFFFFF;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; }
  #unit-sales-tables thead tr:first-child th,
  #unit-sales-tables thead tr:first-child td {
    text-align: center; }
  #unit-sales-tables thead tr:last-child th,
  #unit-sales-tables thead tr:last-child td {
    top: 2.75rem; }
    #unit-sales-tables thead tr:last-child th:before,
    #unit-sales-tables thead tr:last-child td:before {
      content: ' ';
      position: absolute;
      height: 2px;
      width: 100%;
      background: #333333;
      left: 0;
      bottom: 0; }
  #unit-sales-tables thead tr:first-child th:nth-child(2):after,
  #unit-sales-tables tr > *:nth-child(5):after {
    content: ' ';
    position: absolute;
    height: calc(100% + 2px);
    width: 2px;
    background: #333333;
    right: 0;
    top: 0; }
  #unit-sales-tables tbody tr > *:nth-child(5) {
    position: relative; }
  #unit-sales-tables thead > tr > *:first-child {
    z-index: 3;
    left: 0; }
  #unit-sales-tables tbody th {
    text-align: left;
    font-weight: 400;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 5rem;
    z-index: 1; }
  #unit-sales-tables tr > *:first-child {
    text-align: center; }
    #unit-sales-tables tr > *:first-child:after {
      content: ' ';
      position: absolute;
      height: calc(100% + 2px);
      width: 2px;
      background: #333333;
      right: 0;
      top: 0; }
  #unit-sales-tables tbody td {
    width: 8rem; }
  #unit-sales-tables tr:nth-child(even) td, #unit-sales-tables tr:nth-child(even) th {
    background: #F7FBFF;
    border-bottom: 2px solid #edf0f1; }
  #unit-sales-tables tr:nth-child(odd) td, #unit-sales-tables tr:nth-child(odd) th {
    background: #FFFFFF; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#dashboard section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  padding: 1.67rem 1.67rem 2.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 3.25rem;
  grid-row-gap: 2.5rem; }

#dashboard section.graphs {
  grid-column-gap: 1.67rem;
  margin-bottom: 2.5rem; }

#dashboard section.graphs > .highlight {
  background: #FFFFFF; }

@media screen and (max-width: 1023px) {
  #dashboard section {
    grid-template-columns: 1fr; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#customers .radio-group-container {
  border-bottom: 0px;
  display: flex;
  justify-content: flex-end; }

#customers #customers-graphs section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin-bottom: 2.5rem; }

#customers #customers-graphs section h2 {
  font-size: 1.33rem;
  font-weight: 700;
  grid-column-start: span 3;
  margin: 0; }

#customers .heading {
  grid-column-start: span 3;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

#customers h2.highlight {
  background: #FFFFFF; }

#customers .content-wrapper {
  position: relative; }

#customers #view-toggle {
  position: absolute;
  top: calc(1.25rem + 1px);
  right: calc(1.25rem + 1px); }

@media screen and (max-width: 1023px) {
  #customers #customers-graphs section {
    display: flex;
    flex-direction: column; }
  #customers section figcaption {
    margin: 0;
    margin-top: 2rem; }
  #customers .radio-group-container.data {
    align-self: flex-end; } }

#customers-tables {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07); }
  #customers-tables .buttons {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    margin-top: 1.625rem; }
  #customers-tables .ctc-button {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  #customers-tables .table-wrapper {
    grid-column-start: span 2;
    flex-basis: 100%;
    overflow: auto;
    height: calc(100vh - 31rem);
    min-height: 22rem; }
  #customers-tables .tech {
    min-width: 4rem;
    display: inline-block; }
  #customers-tables table {
    min-width: 100%;
    border-collapse: collapse;
    white-space: nowrap; }
  #customers-tables th, #customers-tables td {
    padding: 0.6rem 0.8rem;
    text-align: right;
    vertical-align: top; }
  #customers-tables thead th,
  #customers-tables thead td {
    background: #FFFFFF;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; }
  #customers-tables thead tr:first-child th {
    text-align: center; }
  #customers-tables thead tr:last-child th,
  #customers-tables thead tr:last-child td {
    top: 2.75rem; }
    #customers-tables thead tr:last-child th:before,
    #customers-tables thead tr:last-child td:before {
      content: ' ';
      position: absolute;
      height: 2px;
      width: 100%;
      background: #333333;
      left: 0;
      bottom: 0; }
  #customers-tables thead > tr > *:first-child {
    text-align: center;
    z-index: 3;
    left: 0; }
  #customers-tables tbody th {
    font-weight: 400;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 5rem;
    text-align: center;
    z-index: 1; }
  #customers-tables tr > *:first-child:after {
    content: ' ';
    position: absolute;
    height: calc(100% + 2px);
    width: 2px;
    background: #333333;
    right: 0;
    top: 0; }
  #customers-tables tbody td {
    width: 8rem; }
  #customers-tables tr:nth-child(even) td, #customers-tables tr:nth-child(even) th {
    background: #F7FBFF;
    border-bottom: 2px solid #edf0f1; }
  #customers-tables tr:nth-child(odd) td, #customers-tables tr:nth-child(odd) th {
    background: #FFFFFF; }
  #customers-tables .metric-label {
    border-left: solid 2px #edf0f1; }
  #customers-tables thead tr:first-child th:nth-child(2):after,
  #customers-tables thead tr:first-child th:nth-child(3):after,
  #customers-tables thead tr:last-child th:nth-child(4):after,
  #customers-tables thead tr:last-child th:nth-child(7):after,
  #customers-tables tbody tr > *:nth-child(4):after,
  #customers-tables tbody tr > *:nth-child(7):after {
    content: ' ';
    position: absolute;
    height: calc(100% + 2px);
    width: 2px;
    background: #333333;
    right: 0;
    top: 0; }
  #customers-tables tbody tr > *:nth-child(4),
  #customers-tables tbody tr > *:nth-child(7) {
    position: relative; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#decisions.tutorial {
  padding-bottom: 10rem; }

#decisions #decisions-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.83rem;
  margin-top: 1.67rem; }
  #decisions #decisions-header h1 {
    font-size: 1.67rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }

#decisions #decisions-main {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  padding: 1rem 1.25rem; }
  #decisions #decisions-main h2 {
    font-size: 1.33rem;
    font-weight: 700; }

#decisions #investments-bar-chart {
  width: 68%;
  margin: 0 auto; }

#decisions .legend-container {
  width: 68%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 3rem; }

#decisions #decisions-table {
  padding: 0 1.83rem; }

#decisions table {
  width: 100%;
  border-collapse: collapse; }
  #decisions table th:not(:first-child), #decisions table td:not(:first-child) {
    text-align: right; }
  #decisions table th, #decisions table td {
    padding: 0.6rem 0.4rem; }

#decisions #decisions-table th:first-child {
  text-align: left; }

#decisions #decisions-table .title-row td {
  border-bottom: 2px solid #edf0f1;
  background: #F7FBFF;
  font-weight: 700; }

#decisions #decisions-table tr:not(.title-row) td:first-child {
  padding-left: 2rem; }

#decisions .title-row:first-child td:first-child {
  font-style: italic;
  font-weight: 400; }

#decisions #decisions-table td.error {
  background-color: rgba(177, 0, 33, 0.3); }

#decisions #decisions-table th.error {
  color: #B10021; }

#decisions #decisions-strategy {
  margin-top: 4.3rem;
  padding: 0 1.83rem;
  display: flex;
  justify-content: flex-end; }

#decisions #decisions-strategy.highlight {
  background: #FFFFFF;
  padding-bottom: 2rem;
  padding-top: 2rem; }

#decisions #decisions-strategy label .text-label {
  width: 50rem;
  display: flex;
  justify-content: space-between; }

#decisions #decisions-strategy label .text-label span:last-child {
  color: #B10021;
  font-weight: 700; }

#decisions #decisions-strategy textarea {
  resize: none;
  width: 50rem;
  height: 15.5rem; }

#decisions #decisions-strategy.error textarea {
  outline: rgba(177, 0, 33, 0.5) solid 2px; }

#decisions #decisions-submit {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 0 1.83rem; }
  #decisions #decisions-submit .editor-warning {
    justify-self: flex-start; }

#decisions .error-container {
  margin-bottom: 4rem; }

#decisions td.highlight {
  background: #FFFFFF; }

#decisions tr:nth-child(3) .input-text-wrapper {
  margin-right: 1.1875rem; }

#decisions .input-text-wrapper {
  justify-content: flex-end; }

#decisions .suffix {
  align-self: center; }

#decisions .decisions-edit-wrapper {
  display: flex; }

#decisions .decisions-edit-wrapper > button {
  background-color: #B10021;
  border: none;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  padding: 0.5rem 2rem;
  box-shadow: none;
  text-align: center;
  border: 1px solid #710000;
  height: -webkit-fit-content;
  height: fit-content;
  align-self: center;
  margin-left: 1rem; }

#decisions #set-editor-modal .modal {
  position: absolute;
  left: 6rem;
  top: 13rem;
  box-shadow: 0 -5px 16px 10px rgba(0, 0, 0, 0.5); }

#decisions #set-editor-modal .modal:before {
  content: ' ';
  height: 0;
  width: 0;
  border: 1rem solid;
  border-color: transparent transparent #F7FBFF transparent;
  position: absolute;
  bottom: 100%;
  left: 4.25rem; }

#decisions .editor-status {
  font-weight: 700;
  font-size: 1rem;
  font-style: italic; }

#decisions #decisions-table .input-text-label {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

#decisions #label-strategy.input-text-label {
  margin-right: 0; }

@media screen and (max-width: 1023px) {
  #decisions tr {
    display: flex;
    flex-direction: column; }
  #decisions #decisions-table .title-row td:not(:last-child) {
    border-bottom: none; }
  #decisions #decisions-table table td {
    display: flex;
    justify-content: space-between;
    padding-left: 2rem; }
  #decisions #decisions-table table td:first-child {
    justify-content: flex-start;
    padding-left: 0.4rem !important; }
  #decisions #decisions-strategy .textarea, #decisions #decisions-strategy textarea {
    width: 100%; }
  #decisions #decisions-strategy label {
    margin-right: 0; }
  #decisions #decisions-strategy label .text-label {
    width: 100%; }
  #decisions #decisions-strategy label .text-label span:last-child {
    text-align: right; }
  #decisions #investments-bar-chart {
    width: 100%; }
  #decisions #set-editor-modal .modal {
    left: 2rem;
    right: 2rem;
    width: unset; }
  #decisions #set-editor-modal .modal:before {
    left: 7.25rem; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#income-statement section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  padding: 1.25rem 1.667rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

#income-statement #income-statement-table {
  flex-basis: 100%;
  margin-top: 1.5rem;
  overflow: auto;
  height: calc(100vh - 28rem);
  min-height: 22rem; }

#income-statement table {
  min-width: 100%;
  border-collapse: collapse; }
  #income-statement table th:not(:first-child), #income-statement table td:not(:first-child) {
    text-align: right; }
  #income-statement table th, #income-statement table td {
    padding: 0.6rem 0.4rem; }

#income-statement thead th, #income-statement thead td {
  background: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  #income-statement thead th:before, #income-statement thead td:before {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    left: 0;
    bottom: 0; }

#income-statement tbody th, #income-statement tbody td {
  white-space: nowrap; }

#income-statement thead > tr > *:first-child {
  z-index: 1;
  left: 0; }

#income-statement tbody th {
  text-align: left;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 20rem; }

#income-statement tr > *:first-child:after {
  content: ' ';
  position: absolute;
  height: calc(100% + 2px);
  width: 2px;
  background: #333333;
  right: 0;
  top: 0; }

#income-statement tbody td {
  width: 8rem; }

#income-statement tr:nth-child(even) td, #income-statement tr:nth-child(even) th {
  background: #F7FBFF;
  border-bottom: 2px solid #edf0f1; }

#income-statement tr:nth-child(odd) td, #income-statement tr:nth-child(odd) th {
  background: #FFFFFF; }

#income-statement .total-row th, #income-statement .total-row td {
  font-weight: 700; }

#income-statement .sub-row th {
  padding-left: 2rem; }

#income-statement .negative {
  color: #B10021; }

#income-statement .radio-group-container label {
  text-transform: uppercase; }

@media screen and (max-width: 1023px) {
  #income-statement section {
    display: flex;
    flex-flow: column; }
  #income-statement .radio-group-container.pill {
    display: flex;
    flex-flow: row wrap;
    order: 1; }
  #income-statement .option {
    margin-bottom: 1rem; }
  #income-statement #income-statement-table {
    order: 1; }
  #income-statement tbody th {
    white-space: unset; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#rnd-investments section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  padding: 1.25rem 1.667rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end; }

#rnd-investments .ctc-button {
  height: 2rem; }

#rnd-investments #rnd-investments-table {
  margin-top: 3.5rem;
  margin-bottom: 9.75rem;
  flex-basis: 100%;
  overflow: auto; }

#rnd-investments table {
  min-width: 100%;
  border-collapse: collapse; }
  #rnd-investments table th:not(:first-child), #rnd-investments table td:not(:first-child) {
    text-align: right; }
  #rnd-investments table th, #rnd-investments table td {
    padding: 0.6rem 0.4rem; }

#rnd-investments thead th, #rnd-investments thead td {
  background: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  #rnd-investments thead th:before, #rnd-investments thead td:before {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    left: 0;
    bottom: 0; }

#rnd-investments tbody th, #rnd-investments tbody td {
  white-space: nowrap; }

#rnd-investments thead > tr > *:first-child {
  z-index: 1;
  left: 0; }

#rnd-investments tbody th {
  text-align: left;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 20rem; }

#rnd-investments tr > *:first-child:after {
  content: ' ';
  position: absolute;
  height: calc(100% + 2px);
  width: 2px;
  background: #333333;
  right: 0;
  top: 0; }

#rnd-investments tbody td {
  width: 8rem; }

#rnd-investments tr:nth-child(even) td, #rnd-investments tr:nth-child(even) th {
  background: #F7FBFF;
  border-bottom: 2px solid #edf0f1; }

#rnd-investments tr:nth-child(odd) td, #rnd-investments tr:nth-child(odd) th {
  background: #FFFFFF; }

@media screen and (max-width: 1023px) {
  #rnd-investments section {
    display: flex;
    flex-flow: column; }
  #rnd-investments .radio-group-container.pill {
    display: flex;
    flex-flow: row wrap;
    order: 1; }
  #rnd-investments .option {
    margin-bottom: 1rem; }
  #rnd-investments tbody th {
    white-space: unset; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#features .radio-group-container {
  display: flex;
  justify-content: flex-end; }

#features .desired-chart-container {
  margin-bottom: 6.25rem; }

#features .desired-chart-container.highlight {
  background: #FFFFFF; }

#features #features-graphs h2 {
  font-size: 1.33rem;
  font-weight: 700;
  padding-right: 11.65rem;
  margin-top: 0;
  margin-bottom: 2.5rem; }

#features .ctc-button {
  align-self: flex-end;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

#features section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07); }

#features #view-toggle {
  float: right; }

#features-graphs .heading {
  pointer-events: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

@media screen and (max-width: 1023px) {
  #features-graphs .heading {
    flex-flow: column; } }

#features-tables .buttons {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  width: 100%; }

#features-tables .table-wrapper {
  grid-column-start: span 2;
  flex-basis: 100%;
  overflow: auto;
  height: calc(100vh - 31rem);
  min-height: 22rem; }

#features-tables .tech {
  min-width: 4rem;
  display: inline-block; }

#features-tables table {
  min-width: 100%;
  border-collapse: collapse;
  white-space: nowrap; }
  #features-tables table th:not(:first-child), #features-tables table td:not(:first-child) {
    text-align: right; }
  #features-tables table th, #features-tables table td {
    padding: 0.6rem 0.4rem; }
  #features-tables table th, #features-tables table td {
    padding: 0.6rem 0.8rem; }

#features-tables thead th,
#features-tables thead td {
  background: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

#features-tables thead tr:first-child th,
#features-tables thead tr:first-child td {
  text-align: center; }

#features-tables thead tr:last-child th,
#features-tables thead tr:last-child td {
  top: 2.75rem; }
  #features-tables thead tr:last-child th:before,
  #features-tables thead tr:last-child td:before {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    left: 0;
    bottom: 0; }

#features-tables thead tr:first-child th:nth-child(2):after,
#features-tables thead tr:first-child th:nth-child(3):after,
#features-tables tr > *:nth-child(5):after,
#features-tables tr > *:nth-child(9):after {
  content: ' ';
  position: absolute;
  height: calc(100% + 2px);
  width: 2px;
  background: #333333;
  right: 0;
  top: 0; }

#features-tables tbody tr > *:nth-child(5),
#features-tables tbody tr > *:nth-child(9) {
  position: relative; }

#features-tables thead > tr > *:first-child {
  z-index: 1;
  left: 0; }

#features-tables tbody th {
  text-align: left;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 5rem;
  z-index: 1; }

#features-tables tr > *:first-child {
  text-align: left; }
  #features-tables tr > *:first-child:after {
    content: ' ';
    position: absolute;
    height: calc(100% + 2px);
    width: 2px;
    background: #333333;
    right: 0;
    top: 0; }

#features-tables tbody td {
  width: 8rem; }

#features-tables tr:nth-child(even) td, #features-tables tr:nth-child(even) th {
  background: #F7FBFF;
  border-bottom: 2px solid #edf0f1; }

#features-tables tr:nth-child(odd) td, #features-tables tr:nth-child(odd) th {
  background: #FFFFFF; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#sales-variance {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 0.5rem;
  grid-column-gap: 1.5rem; }
  #sales-variance .radio-group-container {
    display: flex;
    justify-content: flex-end; }
  #sales-variance .ctc-button {
    align-self: flex-end;
    justify-self: flex-end; }

#sales-variance-graphs {
  padding: 0 1.5rem; }

#sales-variance-tables {
  flex-basis: 100%;
  overflow: auto;
  height: calc(100vh - 30rem);
  min-height: 22rem; }
  #sales-variance-tables .tech {
    min-width: 4rem;
    display: inline-block; }
  #sales-variance-tables table {
    min-width: 100%;
    border-collapse: collapse;
    white-space: nowrap; }
    #sales-variance-tables table th:not(:first-child), #sales-variance-tables table td:not(:first-child) {
      text-align: right; }
    #sales-variance-tables table th, #sales-variance-tables table td {
      padding: 0.6rem 0.4rem; }
    #sales-variance-tables table th, #sales-variance-tables table td {
      padding: 0.6rem 0.8rem; }
  #sales-variance-tables thead th,
  #sales-variance-tables thead td {
    background: #FFFFFF;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2; }
  #sales-variance-tables thead tr:first-child th,
  #sales-variance-tables thead tr:first-child td {
    text-align: center; }
  #sales-variance-tables thead tr:last-child th,
  #sales-variance-tables thead tr:last-child td {
    top: 2.75rem; }
    #sales-variance-tables thead tr:last-child th:before,
    #sales-variance-tables thead tr:last-child td:before {
      content: ' ';
      position: absolute;
      height: 2px;
      width: 100%;
      background: #333333;
      left: 0;
      bottom: 0; }
  #sales-variance-tables thead tr:first-child th:nth-child(2):after,
  #sales-variance-tables tr > *:nth-child(4):after {
    content: ' ';
    position: absolute;
    height: calc(100% + 2px);
    width: 2px;
    background: #333333;
    right: 0;
    top: 0; }
  #sales-variance-tables tbody tr > *:nth-child(4) {
    position: relative; }
  #sales-variance-tables thead > tr > *:first-child {
    z-index: 3;
    left: 0; }
  #sales-variance-tables tbody th {
    text-align: left;
    font-weight: 400;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 5rem;
    z-index: 1; }
  #sales-variance-tables tr > *:first-child {
    text-align: center; }
    #sales-variance-tables tr > *:first-child:after {
      content: ' ';
      position: absolute;
      height: calc(100% + 2px);
      width: 2px;
      background: #333333;
      right: 0;
      top: 0; }
  #sales-variance-tables tbody td {
    width: 8rem; }
  #sales-variance-tables tr:nth-child(even) td, #sales-variance-tables tr:nth-child(even) th {
    background: #F7FBFF;
    border-bottom: 2px solid #edf0f1; }
  #sales-variance-tables tr:nth-child(odd) td, #sales-variance-tables tr:nth-child(odd) th {
    background: #FFFFFF; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#game-over section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  display: flex;
  padding: 0;
  margin-top: 1.75rem; }

#game-over h1 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 1rem; }

#game-over section > div {
  padding: 1.25rem 3rem 3rem 1.08rem; }

#game-over #timeline {
  justify-self: right;
  margin-top: 1.67rem;
  margin-bottom: 1.83rem; }

#game-over .strategy-label {
  display: flex;
  justify-content: space-between; }

#game-over .game-over-main {
  width: 57%; }

#game-over .game-over-side {
  background: #333333;
  width: 43%;
  -o-object-fit: cover;
     object-fit: cover; }

#game-over textarea {
  resize: none;
  height: 11.8rem;
  width: 100%; }

#game-over form {
  max-width: 38rem;
  margin-top: 4.75rem;
  padding: 0 0.84rem; }

#game-over p {
  padding: 0 0.42rem; }

#game-over form.error textarea {
  outline: rgba(177, 0, 33, 0.5) solid 2px; }

#game-over form.error span:last-child {
  color: #B10021;
  font-weight: 700; }

#game-over button[type="submit"] {
  margin-top: 3rem;
  float: right; }

#game-over .profit {
  padding: 0 0.84rem; }

#game-over a[data-action="reset"] {
  text-decoration: underline;
  cursor: pointer; }

#game-over div[data-img="fired"] {
  background-image: url(579e993ea8e9160118007cd34feda9ad.jpg);
  background-size: cover;
  background-position: center; }

#game-over div[data-img="success"] {
  background-image: url(bb73562e6f376226e2c5ab2cba2665ce.jpg);
  background-size: cover;
  background-position: center; }

@media screen and (max-width: 1023px) {
  #game-over section {
    flex-flow: column-reverse; }
  #game-over .game-over-main {
    width: 100%; }
  #game-over .game-over-side {
    width: 100%;
    height: 18rem; }
  #game-over form {
    width: 100%; }
  #game-over .strategy-label {
    margin-right: 0; }
  #game-over .strategy-label span:last-child {
    text-align: right; } }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#leaderboard #leaderboard-header {
  display: flex;
  margin-bottom: 0.83rem;
  margin-top: 1.67rem;
  justify-content: space-between;
  align-items: center; }
  #leaderboard #leaderboard-header h1 {
    font-size: 1.67rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }

#leaderboard #leaderboard-main {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  padding: 1rem 1.25rem; }
  #leaderboard #leaderboard-main table {
    border-collapse: collapse;
    width: 100%; }
    #leaderboard #leaderboard-main table th, #leaderboard #leaderboard-main table td {
      text-align: left; }
    #leaderboard #leaderboard-main table th {
      text-transform: uppercase;
      padding: 0.75rem 0; }
    #leaderboard #leaderboard-main table td {
      font-size: 1.15em;
      padding: 0.75rem 0 1.5rem; }
    #leaderboard #leaderboard-main table tr {
      border-bottom: 3px solid #DBE5EB; }
    #leaderboard #leaderboard-main table thead > tr {
      border-bottom: none; }
    #leaderboard #leaderboard-main table .name {
      width: 18rem; }
    #leaderboard #leaderboard-main table .profit {
      font-weight: 700;
      width: 10rem; }
    #leaderboard #leaderboard-main table .date {
      width: 18rem; }

#leaderboard .refresh-btn {
  padding: 0.5rem;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  #leaderboard .refresh-btn img {
    width: 1rem;
    height: 1rem; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#archive h1 {
  font-size: 1.67rem;
  font-weight: 700;
  padding: 0;
  margin: 0; }

#archive #archive-header {
  margin-top: 1.67rem;
  margin-bottom: 0.83rem; }

#archive #archive-main {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: calc(100vh - 20rem); }

#archive table {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 3rem;
  border-collapse: collapse; }

#archive table th {
  text-align: left; }

#archive table th:last-child, #archive table td:last-child {
  text-align: right; }

#archive tbody td {
  border-bottom: 2px solid #E6E6E6; }

#archive thead th {
  padding-bottom: 3rem; }

#archive .view {
  text-align: center; }

#archive .view a {
  color: #1F4889;
  text-decoration: underline; }

#archive .bottom-container {
  text-align: center; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#sim-closed section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07); }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#decision-history h1 {
  font-size: 1.67rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
  margin-top: 1.67rem;
  margin-bottom: 0.83rem; }

#decision-history section {
  border: 1px solid rgba(46, 91, 255, 0.08);
  border-radius: 1px;
  background-color: #FFFFFF;
  padding: 1.25rem 1.25rem 2.5rem;
  box-shadow: 0 10px 20px 0 rgba(31, 72, 137, 0.07);
  padding: 1.25rem 1.667rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end; }

#decision-history .contour-chart {
  overflow: visible; }

#decision-history .no-history {
  flex-basis: 100%; }

#decision-history #decision-history-table {
  flex-basis: 100%;
  margin-top: 1.5rem; }

#decision-history .ctc-button {
  height: 2rem; }

#decision-history .tech {
  min-width: 4rem;
  display: inline-block; }

#decision-history table {
  min-width: 100%;
  border-collapse: collapse;
  white-space: nowrap; }
  #decision-history table th:not(:first-child), #decision-history table td:not(:first-child) {
    text-align: right; }
  #decision-history table th, #decision-history table td {
    padding: 0.6rem 0.4rem; }

#decision-history thead th, #decision-history thead td {
  background: #FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  #decision-history thead th:before, #decision-history thead td:before {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333333;
    left: 0;
    bottom: 0; }

#decision-history thead > tr > *:first-child {
  z-index: 1;
  left: 0; }

#decision-history tbody th {
  text-align: left;
  font-weight: 700;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 20rem; }

#decision-history tr > *:first-child:after {
  content: ' ';
  position: absolute;
  height: calc(100% + 2px);
  width: 2px;
  background: #333333;
  right: 0;
  top: 0; }

#decision-history tbody td {
  width: 8rem; }

#decision-history tr:nth-child(4n - 1) > *,
#decision-history tr:nth-child(4n) > * {
  background: #F7FBFF; }

#decision-history tr th {
  background: #FFFFFF; }

#decision-history tr:nth-child(4n) > * {
  border-bottom: 2px solid #edf0f1; }

#decision-history .spending-history-wrapper {
  margin-top: 1rem; }
  #decision-history .spending-history-wrapper figure {
    width: 100%;
    height: 100%; }

#decision-history #decision-history-filters {
  position: absolute;
  z-index: 1; }

#decision-history .legend-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5rem; }
  #decision-history .legend-container > * {
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
    border-left: 1rem solid;
    height: 1rem;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
    color: #333333; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#facilitator {
  padding-top: 3.625rem; }
  #facilitator .episode-info-row {
    display: flex; }
    #facilitator .episode-info-row p {
      margin-left: 1rem;
      font-size: 1.15rem; }
  #facilitator .user-summary {
    margin-left: 0.625rem;
    background-color: #F5F5F5;
    border: 1px solid #333333;
    border-radius: 2px;
    box-shadow: 0px 0px 12px 0px #e6e5e5;
    padding: 0.5rem 2rem 2rem; }
    #facilitator .user-summary dl {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-column-gap: 1.25rem;
      grid-row-gap: 0.875rem;
      margin: 0; }
    #facilitator .user-summary dt {
      font-size: 1.167rem; }
    #facilitator .user-summary dd {
      font-size: 1.167rem;
      text-align: right;
      margin: 0;
      font-weight: 700; }
  #facilitator .refresh-btn {
    padding: 0.5rem;
    border-radius: 3px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem; }
    #facilitator .refresh-btn img {
      width: 1.25rem;
      height: 1.25rem; }
  #facilitator .episode-select-wrapper {
    display: inline-grid;
    grid-template-columns: auto auto;
    grid-column-gap: 0.5rem;
    align-items: center; }
  #facilitator .fac-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem; }
  @media screen and (max-width: 1023px) {
    #facilitator {
      padding-top: 4.25rem; } }
  #facilitator #fac-sim-status {
    text-align: right; }
  #facilitator #fac-sim-status p {
    margin: 0; }
  #facilitator #fac-sim-status p:first-child {
    margin-top: 1rem; }
  #facilitator .action-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: none;
    box-shadow: none; }
  #facilitator .action-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  #facilitator .action-btn.impersonate {
    padding: 0.25rem; }
    #facilitator .action-btn.impersonate img {
      width: 1.5rem;
      height: 1.5rem; }
  #facilitator .action-btn.delete {
    padding: 0.5rem; }
    #facilitator .action-btn.delete img {
      width: 1rem;
      height: 1rem; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#sim-setup .sim-setup-row {
  display: grid;
  grid-template-columns: 2fr 1.25fr;
  grid-gap: 5px;
  min-height: 10rem; }

#sim-setup .sim-setup-row.header {
  min-height: unset;
  font-size: 2.5rem; }
  #sim-setup .sim-setup-row.header > span {
    display: flex;
    padding: 3rem 0 1rem; }

#sim-setup .sim-setup-row > div > *:not(h2) {
  margin-left: 1.875rem;
  margin-right: 1.875rem; }

#sim-setup .sim-setup-row:not(.header) > div:first-child {
  border-top: 1px solid #333333; }

#sim-setup .sim-setup-row:not(.header) > div:last-child {
  background-color: #D8D8D8;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700; }

#sim-setup .sim-setup-row .input-text-wrapper label,
#sim-setup .sim-setup-row .radio-group .faux-legend,
#sim-setup .sim-setup-row a {
  font-size: 1.5rem; }

#sim-setup .sim-setup-row .option label {
  font-size: 1.25rem; }

#sim-setup .sim-setup-row .option label:before, #sim-setup .sim-setup-row .option label:after {
  font-size: 1.25rem;
  transform: translateY(0.1rem); }

#sim-setup button {
  border: none;
  box-shadow: none;
  font-size: 1.625rem;
  font-weight: 400;
  border-radius: 25px; }

#sim-setup #time-skip {
  flex-flow: row wrap; }
  #sim-setup #time-skip .faux-legend {
    flex-basis: 100%; }
  #sim-setup #time-skip .option {
    margin-left: 0;
    margin-right: 2.5rem; }

#sim-setup #market-segment .option {
  margin-bottom: 0;
  margin-top: 1.25rem;
  display: block; }

#sim-setup #market-segment .option label {
  font-size: 1.5rem; }

#sim-setup #market-segment .option label:before, #sim-setup #market-segment .option label:after {
  transform: translateY(0.25rem); }

#sim-setup #difficulty-level .option {
  display: flex;
  margin-top: 1.25rem;
  text-align: justify; }
  #sim-setup #difficulty-level .option label {
    font-size: 1.25rem; }
  #sim-setup #difficulty-level .option label:before, #sim-setup #difficulty-level .option label:after {
    transform: translateY(0.325rem); }

#sim-setup #status .option {
  display: block; }

#sim-setup #customizations {
  padding-bottom: 6.7rem; }

#sim-setup #customizations > div {
  margin-bottom: 1.875rem; }

#sim-setup textarea {
  resize: none; }

#sim-setup input#runLimit {
  border: 1px solid #333333;
  border-radius: 3px 0 0 3px;
  width: 4.375rem;
  text-align: center; }

#sim-setup .view-registered-users {
  color: #777777;
  text-decoration: underline; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.filter {
  background-color: #F5F5F5;
  border: 1px solid #333333;
  border-radius: 2px;
  box-shadow: 0px 0px 12px 0px #e6e5e5;
  padding: 0.5rem 2rem 2rem; }
  .filter .fitler-view, .filter .filter-show, .filter .filter-text {
    font-size: 1.167rem !important; }
  .filter .filter-show {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 1.25rem 0; }
    .filter .filter-show .input-dropdown-wrapper {
      display: flex;
      flex-flow: row nowrap; }
  .filter .input-text-wrapper {
    font-size: 1.167rem; }
  .filter .checkbox-container.pill legend {
    margin-left: 0.83rem; }
  .filter .checkbox-container.pill:last-child label {
    margin-right: 0; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.fac-table-buttons {
  margin-top: 2rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start; }
  .fac-table-buttons .fac-ctc-button {
    background: none;
    border: none;
    padding: 0;
    box-shadow: none; }
  .fac-table-buttons .download-slides {
    cursor: pointer;
    font-size: 1.25rem;
    margin-left: auto;
    text-decoration: underline; }

.fac-table {
  border-collapse: collapse;
  width: 100%; }
  .fac-table thead tr {
    border-bottom: 2px solid #333333; }
  .fac-table tbody tr {
    border-bottom: 1px solid #DBE5EB; }
    .fac-table tbody tr:first-of-type td {
      padding-top: 0.5rem; }
    .fac-table tbody tr:hover {
      background-color: rgba(177, 0, 33, 0.1); }
  .fac-table tbody th, .fac-table tbody td {
    padding: 0 0.5rem; }
  .fac-table th {
    cursor: pointer;
    padding: 0.5rem;
    vertical-align: bottom; }
  .fac-table th, .fac-table td {
    text-align: left; }
    .fac-table th.short, .fac-table td.short {
      width: 7rem; }
    .fac-table th.no-sort, .fac-table td.no-sort {
      cursor: default; }
  .fac-table .strategy-tooltip {
    position: relative; }
    .fac-table .strategy-tooltip .tooltip-wrapper {
      display: none;
      flex-flow: row nowrap;
      justify-content: flex-end;
      pointer-events: none;
      position: absolute;
      z-index: 10;
      right: 2.5rem;
      top: 1.75rem;
      width: 50rem; }
    .fac-table .strategy-tooltip .strategy {
      background-color: #007670;
      color: #FFFFFF;
      display: none;
      padding: 0.25rem 0.5rem;
      pointer-events: all; }
      .fac-table .strategy-tooltip .strategy:before {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        top: -1rem;
        right: 1.5rem;
        border: 10px solid transparent;
        border-bottom-color: #007670; }
    .fac-table .strategy-tooltip .view-tooltip {
      cursor: pointer;
      text-decoration: underline; }
    .fac-table .strategy-tooltip:hover .tooltip-wrapper {
      display: flex; }
    .fac-table .strategy-tooltip:hover .strategy {
      display: block; }
  .fac-table.hidden {
    display: none; }

.pagination-btns {
  width: 100%;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  margin-top: 1rem; }
  .pagination-btns ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex; }

.page-btn {
  padding: 0.25rem 0.35rem 0.15rem;
  font-size: 0.85rem;
  background: none;
  color: #333333;
  font-weight: 400;
  margin-left: 0.5rem; }

.page-btn.active {
  color: #FFFFFF;
  background-color: #B10021; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#class-results .summary-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.83rem;
  margin-top: 1.67rem; }
  #class-results .summary-header h1 {
    font-size: 1.67rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }

#class-results .filter-wrapper {
  margin: 1rem 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center; }
  #class-results .filter-wrapper .filter {
    min-width: 50rem;
    width: 50%; }

#class-results th:nth-last-child(4) {
  width: 8.8125rem;
  max-width: 8.8125rem;
  min-width: 8.8125rem; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#sim-summary .summary-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.83rem;
  margin-top: 1.67rem; }
  #sim-summary .summary-header h1 {
    font-size: 1.67rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }

#sim-summary .filter-wrapper {
  margin-top: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center; }
  #sim-summary .filter-wrapper .filter {
    min-width: 50rem;
    width: 50%; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#best-scores .summary-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.83rem;
  margin-top: 1.67rem; }
  #best-scores .summary-header h1 {
    font-size: 1.67rem;
    font-weight: 700;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }

#best-scores .type-filter {
  text-align: right; }
  #best-scores .type-filter .filter {
    min-width: 50rem; }

#best-scores .tab {
  padding: 0.5rem;
  background: #F7FBFF;
  border-color: rgba(110, 110, 110, 0.3);
  box-shadow: none;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 400;
  opacity: 0.57;
  position: relative;
  top: 1px; }

#best-scores .tab.active {
  opacity: 1;
  border-bottom-color: #F7FBFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: relative; }
  #best-scores .tab.active::after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.5rem;
    width: 100%;
    transform: translateY(50%);
    z-index: 3;
    background: #F7FBFF; }

#best-scores .tabs {
  margin-top: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

#best-scores .tab-panel {
  padding: 3rem;
  border: solid 1px rgba(110, 110, 110, 0.3);
  position: relative;
  z-index: 2;
  background: #F7FBFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

#best-scores .tabs-wrapper {
  display: grid;
  grid-template-rows: auto auto;
  width: 100%;
  position: relative; }

#best-scores .column-chart .x.axis text {
  text-transform: initial; }

#best-scores .checkbox-container {
  margin-top: 1rem;
  text-align: right; }
  #best-scores .checkbox-container label {
    margin-left: 0.83rem; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#manage-teams .auto-assign-container {
  width: 65%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F5F5;
  border: 1px solid #333333;
  border-radius: 2px;
  box-shadow: 0px 0px 12px 0px #e6e5e5;
  padding: 0.5rem 2rem 2rem; }
  #manage-teams .auto-assign-container h2 {
    flex-basis: 100%; }
  #manage-teams .auto-assign-container .input-text-wrapper {
    font-size: 1.167rem; }
  #manage-teams .auto-assign-container .assign-button, #manage-teams .auto-assign-container .clear-button {
    box-shadow: none;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 5px;
    background: #710000; }
    #manage-teams .auto-assign-container .assign-button:disabled, #manage-teams .auto-assign-container .clear-button:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
  #manage-teams .auto-assign-container .clear-button {
    background: #FFFFFF;
    color: #710000; }
  #manage-teams .auto-assign-container #maxUsers {
    width: 4.375rem;
    border: 1px solid #333333;
    border-radius: 3px 0 0 3px; }

#manage-teams .number-arrow-wrapper button {
  box-shadow: none;
  border: none;
  background: #B10021; }

#manage-teams .up-arrow {
  border-bottom-color: #FFFFFF; }

#manage-teams .down-arrow {
  border-top-color: #FFFFFF; }

#manage-teams .input-field-wrapper {
  display: flex;
  align-items: center; }

#manage-teams .input-field-wrapper .input-field {
  height: 100%; }

#manage-teams .input-field-wrapper label {
  margin-right: 2rem; }

#manage-teams .user-full-name {
  position: relative; }
  #manage-teams .user-full-name .hover-target {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 2rem);
    height: 2.5rem;
    top: -0.65rem;
    left: 0; }
  #manage-teams .user-full-name:hover .user-name-tooltip, #manage-teams .user-full-name .hover-target:hover + .user-name-tooltip {
    display: block; }

#manage-teams .user-name-tooltip {
  display: none;
  position: absolute;
  top: -2rem;
  left: 95%;
  color: #FFFFFF;
  background: #B10021;
  padding: 0.25rem;
  border-radius: 3px;
  z-index: 1; }

#manage-teams .team-select .input-dropdown-label {
  position: absolute;
  overflow: hidden;
  top: auto;
  left: -10000px;
  width: 1px;
  height: 1px; }

#manage-teams .team-select select {
  width: 10rem; }

#manage-teams table {
  border-collapse: collapse;
  width: 100%; }

#manage-teams table td, #manage-teams table th {
  text-align: left;
  padding-left: 1.5rem; }

#manage-teams table td:first-child, #manage-teams table th:first-child {
  width: 20rem; }

#manage-teams table tr {
  border-bottom: 1px solid #333333;
  height: 3rem; }

#manage-teams table tbody tr {
  border-color: rgba(51, 51, 51, 0.5); }

#manage-teams table tbody td:last-child {
  padding-left: 0; }

#manage-teams .manage-users-message {
  margin-top: 1rem;
  color: #B10021;
  min-height: 2rem; }

#manage-teams .sortable {
  position: relative;
  cursor: pointer; }

#manage-teams .sortable:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 0.5rem solid;
  border-color: transparent transparent #C7C7C7 transparent;
  left: 0;
  bottom: 60%; }

#manage-teams .sortable:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 0.5rem solid;
  border-color: #C7C7C7 transparent transparent transparent;
  left: 0;
  top: 60%; }

#manage-teams .sortable.sorted.ascending:before {
  border-color: transparent transparent #B10021 transparent; }

#manage-teams .sortable.sorted:not(.ascending):after {
  border-color: #B10021 transparent transparent transparent; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#notable-runs td:first-child {
  width: 9.25rem; }

#notable-runs td, #notable-runs th {
  padding: 0.625rem;
  text-align: left; }

#notable-runs thead tr {
  border-bottom: 2px solid #333333; }

#notable-runs table {
  border-collapse: collapse; }

#notable-runs tbody tr {
  border-bottom: 1px solid #DBE5EB; }
  #notable-runs tbody tr:first-of-type td {
    padding-top: 0.5rem; }
  #notable-runs tbody tr:hover {
    background-color: rgba(177, 0, 33, 0.1); }
  #notable-runs tbody tr:last-child {
    border: none; }

#notable-runs .type-filter {
  text-align: right; }
  #notable-runs .type-filter .filter {
    min-width: 50rem; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
#materials-page section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem; }
  @media (max-width: 768px) {
    #materials-page section {
      grid-template-columns: 1fr; } }

#materials-page .video-wrapper {
  aspect-ratio: 16 / 9;
  max-width: 491px; }

#materials-page .video-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem; }

#materials-page .video-container h3 {
  margin-bottom: 1rem; }

#materials-page .video-container a {
  margin-top: 1rem; }

#materials-page a {
  color: #333333; }

#materials-page .playkit-button-save-cvaa {
  color: white !important; }

#materials-page .overlay-portal {
  z-index: 1; }

/*********
* COLORS
*********/
/*********
* VALUES
*********/
/*********
* FONTS
*********/
/*********
* FONT COLORS
*********/
/*********
* SHADOWS
*********/
/*********
* BORDERS
*********/
/*********
* MEDIA VALUES
*********/
/*********
* MIXINS
*********/
.AGM {
  fill: rgba(231, 181, 11, 0.8);
  stroke: #ECB90B;
  color: #ECB90B; }
  .AGM:before {
    background: #ECB90B; }

.Supercapacitor {
  fill: rgba(0, 176, 200, 0.8);
  stroke: #00B4CD;
  color: #00B4CD; }
  .Supercapacitor:before {
    background: #00B4CD; }

.series.Years,
.markers.Years {
  visibility: hidden; }

.Years {
  fill: rgba(60, 69, 76, 0.8);
  stroke: #3E484F;
  color: #3E484F; }
  .Years:before {
    background: #3E484F; }

.actual-agm, .actual-sc {
  fill: rgba(0, 0, 0, 0.8);
  stroke: #000000;
  color: #000000; }
  .actual-agm:before, .actual-sc:before {
    background: #000000; }

.market-0 {
  fill: rgba(245, 128, 55, 0.8);
  stroke: #F5833C;
  color: #F5833C; }
  .market-0:before {
    background: #F5833C; }

.market-1 {
  fill: rgba(136, 43, 103, 0.8);
  stroke: #8C2C6A;
  color: #8C2C6A; }
  .market-1:before {
    background: #8C2C6A; }

.market-2 {
  fill: rgba(68, 206, 199, 0.8);
  stroke: #48CFC8;
  color: #48CFC8; }
  .market-2:before {
    background: #48CFC8; }

.agm-0 {
  fill: rgba(172, 0, 32, 0.8);
  stroke: #B10021;
  color: #B10021;
  border-color: #B10021 !important; }
  .agm-0:before {
    background: #B10021; }

.agm-1 {
  fill: rgba(136, 43, 103, 0.8);
  stroke: #8C2C6A;
  color: #8C2C6A;
  border-color: #8C2C6A !important; }
  .agm-1:before {
    background: #8C2C6A; }

.agm-2 {
  fill: rgba(30, 70, 133, 0.8);
  stroke: #1F4889;
  color: #1F4889;
  border-color: #1F4889 !important; }
  .agm-2:before {
    background: #1F4889; }

.agm-3 {
  fill: rgba(86, 139, 198, 0.8);
  stroke: #5A8EC7;
  color: #5A8EC7;
  border-color: #5A8EC7 !important; }
  .agm-3:before {
    background: #5A8EC7; }

.agm-4 {
  fill: rgba(245, 128, 55, 0.8);
  stroke: #F5833C;
  color: #F5833C;
  border-color: #F5833C !important; }
  .agm-4:before {
    background: #F5833C; }

.sc-0 {
  fill: rgba(68, 206, 199, 0.8);
  stroke: #48CFC8;
  color: #48CFC8;
  border-color: #48CFC8 !important; }
  .sc-0:before {
    background: #48CFC8; }

.sc-1 {
  fill: rgba(0, 176, 200, 0.8);
  stroke: #00B4CD;
  color: #00B4CD;
  border-color: #00B4CD !important; }
  .sc-1:before {
    background: #00B4CD; }

.sc-2 {
  fill: rgba(186, 236, 234, 0.8);
  stroke: #BEEDEB;
  color: #BEEDEB;
  border-color: #BEEDEB !important; }
  .sc-2:before {
    background: #BEEDEB; }

.sc-3 {
  fill: rgba(231, 181, 11, 0.8);
  stroke: #ECB90B;
  color: #ECB90B;
  border-color: #ECB90B !important; }
  .sc-3:before {
    background: #ECB90B; }

.sc-4 {
  fill: rgba(3, 145, 138, 0.8);
  stroke: #03968F;
  color: #03968F;
  border-color: #03968F !important; }
  .sc-4:before {
    background: #03968F; }

.contour-chart {
  width: 100%; }
  .contour-chart .axis {
    font-size: 1rem;
    font-family: "Lato", sans-serif; }
  .contour-chart .axis text {
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    color: #333333;
    fill: #333333;
    alignment-baseline: auto; }
  .contour-chart .domain,
  .contour-chart .tick {
    stroke: #333333; }

.contour-legend-entry {
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  .contour-legend-entry .contour-legend-key {
    background-color: unset;
    margin-right: 0.83rem; }

.legend-container {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 1.67rem; }

.swatch {
  padding-left: 2.083rem;
  margin-top: 1rem;
  margin-right: 1.67rem;
  position: relative;
  background: none;
  color: #333333; }
  @media screen and (max-width: 1023px) {
    .swatch {
      padding-left: 1.5rem;
      margin-top: 0.5rem;
      margin-right: 0.5rem; } }

.swatch:before {
  content: ' ';
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }
  @media screen and (max-width: 1023px) {
    .swatch:before {
      width: 0.9rem;
      height: 0.9rem;
      font-size: 0.75rem; } }

.chart-wrapper {
  margin: 0;
  position: relative; }
  .chart-wrapper figcaption {
    margin-bottom: 1.67rem;
    font-size: 1.17rem; }

.nw-tooltip {
  border-radius: 0;
  background: aliceblue;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  z-index: 1; }
  .nw-tooltip .text {
    color: #333333;
    font-size: 1rem; }

.label-line,
.zero-trace,
.line-marker {
  stroke: #333333; }

.grid-line {
  stroke-dasharray: 4; }

.x.axis g.tick line {
  display: none; }

[vis-type="line"] .line {
  stroke-width: 3px; }

[vis-type="accessibleMarkers"] {
  pointer-events: none; }

.point-marker .label-marker rect {
  border-radius: 0;
  background: aliceblue;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.2;
  fill: aliceblue;
  stroke: #DBE5EB; }

.point-marker .outside circle, .point-marker .median circle {
  fill: white; }

.point-marker text {
  fill: #333333;
  color: #333333;
  stroke: none;
  font-size: 1rem; }

.mouseover-tooltip {
  background: aliceblue;
  padding: 0.1rem 0.3rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 0.45rem));
  white-space: nowrap; }

.desired-features-chart .bar.low,
.desired-features-chart .legend-square.low {
  fill: #BEEDEB;
  stroke: #BEEDEB;
  color: #BEEDEB;
  background: #BEEDEB; }

.desired-features-chart .bar.medium,
.desired-features-chart .legend-square.medium {
  fill: #48CFC8;
  stroke: #48CFC8;
  color: #48CFC8;
  background: #48CFC8; }

.desired-features-chart .bar.high,
.desired-features-chart .legend-square.high {
  fill: #03968F;
  stroke: #03968F;
  color: #03968F;
  background: #03968F; }

.comparison-line-markers {
  stroke-width: 0.167rem; }

.desired-features-chart .chart {
  width: 50%; }
  @media screen and (max-width: 1023px) {
    .desired-features-chart .chart {
      width: 60%; } }
  @media screen and (max-width: 600px) {
    .desired-features-chart .chart {
      width: 80%; } }

.desired-features-chart .contour-chart {
  overflow: visible; }

.desired-features-chart figcaption {
  margin: 0; }

.desired-features-chart .legend {
  display: flex;
  margin-top: 1rem; }

.desired-features-chart .legend > div {
  display: flex;
  align-items: center;
  margin: 0 1rem;
  font-size: 1rem; }

.desired-features-chart .legend-square {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem; }

@font-face {
  font-family: 'Lato';
  src: url(7f690e503a254e0b8349aec0177e07aa.ttf);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url(56c4cb26fd6a48b9c0ebcc07b376ee38.ttf);
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Lato';
  src: url(44dfe8cc676882243911a3197a50169e.ttf);
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Lato';
  src: url(1ba4767ee37aab7e8d34fc339c3538cc.ttf);
  font-weight: 700;
  font-style: italic; }

html {
  background: #F7FBFF;
  box-sizing: border-box;
  color: #333333;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.63; }
  @media screen and (max-width: 1023px) {
    html {
      font-size: 0.75em; } }

body {
  font-family: "Lato", sans-serif;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden; }

fieldset {
  padding: 0;
  border: none; }

#app {
  height: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto; }

main {
  width: 100vw;
  padding: 0 2rem 2rem; }
  @media screen and (max-width: 1023px) {
    main {
      padding: 0 0.75rem 2rem; } }

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

hr {
  height: 1px;
  background: #333333;
  border: none;
  max-width: 48rem;
  width: 100%; }

button {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background-color: #B10021;
  border: 1px solid rgba(99, 0, 19, 0.8);
  box-shadow: none;
  padding: 0.5rem 2rem;
  cursor: pointer; }
  button.unbutton {
    background: none;
    border: none;
    text-decoration: underline;
    padding: 0;
    box-shadow: none; }
  button.ctc-button {
    background: none;
    border: none;
    text-decoration: underline;
    padding: 0;
    box-shadow: none;
    color: #3E484F;
    font-weight: 400;
    position: relative;
    margin-right: 2rem; }
    button.ctc-button:not(.fac-ctc-button):after {
      position: absolute;
      content: ' ';
      height: 100%;
      width: 2rem;
      top: 0;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU0LjEgKDc2NDkwKSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5jb3B5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IktlbGxvZ2ciIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSIwMy1DbGFzcy1SZXN1bHRzLShETCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzgyLjAwMDAwMCwgLTY3NC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9ImNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzODIuMDAwMDAwLCA2NzQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYuODAwMDAwLCA0LjAwMDAwMCkiIHN0cm9rZT0iIzNFNDg0RiIgc3Ryb2tlLXdpZHRoPSIxLjYiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik03LjIsMC44IEM2Ljk3OTA4NjEsMC44IDYuOCwwLjk3OTA4NjEgNi44LDEuMiBMNi44LDE2LjQgQzYuOCwxNi42MjA5MTM5IDYuOTc5MDg2MSwxNi44IDcuMiwxNi44IEwxOCwxNi44IEMxOC4yMjA5MTM5LDE2LjggMTguNCwxNi42MjA5MTM5IDE4LjQsMTYuNCBMMTguNCw0LjU4MjAxOTE3IEMxOC40LDQuNDc3NTI0OCAxOC4zNTkxMDk0LDQuMzc3MTc5MDMgMTguMjg2MDc0OSw0LjMwMjQ0NTk5IEwxNC45ODA5MTk4LDAuOTIwNDI2ODIxIEMxNC45MDU2NTgyLDAuODQzNDE1MDAxIDE0LjgwMjUyNTUsMC44IDE0LjY5NDg0NDksMC44IEw3LjIsMC44IFoiIGlkPSJSZWN0YW5nbGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIuNCwxNy43OTkxODU4IEw1LjcxMTQxNDU4LDUuMiBMMS4yLDUuMiBDMC45NzkwODYxLDUuMiAwLjgsNS4zNzkwODYxIDAuOCw1LjYgTDAuOCwyMC44IEMwLjgsMjEuMDIwOTEzOSAwLjk3OTA4NjEsMjEuMiAxLjIsMjEuMiBMMTIsMjEuMiBDMTIuMjIwOTEzOSwyMS4yIDEyLjQsMjEuMDIwOTEzOSAxMi40LDIwLjggTDEyLjQsMTcuNzk5MTg1OCBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMy4wMjg1NzE0LDAuNCBMMTMuMDI4NTcxNCw0LjggQzEzLjAyODU3MTQsNS40NjI3NDE3IDEzLjU2NTgyOTcsNiAxNC4yMjg1NzE0LDYgTDE5LjAyODU3MTQsNiIgaWQ9IlBhdGgtNSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat top left; }
    @media screen and (max-width: 1023px) {
      button.ctc-button {
        align-self: flex-end;
        margin-bottom: 1rem; }
        button.ctc-button:after {
          height: 2rem;
          top: -0rem;
          background-size: 2rem; } }
  button:disabled {
    background: #C7C7C7;
    border-color: #C7C7C7; }

.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000; }
  .skip-link:focus {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 0.75rem 1.5rem;
    background: #1F4889;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 0 4px 4px; }

.accessibility-text {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px; }

.link-btn {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer; }

.highlight {
  padding: 1rem 1rem 1rem 1rem !important;
  position: relative;
  z-index: 6 !important;
  pointer-events: none;
  cursor: default; }
  .highlight#header {
    padding: 1rem 1rem 0 1rem !important; }
  .highlight:not(td) {
    border-radius: 5px !important; }

td.highlight:first-child {
  border-radius: 5px 0 0 5px; }

td.highlight:last-child {
  border-radius: 0 5px 5px 0; }

@media screen and (max-width: 1023px) {
  td.highlight:first-child {
    border-radius: 5px 5px 0 0; }
  td.highlight:last-child {
    border-radius: 0 0 5px 5px; } }

.ctc-button {
  height: 2rem; }

