@charset "UTF-8";
/*! AINTCSS - Alphero Inverted Triangle CSS */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
@font-face {
  font-family: "probity-glyphs";
  src: url("/assets/glyphs/probity-glyphs.woff2") format("woff2"), url("/assets/glyphs/probity-glyphs.ttf") format("truetype"), url("/assets/glyphs/probity-glyphs.woff") format("woff"), url("/assets/glyphs/probity-glyphs.svg#probity-glyphs") format("svg");
  font-weight: normal;
  font-style: normal;
}
.Pagination-item--back::before, .Pagination-item--back::after,
.Pagination-item--forward::before,
.Pagination-item--forward::after, .Input.has-error::before, .Checkbox-label::before, .icon {
  font-family: "probity-glyphs" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon--lg {
  font-size: 1.5rem;
}

.icon-plan:before, .icon-plan.Input.has-error::before {
  content: "\e915";
}

.icon-arrow-up:before, .icon-arrow-up.Input.has-error::before {
  content: "\e902";
}

.icon-arrow-right:before, .icon-arrow-right.Input.has-error::before {
  content: "\e903";
}

.icon-arrow-down:before, .icon-arrow-down.Input.has-error::before {
  content: "\e908";
}

.icon-arrow-left:before, .icon-arrow-left.Input.has-error::before {
  content: "\e909";
}

.icon-plus:before, .icon-plus.Input.has-error::before {
  content: "\e90a";
}

.icon-minus:before, .icon-minus.Input.has-error::before {
  content: "\e914";
}

.icon-download:before, .icon-download.Input.has-error::before {
  content: "\e917";
}

.icon-move-member:before, .icon-move-member.Input.has-error::before {
  content: "\e91b";
}

.icon-note:before, .icon-note.Input.has-error::before {
  content: "\e91c";
}

.icon-update-status:before, .icon-update-status.Input.has-error::before {
  content: "\e91d";
}

.icon-checklist:before, .icon-checklist.Input.has-error::before {
  content: "\e90b";
}

.icon-page:before, .icon-page.Input.has-error::before {
  content: "\e90c";
}

.icon-settings:before, .icon-settings.Input.has-error::before {
  content: "\e90d";
}

.icon-value:before, .icon-value.Input.has-error::before {
  content: "\e90e";
}

.icon-connect:before, .icon-connect.Input.has-error::before {
  content: "\e90f";
}

.icon-down-arrow-circle:before, .icon-down-arrow-circle.Input.has-error::before {
  content: "\e910";
}

.icon-up-arrow:before, .icon-up-arrow.Input.has-error::before {
  content: "\e911";
}

.icon-scroll-down:before, .icon-scroll-down.Input.has-error::before {
  content: "\e912";
}

.icon-scroll-up:before, .icon-scroll-up.Input.has-error::before {
  content: "\e913";
}

.icon-close:before, .icon-close.Input.has-error::before {
  content: "\e900";
}

.icon-tick:before, .icon-tick.Input.has-error::before, .Checkbox-label:before, .Checkbox-label.Input.has-error::before {
  content: "\e901";
}

.icon-user:before, .icon-user.Input.has-error::before {
  content: "\e904";
}

.icon-cross:before, .icon-cross.Input.has-error::before {
  content: "\e905";
}

.icon-result-error:before, .Input.has-error:before {
  content: "\e906";
}

.icon-result-success:before, .icon-result-success.Input.has-error::before {
  content: "\e907";
}

html {
  box-sizing: border-box;
}

*, *::before, .Input.has-error::before, .Checkbox-label::before, *::after {
  box-sizing: inherit;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css// ============ */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

hr {
  box-sizing: content-box;
  overflow: visible;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover,
.Footer-item--link:hover a.Button {
  outline-width: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
figure,
input,
optgroup,
select,
textarea {
  font-style: normal;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.u-textRegular, .PlanPreview-title, .Organisation-status-label, .Project-status-label, html {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.u-textMedium, .Story-info-desc strong, .EditPlan-comment-header, .Modal-label, [class*=Hint]::after, .h1, h1, .h3, h3 {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
}

.u-textBold, .u-link--footer,
.u-link--header, .StatusBanner-cell-body, .ReturnButton, .Footer-item-text, .Button, strong, b, .h2, h2, .h4, h4 {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}

::selection {
  background: rgba(53, 161, 169, 0.85);
  color: #FFF;
}

html {
  font-size: 1rem;
  line-height: 1.5;
  color: #4A4A4A;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.h1, h1 {
  font-size: 2rem;
  line-height: 1.25;
}

.h2, h2 {
  font-size: 1.75rem;
  line-height: 1.2857142857;
}

.h3, h3 {
  font-size: 1.5rem;
  line-height: 1.3333333333;
}

.h4, h4 {
  font-size: 1.1875rem;
  line-height: 1.3684210526;
}

.lead {
  font-size: 1.125rem;
  line-height: 1.7777777778;
}

.p, .Input-label, p {
  font-size: 1rem;
  line-height: 1.5;
}

.small, small {
  font-size: 0.875rem;
  line-height: 1.1428571429;
}

.fineprint {
  font-size: 0.75rem;
  line-height: 1.3333333333;
}

em, i {
  font-style: italic;
}

ul {
  list-style-type: disc;
}

ol {
  list-style: decimal;
}

sub, sup {
  font-size: 0.875rem;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

blockquote {
  margin-left: 0;
  padding-left: 1.5rem;
  border-left: 2px solid #4A4A4A;
}

hr {
  border: none;
  margin: 0;
  background-color: #ECECEC;
  height: 1px;
}

[target=_blank] {
  padding-right: 14px;
  margin-right: 1px;
  background: url("images/icon-external-link.svg") no-repeat 100% 50%;
}

[href=tel] {
  white-space: nowrap;
}

.bleed {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
@media print, (min-width: 768px) {
  .bleed {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
}

@media (max-width: 767.99px) {
  .bleed-mobile {
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }
}

.StatusBanner-container, .InfoBanner-container, .Container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 1024px;
  max-width: 1024px;
}
@media (min-width: 1024px) {
  .StatusBanner-container, .InfoBanner-container, .Container {
    width: 64rem;
  }
}
@media (min-width: 1280px) {
  .StatusBanner-container, .InfoBanner-container, .Container {
    width: 80rem;
  }
}
@media (min-width: 1600px) {
  .StatusBanner-container, .InfoBanner-container, .Container {
    width: 100rem;
  }
}

.Grid {
  display: block;
  font-size: 0;
  margin: 0;
  padding: 0;
  text-align: left;
}

.Grid--withGutter {
  margin-left: calc(-0.5 * 1.5rem);
  margin-right: calc(-0.5 * 1.5rem);
}
.Grid--withGutter > .Grid-cell {
  padding-left: calc(0.5 * 1.5rem);
  padding-right: calc(0.5 * 1.5rem);
}

.Grid--withSmallGutter {
  margin-left: calc(-0.25 * 1.5rem);
  margin-right: calc(-0.25 * 1.5rem);
}
.Grid--withSmallGutter > .Grid-cell {
  padding-left: calc(0.25 * 1.5rem);
  padding-right: calc(0.25 * 1.5rem);
}

.Grid-cell {
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  width: 100%;
}

.Grid-cell--center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gutter, .StatusBanner-container, .InfoBanner-container, .Container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

html, body {
  margin: 0;
  height: 100%;
  min-height: 100%;
}

body > .ember-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  width: 100%;
}

.Header,
.Footer {
  -ms-flex: none;
  flex: none;
}

.Main {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 767.99px) and (orientation: portrait) {
  .Main {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.Alert {
  border-radius: 5px;
  border-style: solid;
  border-width: 2px;
  padding: 0.75rem 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.Alert .icon {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}

.Alert--error {
  background-color: hsl(2.2966507177deg, 84.6153846154%, 95%);
  color: #E41B13;
}
.Alert--error path {
  fill: #E41B13;
}

.Alert--info {
  background-color: hsl(184.1379310345deg, 52.2522522523%, 95%);
  color: #35A1A9;
}
.Alert--info path {
  fill: #35A1A9;
}

.Alert--success {
  background-color: hsl(97.3846153846deg, 51.1811023622%, 95%);
  color: #6FC03E;
}
.Alert--success path {
  fill: #6FC03E;
}

.Alert--warning {
  background-color: hsl(15.4455445545deg, 87.0689655172%, 95%);
  color: #F05A26;
}
.Alert--warning path {
  fill: #F05A26;
}

.Button {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  appearance: none;
  background-color: #00737A;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  height: 40px;
  margin: 0;
  padding: 0 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
  border: none;
  border-radius: 50px;
  transition: all 0.1s ease-in-out;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media print, (min-width: 768px) {
  .Button {
    min-width: 300px;
  }
}

.Button--secondary, .Footer-item--link:hover .Button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #FFF;
  color: #FFF;
}

.Button--block {
  width: 100%;
}

.Button:hover, .Footer-item--link:hover .Button, .Button:focus, .Button:active {
  text-decoration: none;
  outline: none;
}

.Button:hover, .Footer-item--link:hover .Button {
  background-color: #35A1A9;
  box-shadow: inset 0 0 0 1px #35A1A9;
}
.Button:active, .Button.is-active {
  background-color: #3B8F98;
  box-shadow: inset 0 0 0 1px #3B8F98;
}
.Button:disabled, .Button.is-disabled {
  cursor: not-allowed;
  background-color: #00737A;
  color: #FFF;
  opacity: 0.5;
}
.Button:disabled:hover, .Footer-item--link:hover .Button:disabled, .Button.is-disabled:hover, .Footer-item--link:hover .Button.is-disabled {
  box-shadow: initial;
}
.Button.is-loading {
  cursor: not-allowed;
  background-color: #00737A;
}

.Button--secondary:hover, .Footer-item--link:hover .Button {
  background-color: #F5F5F5;
  box-shadow: inset 0 0 0 1px #F5F5F5;
  color: #35A1A9;
}
.Button--secondary:active .Button--secondary.is-active, .Footer-item--link:hover .Button:active .Button--secondary.is-active, .Button--secondary:active .Footer-item--link:hover .is-active.Button, .Footer-item--link:hover .Button--secondary:active .is-active.Button, .Footer-item--link:hover .Button:active .is-active.Button {
  background-color: #DADADD;
  box-shadow: inset 0 0 0 1px #DADADD;
}
.Button--secondary:disabled, .Footer-item--link:hover .Button:disabled, .Button--secondary.is-disabled, .Footer-item--link:hover .is-disabled.Button {
  cursor: not-allowed;
  background-color: #F5F5F5;
  box-shadow: inset 0 0 0 1px #F5F5F5;
  color: #00737A;
  opacity: 0.5;
}

.Button--tertiary {
  display: inline-block;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
  color: #35A1A9;
  min-width: auto;
  border: 1px solid #35A1A9;
  background-color: #FFF;
}
.Button--tertiary:hover, .Footer-item--link:hover .Button--tertiary.Button {
  background-color: #35A1A9;
  color: #FFF;
}
.Button--tertiary:active .Button--tertiary.is-active {
  background-color: #00737A;
}
.Button--tertiary:disabled, .Button--tertiary.is-disabled {
  cursor: not-allowed;
  background-color: #FFF;
  color: #00737A;
  opacity: 0.5;
}

@media print, (min-width: 768px) {
  .Button--width {
    min-width: 300px;
  }
}

.Button--auto-width {
  min-width: auto;
}

.Button--modal {
  min-width: 250px;
}

.Button--icon {
  min-width: 24px;
  height: 24px;
  border-radius: 1px;
  padding: 0;
  margin-right: 0.75rem;
  font-size: 1rem;
}

.Faq {
  margin: 0;
  padding: 0 0 1.125rem;
}
.Faq:not(:last-child) {
  margin-bottom: 1.125rem;
  border-bottom: 1px solid #ECECEC;
}

.Faq-question {
  margin: 0;
  padding: 0;
}

.Faq-answer {
  margin: 0;
  padding: 0;
  font-style: italic;
}

.FilterSelection-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 0.75rem;
}

.FilterSelection-item {
  background-color: #FFF;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  padding: 0.75rem 1.125rem;
  cursor: pointer;
  margin-right: 0.75rem;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(141, 144, 148, 0.2);
}
.FilterSelection-item:hover, .Footer-item--link:hover .FilterSelection-item.Button {
  background-color: #35A1A9;
  color: #FFF;
}
.FilterSelection-item:active {
  background-color: #004347;
  color: #FFF;
}
.FilterSelection-item.is-active {
  background-color: #00737A;
  color: #FFF;
}
.FilterSelection-item.is-active:hover, .Footer-item--link:hover .FilterSelection-item.is-active.Button {
  background-color: #00737A;
  color: #FFF;
}
.FilterSelection-item.is-active:active {
  background-color: #004347;
  color: #FFF;
}

.Footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.Footer > * {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.Footer-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 1.2rem 1.2rem;
  background: #00737A;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Footer-item--link {
  text-decoration: none;
}

.Footer-item-icon,
.Footer-item-text {
  vertical-align: top;
}

.Footer-item-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 0.75rem;
}
.Footer-item-icon img {
  height: 100%;
}

.Footer-item-text {
  font-size: 0.875rem;
  line-height: 3.4285714286;
  display: inline-block;
  text-transform: uppercase;
  color: #FFF;
}

.Footer-item--link:hover, .Footer-item--link:hover .Footer-item--link.Button {
  background: #35A1A9;
}
.Footer-item--link:active {
  background: #3A8F96;
}

.CharacterCount {
  font-size: 0.875rem;
  color: #8D9094;
  display: block;
  text-align: right;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 5px;
  margin: 5px 0;
}

.Checkbox {
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  max-width: 100%;
}
.Checkbox:not(:last-child) {
  margin-bottom: 0.75rem;
}

.Checkbox-label {
  position: relative;
  display: block;
  padding-left: calc(16px + 0.75rem);
}
.Checkbox-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.Checkbox-label::before, .Checkbox-label.Input.has-error::before {
  font-size: 1.125rem;
  line-height: 0.1666666667;
  display: block;
  text-align: center;
  color: transparent;
  width: 16px;
  height: 16px;
  border: 3px solid #FFF;
  box-shadow: 0 0 0 1px #ADADAD;
  margin-top: 5px;
  border-radius: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: underline;
}
.Checkbox-label::before, .Checkbox-label.Input.has-error::before {
  text-decoration: none;
}

.Checkbox-input:checked + .Checkbox-label::before,
.Checkbox-input.is-checked + .Checkbox-label::before {
  color: #35A1A9;
  box-shadow: 0 0 0 2px #35A1A9;
}

.Checkbox--inline {
  display: inline-block;
}
.Checkbox--inline:not(:last-child) {
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.Checkbox--right .Checkbox-label::before {
  right: 0;
  left: auto;
}
.Checkbox--right .Checkbox-label {
  padding-left: 0;
  padding-right: calc(16px + 0.75rem);
}

.Input {
  position: relative;
}
.Input input {
  background: #FFF;
  height: 40px;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.75rem 0.75rem;
  outline: none;
  width: 100%;
  color: #1C212A;
  box-shadow: inset 0 0 5px 0 rgba(173, 173, 173, 0.25);
  border: 1px solid #8D9094;
}
.Input input::-webkit-input-placeholder {
  color: #8D9094;
}
.Input input::-moz-placeholder {
  color: #8D9094;
}
.Input input:-ms-input-placeholder {
  color: #8D9094;
}
.Input input:-moz-placeholder {
  color: #8D9094;
}
.Input input:focus {
  box-shadow: 0 0 0 1px #35A1A9;
  border-color: #35A1A9;
}
.Input.has-error input {
  box-shadow: 0 0 0 1px #F05A26;
  border-color: #F05A26;
  padding-left: 40px;
  background-color: hsl(15.4455445545deg, 87.0689655172%, 95%);
}
.Input.has-error input::-webkit-input-placeholder {
  color: #F05A26;
}
.Input.has-error input::-moz-placeholder {
  color: #F05A26;
}
.Input.has-error input:-ms-input-placeholder {
  color: #F05A26;
}
.Input.has-error input:-moz-placeholder {
  color: #F05A26;
}
.Input.has-error::before {
  font-size: 1.25rem;
  position: absolute;
  left: 0.75rem;
  top: 10px;
  color: #F05A26;
  z-index: 1;
}

.Input-label {
  display: block;
  margin-bottom: 0.375rem;
}

.Input-note {
  display: inline-block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 0.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.Radio {
  display: block;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Radio:not(:last-child) {
  margin-bottom: 0.75rem;
}

.Radio-label {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px;
}

.Radio-input {
  z-index: 0;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}

.Radio-label::before, .Radio-label.Input.has-error::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 3px solid #FFF;
  box-shadow: 0 0 0 1px #ADADAD;
  border-radius: 50%;
  background: none;
  margin-right: 0.75rem;
}

.Radio-input:focus + .Radio-label::before {
  box-shadow: 0 0 0 2px #35A1A9;
}

.Radio-input:checked + .Radio-label::before,
.Radio-input.is-checked + .Radio-label::before {
  background: #35A1A9;
  box-shadow: 0 0 0 2px #35A1A9;
}

.Radio--inline {
  display: inline-block;
}
.Radio--inline:not(:last-child) {
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.Select {
  position: relative;
  display: block;
}
.Select select {
  height: 40px;
  -webkit-appearance: none;
  appearance: none;
  background: #FFF;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  box-shadow: inset 0 0 5px 0 rgba(173, 173, 173, 0.5);
  border: solid 1px #CECECE;
  padding-left: 0.75rem;
  padding-right: 2.25rem;
  outline: none;
  width: 100%;
}
.Select select:focus {
  box-shadow: 0 0 0 1px #35A1A9;
  border-color: #35A1A9;
}
.Select::before, .Select.Input.has-error::before {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 17px;
  border-top: 8px solid #35A1A9;
  right: 12px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.Select select::-ms-expand {
  display: none;
}
.Select.has-error select {
  box-shadow: 0 0 0 1px #E41B13;
  border-color: #E41B13;
  color: #E41B13;
}
.Select.has-error::before {
  color: rgba(228, 27, 19, 0.65);
}

.Textarea {
  position: relative;
}
.Textarea textarea {
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  resize: none;
  border: solid 1px #8D9094;
  padding: 0.375rem 0.75rem;
  outline: none;
}
.Textarea textarea.has-error {
  box-shadow: inset 0 0 5px 0 rgba(228, 27, 19, 0.5);
  border-color: #E41B13;
  color: #E41B13;
}
.Textarea textarea:focus {
  box-shadow: 0 0 0 1px #35A1A9;
  border-color: #35A1A9;
}
.Textarea.Textarea--expanding textarea {
  overflow-y: hidden;
}

#plan-edit .Textarea {
  position: relative;
}

.Textarea textarea {
  font: 0.6666666667 "monospace", monospace;
  font-feature-settings: "kern";
  color: rgb(0, 0, 50);
  /* change to 0*/
  width: 100%;
  resize: none;
  border: solid 1px #8D9094;
  padding: 0.375rem 0.75rem;
  outline: none;
}

.Textarea textarea.has-error {
  box-shadow: inset 0 0 5px 0 rgba(228, 27, 19, 0.5);
  border-color: #E41B13;
  color: #E41B13;
}

.Textarea textarea:focus {
  box-shadow: 0 0 0 1px #35A1A9;
  border-color: #35A1A9;
}

.Textarea.Textarea--expanding textarea {
  overflow-y: hidden;
}

/*
from: https://codepen.io/lonekorean/pen/gaLEMR
*/
#plan-edit *, #plan-edit *::before, #plan-edit .Checkbox-label::before, #plan-edit .Input.has-error::before, #plan-edit *::after {
  box-sizing: border-box;
}

#plan-edit .container, .plan-edit .backdrop, .plan-edit textarea {
  width: 976px;
  height: 70px;
}

#plan-edit .highlights, .plan-edit textarea {
  font: 0.6666666667 "monospace", monospace;
  font-feature-settings: "kern";
  color: rgb(0, 0, 0);
  letter-spacing: normal;
}

#plan-edit .container {
  display: block;
  margin: 0 auto;
  transform: translateZ(0);
  -webkit-text-size-adjust: none;
}

#plan-edit .backdrop {
  position: absolute;
  z-index: 1;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  overflow: auto;
  pointer-events: none;
  transition: transform 1s;
}

#plan-edit .highlights {
  white-space: pre-wrap;
  word-wrap: break-word;
  color: transparent;
}

#plan-edit textarea {
  display: block;
  position: absolute;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  color: #444;
  background-color: transparent;
  overflow: auto;
  transition: transform 1s;
}

#plan-edit mark {
  color: transparent;
  background-color: rgba(178, 214, 255, 0.4);
}

#plan-edit mark.highlighted {
  background-color: #B2D6FF;
}

#plan-edit mark.highlighting-removed {
  background-color: #fff !important;
}

#plan-edit textarea:focus, #plan-edit button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #c6aada;
}

#plan-edit .Textarea-comment {
  position: relative;
}

.Textarea-comment textarea {
  font: 0.6666666667 "monospace", monospace;
  font-feature-settings: "kern";
  color: rgb(0, 0, 50);
  /* change to 0*/
  width: 100%;
  resize: none;
  border: solid 1px #8D9094;
  padding: 0.375rem 0.75rem;
  outline: none;
}

.Textarea-comment textarea.has-error {
  box-shadow: inset 0 0 5px 0 rgba(228, 27, 19, 0.5);
  border-color: #E41B13;
  color: #E41B13;
}

.Textarea-comment textarea:focus {
  box-shadow: 0 0 0 1px #35A1A9;
  border-color: #35A1A9;
}

.Textarea-comment.Textarea-comment--expanding textarea {
  overflow-y: hidden;
}

/*
from: https://codepen.io/lonekorean/pen/gaLEMR
*/
#plan-edit *, #plan-edit *::before, #plan-edit .Checkbox-label::before, #plan-edit .Input.has-error::before, #plan-edit *::after {
  box-sizing: border-box;
}

#plan-edit .container, .plan-edit .backdrop, .plan-edit textarea {
  width: 976px;
  height: 70px;
}

#plan-edit .highlights, .plan-edit textarea {
  font: 0.6666666667 "monospace", monospace;
  font-feature-settings: "kern";
  color: rgb(0, 0, 0);
  letter-spacing: normal;
}

#plan-edit .container {
  display: block;
  margin: 0 auto;
  transform: translateZ(0);
  -webkit-text-size-adjust: none;
}

#plan-edit .backdrop {
  position: absolute;
  z-index: 1;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  overflow: auto;
  pointer-events: none;
  transition: transform 1s;
}

#plan-edit .highlights {
  white-space: pre-wrap;
  word-wrap: break-word;
  color: transparent;
}

#plan-edit textarea {
  display: block;
  position: absolute;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  color: #444;
  background-color: transparent;
  overflow: auto;
  transition: transform 1s;
}

#plan-edit mark {
  color: transparent;
  background-color: rgba(178, 214, 255, 0.4);
}

#plan-edit mark.highlighted {
  background-color: #B2D6FF;
}

#plan-edit textarea:focus, #plan-edit button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #c6aada;
}

[class*=Hint] {
  position: relative;
}

[class*=Hint]::before, [class*=Hint].Input.has-error::before,
[class*=Hint]::after {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0ms;
}

[class*=Hint]:hover::before, .Footer-item--link:hover [class*=Hint].Button::before,
[class*=Hint]:hover::after,
.Footer-item--link:hover [class*=Hint].Button::after {
  visibility: visible;
  opacity: 1;
}

[class*=Hint]:hover::before, .Footer-item--link:hover [class*=Hint].Button::before,
[class*=Hint]:hover::after,
.Footer-item--link:hover [class*=Hint].Button::after {
  transition-delay: 100ms;
}

[class*=Hint]::before, [class*=Hint].Input.has-error::before {
  content: "";
  position: absolute;
  background-color: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=Hint]::after {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  background-color: #4A4A4A;
  color: #FFF;
  padding: 8px 10px;
  white-space: nowrap;
  border-radius: 4px;
}

[class*=Hint][aria-label]::after {
  content: attr(aria-label);
}

[class*=Hint][data-hint]::after {
  content: attr(data-hint);
}

[aria-label=""]::before, [aria-label=""].Input.has-error::before,
[aria-label=""]::after,
[data-hint=""]::before,
[data-hint=""].Input.has-error::before,
[data-hint=""]::after {
  display: none !important;
}

.Hint--top-left::before, .Hint--top-left.Input.has-error::before,
.Hint--top-right::before,
.Hint--top-right.Input.has-error::before,
.Hint--top::before,
.Hint--top.Input.has-error::before {
  border-top-color: #4A4A4A;
}

.Hint--bottom-left::before, .Hint--bottom-left.Input.has-error::before,
.Hint--bottom-right::before,
.Hint--bottom-right.Input.has-error::before,
.Hint--bottom::before,
.Hint--bottom.Input.has-error::before {
  border-bottom-color: #4A4A4A;
}

.Hint--left::before, .Hint--left.Input.has-error::before {
  border-left-color: #4A4A4A;
}

.Hint--right::before, .Hint--right.Input.has-error::before {
  border-right-color: #4A4A4A;
}

.Hint--top::before, .Hint--top.Input.has-error::before {
  margin-bottom: -11px;
}

.Hint--top::before, .Hint--top.Input.has-error::before,
.Hint--top::after {
  bottom: 100%;
  left: 50%;
}

.Hint--top::before, .Hint--top.Input.has-error::before {
  left: calc(50% - 6px);
}

.Hint--top::after {
  transform: translateX(-50%);
}

.Hint--top:hover::before, .Footer-item--link:hover .Hint--top.Button::before {
  transform: translateY(-8px);
}

.Hint--top:hover::after, .Footer-item--link:hover .Hint--top.Button::after {
  transform: translateX(-50%) translateY(-8px);
}

.Hint--bottom::before, .Hint--bottom.Input.has-error::before {
  margin-top: -11px;
}

.Hint--bottom::before, .Hint--bottom.Input.has-error::before,
.Hint--bottom::after {
  top: 100%;
  left: 50%;
}

.Hint--bottom::before, .Hint--bottom.Input.has-error::before {
  left: calc(50% - 6px);
}

.Hint--bottom::after {
  transform: translateX(-50%);
}

.Hint--bottom:hover::before, .Footer-item--link:hover .Hint--bottom.Button::before {
  transform: translateY(8px);
}

.Hint--bottom:hover::after, .Footer-item--link:hover .Hint--bottom.Button::after {
  transform: translateX(-50%) translateY(8px);
}

.Hint--right::before, .Hint--right.Input.has-error::before {
  margin-left: -11px;
  margin-bottom: -6px;
}

.Hint--right::after {
  margin-bottom: -14px;
}

.Hint--right::before, .Hint--right.Input.has-error::before,
.Hint--right::after {
  left: 100%;
  bottom: 50%;
}

.Hint--right:hover::before, .Footer-item--link:hover .Hint--right.Button::before {
  transform: translateX(8px);
}

.Hint--right:hover::after, .Footer-item--link:hover .Hint--right.Button::after {
  transform: translateX(8px);
}

.Hint--left::before, .Hint--left.Input.has-error::before {
  margin-right: -11px;
  margin-bottom: -6px;
}

.Hint--left::after {
  margin-bottom: -14px;
}

.Hint--left::before, .Hint--left.Input.has-error::before,
.Hint--left::after {
  right: 100%;
  bottom: 50%;
}

.Hint--left:hover::before, .Footer-item--link:hover .Hint--left.Button::before {
  transform: translateX(-8px);
}

.Hint--left:hover::after, .Footer-item--link:hover .Hint--left.Button::after {
  transform: translateX(-8px);
}

.Hint--top-left::before, .Hint--top-left.Input.has-error::before {
  margin-bottom: -11px;
}

.Hint--top-left::before, .Hint--top-left.Input.has-error::before,
.Hint--top-left::after {
  bottom: 100%;
  left: 50%;
}

.Hint--top-left::before, .Hint--top-left.Input.has-error::before {
  left: calc(50% - 6px);
}

.Hint--top-left::after {
  transform: translateX(-100%);
}

.Hint--top-left::after {
  margin-left: 12px;
}

.Hint--top-left:hover::before, .Footer-item--link:hover .Hint--top-left.Button::before {
  transform: translateY(-8px);
}

.Hint--top-left:hover::after, .Footer-item--link:hover .Hint--top-left.Button::after {
  transform: translateX(-100%) translateY(-8px);
}

.Hint--top-right::before, .Hint--top-right.Input.has-error::before {
  margin-bottom: -11px;
}

.Hint--top-right::before, .Hint--top-right.Input.has-error::before,
.Hint--top-right::after {
  bottom: 100%;
  left: 50%;
}

.Hint--top-right::before, .Hint--top-right.Input.has-error::before {
  left: calc(50% - 6px);
}

.Hint--top-right::after {
  transform: translateX(0);
}

.Hint--top-right::after {
  margin-left: -12px;
}

.Hint--top-right:hover::before, .Footer-item--link:hover .Hint--top-right.Button::before {
  transform: translateY(-8px);
}

.Hint--top-right:hover::after, .Footer-item--link:hover .Hint--top-right.Button::after {
  transform: translateY(-8px);
}

.Hint--bottom-left::before, .Hint--bottom-left.Input.has-error::before {
  margin-top: -11px;
}

.Hint--bottom-left::before, .Hint--bottom-left.Input.has-error::before,
.Hint--bottom-left::after {
  top: 100%;
  left: 50%;
}

.Hint--bottom-left::before, .Hint--bottom-left.Input.has-error::before {
  left: calc(50% - 6px);
}

.Hint--bottom-left::after {
  transform: translateX(-100%);
}

.Hint--bottom-left::after {
  margin-left: 12px;
}

.Hint--bottom-left:hover::before, .Footer-item--link:hover .Hint--bottom-left.Button::before {
  transform: translateY(8px);
}

.Hint--bottom-left:hover::after, .Footer-item--link:hover .Hint--bottom-left.Button::after {
  transform: translateX(-100%) translateY(8px);
}

.Hint--bottom-right::before, .Hint--bottom-right.Input.has-error::before {
  margin-top: -11px;
}

.Hint--bottom-right::before, .Hint--bottom-right.Input.has-error::before,
.Hint--bottom-right::after {
  top: 100%;
  left: 50%;
}

.Hint--bottom-right::before, .Hint--bottom-right.Input.has-error::before {
  left: calc(50% - 6px);
}

.Hint--bottom-right::after {
  transform: translateX(0);
}

.Hint--bottom-right::after {
  margin-left: -12px;
}

.Hint--bottom-right:hover::before, .Footer-item--link:hover .Hint--bottom-right.Button::before {
  transform: translateY(8px);
}

.Hint--bottom-right:hover::after, .Footer-item--link:hover .Hint--bottom-right.Button::after {
  transform: translateY(8px);
}

.Hint--small::after,
.Hint--medium::after,
.Hint--large::after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.Hint--small::after {
  width: 80px;
}

.Hint--medium::after {
  width: 150px;
}

.Hint--large::after {
  width: 300px;
}

[class*=Hint--]::after {
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

.Hint--error::after {
  background-color: #E41B13;
}
.Hint--error.Hint--top-left::before, .Hint--error.Hint--top-right::before, .Hint--error.Hint--top::before {
  border-top-color: #E41B13;
}
.Hint--error.Hint--bottom-left::before, .Hint--error.Hint--bottom-right::before, .Hint--error.Hint--bottom::before {
  border-bottom-color: #E41B13;
}
.Hint--error.Hint--left::before {
  border-left-color: #E41B13;
}
.Hint--error.Hint--right::before {
  border-right-color: #E41B13;
}

.Hint--info::after {
  background-color: #35A1A9;
}
.Hint--info.Hint--top-left::before, .Hint--info.Hint--top-right::before, .Hint--info.Hint--top::before {
  border-top-color: #35A1A9;
}
.Hint--info.Hint--bottom-left::before, .Hint--info.Hint--bottom-right::before, .Hint--info.Hint--bottom::before {
  border-bottom-color: #35A1A9;
}
.Hint--info.Hint--left::before {
  border-left-color: #35A1A9;
}
.Hint--info.Hint--right::before {
  border-right-color: #35A1A9;
}

.Hint--success::after {
  background-color: #6FC03E;
}
.Hint--success.Hint--top-left::before, .Hint--success.Hint--top-right::before, .Hint--success.Hint--top::before {
  border-top-color: #6FC03E;
}
.Hint--success.Hint--bottom-left::before, .Hint--success.Hint--bottom-right::before, .Hint--success.Hint--bottom::before {
  border-bottom-color: #6FC03E;
}
.Hint--success.Hint--left::before {
  border-left-color: #6FC03E;
}
.Hint--success.Hint--right::before {
  border-right-color: #6FC03E;
}

.Hint--warning::after {
  background-color: #F05A26;
}
.Hint--warning.Hint--top-left::before, .Hint--warning.Hint--top-right::before, .Hint--warning.Hint--top::before {
  border-top-color: #F05A26;
}
.Hint--warning.Hint--bottom-left::before, .Hint--warning.Hint--bottom-right::before, .Hint--warning.Hint--bottom::before {
  border-bottom-color: #F05A26;
}
.Hint--warning.Hint--left::before {
  border-left-color: #F05A26;
}
.Hint--warning.Hint--right::before {
  border-right-color: #F05A26;
}

.Hint--always::after,
.Hint--always::before,
.Hint--always.Input.has-error::before {
  opacity: 1;
  visibility: visible;
}

.Hint--always.Hint--top::before {
  transform: translateY(-8px);
}

.Hint--always.Hint--top::after {
  transform: translateX(-50%) translateY(-8px);
}

.Hint--always.Hint--top-left::before {
  transform: translateY(-8px);
}

.Hint--always.Hint--top-left::after {
  transform: translateX(-100%) translateY(-8px);
}

.Hint--always.Hint--top-right::before {
  transform: translateY(-8px);
}

.Hint--always.Hint--top-right::after {
  transform: translateY(-8px);
}

.Hint--always.Hint--bottom::before {
  transform: translateY(8px);
}

.Hint--always.Hint--bottom::after {
  transform: translateX(-50%) translateY(8px);
}

.Hint--always.Hint--bottom-left::before {
  transform: translateY(8px);
}

.Hint--always.Hint--bottom-left::after {
  transform: translateX(-100%) translateY(8px);
}

.Hint--always.Hint--bottom-right::before {
  transform: translateY(8px);
}

.Hint--always.Hint--bottom-right::after {
  transform: translateY(8px);
}

.Hint--always.Hint--left::before {
  transform: translateX(-8px);
}

.Hint--always.Hint--left::after {
  transform: translateX(-8px);
}

.Hint--always.Hint--right::before {
  transform: translateX(8px);
}

.Hint--always.Hint--right::after {
  transform: translateX(8px);
}

.Hint--no-animate::before, .Hint--no-animate.Input.has-error::before,
.Hint--no-animate::after {
  transition-duration: 0ms;
}

.Hint--bounce::before, .Hint--bounce.Input.has-error::before,
.Hint--bounce::after {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.StatusBanner-container, .InfoBanner-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.StatusBanner-container h4, .InfoBanner-container h4,
.StatusBanner-container p,
.InfoBanner-container p {
  margin: 0;
}

.InfoBanner {
  background-color: #F5F5F5;
  margin-bottom: 1.5rem;
}

.InfoBanner-icon {
  position: absolute;
  margin-left: calc(-24px - 1.5rem/2);
  width: 24px;
  height: 28px;
}

.IrdHeader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 3.75rem;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #8D9094;
}

.Logo {
  display: inline-block;
  background: url("/assets/images/nz-gov-logo.png") 0 0 no-repeat;
  background-size: contain;
  width: 155px;
  height: 43px;
}

.Logo--large {
  width: 214px;
  height: 60px;
}

.IrdFooter {
  margin-top: 3.45rem;
}

.IrdFooter a {
  padding: 0.75rem 0.3rem;
}

.IrdVersion {
  margin-top: 1.5rem;
}

.Label {
  display: inline-block;
}
.Label:before, .Label.Input.has-error::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.375rem;
  border-radius: 8px;
}

.Label--green:before, .Label--green.Input.has-error::before {
  background-color: #417505;
}

.Label--orange:before, .Label--orange.Input.has-error::before {
  background-color: #ff8000;
}

.Label--red:before, .Label--red.Input.has-error::before {
  background-color: #d0011b;
}

.Label--blue:before, .Label--blue.Input.has-error::before {
  background-color: #008798;
}

.Link {
  color: #00737A;
  cursor: pointer;
}
.Link:hover, .Footer-item--link:hover .Link.Button {
  color: #35A1A9;
}

.Link--reversed {
  color: #FFF;
  cursor: pointer;
}
.Link--reversed:hover, .Footer-item--link:hover .Link--reversed.Button {
  color: #000;
}

.Link--withIcon {
  text-decoration: none;
}

.Media,
.Media-body {
  overflow: hidden;
}

.Media-object img,
.Media-object svg {
  display: block;
}

.Media-object {
  float: left;
}

.MemberRow-controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.MemberRow-divider th {
  color: #4A4A4A;
  background-color: #F5F5F5;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.MemberRow-markdownContent td p {
  margin: 0;
}

.MemberRow-notes {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.MemberRow-notes * {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.MemberRow--expanded {
  background-color: rgba(229, 243, 245, 0.5);
}

body.modal-is-open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body.modal-is-open .Modal-wrapper {
  display: -ms-flexbox;
  display: flex;
}
body.modal-is-open .Footer {
  display: none;
}

.Modal-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  padding: 0.5rem 1rem;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  z-index: 20;
}

.Modal {
  position: relative;
  background-color: #FFF;
  border-radius: 5px;
  max-width: 960px;
  min-width: 640px;
  padding: 2.25rem;
  margin: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.Modal-title {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  margin-top: 0;
}

.Modal-label {
  display: block;
  margin-top: 1.5rem;
}

.Modal-body {
  margin-top: 1.5rem;
}
.Modal-body .has-error select, .Modal-body .has-error input, .Modal-body .has-error textarea,
.Modal-body select.has-error, .Modal-body input.has-error, .Modal-body textarea.has-error {
  box-shadow: 0 0 0 1px #F05A26;
  border-color: #F05A26;
}
.Modal-body .has-error select::-webkit-input-placeholder, .Modal-body .has-error input::-webkit-input-placeholder, .Modal-body .has-error textarea::-webkit-input-placeholder,
.Modal-body select.has-error::-webkit-input-placeholder, .Modal-body input.has-error::-webkit-input-placeholder, .Modal-body textarea.has-error::-webkit-input-placeholder {
  color: #F05A26;
}
.Modal-body .has-error select::-moz-placeholder, .Modal-body .has-error input::-moz-placeholder, .Modal-body .has-error textarea::-moz-placeholder,
.Modal-body select.has-error::-moz-placeholder, .Modal-body input.has-error::-moz-placeholder, .Modal-body textarea.has-error::-moz-placeholder {
  color: #F05A26;
}
.Modal-body .has-error select:-ms-input-placeholder, .Modal-body .has-error input:-ms-input-placeholder, .Modal-body .has-error textarea:-ms-input-placeholder,
.Modal-body select.has-error:-ms-input-placeholder, .Modal-body input.has-error:-ms-input-placeholder, .Modal-body textarea.has-error:-ms-input-placeholder {
  color: #F05A26;
}
.Modal-body .has-error select:-moz-placeholder, .Modal-body .has-error input:-moz-placeholder, .Modal-body .has-error textarea:-moz-placeholder,
.Modal-body select.has-error:-moz-placeholder, .Modal-body input.has-error:-moz-placeholder, .Modal-body textarea.has-error:-moz-placeholder {
  color: #F05A26;
}

.Modal-footer {
  margin-top: 1.5rem;
}

.Modal-button-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.Modal--notification {
  text-align: center;
}

.overlay-is-active {
  overflow-y: hidden;
}

.Overlay.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.Overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s;
}

.panel {
  padding: 0.75rem 1.5rem;
  background-color: #F5F5F5;
}

@media print, (min-width: 768px) {
  .Pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.Pagination-list {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.Pagination-item {
  color: #1C212A;
  text-decoration: none;
  text-align: center;
  min-width: 40px;
  min-height: 40px;
  line-height: 38px;
  border: 1px solid #F5F5F5;
  transition: background-color 0.1s ease-in-out;
}
.Pagination-item:not(:last-child) {
  border-right: none;
}
.Pagination-item:hover, .Footer-item--link:hover .Pagination-item.Button {
  background-color: #F5F5F5;
}
.Pagination-item.is-active {
  color: #FFF;
  border-color: #1C212A;
  background-color: #1C212A;
}

.Pagination-item--back,
.Pagination-item--forward {
  position: relative;
}
.Pagination-item--back::before, .Pagination-item--back.Input.has-error::before, .Pagination-item--back::after,
.Pagination-item--forward::before,
.Pagination-item--forward.Input.has-error::before,
.Pagination-item--forward::after {
  pointer-events: none;
  position: absolute;
  top: 12px;
  color: inherit;
}

.Pagination-item--back::before, .Pagination-item--back.Input.has-error::before,
.Pagination-item--forward::before,
.Pagination-item--forward.Input.has-error::before {
  left: 10px;
}

.Pagination-item--back::after,
.Pagination-item--forward::after {
  right: 10px;
}

.Pagination-text {
  margin-top: 0.75rem;
}
@media print, (min-width: 768px) {
  .Pagination-text {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

.PersonSelect {
  text-align: center;
  position: relative;
}

.PersonSelect-thumb {
  height: 420px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f5f5f5;
  transition: background 0.2s ease-in-out;
}
.PersonSelect-thumb span {
  display: block;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transform: scale(0.9);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 50% 100%;
}

.PersonSelect-thumb--anika span {
  width: 150px;
  height: 292px;
  background: url("/assets/characters/anika/common/anika_medium.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .PersonSelect-thumb--anika span {
    background-image: url("/assets/characters/anika/common/anika_medium@2x.png");
    background-size: 150px 292px;
  }
}

.PersonSelect-thumb--ash span {
  width: 124px;
  height: 306px;
  background: url("/assets/characters/ash/common/ash_medium.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .PersonSelect-thumb--ash span {
    background-image: url("/assets/characters/ash/common/ash_medium@2x.png");
    background-size: 124px 306px;
  }
}

.PersonSelect-thumb--stephen span {
  width: 156px;
  height: 335px;
  background: url("/assets/characters/stephen/common/stephen_medium.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .PersonSelect-thumb--stephen span {
    background-image: url("/assets/characters/stephen/common/stephen_medium@2x.png");
    background-size: 156px 335px;
  }
}

.PersonSelect-thumb--bernie span {
  width: 219px;
  height: 279px;
  background: url("/assets/characters/bernie/common/bernie_medium.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .PersonSelect-thumb--bernie span {
    background-image: url("/assets/characters/bernie/common/bernie_medium@2x.png");
    background-size: 219px 279px;
  }
}

.PersonSelect-thumb--renham-industries span {
  width: 136px;
  height: 275px;
  background: url("/assets/characters/renham-industries/common/renham-industries_medium.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .PersonSelect-thumb--renham-industries span {
    background-image: url("/assets/characters/renham-industries/common/renham-industries_medium@2x.png");
    background-size: 136px 275px;
  }
}

.PersonSelect-details {
  position: absolute;
  top: 0;
  width: 100%;
}

.PersonSelect-name {
  color: #00737A;
  margin: 0.75rem 0 0.375rem;
}

.PersonSelect-blurb {
  margin-top: 0;
  padding: 0 0.375rem;
}

.Recheck-tableControls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Recheck-tableControls-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.Recheck-tableControls-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.5rem;
}

.Project-status .Project-status-bar:last-child {
  border-bottom: none;
}

.Project-status-bar {
  padding: 0.75rem 0.75rem;
  border-bottom: 1px solid #ECECEC;
  background-color: #F5F5F5;
}

.Project-status-label {
  font-size: 1rem;
  margin: 0;
  color: #919191;
}

.ProjectList-row {
  cursor: pointer;
}
.ProjectList-row:hover td, .Footer-item--link:hover .ProjectList-row.Button td {
  background-color: rgba(229, 243, 245, 0.5);
}

.Recheck-tableControls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Recheck-tableControls-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.Recheck-tableControls-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.5rem;
}

.Organisation-status .Organisation-status-bar:last-child {
  border-bottom: none;
}

.Organisation-status-bar {
  padding: 0.75rem 0.75rem;
  border-bottom: 1px solid #ECECEC;
  background-color: #F5F5F5;
}

.Organisation-status-label {
  font-size: 1rem;
  margin: 0;
  color: #919191;
}

.OrganisationList-row {
  cursor: pointer;
}
.OrganisationList-row:hover td, .Footer-item--link:hover .OrganisationList-row.Button td {
  background-color: rgba(229, 243, 245, 0.5);
}

.ReturnButton {
  margin-bottom: 0.75rem;
  cursor: pointer;
}

.ActionBar {
  background-color: #E5F3F5;
  border-top: 1px solid #ECECEC;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  left: 0;
  position: fixed;
  width: 100%;
}
.ActionBar p {
  margin: 0;
}

.ActionBar-textbox {
  width: 400px;
}

.ActionBar-page {
  padding-bottom: 144px;
}

.EditPlan-comment-container {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.EditPlan-comment-container .PlanSection {
  width: 60%;
  position: relative;
}
.EditPlan-comment-container .CommentSection {
  width: 40%;
  position: relative;
}

.EditPlan-comment {
  margin: 0.375rem 0.75rem;
  border-radius: 3px;
  position: absolute;
  width: 100%;
  box-shadow: 0 2px 4px rgba(74, 74, 74, 0.4);
}
.EditPlan-comment.is-highlighted {
  box-shadow: 0 0 0 1px #35A1A9;
}

.EditPlan-comment-selection {
  background-color: rgba(178, 214, 255, 0.4);
}

#plan-edit .highlighted {
  cursor: pointer;
  background-color: #B2D6FF;
}

#plan-edit .highlighting-removed {
  background-color: #fff !important;
}

.EditPlan-comment-selection .InfoBanner {
  background-color: rgba(178, 214, 255, 0.4);
}

.EditPlan-comment-selection .InfoBanner p.toggle {
  float: right;
}

.EditPlan-comment-header {
  padding: 1rem 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.EditPlan-comment-header .actions a {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 1.5rem;
  text-decoration: underline;
  cursor: pointer;
  color: #00737A;
}
.EditPlan-comment-header .actions a:hover, .EditPlan-comment-header .actions .Footer-item--link:hover a.Button, .Footer-item--link:hover .EditPlan-comment-header .actions a.Button {
  color: #00737A;
}
.EditPlan-comment-header .actions :last-child {
  padding-right: 0;
}

.EditPlan-comment-body {
  padding: 0.75rem;
  border-top: 1px solid #ECECEC;
}
.EditPlan-comment-body p {
  margin: 0;
  padding: 0.375rem 0.75rem;
  white-space: pre-line;
}

.LineItem {
  margin-bottom: 1.5rem;
}

.LineItem-plain-title {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2px;
  margin-bottom: 0.75rem;
}

.PlanPreview-title {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #ECECEC;
}

.PlanPreview-header {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}
.PlanPreview-header h3 {
  margin-top: 0px;
  margin-bottom: 0.75rem;
}

.PlanPreview-section-header {
  background-color: #F5F5F5;
  padding: 1.5rem 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.PlanPreview-section-header h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.PlanPreview-section-body {
  padding-left: 1.5rem;
}
.PlanPreview-section-body h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.PlanPreview-header.is-draft {
  background-image: url("/assets/images/plan-draft.svg");
}

.PlanPreview-header.is-accepted {
  background-image: url("/assets/images/plan-accepted.svg");
}

.StatusBanner {
  background-color: #ECECEC;
  margin-bottom: 1.5rem;
}

.StatusBanner-container {
  display: -ms-flexbox;
  display: flex;
}

.StatusBanner-cell {
  margin-right: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.StatusBanner-cell.description {
  max-width: 600px;
}

.StatusBanner-cell-title {
  color: #8D9094;
}

.Story {
  position: relative;
}

.Story-info {
  height: 768px;
  position: fixed;
  width: 512px;
  top: calc((100vh - 768px) / 2);
  bottom: calc((100vh - 768px) / 2);
  left: calc((100vw - 1024px) / 2);
  padding: 1.5rem 3rem;
  text-align: center;
  background: #FFF;
}
.Story-info > .liquid-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100% - 56px);
}
.Story-info > .liquid-container .liquid-child {
  background: #FFF;
}

.Story-info-hero {
  width: 257px;
  height: 257px;
  margin: 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.Story-info-title {
  font-size: 1.75rem;
  line-height: 1.2857142857;
  text-transform: uppercase;
  margin: 1.5rem 0 1.8rem;
}

.Story-info-desc {
  margin-top: 0;
  margin-left: 3rem;
  margin-right: 3rem;
  color: #000;
}
.Story-info-desc:last-child {
  margin-bottom: 0;
}
.Story-info-nav {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-50%);
}

.Story-info-nav-item {
  position: relative;
  width: 4px;
  height: 4px;
  background: #8D9094;
  border-radius: 50%;
}
.Story-info-nav-item:not(:last-child) {
  margin-bottom: 3rem;
}
.Story-info-nav-item a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Story-info-nav-item.is-active {
  background: #35A1A9;
  box-shadow: 0 0 0 2px #35A1A9;
}

.Story-graphics {
  position: relative;
  width: 50%;
  margin-left: 50%;
  overflow: hidden;
}

.Story-graphics-item {
  position: absolute;
}

.Ash-scene-1 {
  background: #414042;
  height: 1100px;
}
.Ash-scene-1 .Story-graphics-item--01 {
  width: 523px;
  height: 66px;
  z-index: 1;
  left: 50px;
  background: url("/assets/characters/ash/scenes/scene_01/ash_scene_01_01.svg") 0 0 no-repeat;
}
.Ash-scene-1 .Story-graphics-item--02 {
  width: 520px;
  height: 699px;
  z-index: 2;
  left: -20px;
  background: url("/assets/characters/ash/scenes/scene_01/ash_scene_01_02.svg") 0 0 no-repeat;
}
.Ash-scene-1 .Story-graphics-item--03 {
  width: 593px;
  height: 1109px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/ash/scenes/scene_01/ash_scene_01_03.svg") 0 0 no-repeat;
}
.Ash-scene-1 .Story-graphics-item--04 {
  width: 472px;
  height: 256px;
  z-index: 4;
  left: 20px;
  background: url("/assets/characters/ash/scenes/scene_01/ash_scene_01_04.svg") 0 0 no-repeat;
}
.Ash-scene-1 .Story-graphics-item--desk {
  width: 100%;
  height: 1000px;
  z-index: 5;
  left: 0;
  background: #818181;
  box-shadow: 0 0 0 2px #35A1A9;
}
.Ash-scene-1 .Story-graphics-item--05 {
  width: 705px;
  height: 162px;
  z-index: 6;
  left: -80px;
  background: url("/assets/characters/ash/scenes/scene_01/ash_scene_01_05.svg") 0 0 no-repeat;
}
.Ash-scene-1 .Story-graphics-item--06 {
  width: 169px;
  height: 61px;
  z-index: 7;
  left: 180px;
  background: url("/assets/characters/ash/scenes/scene_01/ash_scene_01_06.svg") 0 0 no-repeat;
}
.Ash-scene-1 .Story-graphics-item--07 {
  width: 94px;
  height: 46px;
  z-index: 8;
  left: 250px;
  background: url("/assets/characters/ash/scenes/scene_01/ash_scene_01_07.svg") 0 0 no-repeat;
}

.Ash-scene-2 {
  background: #818181;
  height: 1230px;
}
.Ash-scene-2 .Story-graphics-item--01 {
  width: 1243px;
  height: 962px;
  z-index: 1;
  left: -350px;
  background: url("/assets/characters/ash/scenes/scene_02/ash_scene_02_01.svg") 0 0 no-repeat;
}
.Ash-scene-2 .Story-graphics-item--02 {
  width: 831px;
  height: 354px;
  z-index: 2;
  left: -60px;
  background: url("/assets/characters/ash/scenes/scene_02/ash_scene_02_02.svg") 0 0 no-repeat;
}
.Ash-scene-2 .Story-graphics-item--03 {
  width: 960px;
  height: 711px;
  z-index: 3;
  left: -220px;
  background: url("/assets/characters/ash/scenes/scene_02/ash_scene_02_03.svg") 0 0 no-repeat;
}
.Ash-scene-2 .Story-graphics-item--04 {
  width: 367px;
  height: 345px;
  z-index: 4;
  right: -120px;
  background: url("/assets/characters/ash/scenes/scene_02/ash_scene_02_04.svg") 0 0 no-repeat;
}
.Ash-scene-2 .Story-graphics-item--05 {
  width: 280px;
  height: 696px;
  z-index: 5;
  left: 0;
  background: url("/assets/characters/ash/scenes/scene_02/ash_scene_02_05.svg") 0 0 no-repeat;
}
.Ash-scene-2 .Story-graphics-item--06 {
  width: 380px;
  height: 484px;
  z-index: 6;
  left: 62px;
  background: url("/assets/characters/ash/scenes/scene_02/ash_scene_02_06.svg") 0 0 no-repeat;
}
.Ash-scene-2 .Story-graphics-item--07 {
  width: 514px;
  height: 1240px;
  z-index: 7;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_01.svg") 0 0 no-repeat;
}

.Ash-scene-3 {
  background: #E5F4F8;
  height: 990px;
}
.Ash-scene-3 .Story-graphics-item--01 {
  width: 464px;
  height: 549px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_02.svg") 0 0 no-repeat;
}
.Ash-scene-3 .Story-graphics-item--02 {
  width: 131px;
  height: 171px;
  z-index: 2;
  left: 40px;
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_03.svg") 0 0 no-repeat;
}
.Ash-scene-3 .Story-graphics-item--03 {
  width: 142px;
  height: 150px;
  z-index: 3;
  right: 40px;
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_04.svg") 0 0 no-repeat;
}
.Ash-scene-3 .Story-graphics-item--04 {
  width: 131px;
  height: 171px;
  z-index: 4;
  left: 40px;
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_03.svg") 0 0 no-repeat;
}
.Ash-scene-3 .Story-graphics-item--05 {
  width: 142px;
  height: 150px;
  z-index: 5;
  right: 20px;
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_04.svg") 0 0 no-repeat;
}
.Ash-scene-3 .Story-graphics-item--06 {
  width: 224px;
  height: 70px;
  z-index: 6;
  left: 190px;
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_05.svg") 0 0 no-repeat;
}
.Ash-scene-3 .Story-graphics-item--07 {
  width: 264px;
  height: 70px;
  z-index: 7;
  right: 200px;
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_06.svg") 0 0 no-repeat;
}
.Ash-scene-3 .Story-graphics-item--08 {
  width: 287px;
  height: 70px;
  z-index: 8;
  left: 190px;
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_07.svg") 0 0 no-repeat;
}
.Ash-scene-3 .Story-graphics-item--09 {
  width: 330px;
  height: 70px;
  z-index: 9;
  right: 170px;
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_08.svg") 0 0 no-repeat;
}
.Ash-scene-3::after {
  content: "";
  display: block;
  width: 100%;
  height: 953px;
  background: url("/assets/characters/ash/scenes/scene_03/ash_scene_03_09.svg") 0 0 no-repeat;
  position: absolute;
  top: 900px;
}

.Ash-scene-4 {
  background: #F05A26;
  height: 900px;
}
.Ash-scene-4 .Story-graphics-item--01 {
  width: 425px;
  height: 108px;
  z-index: 1;
  right: 30px;
  background: url("/assets/characters/ash/scenes/scene_04/ash_scene_04_01.svg") 0 0 no-repeat;
}
.Ash-scene-4 .Story-graphics-item--02 {
  width: 76px;
  height: 79px;
  z-index: 2;
  left: 10px;
  background: url("/assets/characters/ash/scenes/scene_04/ash_scene_04_02.svg") 0 0 no-repeat;
}
.Ash-scene-4 .Story-graphics-item--03 {
  width: 118px;
  height: 303px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/ash/scenes/scene_04/ash_scene_04_03.svg") 0 0 no-repeat;
}
.Ash-scene-4 .Story-graphics-item--04 {
  width: 374px;
  height: 221px;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/ash/scenes/scene_04/ash_scene_04_04.svg") 0 0 no-repeat;
}
.Ash-scene-4 .Story-graphics-item--05 {
  width: 474px;
  height: 138px;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/ash/scenes/scene_04/ash_scene_04_05.svg") 0 0 no-repeat;
}
.Ash-scene-4 .Story-graphics-item--06 {
  width: 722px;
  height: 291px;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/ash/scenes/scene_04/ash_scene_04_06.svg") 0 0 no-repeat;
}
.Ash-scene-4 .Story-graphics-item--07 {
  width: 100%;
  height: 600px;
  z-index: 8;
  left: 0;
  background-color: #35A1A9;
  transform: skewY(-10deg);
}

.Ash-scene-5 {
  background: #35A1A9;
  height: 800px;
}
.Ash-scene-5 .Story-graphics-item--01 {
  width: 232px;
  height: 294px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/ash/scenes/scene_05/ash_scene_05_01.svg") 0 0 no-repeat;
}
.Ash-scene-5 .Story-graphics-item--02 {
  width: 28px;
  height: 30px;
  z-index: 2;
  left: 70px;
  background: url("/assets/characters/ash/scenes/scene_05/ash_scene_05_02.svg") 0 0 no-repeat;
}
.Ash-scene-5 .Story-graphics-item--03 {
  width: 34px;
  height: 30px;
  z-index: 2;
  right: 80px;
  background: url("/assets/characters/ash/scenes/scene_05/ash_scene_05_05.svg") 0 0 no-repeat;
}
.Ash-scene-5 .Story-graphics-item--04 {
  width: 65px;
  height: 66px;
  z-index: 3;
  left: 30px;
  background: url("/assets/characters/ash/scenes/scene_05/ash_scene_05_03.svg") 0 0 no-repeat;
}
.Ash-scene-5 .Story-graphics-item--05 {
  width: 90px;
  height: 78px;
  z-index: 3;
  right: 30px;
  background: url("/assets/characters/ash/scenes/scene_05/ash_scene_05_06.svg") 0 0 no-repeat;
}
.Ash-scene-5 .Story-graphics-item--06 {
  width: 214px;
  height: 196px;
  z-index: 4;
  right: 10px;
  background: url("/assets/characters/ash/scenes/scene_05/ash_scene_05_07.svg") 0 0 no-repeat;
}
.Ash-scene-5 .Story-graphics-item--07 {
  width: 319px;
  height: 259px;
  z-index: 4;
  left: 10px;
  background: url("/assets/characters/ash/scenes/scene_05/ash_scene_05_04.svg") 0 0 no-repeat;
}

.Anika-scene-1 {
  background: #CBCBCA;
  height: 1180px;
}
.Anika-scene-1 .Story-graphics-item--01 {
  width: 486px;
  height: 129px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_01.svg") 0 0 no-repeat;
}
.Anika-scene-1 .Story-graphics-item--02 {
  width: 668px;
  height: 128px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_02.svg") 0 0 no-repeat;
}
.Anika-scene-1 .Story-graphics-item--03 {
  width: 612px;
  height: 1324px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_03.svg") 0 0 no-repeat;
}
.Anika-scene-1 .Story-graphics-item--04 {
  width: 656px;
  height: 247px;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_04.svg") 0 0 no-repeat;
}
.Anika-scene-1 .Story-graphics-item--05 {
  width: 232px;
  height: 414px;
  z-index: 5;
  left: 160px;
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_05.svg") 0 0 no-repeat;
}
.Anika-scene-1 .Story-graphics-item--06 {
  width: 614px;
  height: 340px;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_06.svg") 0 0 no-repeat;
}
.Anika-scene-1 .Story-graphics-item--07 {
  width: 604px;
  height: 158px;
  z-index: 7;
  left: 58%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_07.svg") 0 0 no-repeat;
}
.Anika-scene-1 .Story-graphics-item--08 {
  width: 97px;
  height: 78px;
  z-index: 8;
  left: 80px;
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_08.svg") 0 0 no-repeat;
}
.Anika-scene-1 .Story-graphics-item--09 {
  width: 500px;
  height: 104px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_09.svg") 0 0 no-repeat;
}
.Anika-scene-1 .Story-graphics-item--10 {
  width: 515px;
  height: 1280px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_10.svg") 0 0 no-repeat;
}
.Anika-scene-1 .Story-graphics-item--11 {
  width: 248px;
  height: 347px;
  z-index: 11;
  left: 115px;
  background: url("/assets/characters/anika/scenes/scene_01/anika_scene_01_11.svg") 0 0 no-repeat;
}

.Anika-scene-2 {
  background: #554842;
  height: 1000px;
}
.Anika-scene-2 .Story-graphics-item--01 {
  width: 631px;
  height: 810px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_02/anika_scene_02_01.svg") 0 0 no-repeat;
  opacity: 0.5;
}
.Anika-scene-2 .Story-graphics-item--02 {
  width: 200px;
  height: 201px;
  z-index: 2;
  right: 40px;
  background: url("/assets/characters/anika/scenes/scene_02/anika_scene_02_02.svg") 0 0 no-repeat;
}
.Anika-scene-2 .Story-graphics-item--03 {
  width: 284px;
  height: 197px;
  z-index: 3;
  left: 40px;
  background: url("/assets/characters/anika/scenes/scene_02/anika_scene_02_03.svg") 0 0 no-repeat;
}
.Anika-scene-2 .Story-graphics-item--04 {
  width: 223px;
  height: 274px;
  z-index: 4;
  left: 40px;
  background: url("/assets/characters/anika/scenes/scene_02/anika_scene_02_04.svg") 0 0 no-repeat;
}
.Anika-scene-2 .Story-graphics-item--05 {
  width: 170px;
  height: 248px;
  z-index: 5;
  left: 80px;
  background: url("/assets/characters/anika/scenes/scene_02/anika_scene_02_05.svg") 0 0 no-repeat;
}
.Anika-scene-2 .Story-graphics-item--06 {
  width: 138px;
  height: 106px;
  z-index: 6;
  left: 20px;
  background: url("/assets/characters/anika/scenes/scene_02/anika_scene_02_06.svg") 0 0 no-repeat;
}
.Anika-scene-2 .Story-graphics-item--07 {
  width: 200px;
  height: 106px;
  z-index: 7;
  left: 60px;
  background: url("/assets/characters/anika/scenes/scene_02/anika_scene_02_07.svg") 0 0 no-repeat;
}
.Anika-scene-2 .Story-graphics-item--08 {
  width: 416px;
  height: 148px;
  z-index: 8;
  right: -20px;
  background: url("/assets/characters/anika/scenes/scene_02/anika_scene_02_08.svg") 0 0 no-repeat;
}
.Anika-scene-2 .Story-graphics-item--09 {
  width: 387px;
  height: 114px;
  z-index: 9;
  left: -60px;
  background: url("/assets/characters/anika/scenes/scene_02/anika_scene_02_09.svg") 0 0 no-repeat;
}
.Anika-scene-2 .Story-graphics-item--10 {
  width: 102%;
  height: 920px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_03/anika_scene_03_01.svg") 0 0 no-repeat;
}

.Anika-scene-3 {
  background: #E6F5F9;
  height: 820px;
}
.Anika-scene-3 .Story-graphics-item--01 {
  width: 374px;
  height: 550px;
  z-index: 1;
  right: 10px;
  background: url("/assets/characters/anika/scenes/scene_03/anika_scene_03_02.svg") 0 0 no-repeat;
}
.Anika-scene-3 .Story-graphics-item--02 {
  width: 88px;
  height: 99px;
  z-index: 2;
  left: 20px;
  background: url("/assets/characters/anika/scenes/scene_03/anika_scene_03_03.svg") 0 0 no-repeat;
}
.Anika-scene-3 .Story-graphics-item--03 {
  width: 157px;
  height: 96px;
  z-index: 3;
  right: 40px;
  background: url("/assets/characters/anika/scenes/scene_03/anika_scene_03_04.svg") 0 0 no-repeat;
}
.Anika-scene-3 .Story-graphics-item--04 {
  width: 100%;
  height: 1300px;
  z-index: 4;
  left: 0;
  background-color: #35A1A9;
}
.Anika-scene-3 .Story-graphics-item--05 {
  width: 535px;
  height: 131px;
  z-index: 5;
  left: -10px;
  background: url("/assets/characters/anika/scenes/scene_03/anika_scene_03_05.svg") 0 0 no-repeat;
}
.Anika-scene-3 .Story-graphics-item--06 {
  width: 418px;
  height: 145px;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_03/anika_scene_03_06.svg") 0 0 no-repeat;
}
.Anika-scene-3 .Story-graphics-item--07 {
  width: 80px;
  height: 101px;
  z-index: 7;
  left: 20px;
  background: url("/assets/characters/anika/scenes/scene_03/anika_scene_03_07.svg") 0 0 no-repeat;
}
.Anika-scene-3 .Story-graphics-item--08 {
  width: 125px;
  height: 149px;
  z-index: 8;
  right: 100px;
  background: url("/assets/characters/anika/scenes/scene_03/anika_scene_03_08.svg") 0 0 no-repeat;
}
.Anika-scene-3 .Story-graphics-item--09 {
  width: 100%;
  height: 200px;
  z-index: 9;
  left: 0;
  background-color: #00737A;
  transform: skewY(-10deg);
}

.Anika-scene-4 {
  background: #00737A;
  height: 800px;
}
.Anika-scene-4 .Story-graphics-item--01 {
  width: 232px;
  height: 294px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/anika/scenes/scene_04/anika_scene_04_08.svg") 0 0 no-repeat;
}
.Anika-scene-4 .Story-graphics-item--02 {
  width: 28px;
  height: 30px;
  z-index: 2;
  left: 70px;
  background: url("/assets/characters/anika/scenes/scene_04/anika_scene_04_02.svg") 0 0 no-repeat;
}
.Anika-scene-4 .Story-graphics-item--03 {
  width: 34px;
  height: 30px;
  z-index: 2;
  right: 80px;
  background: url("/assets/characters/anika/scenes/scene_04/anika_scene_04_05.svg") 0 0 no-repeat;
}
.Anika-scene-4 .Story-graphics-item--04 {
  width: 65px;
  height: 66px;
  z-index: 3;
  left: 30px;
  background: url("/assets/characters/anika/scenes/scene_04/anika_scene_04_03.svg") 0 0 no-repeat;
}
.Anika-scene-4 .Story-graphics-item--05 {
  width: 90px;
  height: 78px;
  z-index: 3;
  right: 30px;
  background: url("/assets/characters/anika/scenes/scene_04/anika_scene_04_06.svg") 0 0 no-repeat;
}
.Anika-scene-4 .Story-graphics-item--06 {
  width: 214px;
  height: 196px;
  z-index: 4;
  right: 10px;
  background: url("/assets/characters/anika/scenes/scene_04/anika_scene_04_04.svg") 0 0 no-repeat;
}
.Anika-scene-4 .Story-graphics-item--07 {
  width: 319px;
  height: 259px;
  z-index: 4;
  left: 10px;
  background: url("/assets/characters/anika/scenes/scene_04/anika_scene_04_07.svg") 0 0 no-repeat;
}

.Stephen-scene-1 {
  background: #35A1A9;
  height: 1070px;
}
.Stephen-scene-1 .Story-graphics-item--01 {
  width: 465px;
  height: 450px;
  z-index: 1;
  left: 18px;
  background: url("/assets/characters/stephen/scenes/scene_01/stephen_scene_01_01.svg") 0 0 no-repeat;
}
.Stephen-scene-1 .Story-graphics-item--02 {
  width: 608px;
  height: 765px;
  z-index: 2;
  left: -3px;
  background: url("/assets/characters/stephen/scenes/scene_01/stephen_scene_01_02.svg") 0 0 no-repeat;
}
.Stephen-scene-1 .Story-graphics-item--03 {
  width: 514px;
  height: 1281px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/stephen/scenes/scene_01/stephen_scene_01_03.svg") 0 0 no-repeat;
}
.Stephen-scene-1 .Story-graphics-item--floor {
  width: 100%;
  height: 800px;
  z-index: 4;
  left: 0;
  background-color: #35A1A9;
}
.Stephen-scene-1 .Story-graphics-item--04 {
  width: 405px;
  height: 526px;
  z-index: 5;
  right: 5px;
  background: url("/assets/characters/stephen/scenes/scene_01/stephen_scene_01_04.svg") 0 0 no-repeat;
}
.Stephen-scene-1 .Story-graphics-item--05 {
  width: 294px;
  height: 634px;
  z-index: 6;
  left: -30px;
  background: url("/assets/characters/stephen/scenes/scene_01/stephen_scene_01_05.svg") 0 0 no-repeat;
}
.Stephen-scene-1 .Story-graphics-item--06 {
  width: 324px;
  height: 286px;
  z-index: 7;
  left: -138px;
  background: url("/assets/characters/stephen/scenes/scene_01/stephen_scene_01_06.svg") 0 0 no-repeat;
}
.Stephen-scene-1 .Story-graphics-item--07 {
  width: 323px;
  height: 526px;
  z-index: 7;
  right: -20px;
  background: url("/assets/characters/stephen/scenes/scene_01/stephen_scene_01_07.svg") 0 0 no-repeat;
}
.Stephen-scene-1 .Story-graphics-item--08 {
  width: 0;
  height: 0;
  z-index: 8;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent;
  border-left-width: 256px;
  border-right-width: 256px;
  border-top-width: 84px;
  border-bottom-width: 84px;
  border-bottom-color: #00737A;
}
.Stephen-scene-1 .Story-graphics-item--08::after {
  content: "";
  width: 512px;
  height: 1050px;
  background-color: #00737A;
  display: block;
  position: absolute;
  top: 84px;
  left: -256px;
}

.Stephen-scene-2 {
  background: #00737A;
  height: 850px;
}
.Stephen-scene-2 .Story-graphics-item--01 {
  width: 275px;
  height: 276px;
  z-index: 1;
  left: -5px;
  background: url("/assets/characters/stephen/scenes/scene_02/stephen_scene_02_01.svg") 0 0 no-repeat;
}
.Stephen-scene-2 .Story-graphics-item--02 {
  width: 337px;
  height: 339px;
  z-index: 2;
  right: 60px;
  background: url("/assets/characters/stephen/scenes/scene_02/stephen_scene_02_02.svg") 0 0 no-repeat;
}
.Stephen-scene-2 .Story-graphics-item--03 {
  width: 268px;
  height: 187px;
  z-index: 3;
  left: 20px;
  background: url("/assets/characters/stephen/scenes/scene_02/stephen_scene_02_03.svg") 0 0 no-repeat;
}
.Stephen-scene-2 .Story-graphics-item--04 {
  width: 126px;
  height: 164px;
  z-index: 4;
  left: 10px;
  background: url("/assets/characters/stephen/scenes/scene_02/stephen_scene_02_04.svg") 0 0 no-repeat;
}
.Stephen-scene-2 .Story-graphics-item--05 {
  width: 267px;
  height: 241px;
  z-index: 5;
  right: 0;
  background: url("/assets/characters/stephen/scenes/scene_02/stephen_scene_02_05.svg") 0 0 no-repeat;
}
.Stephen-scene-2 .Story-graphics-item--06 {
  width: 200px;
  height: 125px;
  z-index: 6;
  right: 150px;
  background: url("/assets/characters/stephen/scenes/scene_02/stephen_scene_02_06.svg") 0 0 no-repeat;
}
.Stephen-scene-2 .Story-graphics-item--07 {
  width: 156px;
  height: 249px;
  z-index: 7;
  right: 10px;
  background: url("/assets/characters/stephen/scenes/scene_02/stephen_scene_02_07.svg") 0 0 no-repeat;
}
.Stephen-scene-2 .Story-graphics-item--08 {
  width: 514px;
  height: 908px;
  z-index: 8;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/stephen/scenes/scene_03/stephen_scene_03_01.svg") 0 0 no-repeat;
}

.Stephen-scene-3 {
  height: 920px;
  background-color: #35A1A9;
}
.Stephen-scene-3 .Story-graphics-item--01 {
  width: 556px;
  height: 261px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/stephen/scenes/scene_03/stephen_scene_03_02.svg") 0 0 no-repeat;
}
.Stephen-scene-3 .Story-graphics-item--02 {
  width: 461px;
  height: 334px;
  z-index: 2;
  left: -100px;
  background: url("/assets/characters/stephen/scenes/scene_03/stephen_scene_03_03.svg") 0 0 no-repeat;
}
.Stephen-scene-3 .Story-graphics-item--03 {
  width: 386px;
  height: 113px;
  z-index: 3;
  left: 100px;
  background: url("/assets/characters/stephen/scenes/scene_03/stephen_scene_03_04.svg") 0 0 no-repeat;
}
.Stephen-scene-3 .Story-graphics-item--04 {
  width: 512px;
  height: 1280px;
  z-index: 4;
  left: 0;
  background: url("/assets/characters/stephen/scenes/scene_03/stephen_scene_03_05.svg") 0 0 no-repeat;
}
.Stephen-scene-3 .Story-graphics-item--05 {
  width: 512px;
  height: 165px;
  z-index: 5;
  left: 0;
  background: url("/assets/characters/stephen/scenes/scene_03/stephen_scene_03_06.svg") 0 0 no-repeat;
}
.Stephen-scene-3 .Story-graphics-item--06 {
  width: 243px;
  height: 100px;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/stephen/scenes/scene_03/stephen_scene_03_07.svg") 0 0 no-repeat;
}
.Stephen-scene-3 .Story-graphics-item--07 {
  width: 954px;
  height: 299px;
  z-index: 7;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/stephen/scenes/scene_03/stephen_scene_03_08.svg") 0 0 no-repeat;
}
.Stephen-scene-3 .Story-graphics-item--08 {
  width: 514px;
  height: 1069px;
  z-index: 8;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/stephen/scenes/scene_03/stephen_scene_03_09.svg") 0 0 no-repeat;
}

.Stephen-scene-4 {
  height: 740px;
  background-color: #35A1A9;
}
.Stephen-scene-4 .Story-graphics-item--01 {
  width: 242px;
  height: 385px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/stephen/scenes/scene_04/stephen_scene_04_01.svg") 0 0 no-repeat;
}
.Stephen-scene-4 .Story-graphics-item--02 {
  width: 28px;
  height: 30px;
  z-index: 2;
  left: 80px;
  background: url("/assets/characters/stephen/scenes/scene_04/stephen_scene_04_02.svg") 0 0 no-repeat;
}
.Stephen-scene-4 .Story-graphics-item--03 {
  width: 34px;
  height: 30px;
  z-index: 2;
  right: 80px;
  background: url("/assets/characters/stephen/scenes/scene_04/stephen_scene_04_03.svg") 0 0 no-repeat;
}
.Stephen-scene-4 .Story-graphics-item--04 {
  width: 64px;
  height: 66px;
  z-index: 3;
  left: 30px;
  background: url("/assets/characters/stephen/scenes/scene_04/stephen_scene_04_04.svg") 0 0 no-repeat;
}
.Stephen-scene-4 .Story-graphics-item--05 {
  width: 90px;
  height: 78px;
  z-index: 3;
  right: 30px;
  background: url("/assets/characters/stephen/scenes/scene_04/stephen_scene_04_05.svg") 0 0 no-repeat;
}
.Stephen-scene-4 .Story-graphics-item--06 {
  width: 213px;
  height: 195px;
  z-index: 4;
  right: 10px;
  background: url("/assets/characters/stephen/scenes/scene_04/stephen_scene_04_06.svg") 0 0 no-repeat;
}
.Stephen-scene-4 .Story-graphics-item--07 {
  width: 317px;
  height: 258px;
  z-index: 4;
  left: 10px;
  background: url("/assets/characters/stephen/scenes/scene_04/stephen_scene_04_07.svg") 0 0 no-repeat;
}

.Bernie-scene-1 {
  background: #E6F5F9;
  height: 950px;
}
.Bernie-scene-1 .Story-graphics-item--01 {
  width: 525px;
  height: 181px;
  z-index: 1;
  left: -10px;
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_01.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--02 {
  width: 553px;
  height: 209px;
  z-index: 2;
  right: -30px;
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_02.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--03 {
  width: 520px;
  height: 164px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_03.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--04 {
  width: 518px;
  height: 849px;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_04.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--05 {
  width: 588px;
  height: 715px;
  z-index: 5;
  left: -47px;
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_05.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--06 {
  width: 100%;
  height: 1200px;
  z-index: 6;
  left: 0;
  background-color: #00737A;
  border-top: 1px solid #35A1A9;
}
.Bernie-scene-1 .Story-graphics-item--07 {
  width: 490px;
  height: 184px;
  z-index: 7;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_06.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--07 {
  width: 490px;
  height: 184px;
  z-index: 7;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_06.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--08 {
  width: 250px;
  height: 250px;
  z-index: 8;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_07.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--09 {
  width: 371px;
  height: 101px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_08.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--10 {
  width: 522px;
  height: 143px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_09.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--11 {
  width: 514px;
  height: 552px;
  z-index: 11;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_10.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--12 {
  width: 145px;
  height: 85px;
  z-index: 12;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_11.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--13 {
  width: 512px;
  height: 1018px;
  z-index: 13;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_12.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--14 {
  width: 266px;
  height: 414px;
  z-index: 14;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_13.svg") 0 0 no-repeat;
}
.Bernie-scene-1 .Story-graphics-item--15 {
  width: 514px;
  height: 957px;
  z-index: 15;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_01/bernie_scene_01_14.svg") 0 0 no-repeat;
}

.Bernie-scene-2 {
  background: #F05A26;
  height: 900px;
}
.Bernie-scene-2 .Story-graphics-item--01 {
  width: 415px;
  height: 531px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_02/bernie_scene_02_01.svg") 0 0 no-repeat;
}
.Bernie-scene-2 .Story-graphics-item--BG {
  width: 100%;
  height: 1000px;
  z-index: 2;
  left: 0;
  background-color: #35A1A9;
}
.Bernie-scene-2 .Story-graphics-item--02 {
  width: 182px;
  height: 450px;
  z-index: 2;
  left: 26px;
  background: url("/assets/characters/bernie/scenes/scene_02/bernie_scene_02_02.svg") 0 0 no-repeat;
}
.Bernie-scene-2 .Story-graphics-item--03 {
  width: 214px;
  height: 94px;
  z-index: 3;
  left: 149px;
  background: url("/assets/characters/bernie/scenes/scene_02/bernie_scene_02_03.svg") 0 0 no-repeat;
}
.Bernie-scene-2 .Story-graphics-item--04 {
  width: 150px;
  height: 450px;
  z-index: 4;
  left: 352px;
  background: url("/assets/characters/bernie/scenes/scene_02/bernie_scene_02_04.svg") 0 0 no-repeat;
}
.Bernie-scene-2 .Story-graphics-item--05 {
  width: 107px;
  height: 223px;
  z-index: 5;
  left: 373px;
  background: url("/assets/characters/bernie/scenes/scene_02/bernie_scene_02_05.svg") 0 0 no-repeat;
}
.Bernie-scene-2 .Story-graphics-item--06 {
  width: 443px;
  height: 286px;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_02/bernie_scene_02_06.svg") 0 0 no-repeat;
}
.Bernie-scene-2 .Story-graphics-item--07 {
  width: 145px;
  height: 86px;
  z-index: 7;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_02/bernie_scene_02_07.svg") 0 0 no-repeat;
}
.Bernie-scene-2 .Story-graphics-item--08 {
  width: 293px;
  height: 305px;
  z-index: 8;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_02/bernie_scene_02_08.svg") 0 0 no-repeat;
}

.Bernie-scene-3 {
  background: #35A1A9;
  height: 1100px;
}
.Bernie-scene-3 .Story-graphics-item--01 {
  width: 435px;
  height: 993px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_03/bernie_scene_03_01.svg") 0 0 no-repeat;
}
.Bernie-scene-3 .Story-graphics-item--02 {
  width: 96px;
  height: 39px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_03/bernie_scene_03_02.svg") 0 0 no-repeat;
}
.Bernie-scene-3 .Story-graphics-item--03 {
  width: 251px;
  height: 39px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_03/bernie_scene_03_03.svg") 0 0 no-repeat;
}
.Bernie-scene-3 .Story-graphics-item--04 {
  width: 257px;
  height: 40px;
  z-index: 4;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_03/bernie_scene_03_04.svg") 0 0 no-repeat;
}
.Bernie-scene-3 .Story-graphics-item--05 {
  width: 238px;
  height: 37px;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_03/bernie_scene_03_05.svg") 0 0 no-repeat;
}
.Bernie-scene-3 .Story-graphics-item--06 {
  width: 176px;
  height: 178px;
  z-index: 6;
  left: 40px;
  background: url("/assets/characters/bernie/scenes/scene_03/bernie_scene_03_06.svg") 0 0 no-repeat;
}
.Bernie-scene-3 .Story-graphics-item--07 {
  width: 98px;
  height: 136px;
  z-index: 7;
  left: 120px;
  background: url("/assets/characters/bernie/scenes/scene_03/bernie_scene_03_07.svg") 0 0 no-repeat;
}
.Bernie-scene-3 .Story-graphics-item--08 {
  width: 176px;
  height: 177px;
  z-index: 8;
  right: 20px;
  background: url("/assets/characters/bernie/scenes/scene_03/bernie_scene_03_08.svg") 0 0 no-repeat;
}
.Bernie-scene-3 .Story-graphics-item--09 {
  width: 100%;
  height: 500px;
  z-index: 9;
  left: 0;
  background-color: #00737A;
  transform: skewY(-10deg);
}

.Bernie-scene-4 {
  background: #00737A;
  height: 740px;
}
.Bernie-scene-4 .Story-graphics-item--01 {
  width: 226px;
  height: 261px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/characters/bernie/scenes/scene_04/bernie_scene_04_01.svg") 0 0 no-repeat;
}
.Bernie-scene-4 .Story-graphics-item--02 {
  width: 28px;
  height: 30px;
  z-index: 2;
  left: 80px;
  background: url("/assets/characters/bernie/scenes/scene_04/bernie_scene_04_02.svg") 0 0 no-repeat;
}
.Bernie-scene-4 .Story-graphics-item--03 {
  width: 34px;
  height: 30px;
  z-index: 2;
  right: 80px;
  background: url("/assets/characters/bernie/scenes/scene_04/bernie_scene_04_03.svg") 0 0 no-repeat;
}
.Bernie-scene-4 .Story-graphics-item--04 {
  width: 64px;
  height: 66px;
  z-index: 3;
  left: 30px;
  background: url("/assets/characters/bernie/scenes/scene_04/bernie_scene_04_04.svg") 0 0 no-repeat;
}
.Bernie-scene-4 .Story-graphics-item--05 {
  width: 90px;
  height: 78px;
  z-index: 3;
  right: 30px;
  background: url("/assets/characters/bernie/scenes/scene_04/bernie_scene_04_05.svg") 0 0 no-repeat;
}
.Bernie-scene-4 .Story-graphics-item--06 {
  width: 213px;
  height: 195px;
  z-index: 4;
  right: 10px;
  background: url("/assets/characters/bernie/scenes/scene_04/bernie_scene_04_07.svg") 0 0 no-repeat;
}
.Bernie-scene-4 .Story-graphics-item--07 {
  width: 317px;
  height: 258px;
  z-index: 4;
  left: 10px;
  background: url("/assets/characters/bernie/scenes/scene_04/bernie_scene_04_06.svg") 0 0 no-repeat;
}

.OutcomeContent,
.OutcomePortrait {
  height: 657px;
}

.OutcomePortrait {
  position: relative;
}
.OutcomePortrait--Anika {
  background: url("/assets/characters/anika/common/anika_large.png") no-repeat 50% 105%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomePortrait--Anika {
    background-image: url("/assets/characters/anika/common/anika_large@2x.png");
    background-size: 296px 583px;
  }
}
.OutcomePortrait--Ash {
  background: url("/assets/characters/ash/common/ash_large.png") no-repeat 50% 105%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomePortrait--Ash {
    background-image: url("/assets/characters/ash/common/ash_large@2x.png");
    background-size: 247px 611px;
  }
}
.OutcomePortrait--Stephen {
  background: url("/assets/characters/stephen/common/stephen_large.png") no-repeat 50% 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomePortrait--Stephen {
    background-image: url("/assets/characters/stephen/common/stephen_large@2x.png");
    background-size: 312px 669px;
  }
}
.OutcomePortrait--Bernie {
  background: url("/assets/characters/bernie/common/bernie_large.png") no-repeat 50% 105%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomePortrait--Bernie {
    background-image: url("/assets/characters/bernie/common/bernie_large@2x.png");
    background-size: 437px 558px;
  }
}

.OutcomeContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 100px;
}

.OutcomeList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.OutcomeList-item {
  position: relative;
  color: #000;
}
.OutcomeList-item:not(:last-child) {
  margin-bottom: 2.25rem;
}
.OutcomeList-item::before, .OutcomeList-item.Input.has-error::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 100%;
  margin-right: 16px;
}
.OutcomeList-item--declare::before, .OutcomeList-item--declare.Input.has-error::before {
  background: url("/assets/icons/declare.png") no-repeat 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomeList-item--declare::before, .OutcomeList-item--declare.Input.has-error::before {
    background-image: url("/assets/icons/declare@2x.png");
    background-size: 28px 25px;
  }
}
.OutcomeList-item--no-declare::before, .OutcomeList-item--no-declare.Input.has-error::before {
  background: url("/assets/icons/declare-no.png") no-repeat 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomeList-item--no-declare::before, .OutcomeList-item--no-declare.Input.has-error::before {
    background-image: url("/assets/icons/declare-no@2x.png");
    background-size: 29px 29px;
  }
}
.OutcomeList-item--gain::before, .OutcomeList-item--gain.Input.has-error::before {
  background: url("/assets/icons/gain.png") no-repeat 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomeList-item--gain::before, .OutcomeList-item--gain.Input.has-error::before {
    background-image: url("/assets/icons/gain@2x.png");
    background-size: 10px 28px;
  }
}
.OutcomeList-item--no-gain::before, .OutcomeList-item--no-gain.Input.has-error::before {
  background: url("/assets/icons/gain-no.png") no-repeat 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomeList-item--no-gain::before, .OutcomeList-item--no-gain.Input.has-error::before {
    background-image: url("/assets/icons/gain-no@2x.png");
    background-size: 29px 29px;
  }
}
.OutcomeList-item--process::before, .OutcomeList-item--process.Input.has-error::before {
  background: url("/assets/icons/process.png") no-repeat 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomeList-item--process::before, .OutcomeList-item--process.Input.has-error::before {
    background-image: url("/assets/icons/process@2x.png");
    background-size: 29px 29px;
  }
}
.OutcomeList-item--no-process::before, .OutcomeList-item--no-process.Input.has-error::before {
  background: url("/assets/icons/process-no.png") no-repeat 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomeList-item--no-process::before, .OutcomeList-item--no-process.Input.has-error::before {
    background-image: url("/assets/icons/process-no@2x.png");
    background-size: 29px 29px;
  }
}
.OutcomeList-item--relationship::before, .OutcomeList-item--relationship.Input.has-error::before {
  background: url("/assets/icons/relationship.png") no-repeat 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomeList-item--relationship::before, .OutcomeList-item--relationship.Input.has-error::before {
    background-image: url("/assets/icons/relationship@2x.png");
    background-size: 30px 29px;
  }
}
.OutcomeList-item--no-relationship::before, .OutcomeList-item--no-relationship.Input.has-error::before {
  background: url("/assets/icons/relationship-no.png") no-repeat 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomeList-item--no-relationship::before, .OutcomeList-item--no-relationship.Input.has-error::before {
    background-image: url("/assets/icons/relationship-no@2x.png");
    background-size: 30px 29px;
  }
}
.OutcomeList-item--update::before, .OutcomeList-item--update.Input.has-error::before {
  background: url("/assets/icons/update.png") no-repeat 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomeList-item--update::before, .OutcomeList-item--update.Input.has-error::before {
    background-image: url("/assets/icons/update@2x.png");
    background-size: 22px 29px;
  }
}
.OutcomeList-item--no-update::before, .OutcomeList-item--no-update.Input.has-error::before {
  background: url("/assets/icons/update-no.png") no-repeat 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-resolution: 124.8dpi) {
  .OutcomeList-item--no-update::before, .OutcomeList-item--no-update.Input.has-error::before {
    background-image: url("/assets/icons/update-no@2x.png");
    background-size: 29px 29px;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
.Spinner {
  display: inline-block;
  position: relative;
  width: 23px;
  height: 23px;
}
.Spinner * {
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  height: 23px;
  width: 23px;
}
.Spinner *::before, .Spinner .Checkbox-label::before, .Spinner .Input.has-error::before, .Spinner *::after {
  animation: pulse 1.2s infinite;
  content: "";
  position: absolute;
  left: 10.5px;
  height: 7px;
  width: 2px;
  border-radius: 1px;
  background-color: #FFF;
}
.Spinner *::before, .Spinner .Checkbox-label::before, .Spinner .Input.has-error::before {
  top: 0;
}
.Spinner *::after {
  bottom: 0;
}

.Spinner--black *::before, .Spinner--black .Checkbox-label::before, .Spinner--black .Input.has-error::before, .Spinner--black *::after {
  background-color: #1C212A;
}

.Spinner--large {
  width: 46px;
  height: 46px;
}
.Spinner--large * {
  height: 46px;
  width: 46px;
}
.Spinner--large *::before, .Spinner--large .Checkbox-label::before, .Spinner--large .Input.has-error::before, .Spinner--large *::after {
  left: 21px;
  height: 14px;
  width: 4px;
  border-radius: 2px;
}

.Spinner *:nth-child(1) {
  transform: rotate(-30deg);
}
.Spinner *:nth-child(1)::before {
  animation-delay: -0.1s;
}
.Spinner *:nth-child(1)::after {
  animation-delay: -0.7s;
}

.Spinner *:nth-child(2) {
  transform: rotate(-60deg);
}
.Spinner *:nth-child(2)::before {
  animation-delay: -0.2s;
}
.Spinner *:nth-child(2)::after {
  animation-delay: -0.8s;
}

.Spinner *:nth-child(3) {
  transform: rotate(-90deg);
}
.Spinner *:nth-child(3)::before {
  animation-delay: -0.3s;
}
.Spinner *:nth-child(3)::after {
  animation-delay: -0.9s;
}

.Spinner *:nth-child(4) {
  transform: rotate(-120deg);
}
.Spinner *:nth-child(4)::before {
  animation-delay: -0.4s;
}
.Spinner *:nth-child(4)::after {
  animation-delay: -1s;
}

.Spinner *:nth-child(5) {
  transform: rotate(-150deg);
}
.Spinner *:nth-child(5)::before {
  animation-delay: -0.5s;
}
.Spinner *:nth-child(5)::after {
  animation-delay: -1.1s;
}

.Spinner *:nth-child(6) {
  transform: rotate(-180deg);
}
.Spinner *:nth-child(6)::before {
  animation-delay: -0.6s;
}
.Spinner *:nth-child(6)::after {
  animation-delay: -1.2s;
}

.Table {
  width: 100%;
  border-collapse: collapse;
}
.Table, .Table th, .Table td {
  border: 0 solid #ECECEC;
}
.Table th {
  padding: 0.45rem 0.9rem;
  text-align: left;
}
.Table th:empty::before {
  content: " ";
}
.Table td {
  font-size: 1rem;
  padding: 1.125rem 0.9rem;
  border-bottom: 1px solid #ECECEC;
}

.Table-headerBlack th {
  color: #FFF;
  background-color: #1C212A;
}

.Table--compact td {
  padding: 0.825rem 0.9rem;
}
.Table--compact tr > td {
  border-bottom: 1px solid #ECECEC;
}

.Table--Sortable .is-sortable {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.Table--Sortable .is-sortable:hover > .title, .Table--Sortable .Footer-item--link:hover .is-sortable.Button > .title, .Footer-item--link:hover .Table--Sortable .is-sortable.Button > .title {
  text-decoration: underline;
}

.td--1 {
  width: 1%;
}

.td--5 {
  width: 5%;
}

.td--10 {
  width: 10%;
}

.td--15 {
  width: 15%;
}

.td--20 {
  width: 20%;
}

.td--25 {
  width: 25%;
}

.td--30 {
  width: 30%;
}

.td--35 {
  width: 35%;
}

.td--40 {
  width: 40%;
}

.td--45 {
  width: 45%;
}

.td--50 {
  width: 50%;
}

.td--55 {
  width: 55%;
}

.td--60 {
  width: 60%;
}

.td--65 {
  width: 65%;
}

.td--70 {
  width: 70%;
}

.td--75 {
  width: 75%;
}

.td--80 {
  width: 80%;
}

.td--85 {
  width: 85%;
}

.td--90 {
  width: 90%;
}

.td--95 {
  width: 95%;
}

td.td--truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}

.Table--scroll {
  display: block;
  overflow-x: scroll;
  max-width: 100%;
}

@keyframes fade-out {
  from {
    background-color: #FFFDE4;
  }
  to {
    background-color: white;
  }
}
.Table--highlight-first tbody > tr:first-child td {
  background-color: #FFFDE4;
  animation: fade-out 1s ease-out forwards 0.5s;
}

@media (max-width: 767.99px) {
  .Table--nowrap-mobile {
    white-space: nowrap;
  }
}

div.pika-lendar button.pika-prev {
  background: url("/assets/timepicker/leftarrow.png") 0 0 no-repeat;
}

div.pika-lendar button.pika-next {
  background: url("/assets/timepicker/rightarrow.png") 0 0 no-repeat;
}

.Teamslist {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.Scroll-hint {
  font-size: 2.25rem;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
}
.Scroll-hint span {
  display: block;
  animation: bounce 2s 1;
  background: #00737A;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.Interstitial-wrapper {
  width: 100%;
  max-width: 1024px;
  min-height: 968px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
}

.Interstitial-wrapper--padded {
  padding: 1.5rem 1.5rem;
}

body.is-front {
  position: relative;
  background: #E5F3F5;
  height: auto;
}
body.is-front::before, body.is-front.Input.has-error::before {
  position: fixed;
  content: "";
  width: 1024px;
  height: 968px;
  top: calc((100vh - 968px) / 2);
  left: calc((100vw - (100vw - 100%) - 1024px) / 2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  pointer-events: none;
}
body.is-front > .ember-view {
  padding-top: calc((100vh - 968px) / 2);
  padding-bottom: calc((100vh - 968px) / 2);
  position: relative;
}
body.is-front > .ember-view::before, body.is-front > .ember-view::after {
  position: fixed;
  left: 0;
  width: 100%;
  height: calc((100vh - 968px) / 2);
  background: #E5F3F5;
  content: "";
  display: block;
  z-index: 100;
}
body.is-front > .ember-view::before {
  top: 0;
}
body.is-front > .ember-view::after {
  bottom: 0;
}

body.is-admin {
  position: relative;
  background: white;
}
body.is-admin footer {
  border-top: 1px solid #8D9094;
  margin-top: 4.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.is-login {
  position: relative;
  background: white;
}

.Member-delete {
  position: relative;
  height: 0;
}
.Member-delete .icon-cross {
  position: absolute;
  padding: 2px;
  margin: 6px;
  right: -42px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.Result {
  text-align: center;
}
.Result .icon {
  font-size: 3.875rem;
}
.Result .icon-result-error, .Result .Input.has-error::before {
  color: #F05A26;
}
.Result .icon-result-success {
  color: #6FC03E;
}

form .icon-ird-logo {
  font-size: 3.75rem;
}

.verticalCenter {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
}
.verticalCenter .u-textBlue {
  margin-bottom: 3rem;
}

.Text--debug {
  padding: 5px;
  color: #000 !important;
  border: 1px dashed #000 !important;
  background-color: #FC0 !important;
  white-space: pre-line !important;
}

.u-hidden {
  display: none !important;
}

.u-inlineBlock {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

@media (max-width: 767.99px) {
  .u-sm-hidden {
    display: none !important;
  }

  .u-sm-inlineBlock {
    display: inline-block !important;
  }

  .u-sm-block {
    display: block !important;
  }
}
@media print, (min-width: 768px) {
  .u-md-hidden {
    display: none !important;
  }

  .u-md-inlineBlock {
    display: inline-block !important;
  }

  .u-md-block {
    display: block !important;
  }
}
.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-flexInline {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.u-flexCol {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flexWrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flexJustifyEnd {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-flexJustifyCenter {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-flexJustifyBetween {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-flexAlignItemsCenter {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-flexAlignSelfCenter {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.u-flexGrow1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

@media (max-width: 767.99px) {
  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-sm-flexInline {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .u-sm-flexCol {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-sm-flexWrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-sm-flexJustifyEnd {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-sm-flexJustifyCenter {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-sm-flexJustifyBetween {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-sm-flexAlignItemsCenter {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-sm-flexAlignSelfCenter {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .u-sm-flexGrow1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
}
@media print, (min-width: 768px) {
  .u-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-md-flexInline {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .u-md-flexCol {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-md-flexWrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-md-flexJustifyEnd {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-md-flexJustifyCenter {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-md-flexJustifyBetween {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-md-flexAlignItemsCenter {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-md-flexAlignSelfCenter {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .u-md-flexGrow1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
}
@media (min-width: 1024px) {
  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-lg-flexInline {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .u-lg-flexCol {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-lg-flexWrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-lg-flexJustifyEnd {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-lg-flexJustifyCenter {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-lg-flexJustifyBetween {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-lg-flexAlignItemsCenter {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-lg-flexAlignSelfCenter {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .u-lg-flexGrow1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
}
.u-linkClean,
.u-linkClean:hover,
.Footer-item--link:hover .u-linkClean.Button,
.u-linkClean:focus,
.u-linkClean:active {
  text-decoration: none !important;
}

.u-link {
  color: #00737A;
}
.u-link:hover, .Footer-item--link:hover .u-link.Button {
  color: #35A1A9;
}

.u-link--footer {
  color: #FFF;
  right: 3rem;
}

.u-link--header {
  color: #00737A;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
}
.u-link--header:hover, .Footer-item--link:hover .u-link--header.Button {
  color: #35A1A9;
}

.u-link--footer,
.u-link--header {
  font-size: 0.875rem;
  line-height: 0.25;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
}
.u-link--footer:hover, .Footer-item--link:hover .u-link--footer.Button,
.u-link--header:hover,
.Footer-item--link:hover .u-link--header.Button {
  text-decoration: underline;
}

.u-mT--xs {
  margin-top: -0.375rem !important;
}

.u-mT-0, .Checkbox-label div > p {
  margin-top: 0 !important;
}

.u-mT-xs {
  margin-top: 0.375rem !important;
}

.u-mT-sm {
  margin-top: 0.75rem !important;
}

.u-mT-md {
  margin-top: 1.5rem !important;
}

.u-mT-lg {
  margin-top: 3rem !important;
}

.u-mT-xl {
  margin-top: 6rem !important;
}

.u-mB--xs {
  margin-bottom: -0.375rem !important;
}

.u-mB-0 {
  margin-bottom: 0 !important;
}

.u-mB-xs {
  margin-bottom: 0.375rem !important;
}

.u-mB-sm {
  margin-bottom: 0.75rem !important;
}

.u-mB-md {
  margin-bottom: 1.5rem !important;
}

.u-mB-lg {
  margin-bottom: 3rem !important;
}

.u-mB-xl {
  margin-bottom: 6rem !important;
}

.u-mL-0 {
  margin-left: 0 !important;
}

.u-mL-xs {
  margin-left: 0.375rem !important;
}

.u-mL-sm {
  margin-left: 0.75rem !important;
}

.u-mL-md {
  margin-left: 1.5rem !important;
}

.u-mL-lg {
  margin-left: 3rem !important;
}

.u-mL-auto {
  margin-left: auto !important;
}

.u-mR-0 {
  margin-right: 0 !important;
}

.u-mR-xs {
  margin-right: 0.375rem !important;
}

.u-mR-sm {
  margin-right: 0.75rem !important;
}

.u-mR-md {
  margin-right: 1.5rem !important;
}

.u-mR-lg {
  margin-right: 3rem !important;
}

.u-mR-auto {
  margin-right: auto !important;
}

@media (max-width: 767.99px) {
  .u-sm-mT--xs {
    margin-top: -0.375rem !important;
  }

  .u-sm-mT-0 {
    margin-top: 0 !important;
  }

  .u-sm-mT-xs {
    margin-top: 0.375rem !important;
  }

  .u-sm-mT-sm {
    margin-top: 0.75rem !important;
  }

  .u-sm-mT-md {
    margin-top: 1.5rem !important;
  }

  .u-sm-mT-lg {
    margin-top: 3rem !important;
  }

  .u-sm-mT-xl {
    margin-top: 6rem !important;
  }

  .u-sm-mB--xs {
    margin-bottom: -0.375rem !important;
  }

  .u-sm-mB-0 {
    margin-bottom: 0 !important;
  }

  .u-sm-mB-xs {
    margin-bottom: 0.375rem !important;
  }

  .u-sm-mB-sm {
    margin-bottom: 0.75rem !important;
  }

  .u-sm-mB-md {
    margin-bottom: 1.5rem !important;
  }

  .u-sm-mB-lg {
    margin-bottom: 3rem !important;
  }

  .u-sm-mB-xl {
    margin-bottom: 6rem !important;
  }

  .u-sm-mL-0 {
    margin-left: 0 !important;
  }

  .u-sm-mL-xs {
    margin-left: 0.375rem !important;
  }

  .u-sm-mL-sm {
    margin-left: 0.75rem !important;
  }

  .u-sm-mL-md {
    margin-left: 1.5rem !important;
  }

  .u-sm-mL-lg {
    margin-left: 3rem !important;
  }

  .u-sm-mL-auto {
    margin-left: auto !important;
  }

  .u-sm-mR-0 {
    margin-right: 0 !important;
  }

  .u-sm-mR-xs {
    margin-right: 0.375rem !important;
  }

  .u-sm-mR-sm {
    margin-right: 0.75rem !important;
  }

  .u-sm-mR-md {
    margin-right: 1.5rem !important;
  }

  .u-sm-mR-lg {
    margin-right: 3rem !important;
  }

  .u-sm-mR-auto {
    margin-right: auto !important;
  }
}
@media print, (min-width: 768px) {
  .u-md-mT--xs {
    margin-top: -0.375rem !important;
  }

  .u-md-mT-0 {
    margin-top: 0 !important;
  }

  .u-md-mT-xs {
    margin-top: 0.375rem !important;
  }

  .u-md-mT-sm {
    margin-top: 0.75rem !important;
  }

  .u-md-mT-md {
    margin-top: 1.5rem !important;
  }

  .u-md-mT-lg {
    margin-top: 3rem !important;
  }

  .u-md-mT-xl {
    margin-top: 6rem !important;
  }

  .u-md-mB--xs {
    margin-bottom: -0.375rem !important;
  }

  .u-md-mB-0 {
    margin-bottom: 0 !important;
  }

  .u-md-mB-xs {
    margin-bottom: 0.375rem !important;
  }

  .u-md-mB-sm {
    margin-bottom: 0.75rem !important;
  }

  .u-md-mB-md {
    margin-bottom: 1.5rem !important;
  }

  .u-md-mB-lg {
    margin-bottom: 3rem !important;
  }

  .u-md-mB-xl {
    margin-bottom: 6rem !important;
  }

  .u-md-mL-0 {
    margin-left: 0 !important;
  }

  .u-md-mL-xs {
    margin-left: 0.375rem !important;
  }

  .u-md-mL-sm {
    margin-left: 0.75rem !important;
  }

  .u-md-mL-md {
    margin-left: 1.5rem !important;
  }

  .u-md-mL-lg {
    margin-left: 3rem !important;
  }

  .u-md-mL-auto {
    margin-left: auto !important;
  }

  .u-md-mR-0 {
    margin-right: 0 !important;
  }

  .u-md-mR-xs {
    margin-right: 0.375rem !important;
  }

  .u-md-mR-sm {
    margin-right: 0.75rem !important;
  }

  .u-md-mR-md {
    margin-right: 1.5rem !important;
  }

  .u-md-mR-lg {
    margin-right: 3rem !important;
  }

  .u-md-mR-auto {
    margin-right: auto !important;
  }
}
.u-before1of3 {
  margin-left: 33.3333333333% !important;
}

.u-before1of4 {
  margin-left: 25% !important;
}

.u-before1of6 {
  margin-left: 16.6666666667% !important;
}

.u-before1of12 {
  margin-left: 8.3333333333% !important;
}

@media print, (min-width: 768px) {
  .u-md-before1of3 {
    margin-left: 33.3333333333% !important;
  }

  .u-md-before1of4 {
    margin-left: 25% !important;
  }

  .u-md-before1of6 {
    margin-left: 16.6666666667% !important;
  }

  .u-md-before1of12 {
    margin-left: 8.3333333333% !important;
  }
}
.u-pT-0 {
  padding-top: 0 !important;
}

.u-pT-xs {
  padding-top: 0.375rem !important;
}

.u-pT-sm {
  padding-top: 0.75rem !important;
}

.u-pT-md {
  padding-top: 1.5rem !important;
}

.u-pT-lg {
  padding-top: 3rem !important;
}

.u-pR-0 {
  padding-right: 0 !important;
}

.u-pR-sm {
  padding-right: 0.75rem !important;
}

.u-pR-md {
  padding-right: 1.5rem !important;
}

.u-pR-lg {
  padding-right: 3rem !important;
}

.u-pB-0 {
  padding-bottom: 0 !important;
}

.u-pB-sm {
  padding-bottom: 0.75rem !important;
}

.u-pB-md {
  padding-bottom: 1.5rem !important;
}

.u-pB-lg {
  padding-bottom: 3rem !important;
}

.u-pL-0 {
  padding-left: 0 !important;
}

.u-pL-sm {
  padding-left: 0.75rem !important;
}

.u-pL-md {
  padding-left: 1.5rem !important;
}

.u-pL-lg {
  padding-left: 3rem !important;
}

@media (max-width: 767.99px) {
  .u-sm-pT-0 {
    padding-top: 0 !important;
  }

  .u-sm-pT-xs {
    padding-top: 0.375rem !important;
  }

  .u-sm-pT-sm {
    padding-top: 0.75rem !important;
  }

  .u-sm-pT-md {
    padding-top: 1.5rem !important;
  }

  .u-sm-pT-lg {
    padding-top: 3rem !important;
  }

  .u-sm-pR-0 {
    padding-right: 0 !important;
  }

  .u-sm-pR-sm {
    padding-right: 0.75rem !important;
  }

  .u-sm-pR-md {
    padding-right: 1.5rem !important;
  }

  .u-sm-pR-lg {
    padding-right: 3rem !important;
  }

  .u-sm-pB-0 {
    padding-bottom: 0 !important;
  }

  .u-sm-pB-sm {
    padding-bottom: 0.75rem !important;
  }

  .u-sm-pB-md {
    padding-bottom: 1.5rem !important;
  }

  .u-sm-pB-lg {
    padding-bottom: 3rem !important;
  }

  .u-sm-pL-0 {
    padding-left: 0 !important;
  }

  .u-sm-pL-sm {
    padding-left: 0.75rem !important;
  }

  .u-sm-pL-md {
    padding-left: 1.5rem !important;
  }

  .u-sm-pL-lg {
    padding-left: 3rem !important;
  }
}
@media print, (min-width: 768px) {
  .u-md-pT-0 {
    padding-top: 0 !important;
  }

  .u-md-pT-xs {
    padding-top: 0.375rem !important;
  }

  .u-md-pT-sm {
    padding-top: 0.75rem !important;
  }

  .u-md-pT-md {
    padding-top: 1.5rem !important;
  }

  .u-md-pT-lg {
    padding-top: 3rem !important;
  }

  .u-md-pR-0 {
    padding-right: 0 !important;
  }

  .u-md-pR-sm {
    padding-right: 0.75rem !important;
  }

  .u-md-pR-md {
    padding-right: 1.5rem !important;
  }

  .u-md-pR-lg {
    padding-right: 3rem !important;
  }

  .u-md-pB-0 {
    padding-bottom: 0 !important;
  }

  .u-md-pB-sm {
    padding-bottom: 0.75rem !important;
  }

  .u-md-pB-md {
    padding-bottom: 1.5rem !important;
  }

  .u-md-pB-lg {
    padding-bottom: 3rem !important;
  }

  .u-md-pL-0 {
    padding-left: 0 !important;
  }

  .u-md-pL-sm {
    padding-left: 0.75rem !important;
  }

  .u-md-pL-md {
    padding-left: 1.5rem !important;
  }

  .u-md-pL-lg {
    padding-left: 3rem !important;
  }
}
.u-textCenter {
  text-align: center !important;
}

.u-textLeft {
  text-align: left !important;
}

.u-textRight {
  text-align: right !important;
}

@media (max-width: 767.99px) {
  .u-sm-textCenter {
    text-align: center !important;
  }

  .u-sm-textLeft {
    text-align: left !important;
  }

  .u-sm-textRight {
    text-align: right !important;
  }
}
@media print, (min-width: 768px) {
  .u-md-textCenter {
    text-align: center !important;
  }

  .u-md-textLeft {
    text-align: left !important;
  }

  .u-md-textRight {
    text-align: right !important;
  }
}
.u-textUppercase {
  text-transform: uppercase !important;
}

.u-textCapitalize {
  text-transform: capitalize !important;
}

.u-textBreak {
  word-wrap: break-word !important;
}

.u-textNoWrap {
  white-space: nowrap !important;
}

.u-textPreWrap {
  white-space: pre-line !important;
}

.u-textItalic {
  font-style: italic;
}

.u-textWarning {
  color: #F05A26;
}

.u-textWhite {
  color: #FFF;
}

.u-textGrey {
  color: #ADADAD;
}

.u-textGreyDarkMed {
  color: #919191;
}

.u-textGreyDark {
  color: #4A4A4A;
}

.u-textOrange {
  color: #F05A26;
}

.u-textBlue {
  color: #35A1A9;
}

.u-textBlack {
  color: #000;
}

.u-textTealDark {
  color: #00737A;
}

.u-textUnderline {
  text-decoration: underline;
}

.u-textDotted {
  padding-bottom: 0.1875rem;
  cursor: default;
  background-image: linear-gradient(to left, #000 40%, rgba(255, 255, 255, 0) 20%);
  background-position: -1px 100%;
  background-size: 4px 2px;
  background-repeat: repeat-x;
  transition: color 0.25s ease-in-out;
}
.u-textDotted:hover, .Footer-item--link:hover .u-textDotted.Button {
  color: #000;
}

@keyframes -ms-border-throb {
  100% {
    box-shadow: 0 0 4px 3px rgba(53, 161, 169, 0.3);
  }
}
@keyframes border-throb {
  100% {
    box-shadow: 0 0 0 3px rgba(53, 161, 169, 0.3);
  }
}
@keyframes throb-fade {
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(-45deg);
    opacity: 0.3;
  }
}
.u-todo {
  position: relative;
  box-shadow: 0 0 4px 3px #35A1A9;
  border-collapse: separate;
  /* Needed for IE */
  border-radius: 5px;
  opacity: 0.8;
  animation: border-throb 1.2s alternate linear infinite;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .u-todo {
    animation: -ms-border-throb 1.2s alternate linear infinite;
  }
}
.u-todo::before, .u-todo.Input.has-error::before {
  content: "Todo";
  position: absolute;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #35A1A9;
  color: #FFF;
  opacity: 0.8;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%) scale(1.2) rotate(-45deg);
  animation: throb-fade 1.2s alternate linear infinite;
}
.u-todo[data-todo]::before {
  content: attr(data-todo);
}

.u-width1of1 {
  width: 100% !important;
}

.u-width1of2 {
  width: 50% !important;
}

.u-width1of3, .u-width4of12, .u-width2of6 {
  width: 33.3333333333% !important;
}

.u-width2of3 {
  width: 66.6666666667% !important;
}

.u-width1of4, .u-width3of12 {
  width: 25% !important;
}

.u-width1of5 {
  width: 20% !important;
}

.u-width3of4, .u-width9of12 {
  width: 75% !important;
}

.u-width1of6, .u-width2of12 {
  width: 16.6666666667% !important;
}

.u-width5of6 {
  width: 83.3333333333% !important;
}

.u-width5of12 {
  width: 41.6666666667% !important;
}

@media (max-width: 767.99px) {
  .u-sm-width1of1 {
    width: 100% !important;
  }

  .u-sm-width1of2 {
    width: 50% !important;
  }

  .u-sm-width1of3, .u-sm-width4of12, .u-sm-width2of6 {
    width: 33.3333333333% !important;
  }

  .u-sm-width2of3 {
    width: 66.6666666667% !important;
  }

  .u-sm-width1of4, .u-sm-width3of12 {
    width: 25% !important;
  }

  .u-sm-width1of5 {
    width: 20% !important;
  }

  .u-sm-width3of4, .u-sm-width9of12 {
    width: 75% !important;
  }

  .u-sm-width1of6, .u-sm-width2of12 {
    width: 16.6666666667% !important;
  }

  .u-sm-width5of6 {
    width: 83.3333333333% !important;
  }

  .u-sm-width5of12 {
    width: 41.6666666667% !important;
  }
}
@media print, (min-width: 768px) {
  .u-md-width1of1 {
    width: 100% !important;
  }

  .u-md-width1of2 {
    width: 50% !important;
  }

  .u-md-width1of3, .u-md-width4of12, .u-md-width2of6 {
    width: 33.3333333333% !important;
  }

  .u-md-width2of3 {
    width: 66.6666666667% !important;
  }

  .u-md-width1of4, .u-md-width3of12 {
    width: 25% !important;
  }

  .u-md-width1of5 {
    width: 20% !important;
  }

  .u-md-width3of4, .u-md-width9of12 {
    width: 75% !important;
  }

  .u-md-width1of6, .u-md-width2of12 {
    width: 16.6666666667% !important;
  }

  .u-md-width5of6 {
    width: 83.3333333333% !important;
  }

  .u-md-width5of12 {
    width: 41.6666666667% !important;
  }
}
@media (min-width: 1024px) {
  .u-lg-width1of1 {
    width: 100% !important;
  }

  .u-lg-width1of2 {
    width: 50% !important;
  }

  .u-lg-width1of3, .u-lg-width4of12, .u-lg-width2of6 {
    width: 33.3333333333% !important;
  }

  .u-lg-width2of3 {
    width: 66.6666666667% !important;
  }

  .u-lg-width1of4, .u-lg-width3of12 {
    width: 25% !important;
  }

  .u-lg-width1of5 {
    width: 20% !important;
  }

  .u-lg-width3of4, .u-lg-width9of12 {
    width: 75% !important;
  }

  .u-lg-width1of6, .u-lg-width2of12 {
    width: 16.6666666667% !important;
  }

  .u-lg-width5of6 {
    width: 83.3333333333% !important;
  }

  .u-lg-width5of12 {
    width: 41.6666666667% !important;
  }
}