/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700,900");
.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 1.75;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 1.75em;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #999999;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #aaaaaa transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input:-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #999999;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: 4px;
  color: #333333;
  background-color: #e4e4e4;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #aaaaaa;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ember-power-select-dropdown {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  line-height: 1.75;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #aaaaaa;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #aaaaaa;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto;
  /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 12.25em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #dddddd;
}

.ember-power-select-option[aria-current=true] {
  background-color: #5897fb;
  color: #ffffff;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

@-webkit-keyframes buttonLoaderFadeIn {
  0% {
    opacity: 0.5;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes buttonLoaderFadeIn {
  0% {
    opacity: 0.5;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes chartLoaderSlide {
  0% {
    left: -10rem;
  }
  100% {
    left: 110%;
  }
}
@keyframes chartLoaderSlide {
  0% {
    left: -10rem;
  }
  100% {
    left: 110%;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
  overflow-y: auto;
}

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

body {
  background: #FAFBFB;
  color: #323539;
  margin: 0;
  overflow-x: hidden;
}
@media print {
  body {
    background: white;
  }
}

img {
  max-width: 100%;
}

body {
  color: #323539;
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 1.15;
}

h1 {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.1;
  margin: 1rem 0 0.5rem;
}

h2 {
  font-size: 16px;
  line-height: 1.1;
  margin: 1rem 0 0.5rem;
}

p {
  color: #416477;
  font-size: 1rem;
  line-height: 1.5;
}
p.light {
  color: #889CAC;
  font-style: italic;
}
p.small {
  font-size: 0.9rem;
  font-style: italic;
}
p.warning {
  color: #F95050;
}

h1.margin-top, h2.margin-top, h3.margin-top, h4.margin-top, h5.margin-top, h6.margin-top, p.margin-top, div.margin-top, span.margin-top, label.margin-top, input.margin-top {
  margin-top: 1rem;
}
h1.align-top, h2.align-top, h3.align-top, h4.align-top, h5.align-top, h6.align-top, p.align-top, div.align-top, span.align-top, label.align-top, input.align-top {
  vertical-align: top !important;
}
h1.margin-bottom, h2.margin-bottom, h3.margin-bottom, h4.margin-bottom, h5.margin-bottom, h6.margin-bottom, p.margin-bottom, div.margin-bottom, span.margin-bottom, label.margin-bottom, input.margin-bottom {
  margin-bottom: 1rem;
}
h1.padding-0, h2.padding-0, h3.padding-0, h4.padding-0, h5.padding-0, h6.padding-0, p.padding-0, div.padding-0, span.padding-0, label.padding-0, input.padding-0 {
  padding: 0 !important;
}
h1.bottom-0, h2.bottom-0, h3.bottom-0, h4.bottom-0, h5.bottom-0, h6.bottom-0, p.bottom-0, div.bottom-0, span.bottom-0, label.bottom-0, input.bottom-0 {
  margin-bottom: 0 !important;
}
h1.bottom-small, h2.bottom-small, h3.bottom-small, h4.bottom-small, h5.bottom-small, h6.bottom-small, p.bottom-small, div.bottom-small, span.bottom-small, label.bottom-small, input.bottom-small {
  margin-bottom: 0.5rem;
}
h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin, p.no-margin, div.no-margin, span.no-margin, label.no-margin, input.no-margin {
  margin: 0 !important;
}
h1.vertical-align-initial, h2.vertical-align-initial, h3.vertical-align-initial, h4.vertical-align-initial, h5.vertical-align-initial, h6.vertical-align-initial, p.vertical-align-initial, div.vertical-align-initial, span.vertical-align-initial, label.vertical-align-initial, input.vertical-align-initial {
  vertical-align: initial !important;
}
h1.vertical-align-middle, h2.vertical-align-middle, h3.vertical-align-middle, h4.vertical-align-middle, h5.vertical-align-middle, h6.vertical-align-middle, p.vertical-align-middle, div.vertical-align-middle, span.vertical-align-middle, label.vertical-align-middle, input.vertical-align-middle {
  vertical-align: middle !important;
}
h1.no-padding, h2.no-padding, h3.no-padding, h4.no-padding, h5.no-padding, h6.no-padding, p.no-padding, div.no-padding, span.no-padding, label.no-padding, input.no-padding {
  padding: 0 !important;
}
h1.no-bottom-margin, h2.no-bottom-margin, h3.no-bottom-margin, h4.no-bottom-margin, h5.no-bottom-margin, h6.no-bottom-margin, p.no-bottom-margin, div.no-bottom-margin, span.no-bottom-margin, label.no-bottom-margin, input.no-bottom-margin {
  margin-bottom: 0 !important;
}
h1.no-top-margin, h2.no-top-margin, h3.no-top-margin, h4.no-top-margin, h5.no-top-margin, h6.no-top-margin, p.no-top-margin, div.no-top-margin, span.no-top-margin, label.no-top-margin, input.no-top-margin {
  margin-top: 0 !important;
}
h1.border-left-grey, h2.border-left-grey, h3.border-left-grey, h4.border-left-grey, h5.border-left-grey, h6.border-left-grey, p.border-left-grey, div.border-left-grey, span.border-left-grey, label.border-left-grey, input.border-left-grey {
  border-left: 2px solid #D7DEE3;
}
h1.border-right-grey, h2.border-right-grey, h3.border-right-grey, h4.border-right-grey, h5.border-right-grey, h6.border-right-grey, p.border-right-grey, div.border-right-grey, span.border-right-grey, label.border-right-grey, input.border-right-grey {
  border-right: 2px solid #D7DEE3;
}
h1.background-light, h2.background-light, h3.background-light, h4.background-light, h5.background-light, h6.background-light, p.background-light, div.background-light, span.background-light, label.background-light, input.background-light {
  background: #FAFBFB !important;
}
h1.hidden, h2.hidden, h3.hidden, h4.hidden, h5.hidden, h6.hidden, p.hidden, div.hidden, span.hidden, label.hidden, input.hidden {
  visibility: hidden;
}
h1.is-inline, h2.is-inline, h3.is-inline, h4.is-inline, h5.is-inline, h6.is-inline, p.is-inline, div.is-inline, span.is-inline, label.is-inline, input.is-inline {
  display: inline-block;
}

a {
  color: #00558C;
}

label {
  color: #889CAC;
  font-size: 0.9rem;
  font-weight: 700;
}
label.dark {
  color: #416477;
}

button, [type=button], [type=reset], [type=submit] {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a6698), to(#004d7e));
  background: linear-gradient(#1a6698, #004d7e);
  border-radius: 2px;
  border-width: 0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  color: #e6eef4;
  cursor: pointer;
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 900;
  margin: 1rem 0;
  max-width: 100%;
  outline: none;
  padding: 0.75rem 1.25rem;
  position: relative;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: auto;
}
button[disabled], button:disabled, [type=button][disabled], [type=button]:disabled, [type=reset][disabled], [type=reset]:disabled, [type=submit][disabled], [type=submit]:disabled {
  background: #FAFBFB;
  color: #9CB0C0;
  cursor: initial;
}
button[disabled]:hover, button:disabled:hover, [type=button][disabled]:hover, [type=button]:disabled:hover, [type=reset][disabled]:hover, [type=reset]:disabled:hover, [type=submit][disabled]:hover, [type=submit]:disabled:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  color: #9CB0C0;
}
button:hover, [type=button]:hover, [type=reset]:hover, [type=submit]:hover {
  -webkit-box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.35);
  color: #ffffff;
}
button.secondary, [type=button].secondary, [type=reset].secondary, [type=submit].secondary {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FAFBFB));
  background: linear-gradient(#ffffff, #FAFBFB);
  color: #00558C;
  text-shadow: none;
}
button.secondary:hover, [type=button].secondary:hover, [type=reset].secondary:hover, [type=submit].secondary:hover {
  -webkit-box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.25);
}
button.small, [type=button].small, [type=reset].small, [type=submit].small {
  font-size: 0.9rem;
  padding: 0.35rem 0.75rem 0.45rem;
}
button.wide, [type=button].wide, [type=reset].wide, [type=submit].wide {
  width: 14rem;
}
button.btn-text, [type=button].btn-text, [type=reset].btn-text, [type=submit].btn-text {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00558C;
  display: inline-block;
  font-weight: 400;
  text-decoration: underline;
}

label.checkbox-item {
  display: inline-block;
  margin: 1rem 0;
  padding-left: 0px;
  cursor: pointer;
  text-align: left;
}
label.checkbox-item input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
label.checkbox-item input:checked ~ .checkbox-indicator {
  background: #00558C;
  border: 2px solid #00558C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
label.checkbox-item input:checked ~ .checkbox-indicator:after {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
label.checkbox-item.form {
  padding-left: 10.25rem;
}
label.checkbox-item.no-margin {
  margin: 0;
}
label.checkbox-item .checkbox-text {
  color: #889CAC;
  font-size: 1rem;
  font-weight: 600;
}
label.checkbox-item .checkbox-indicator {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 0.6666666667rem;
  border-radius: 2px;
  border: 2px solid #9CB0C0;
  background: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
label.checkbox-item .checkbox-indicator:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 8px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 1px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 0.3s ease-in-out;
  width: 4px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("https://s3.amazonaws.com/b3i.analytics.web.app.assets.testing/img/dropdown-arrows-f045d9083700b49726ad16bd19594372.svg");
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  color: #416477;
  cursor: pointer;
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem calc(0.75rem + 10px) 0.75rem 0.75rem;
}
select:hover {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  color: #323539;
}
select.small {
  background-image: url("https://s3.amazonaws.com/b3i.analytics.web.app.assets.testing/img/dropdown-arrows-green-1d0b7a824f843f2dd23498c5b45de6b7.svg");
  background-size: 0.5rem;
  color: #00558C;
  font-size: 0.9rem;
  padding: 0.35rem calc(0.35rem + 8px) 0.35rem 0.5rem;
}
select.margin-top {
  margin-top: 1rem;
}
select.hidden {
  display: none;
}
select:disabled {
  background: #FAFBFB;
  color: #889CAC;
}
select:disabled:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  color: #889CAC;
}

.logo, .logo--stacked, .logo--horizontal {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  height: 6rem;
  width: 12rem;
}
.logo--horizontal {
  background-image: url("https://s3.amazonaws.com/b3i.analytics.web.app.assets.testing/img/huron-logo-horizontal-da6958754c3c218b14edb98fdb98dbf7.svg");
}
.logo--stacked {
  background-image: url("https://s3.amazonaws.com/b3i.analytics.web.app.assets.testing/img/huron-logo-stacked-11225a6dcf5eb6903e583bbcedf9fce9.svg");
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
  border-radius: 2px;
  border: 1px solid #FAFBFB;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  margin: 1rem 0;
  outline: none;
  padding: 0.75rem;
  width: 100%;
  font-size: 1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
[type=color].error, [type=date].error, [type=datetime].error, [type=datetime-local].error, [type=email].error, [type=month].error, [type=number].error, [type=password].error, [type=search].error, [type=tel].error, [type=text].error, [type=time].error, [type=url].error, [type=week].error, input:not([type]).error, textarea.error {
  border-color: #F95050;
}

textarea {
  min-height: 10rem;
}

[type=range] {
  background: #D7DEE3;
  border-radius: 3px;
  -webkit-appearance: none;
  margin: 0 0 1.5rem 0;
  width: 100%;
}
[type=range]:focus {
  outline: 0;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 8px;
  -webkit-transition: all 0.3s ease-in-out ease;
  transition: all 0.3s ease-in-out ease;
  border: none;
  width: 100%;
  -webkit-box-shadow: 1px 1px 8px rgba(50, 53, 57, 0.1);
          box-shadow: 1px 1px 8px rgba(50, 53, 57, 0.1);
  border-radius: 2px;
}
[type=range]::-webkit-fill-lower {
  background: #D7DEE3;
}
[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 1px 1px 5px rgba(50, 53, 57, 0.4);
          box-shadow: 1px 1px 5px rgba(50, 53, 57, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FAFBFB));
  background: linear-gradient(#ffffff, #FAFBFB);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: -5.3333333333px;
  -webkit-appearance: none;
  -webkit-box-shadow: 1px 1px 8px rgba(50, 53, 57, 0.1);
          box-shadow: 1px 1px 8px rgba(50, 53, 57, 0.1);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
[type=range]::-webkit-slider-thumb::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
}
[type=range]::-moz-range-track {
  cursor: pointer;
  height: 8px;
  -moz-transition: all 0.3s ease-in-out ease;
  transition: all 0.3s ease-in-out ease;
  border: none;
  width: 100%;
  box-shadow: 1px 1px 8px rgba(50, 53, 57, 0.1);
  background: #D7DEE3;
  border-radius: 2px;
}
[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 5px rgba(50, 53, 57, 0.4);
  background: linear-gradient(#ffffff, #FAFBFB);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: -5.3333333333px;
}
[type=range]::-moz-range-thumb::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
}
[type=range]::-moz-range-progress {
  background: #00558C;
  height: 8px;
}
[type=range]::-ms-track {
  cursor: pointer;
  height: 8px;
  -ms-transition: all 0.3s ease-in-out ease;
  transition: all 0.3s ease-in-out ease;
  border: none;
  width: 100%;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 1px 1px 8px rgba(50, 53, 57, 0.1);
  background: #00558C;
  border: none;
  border-radius: 4px;
}
[type=range]::-ms-fill-upper {
  box-shadow: 1px 1px 8px rgba(50, 53, 57, 0.1);
  background: #D7DEE3;
  border: none;
  border-radius: 4px;
}
[type=range]::-ms-thumb {
  box-shadow: 1px 1px 5px rgba(50, 53, 57, 0.4);
  background: linear-gradient(#ffffff, #FAFBFB);
  border: none;
  border-radius: 2px;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-top: -5.3333333333px;
  margin-top: 0;
}
[type=range]::-ms-thumb::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
}
[type=range].value-0 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(0 * 1%), #D7DEE3 calc(calc(0 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-0::-webkit-slider-runnable-track, [type=range].value-0::-moz-range-track, [type=range].value-0::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(0 * 1%), #D7DEE3 calc(calc(0 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-1 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(1 * 1%), #D7DEE3 calc(calc(1 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-1::-webkit-slider-runnable-track, [type=range].value-1::-moz-range-track, [type=range].value-1::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(1 * 1%), #D7DEE3 calc(calc(1 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-2 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(2 * 1%), #D7DEE3 calc(calc(2 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-2::-webkit-slider-runnable-track, [type=range].value-2::-moz-range-track, [type=range].value-2::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(2 * 1%), #D7DEE3 calc(calc(2 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-3 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(3 * 1%), #D7DEE3 calc(calc(3 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-3::-webkit-slider-runnable-track, [type=range].value-3::-moz-range-track, [type=range].value-3::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(3 * 1%), #D7DEE3 calc(calc(3 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-4 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(4 * 1%), #D7DEE3 calc(calc(4 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-4::-webkit-slider-runnable-track, [type=range].value-4::-moz-range-track, [type=range].value-4::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(4 * 1%), #D7DEE3 calc(calc(4 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-5 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(5 * 1%), #D7DEE3 calc(calc(5 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-5::-webkit-slider-runnable-track, [type=range].value-5::-moz-range-track, [type=range].value-5::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(5 * 1%), #D7DEE3 calc(calc(5 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-6 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(6 * 1%), #D7DEE3 calc(calc(6 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-6::-webkit-slider-runnable-track, [type=range].value-6::-moz-range-track, [type=range].value-6::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(6 * 1%), #D7DEE3 calc(calc(6 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-7 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(7 * 1%), #D7DEE3 calc(calc(7 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-7::-webkit-slider-runnable-track, [type=range].value-7::-moz-range-track, [type=range].value-7::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(7 * 1%), #D7DEE3 calc(calc(7 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-8 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(8 * 1%), #D7DEE3 calc(calc(8 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-8::-webkit-slider-runnable-track, [type=range].value-8::-moz-range-track, [type=range].value-8::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(8 * 1%), #D7DEE3 calc(calc(8 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-9 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(9 * 1%), #D7DEE3 calc(calc(9 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-9::-webkit-slider-runnable-track, [type=range].value-9::-moz-range-track, [type=range].value-9::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(9 * 1%), #D7DEE3 calc(calc(9 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-10 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(10 * 1%), #D7DEE3 calc(calc(10 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-10::-webkit-slider-runnable-track, [type=range].value-10::-moz-range-track, [type=range].value-10::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(10 * 1%), #D7DEE3 calc(calc(10 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-11 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(11 * 1%), #D7DEE3 calc(calc(11 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-11::-webkit-slider-runnable-track, [type=range].value-11::-moz-range-track, [type=range].value-11::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(11 * 1%), #D7DEE3 calc(calc(11 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-12 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(12 * 1%), #D7DEE3 calc(calc(12 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-12::-webkit-slider-runnable-track, [type=range].value-12::-moz-range-track, [type=range].value-12::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(12 * 1%), #D7DEE3 calc(calc(12 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-13 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(13 * 1%), #D7DEE3 calc(calc(13 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-13::-webkit-slider-runnable-track, [type=range].value-13::-moz-range-track, [type=range].value-13::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(13 * 1%), #D7DEE3 calc(calc(13 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-14 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(14 * 1%), #D7DEE3 calc(calc(14 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-14::-webkit-slider-runnable-track, [type=range].value-14::-moz-range-track, [type=range].value-14::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(14 * 1%), #D7DEE3 calc(calc(14 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-15 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(15 * 1%), #D7DEE3 calc(calc(15 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-15::-webkit-slider-runnable-track, [type=range].value-15::-moz-range-track, [type=range].value-15::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(15 * 1%), #D7DEE3 calc(calc(15 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-16 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(16 * 1%), #D7DEE3 calc(calc(16 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-16::-webkit-slider-runnable-track, [type=range].value-16::-moz-range-track, [type=range].value-16::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(16 * 1%), #D7DEE3 calc(calc(16 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-17 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(17 * 1%), #D7DEE3 calc(calc(17 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-17::-webkit-slider-runnable-track, [type=range].value-17::-moz-range-track, [type=range].value-17::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(17 * 1%), #D7DEE3 calc(calc(17 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-18 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(18 * 1%), #D7DEE3 calc(calc(18 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-18::-webkit-slider-runnable-track, [type=range].value-18::-moz-range-track, [type=range].value-18::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(18 * 1%), #D7DEE3 calc(calc(18 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-19 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(19 * 1%), #D7DEE3 calc(calc(19 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-19::-webkit-slider-runnable-track, [type=range].value-19::-moz-range-track, [type=range].value-19::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(19 * 1%), #D7DEE3 calc(calc(19 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-20 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(20 * 1%), #D7DEE3 calc(calc(20 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-20::-webkit-slider-runnable-track, [type=range].value-20::-moz-range-track, [type=range].value-20::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(20 * 1%), #D7DEE3 calc(calc(20 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-21 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(21 * 1%), #D7DEE3 calc(calc(21 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-21::-webkit-slider-runnable-track, [type=range].value-21::-moz-range-track, [type=range].value-21::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(21 * 1%), #D7DEE3 calc(calc(21 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-22 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(22 * 1%), #D7DEE3 calc(calc(22 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-22::-webkit-slider-runnable-track, [type=range].value-22::-moz-range-track, [type=range].value-22::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(22 * 1%), #D7DEE3 calc(calc(22 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-23 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(23 * 1%), #D7DEE3 calc(calc(23 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-23::-webkit-slider-runnable-track, [type=range].value-23::-moz-range-track, [type=range].value-23::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(23 * 1%), #D7DEE3 calc(calc(23 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-24 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(24 * 1%), #D7DEE3 calc(calc(24 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-24::-webkit-slider-runnable-track, [type=range].value-24::-moz-range-track, [type=range].value-24::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(24 * 1%), #D7DEE3 calc(calc(24 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-25 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(25 * 1%), #D7DEE3 calc(calc(25 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-25::-webkit-slider-runnable-track, [type=range].value-25::-moz-range-track, [type=range].value-25::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(25 * 1%), #D7DEE3 calc(calc(25 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-26 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(26 * 1%), #D7DEE3 calc(calc(26 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-26::-webkit-slider-runnable-track, [type=range].value-26::-moz-range-track, [type=range].value-26::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(26 * 1%), #D7DEE3 calc(calc(26 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-27 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(27 * 1%), #D7DEE3 calc(calc(27 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-27::-webkit-slider-runnable-track, [type=range].value-27::-moz-range-track, [type=range].value-27::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(27 * 1%), #D7DEE3 calc(calc(27 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-28 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(28 * 1%), #D7DEE3 calc(calc(28 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-28::-webkit-slider-runnable-track, [type=range].value-28::-moz-range-track, [type=range].value-28::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(28 * 1%), #D7DEE3 calc(calc(28 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-29 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(29 * 1%), #D7DEE3 calc(calc(29 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-29::-webkit-slider-runnable-track, [type=range].value-29::-moz-range-track, [type=range].value-29::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(29 * 1%), #D7DEE3 calc(calc(29 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-30 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(30 * 1%), #D7DEE3 calc(calc(30 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-30::-webkit-slider-runnable-track, [type=range].value-30::-moz-range-track, [type=range].value-30::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(30 * 1%), #D7DEE3 calc(calc(30 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-31 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(31 * 1%), #D7DEE3 calc(calc(31 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-31::-webkit-slider-runnable-track, [type=range].value-31::-moz-range-track, [type=range].value-31::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(31 * 1%), #D7DEE3 calc(calc(31 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-32 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(32 * 1%), #D7DEE3 calc(calc(32 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-32::-webkit-slider-runnable-track, [type=range].value-32::-moz-range-track, [type=range].value-32::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(32 * 1%), #D7DEE3 calc(calc(32 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-33 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(33 * 1%), #D7DEE3 calc(calc(33 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-33::-webkit-slider-runnable-track, [type=range].value-33::-moz-range-track, [type=range].value-33::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(33 * 1%), #D7DEE3 calc(calc(33 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-34 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(34 * 1%), #D7DEE3 calc(calc(34 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-34::-webkit-slider-runnable-track, [type=range].value-34::-moz-range-track, [type=range].value-34::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(34 * 1%), #D7DEE3 calc(calc(34 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-35 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(35 * 1%), #D7DEE3 calc(calc(35 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-35::-webkit-slider-runnable-track, [type=range].value-35::-moz-range-track, [type=range].value-35::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(35 * 1%), #D7DEE3 calc(calc(35 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-36 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(36 * 1%), #D7DEE3 calc(calc(36 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-36::-webkit-slider-runnable-track, [type=range].value-36::-moz-range-track, [type=range].value-36::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(36 * 1%), #D7DEE3 calc(calc(36 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-37 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(37 * 1%), #D7DEE3 calc(calc(37 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-37::-webkit-slider-runnable-track, [type=range].value-37::-moz-range-track, [type=range].value-37::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(37 * 1%), #D7DEE3 calc(calc(37 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-38 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(38 * 1%), #D7DEE3 calc(calc(38 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-38::-webkit-slider-runnable-track, [type=range].value-38::-moz-range-track, [type=range].value-38::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(38 * 1%), #D7DEE3 calc(calc(38 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-39 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(39 * 1%), #D7DEE3 calc(calc(39 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-39::-webkit-slider-runnable-track, [type=range].value-39::-moz-range-track, [type=range].value-39::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(39 * 1%), #D7DEE3 calc(calc(39 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-40 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(40 * 1%), #D7DEE3 calc(calc(40 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-40::-webkit-slider-runnable-track, [type=range].value-40::-moz-range-track, [type=range].value-40::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(40 * 1%), #D7DEE3 calc(calc(40 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-41 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(41 * 1%), #D7DEE3 calc(calc(41 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-41::-webkit-slider-runnable-track, [type=range].value-41::-moz-range-track, [type=range].value-41::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(41 * 1%), #D7DEE3 calc(calc(41 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-42 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(42 * 1%), #D7DEE3 calc(calc(42 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-42::-webkit-slider-runnable-track, [type=range].value-42::-moz-range-track, [type=range].value-42::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(42 * 1%), #D7DEE3 calc(calc(42 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-43 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(43 * 1%), #D7DEE3 calc(calc(43 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-43::-webkit-slider-runnable-track, [type=range].value-43::-moz-range-track, [type=range].value-43::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(43 * 1%), #D7DEE3 calc(calc(43 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-44 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(44 * 1%), #D7DEE3 calc(calc(44 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-44::-webkit-slider-runnable-track, [type=range].value-44::-moz-range-track, [type=range].value-44::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(44 * 1%), #D7DEE3 calc(calc(44 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-45 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(45 * 1%), #D7DEE3 calc(calc(45 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-45::-webkit-slider-runnable-track, [type=range].value-45::-moz-range-track, [type=range].value-45::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(45 * 1%), #D7DEE3 calc(calc(45 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-46 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(46 * 1%), #D7DEE3 calc(calc(46 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-46::-webkit-slider-runnable-track, [type=range].value-46::-moz-range-track, [type=range].value-46::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(46 * 1%), #D7DEE3 calc(calc(46 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-47 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(47 * 1%), #D7DEE3 calc(calc(47 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-47::-webkit-slider-runnable-track, [type=range].value-47::-moz-range-track, [type=range].value-47::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(47 * 1%), #D7DEE3 calc(calc(47 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-48 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(48 * 1%), #D7DEE3 calc(calc(48 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-48::-webkit-slider-runnable-track, [type=range].value-48::-moz-range-track, [type=range].value-48::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(48 * 1%), #D7DEE3 calc(calc(48 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-49 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(49 * 1%), #D7DEE3 calc(calc(49 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-49::-webkit-slider-runnable-track, [type=range].value-49::-moz-range-track, [type=range].value-49::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(49 * 1%), #D7DEE3 calc(calc(49 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-50 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(50 * 1%), #D7DEE3 calc(calc(50 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-50::-webkit-slider-runnable-track, [type=range].value-50::-moz-range-track, [type=range].value-50::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(50 * 1%), #D7DEE3 calc(calc(50 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-51 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(51 * 1%), #D7DEE3 calc(calc(51 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-51::-webkit-slider-runnable-track, [type=range].value-51::-moz-range-track, [type=range].value-51::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(51 * 1%), #D7DEE3 calc(calc(51 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-52 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(52 * 1%), #D7DEE3 calc(calc(52 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-52::-webkit-slider-runnable-track, [type=range].value-52::-moz-range-track, [type=range].value-52::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(52 * 1%), #D7DEE3 calc(calc(52 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-53 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(53 * 1%), #D7DEE3 calc(calc(53 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-53::-webkit-slider-runnable-track, [type=range].value-53::-moz-range-track, [type=range].value-53::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(53 * 1%), #D7DEE3 calc(calc(53 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-54 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(54 * 1%), #D7DEE3 calc(calc(54 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-54::-webkit-slider-runnable-track, [type=range].value-54::-moz-range-track, [type=range].value-54::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(54 * 1%), #D7DEE3 calc(calc(54 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-55 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(55 * 1%), #D7DEE3 calc(calc(55 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-55::-webkit-slider-runnable-track, [type=range].value-55::-moz-range-track, [type=range].value-55::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(55 * 1%), #D7DEE3 calc(calc(55 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-56 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(56 * 1%), #D7DEE3 calc(calc(56 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-56::-webkit-slider-runnable-track, [type=range].value-56::-moz-range-track, [type=range].value-56::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(56 * 1%), #D7DEE3 calc(calc(56 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-57 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(57 * 1%), #D7DEE3 calc(calc(57 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-57::-webkit-slider-runnable-track, [type=range].value-57::-moz-range-track, [type=range].value-57::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(57 * 1%), #D7DEE3 calc(calc(57 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-58 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(58 * 1%), #D7DEE3 calc(calc(58 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-58::-webkit-slider-runnable-track, [type=range].value-58::-moz-range-track, [type=range].value-58::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(58 * 1%), #D7DEE3 calc(calc(58 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-59 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(59 * 1%), #D7DEE3 calc(calc(59 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-59::-webkit-slider-runnable-track, [type=range].value-59::-moz-range-track, [type=range].value-59::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(59 * 1%), #D7DEE3 calc(calc(59 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-60 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(60 * 1%), #D7DEE3 calc(calc(60 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-60::-webkit-slider-runnable-track, [type=range].value-60::-moz-range-track, [type=range].value-60::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(60 * 1%), #D7DEE3 calc(calc(60 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-61 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(61 * 1%), #D7DEE3 calc(calc(61 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-61::-webkit-slider-runnable-track, [type=range].value-61::-moz-range-track, [type=range].value-61::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(61 * 1%), #D7DEE3 calc(calc(61 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-62 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(62 * 1%), #D7DEE3 calc(calc(62 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-62::-webkit-slider-runnable-track, [type=range].value-62::-moz-range-track, [type=range].value-62::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(62 * 1%), #D7DEE3 calc(calc(62 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-63 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(63 * 1%), #D7DEE3 calc(calc(63 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-63::-webkit-slider-runnable-track, [type=range].value-63::-moz-range-track, [type=range].value-63::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(63 * 1%), #D7DEE3 calc(calc(63 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-64 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(64 * 1%), #D7DEE3 calc(calc(64 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-64::-webkit-slider-runnable-track, [type=range].value-64::-moz-range-track, [type=range].value-64::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(64 * 1%), #D7DEE3 calc(calc(64 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-65 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(65 * 1%), #D7DEE3 calc(calc(65 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-65::-webkit-slider-runnable-track, [type=range].value-65::-moz-range-track, [type=range].value-65::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(65 * 1%), #D7DEE3 calc(calc(65 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-66 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(66 * 1%), #D7DEE3 calc(calc(66 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-66::-webkit-slider-runnable-track, [type=range].value-66::-moz-range-track, [type=range].value-66::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(66 * 1%), #D7DEE3 calc(calc(66 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-67 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(67 * 1%), #D7DEE3 calc(calc(67 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-67::-webkit-slider-runnable-track, [type=range].value-67::-moz-range-track, [type=range].value-67::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(67 * 1%), #D7DEE3 calc(calc(67 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-68 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(68 * 1%), #D7DEE3 calc(calc(68 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-68::-webkit-slider-runnable-track, [type=range].value-68::-moz-range-track, [type=range].value-68::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(68 * 1%), #D7DEE3 calc(calc(68 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-69 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(69 * 1%), #D7DEE3 calc(calc(69 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-69::-webkit-slider-runnable-track, [type=range].value-69::-moz-range-track, [type=range].value-69::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(69 * 1%), #D7DEE3 calc(calc(69 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-70 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(70 * 1%), #D7DEE3 calc(calc(70 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-70::-webkit-slider-runnable-track, [type=range].value-70::-moz-range-track, [type=range].value-70::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(70 * 1%), #D7DEE3 calc(calc(70 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-71 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(71 * 1%), #D7DEE3 calc(calc(71 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-71::-webkit-slider-runnable-track, [type=range].value-71::-moz-range-track, [type=range].value-71::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(71 * 1%), #D7DEE3 calc(calc(71 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-72 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(72 * 1%), #D7DEE3 calc(calc(72 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-72::-webkit-slider-runnable-track, [type=range].value-72::-moz-range-track, [type=range].value-72::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(72 * 1%), #D7DEE3 calc(calc(72 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-73 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(73 * 1%), #D7DEE3 calc(calc(73 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-73::-webkit-slider-runnable-track, [type=range].value-73::-moz-range-track, [type=range].value-73::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(73 * 1%), #D7DEE3 calc(calc(73 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-74 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(74 * 1%), #D7DEE3 calc(calc(74 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-74::-webkit-slider-runnable-track, [type=range].value-74::-moz-range-track, [type=range].value-74::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(74 * 1%), #D7DEE3 calc(calc(74 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-75 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(75 * 1%), #D7DEE3 calc(calc(75 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-75::-webkit-slider-runnable-track, [type=range].value-75::-moz-range-track, [type=range].value-75::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(75 * 1%), #D7DEE3 calc(calc(75 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-76 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(76 * 1%), #D7DEE3 calc(calc(76 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-76::-webkit-slider-runnable-track, [type=range].value-76::-moz-range-track, [type=range].value-76::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(76 * 1%), #D7DEE3 calc(calc(76 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-77 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(77 * 1%), #D7DEE3 calc(calc(77 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-77::-webkit-slider-runnable-track, [type=range].value-77::-moz-range-track, [type=range].value-77::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(77 * 1%), #D7DEE3 calc(calc(77 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-78 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(78 * 1%), #D7DEE3 calc(calc(78 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-78::-webkit-slider-runnable-track, [type=range].value-78::-moz-range-track, [type=range].value-78::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(78 * 1%), #D7DEE3 calc(calc(78 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-79 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(79 * 1%), #D7DEE3 calc(calc(79 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-79::-webkit-slider-runnable-track, [type=range].value-79::-moz-range-track, [type=range].value-79::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(79 * 1%), #D7DEE3 calc(calc(79 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-80 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(80 * 1%), #D7DEE3 calc(calc(80 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-80::-webkit-slider-runnable-track, [type=range].value-80::-moz-range-track, [type=range].value-80::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(80 * 1%), #D7DEE3 calc(calc(80 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-81 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(81 * 1%), #D7DEE3 calc(calc(81 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-81::-webkit-slider-runnable-track, [type=range].value-81::-moz-range-track, [type=range].value-81::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(81 * 1%), #D7DEE3 calc(calc(81 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-82 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(82 * 1%), #D7DEE3 calc(calc(82 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-82::-webkit-slider-runnable-track, [type=range].value-82::-moz-range-track, [type=range].value-82::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(82 * 1%), #D7DEE3 calc(calc(82 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-83 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(83 * 1%), #D7DEE3 calc(calc(83 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-83::-webkit-slider-runnable-track, [type=range].value-83::-moz-range-track, [type=range].value-83::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(83 * 1%), #D7DEE3 calc(calc(83 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-84 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(84 * 1%), #D7DEE3 calc(calc(84 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-84::-webkit-slider-runnable-track, [type=range].value-84::-moz-range-track, [type=range].value-84::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(84 * 1%), #D7DEE3 calc(calc(84 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-85 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(85 * 1%), #D7DEE3 calc(calc(85 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-85::-webkit-slider-runnable-track, [type=range].value-85::-moz-range-track, [type=range].value-85::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(85 * 1%), #D7DEE3 calc(calc(85 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-86 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(86 * 1%), #D7DEE3 calc(calc(86 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-86::-webkit-slider-runnable-track, [type=range].value-86::-moz-range-track, [type=range].value-86::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(86 * 1%), #D7DEE3 calc(calc(86 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-87 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(87 * 1%), #D7DEE3 calc(calc(87 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-87::-webkit-slider-runnable-track, [type=range].value-87::-moz-range-track, [type=range].value-87::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(87 * 1%), #D7DEE3 calc(calc(87 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-88 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(88 * 1%), #D7DEE3 calc(calc(88 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-88::-webkit-slider-runnable-track, [type=range].value-88::-moz-range-track, [type=range].value-88::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(88 * 1%), #D7DEE3 calc(calc(88 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-89 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(89 * 1%), #D7DEE3 calc(calc(89 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-89::-webkit-slider-runnable-track, [type=range].value-89::-moz-range-track, [type=range].value-89::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(89 * 1%), #D7DEE3 calc(calc(89 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-90 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(90 * 1%), #D7DEE3 calc(calc(90 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-90::-webkit-slider-runnable-track, [type=range].value-90::-moz-range-track, [type=range].value-90::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(90 * 1%), #D7DEE3 calc(calc(90 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-91 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(91 * 1%), #D7DEE3 calc(calc(91 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-91::-webkit-slider-runnable-track, [type=range].value-91::-moz-range-track, [type=range].value-91::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(91 * 1%), #D7DEE3 calc(calc(91 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-92 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(92 * 1%), #D7DEE3 calc(calc(92 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-92::-webkit-slider-runnable-track, [type=range].value-92::-moz-range-track, [type=range].value-92::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(92 * 1%), #D7DEE3 calc(calc(92 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-93 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(93 * 1%), #D7DEE3 calc(calc(93 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-93::-webkit-slider-runnable-track, [type=range].value-93::-moz-range-track, [type=range].value-93::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(93 * 1%), #D7DEE3 calc(calc(93 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-94 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(94 * 1%), #D7DEE3 calc(calc(94 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-94::-webkit-slider-runnable-track, [type=range].value-94::-moz-range-track, [type=range].value-94::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(94 * 1%), #D7DEE3 calc(calc(94 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-95 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(95 * 1%), #D7DEE3 calc(calc(95 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-95::-webkit-slider-runnable-track, [type=range].value-95::-moz-range-track, [type=range].value-95::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(95 * 1%), #D7DEE3 calc(calc(95 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-96 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(96 * 1%), #D7DEE3 calc(calc(96 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-96::-webkit-slider-runnable-track, [type=range].value-96::-moz-range-track, [type=range].value-96::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(96 * 1%), #D7DEE3 calc(calc(96 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-97 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(97 * 1%), #D7DEE3 calc(calc(97 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-97::-webkit-slider-runnable-track, [type=range].value-97::-moz-range-track, [type=range].value-97::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(97 * 1%), #D7DEE3 calc(calc(97 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-98 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(98 * 1%), #D7DEE3 calc(calc(98 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-98::-webkit-slider-runnable-track, [type=range].value-98::-moz-range-track, [type=range].value-98::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(98 * 1%), #D7DEE3 calc(calc(98 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-99 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(99 * 1%), #D7DEE3 calc(calc(99 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-99::-webkit-slider-runnable-track, [type=range].value-99::-moz-range-track, [type=range].value-99::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(99 * 1%), #D7DEE3 calc(calc(99 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-100 {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(100 * 1%), #D7DEE3 calc(calc(100 * 1%) + 1%), #D7DEE3 100%);
}
[type=range].value-100::-webkit-slider-runnable-track, [type=range].value-100::-moz-range-track, [type=range].value-100::-ms-track {
  background: -webkit-gradient(linear, left top, right top, from(#00558C), color-stop(#00558C), color-stop(#D7DEE3), to(#D7DEE3));
  background: linear-gradient(to right, #00558C 0%, #00558C calc(100 * 1%), #D7DEE3 calc(calc(100 * 1%) + 1%), #D7DEE3 100%);
}

.slider [type=range] {
  margin: 0.5rem 0 0 0;
}

.container {
  display: block;
  margin: 0 auto;
  max-width: 170rem;
  padding: 0 2rem;
  width: 100%;
}
.container.top-controls {
  margin: 1rem 0;
}
.container.top-controls button, .container.top-controls [type=button], .container.top-controls [type=reset], .container.top-controls [type=submit] {
  display: inline-block;
  margin: 0;
  max-height: 2.25rem;
  padding: 0.55rem 1.5rem;
  vertical-align: middle;
}
.container.top-controls span.control-item {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
.container.top-controls span.control-item.secondary--async {
  padding: 0 !important;
}
@media print {
  .container.top-controls span.control-item {
    display: inline-block;
  }
}
.container .top-page-controls {
  margin: 1.35rem 0 0.75rem 0;
}
.container .top-page-controls span.control-item {
  display: inline-block;
  margin: 0 1rem 0 0;
}
.container .top-page-controls span.control-item.hire-year-field {
  margin: 2rem 0 0 0 !important;
}
.container .top-page-controls span.control-item:last-child {
  margin-right: 0;
}
.container .top-page-controls span.control-item .multi-option-select-wrapper, .container .top-page-controls span.control-item .dropdown-wrapper {
  margin: 0;
}
.container .top-page-controls.condensed-controls {
  margin: 1rem 0 0.75rem 0;
}
.container .top-page-controls.condensed-controls.investigators {
  margin: 0;
  padding: 0.5rem 0 0.5rem 1rem;
  border-left: 1px solid #D7DEE3;
  border-right: 1px solid #D7DEE3;
}
.container .top-page-controls.condensed-controls span.control-item {
  margin: 0.5rem 0.75rem;
}
.container .top-page-controls.condensed-controls span.control-item label {
  display: block;
  min-height: 1.5rem;
}
.container.app {
  padding-bottom: 5rem;
}
.container.app.insights-padding {
  padding-bottom: 3rem;
}
.container.help-page-wrapper {
  padding-top: 3rem;
}
.container.help-page-wrapper h1 {
  margin-top: 3rem;
}
.container.help-page-wrapper p {
  line-height: 1.65;
}
.container.help-page-wrapper img {
  opacity: 0.5;
  pointer-events: none;
}
.container.help-page-wrapper li.red, .container.help-page-wrapper span.red {
  color: #F95050;
}
.container.help-page-wrapper ol.recruitment-list {
  list-style: none;
  counter-reset: recruitment-counter;
}
.container.help-page-wrapper ol.recruitment-list li {
  counter-increment: recruitment-counter;
}
.container.help-page-wrapper ol.recruitment-list li.red::before {
  content: counter(recruitment-counter) ". ";
  color: #F95050;
}
.container.help-page-wrapper ol.recruitment-list li::before {
  content: counter(recruitment-counter) ". ";
}
.container.authentication {
  padding: 4rem 0;
}
.container.authentication .card, .container.authentication .card--border, .container.authentication .card--welcome, .container.authentication .card--login {
  margin: 0 0 2rem 0;
  min-height: 30rem;
  padding: 4rem 2rem;
}
.container.authentication .card .logo, .container.authentication .card--border .logo, .container.authentication .card--welcome .logo, .container.authentication .card--login .logo, .container.authentication .card .logo--horizontal, .container.authentication .card--border .logo--horizontal, .container.authentication .card--welcome .logo--horizontal, .container.authentication .card--login .logo--horizontal, .container.authentication .card .logo--stacked, .container.authentication .card--border .logo--stacked, .container.authentication .card--welcome .logo--stacked, .container.authentication .card--login .logo--stacked {
  display: block;
  margin: 0 auto;
}
.container.authentication .card .card-content, .container.authentication .card--border .card-content, .container.authentication .card--welcome .card-content, .container.authentication .card--login .card-content {
  padding: 2rem 0;
  text-align: left;
}
.container.authentication .card p.centered, .container.authentication .card--border p.centered, .container.authentication .card--welcome p.centered, .container.authentication .card--login p.centered {
  text-align: center;
}
.container.authentication .card button, .container.authentication .card--border button, .container.authentication .card--welcome button, .container.authentication .card--login button, .container.authentication .card [type=button], .container.authentication .card--border [type=button], .container.authentication .card--welcome [type=button], .container.authentication .card--login [type=button], .container.authentication .card [type=reset], .container.authentication .card--border [type=reset], .container.authentication .card--welcome [type=reset], .container.authentication .card--login [type=reset], .container.authentication .card [type=submit], .container.authentication .card--border [type=submit], .container.authentication .card--welcome [type=submit], .container.authentication .card--login [type=submit] {
  min-width: 12rem;
}

.text-right {
  text-align: right;
}

.margin-left {
  margin-left: 1rem;
}

.margin-left-important {
  margin-left: 1rem !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.ember-view.inline {
  display: inline-block;
}

p.description-text {
  padding-left: 10.25rem;
}

section {
  margin: 1rem 0;
}
section.top-2 {
  margin: 2rem 0 1rem;
}

.card, .card--border, .card--welcome, .card--login {
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  padding: 1.25rem;
  text-align: left;
}
.card h1, .card--border h1, .card--welcome h1, .card--login h1, .card h2, .card--border h2, .card--welcome h2, .card--login h2, .card h3, .card--border h3, .card--welcome h3, .card--login h3, .card h4, .card--border h4, .card--welcome h4, .card--login h4, .card h5, .card--border h5, .card--welcome h5, .card--login h5, .card h6, .card--border h6, .card--welcome h6, .card--login h6 {
  margin-top: 0;
}
.card--login {
  padding: 1.5rem 3rem;
  text-align: center;
}
.card--welcome .card-content {
  text-align: center !important;
}
.card--welcome .institution-link {
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  color: #416477;
  display: inline-block;
  height: 5rem;
  margin: 0.6666666667rem;
  overflow: hidden;
  padding: 1rem 0.6666666667rem;
  width: 13rem;
}
.card--welcome .institution-link img {
  max-height: 100%;
  max-width: 100%;
}
.card.border-left-blue, .border-left-blue.card--border, .border-left-blue.card--login, .border-left-blue.card--welcome {
  padding-left: 2rem;
  position: relative;
}
.card.border-left-blue:before, .border-left-blue.card--border:before, .border-left-blue.card--login:before, .border-left-blue.card--welcome:before {
  content: "";
  background: #71C5E8;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}
.card.border-left-grey, .border-left-grey.card--border, .border-left-grey.card--login, .border-left-grey.card--welcome {
  padding-left: 2rem;
  position: relative;
}
.card.border-left-grey:before, .border-left-grey.card--border:before, .border-left-grey.card--login:before, .border-left-grey.card--welcome:before {
  content: "";
  background: #D7DEE3;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
}
.card.no-padding, .no-padding.card--border, .no-padding.card--login, .no-padding.card--welcome {
  padding: 0;
}
.card.padding-top-only, .padding-top-only.card--border, .padding-top-only.card--login, .padding-top-only.card--welcome {
  padding: 0.75rem 0 0 0;
}
.card--border {
  border: 1px solid #D7DEE3;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
}
.card--border.full-height {
  height: 100%;
}

.commentary-content-list li {
  padding: 0.25rem 0;
}

.comparative--departments .highlight-inputs {
  padding: 0.5rem 0;
}
.comparative--departments .highlight-inputs .highlight-input {
  display: inline-block;
  margin-right: 2rem;
}
.comparative--departments .highlight-inputs .highlight-input label {
  display: block;
  margin-bottom: 0.25rem;
}
.comparative--departments .highlight-inputs .highlight-input [type=color], .comparative--departments .highlight-inputs .highlight-input [type=date], .comparative--departments .highlight-inputs .highlight-input [type=datetime], .comparative--departments .highlight-inputs .highlight-input [type=datetime-local], .comparative--departments .highlight-inputs .highlight-input [type=email], .comparative--departments .highlight-inputs .highlight-input [type=month], .comparative--departments .highlight-inputs .highlight-input [type=number], .comparative--departments .highlight-inputs .highlight-input [type=password], .comparative--departments .highlight-inputs .highlight-input [type=search], .comparative--departments .highlight-inputs .highlight-input [type=tel], .comparative--departments .highlight-inputs .highlight-input [type=text], .comparative--departments .highlight-inputs .highlight-input [type=time], .comparative--departments .highlight-inputs .highlight-input [type=url], .comparative--departments .highlight-inputs .highlight-input [type=week], .comparative--departments .highlight-inputs .highlight-input input:not([type]), .comparative--departments .highlight-inputs .highlight-input textarea {
  padding-top: 0.5rem;
  padding-bottom: 0.55rem;
}
.comparative--departments .hire-year {
  vertical-align: bottom;
}

.csv-upload {
  padding: 0.5rem 0;
}
.csv-upload label {
  display: block;
  width: 100%;
}
.csv-upload a {
  cursor: pointer;
  font-size: 1rem;
  margin-right: 0.5rem;
  text-decoration: underline;
}
.csv-upload .filename {
  color: #323539;
  display: block;
  font-weight: 900;
  margin: 0.5rem 0;
  width: 100%;
}
.csv-upload button, .csv-upload [type=button], .csv-upload [type=reset], .csv-upload [type=submit] {
  margin: 0.25rem 0;
}

.field {
  border-radius: 2px;
  padding: 1rem 0;
}
.field [type=color], .field [type=date], .field [type=datetime], .field [type=datetime-local], .field [type=email], .field [type=month], .field [type=number], .field [type=password], .field [type=search], .field [type=tel], .field [type=text], .field [type=time], .field [type=url], .field [type=week], .field input:not([type]), .field textarea {
  margin: 0.5rem 0 0.5rem;
}
.field [type=color]:disabled, .field [type=date]:disabled, .field [type=datetime]:disabled, .field [type=datetime-local]:disabled, .field [type=email]:disabled, .field [type=month]:disabled, .field [type=number]:disabled, .field [type=password]:disabled, .field [type=search]:disabled, .field [type=tel]:disabled, .field [type=text]:disabled, .field [type=time]:disabled, .field [type=url]:disabled, .field [type=week]:disabled, .field input:not([type]):disabled, .field textarea:disabled {
  background: #FAFBFB;
  color: #889CAC;
}
.field p {
  margin-bottom: 0;
}
.field.error label, .field.error p {
  color: #F95050;
}

.stacked-field-wrapper {
  text-align: left;
}
.stacked-field-wrapper .field, .stacked-field-wrapper .dropdown-wrapper, .stacked-field-wrapper .dropdown-wrapper-multi-select, .stacked-field-wrapper .multi-option-select-wrapper {
  margin: 0;
  padding: 0.75rem 0;
  width: 100%;
}
.stacked-field-wrapper .field label, .stacked-field-wrapper .dropdown-wrapper label, .stacked-field-wrapper .dropdown-wrapper-multi-select label, .stacked-field-wrapper .multi-option-select-wrapper label {
  display: inline-block;
  margin: 0;
  padding: 0 1rem 0 0;
  text-align: right;
  width: 10rem;
}
.stacked-field-wrapper .field [type=color], .stacked-field-wrapper .field [type=date], .stacked-field-wrapper .field [type=datetime], .stacked-field-wrapper .field [type=datetime-local], .stacked-field-wrapper .field [type=email], .stacked-field-wrapper .field [type=month], .stacked-field-wrapper .field [type=number], .stacked-field-wrapper .field [type=password], .stacked-field-wrapper .field [type=search], .stacked-field-wrapper .field [type=tel], .stacked-field-wrapper .field [type=text], .stacked-field-wrapper .field [type=time], .stacked-field-wrapper .field [type=url], .stacked-field-wrapper .field [type=week], .stacked-field-wrapper .field input:not([type]), .stacked-field-wrapper .field textarea, .stacked-field-wrapper .field .ember-power-select-multiple-trigger, .stacked-field-wrapper .dropdown-wrapper [type=color], .stacked-field-wrapper .dropdown-wrapper [type=date], .stacked-field-wrapper .dropdown-wrapper [type=datetime], .stacked-field-wrapper .dropdown-wrapper [type=datetime-local], .stacked-field-wrapper .dropdown-wrapper [type=email], .stacked-field-wrapper .dropdown-wrapper [type=month], .stacked-field-wrapper .dropdown-wrapper [type=number], .stacked-field-wrapper .dropdown-wrapper [type=password], .stacked-field-wrapper .dropdown-wrapper [type=search], .stacked-field-wrapper .dropdown-wrapper [type=tel], .stacked-field-wrapper .dropdown-wrapper [type=text], .stacked-field-wrapper .dropdown-wrapper [type=time], .stacked-field-wrapper .dropdown-wrapper [type=url], .stacked-field-wrapper .dropdown-wrapper [type=week], .stacked-field-wrapper .dropdown-wrapper input:not([type]), .stacked-field-wrapper .dropdown-wrapper textarea, .stacked-field-wrapper .dropdown-wrapper .ember-power-select-multiple-trigger, .stacked-field-wrapper .dropdown-wrapper-multi-select [type=color], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=date], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=datetime], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=datetime-local], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=email], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=month], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=number], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=password], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=search], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=tel], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=text], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=time], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=url], .stacked-field-wrapper .dropdown-wrapper-multi-select [type=week], .stacked-field-wrapper .dropdown-wrapper-multi-select input:not([type]), .stacked-field-wrapper .dropdown-wrapper-multi-select textarea, .stacked-field-wrapper .dropdown-wrapper-multi-select .ember-power-select-multiple-trigger, .stacked-field-wrapper .multi-option-select-wrapper [type=color], .stacked-field-wrapper .multi-option-select-wrapper [type=date], .stacked-field-wrapper .multi-option-select-wrapper [type=datetime], .stacked-field-wrapper .multi-option-select-wrapper [type=datetime-local], .stacked-field-wrapper .multi-option-select-wrapper [type=email], .stacked-field-wrapper .multi-option-select-wrapper [type=month], .stacked-field-wrapper .multi-option-select-wrapper [type=number], .stacked-field-wrapper .multi-option-select-wrapper [type=password], .stacked-field-wrapper .multi-option-select-wrapper [type=search], .stacked-field-wrapper .multi-option-select-wrapper [type=tel], .stacked-field-wrapper .multi-option-select-wrapper [type=text], .stacked-field-wrapper .multi-option-select-wrapper [type=time], .stacked-field-wrapper .multi-option-select-wrapper [type=url], .stacked-field-wrapper .multi-option-select-wrapper [type=week], .stacked-field-wrapper .multi-option-select-wrapper input:not([type]), .stacked-field-wrapper .multi-option-select-wrapper textarea, .stacked-field-wrapper .multi-option-select-wrapper .ember-power-select-multiple-trigger {
  display: inline-block;
  margin: 0;
  width: calc(90% - 10rem);
}
.stacked-field-wrapper .field .ember-view, .stacked-field-wrapper .dropdown-wrapper .ember-view, .stacked-field-wrapper .dropdown-wrapper-multi-select .ember-view, .stacked-field-wrapper .multi-option-select-wrapper .ember-view {
  display: inline-block;
}

.future-mega-grants-backlog .label-row .label, .future-mega-grants-backlog .forecast-modifier-table .label-row .label-percentage, .forecast-modifier-table .future-mega-grants-backlog .label-row .label-percentage, .future-mega-grants-backlog .forecast-modifier-table .label-row .label-directs, .forecast-modifier-table .future-mega-grants-backlog .label-row .label-directs, .future-mega-grants-backlog .forecast-modifier-table .label-row .label-sponsor, .forecast-modifier-table .future-mega-grants-backlog .label-row .label-sponsor, .future-mega-grants-backlog .mega-grant-status-table .label-row .label-indirects, .mega-grant-status-table .future-mega-grants-backlog .label-row .label-indirects, .future-mega-grants-backlog .mega-grant-status-table .label-row .label-directs, .mega-grant-status-table .future-mega-grants-backlog .label-row .label-directs, .future-mega-grants-backlog .mega-grant-status-table .label-row .label-status, .mega-grant-status-table .future-mega-grants-backlog .label-row .label-status, .future-mega-grants-backlog .label-row .label-adjustment, .future-mega-grants-backlog .label-row .label-count, .future-mega-grants-backlog .label-row .label-fy {
  display: inline-block;
  text-align: right;
}
.future-mega-grants-backlog .label-row .label-fy {
  text-align: left;
  width: 15%;
}
.future-mega-grants-backlog .label-row .label-count {
  width: 5%;
}
.future-mega-grants-backlog .label-row .label-adjustment {
  width: 30%;
}
.future-mega-grants-backlog .status-row .column, .future-mega-grants-backlog .status-row .forecast-modifier-table .modifier-row .column-percentage, .forecast-modifier-table .modifier-row .future-mega-grants-backlog .status-row .column-percentage, .future-mega-grants-backlog .status-row .forecast-modifier-table .modifier-row .column-directs, .forecast-modifier-table .modifier-row .future-mega-grants-backlog .status-row .column-directs, .future-mega-grants-backlog .status-row .forecast-modifier-table .modifier-row .column-sponsor, .forecast-modifier-table .modifier-row .future-mega-grants-backlog .status-row .column-sponsor, .future-mega-grants-backlog .mega-grant-status-table .status-row .column-indirects, .mega-grant-status-table .future-mega-grants-backlog .status-row .column-indirects, .future-mega-grants-backlog .mega-grant-status-table .status-row .column-directs, .mega-grant-status-table .future-mega-grants-backlog .status-row .column-directs, .future-mega-grants-backlog .mega-grant-status-table .status-row .column-status, .mega-grant-status-table .future-mega-grants-backlog .status-row .column-status, .future-mega-grants-backlog .status-row .mega-grant-hedge-table .hedge-row .column-chart, .mega-grant-hedge-table .hedge-row .future-mega-grants-backlog .status-row .column-chart, .future-mega-grants-backlog .status-row .mega-grant-hedge-table .hedge-row .column-rate, .mega-grant-hedge-table .hedge-row .future-mega-grants-backlog .status-row .column-rate, .future-mega-grants-backlog .status-row .mega-grant-hedge-table .hedge-row .column-submitted, .mega-grant-hedge-table .hedge-row .future-mega-grants-backlog .status-row .column-submitted, .future-mega-grants-backlog .status-row .mega-grant-hedge-table .hedge-row .column-total, .mega-grant-hedge-table .hedge-row .future-mega-grants-backlog .status-row .column-total, .future-mega-grants-backlog .status-row .mega-grant-hedge-table .hedge-row .column-year, .mega-grant-hedge-table .hedge-row .future-mega-grants-backlog .status-row .column-year, .future-mega-grants-backlog .status-row .column-adjustment, .future-mega-grants-backlog .status-row .column-count, .future-mega-grants-backlog .status-row .column-fy {
  display: inline-block;
  text-align: right;
}
.future-mega-grants-backlog .status-row .column-fy {
  text-align: left;
  width: 15%;
}
.future-mega-grants-backlog .status-row .column-count {
  width: 5%;
}
.future-mega-grants-backlog .status-row .column-adjustment {
  width: 30%;
}
.future-mega-grants-backlog [type=color], .future-mega-grants-backlog [type=date], .future-mega-grants-backlog [type=datetime], .future-mega-grants-backlog [type=datetime-local], .future-mega-grants-backlog [type=email], .future-mega-grants-backlog [type=month], .future-mega-grants-backlog [type=number], .future-mega-grants-backlog [type=password], .future-mega-grants-backlog [type=search], .future-mega-grants-backlog [type=tel], .future-mega-grants-backlog [type=text], .future-mega-grants-backlog [type=time], .future-mega-grants-backlog [type=url], .future-mega-grants-backlog [type=week], .future-mega-grants-backlog input:not([type]), .future-mega-grants-backlog textarea {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px dotted #D7DEE3;
  margin: 0;
  max-width: 100%;
  padding: 0.25rem 0 0.25rem 0.25rem;
  text-align: right;
  width: 100%;
}
.future-mega-grants-backlog [type=color]:focus, .future-mega-grants-backlog [type=date]:focus, .future-mega-grants-backlog [type=datetime]:focus, .future-mega-grants-backlog [type=datetime-local]:focus, .future-mega-grants-backlog [type=email]:focus, .future-mega-grants-backlog [type=month]:focus, .future-mega-grants-backlog [type=number]:focus, .future-mega-grants-backlog [type=password]:focus, .future-mega-grants-backlog [type=search]:focus, .future-mega-grants-backlog [type=tel]:focus, .future-mega-grants-backlog [type=text]:focus, .future-mega-grants-backlog [type=time]:focus, .future-mega-grants-backlog [type=url]:focus, .future-mega-grants-backlog [type=week]:focus, .future-mega-grants-backlog input:not([type]):focus, .future-mega-grants-backlog textarea:focus, .future-mega-grants-backlog [type=color]:active, .future-mega-grants-backlog [type=date]:active, .future-mega-grants-backlog [type=datetime]:active, .future-mega-grants-backlog [type=datetime-local]:active, .future-mega-grants-backlog [type=email]:active, .future-mega-grants-backlog [type=month]:active, .future-mega-grants-backlog [type=number]:active, .future-mega-grants-backlog [type=password]:active, .future-mega-grants-backlog [type=search]:active, .future-mega-grants-backlog [type=tel]:active, .future-mega-grants-backlog [type=text]:active, .future-mega-grants-backlog [type=time]:active, .future-mega-grants-backlog [type=url]:active, .future-mega-grants-backlog [type=week]:active, .future-mega-grants-backlog input:not([type]):active, .future-mega-grants-backlog textarea:active {
  border-bottom-color: #889CAC;
  cursor: text;
}

.insights-chart-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.insights-chart-grid .insights-chart {
  width: 22%;
}
.insights-chart-grid .insights-chart--wide {
  width: 34%;
}
@media screen and (max-width: 1020px) {
  .insights-chart-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .insights-chart-grid .insights-chart {
    width: 33%;
  }
  .insights-chart-grid .insights-chart--wide {
    width: 100%;
  }
}
@media print {
  .insights-chart-grid .insights-chart {
    width: 100%;
  }
  .insights-chart-grid .insights-chart--wide {
    width: 100%;
  }
}

.insights-charts-print {
  visibility: hidden;
  height: 10px;
  overflow: auto;
}
.insights-charts-print .insights-chart-grid .insights-chart {
  width: 260px;
  page-break-inside: avoid;
}
.insights-charts-print .insights-chart-grid .insights-chart--half {
  width: 407px;
  page-break-inside: avoid;
}
.insights-charts-print .insights-chart-grid .insights-chart--full {
  width: 816px;
  page-break-inside: avoid;
}
.insights-charts-print .insights-chart-grid .insights-chart--full .chart-wrapper {
  margin-top: 0;
}

@media print {
  .insights-chart-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .insights-chart-grid .insights-chart {
    width: 33% !important;
  }
  .insights-chart-grid .insights-chart--wide {
    width: 52% !important;
  }

  .full-width-charts {
    width: 80% !important;
    page-break-inside: avoid;
  }

  .insights-charts-print {
    visibility: visible;
    height: auto;
    overflow: visible;
  }
}
@media print {
  @page {
    size: auto;
    /* auto is the initial value */
    margin: 3mm;
    /* this affects the margin in the printer settings */
  }
  body {
    margin: 1mm;
    /* margin you want for the content */
    padding-top: 10px;
  }

  .investigator-plans {
    background: white;
    zoom: 60%;
  }
  .investigator-plans .investigator-plan {
    background: white;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.investigator-plan {
  margin-bottom: 2rem;
  border-bottom: 1px solid #D7DEE3;
  padding-bottom: 2rem;
}

.investigator-plans-loading {
  text-align: center;
  margin-top: 5rem;
}

.mega-grant-hedge-table .hedge-row {
  border-bottom: 1px solid #D7DEE3;
  padding: 0.75rem;
}
.mega-grant-hedge-table .hedge-row .column, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-percentage, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-percentage, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-directs, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-directs, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-sponsor, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-sponsor, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-indirects, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-indirects, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-directs, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-directs, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-adjustment, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-adjustment, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-status, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-status, .mega-grant-hedge-table .hedge-row .column-chart, .mega-grant-hedge-table .hedge-row .column-rate, .mega-grant-hedge-table .hedge-row .column-submitted, .mega-grant-hedge-table .hedge-row .column-total, .mega-grant-hedge-table .hedge-row .column-count, .mega-grant-hedge-table .hedge-row .column-year, .mega-grant-hedge-table .hedge-row .future-mega-grants-backlog .status-row .column-fy, .future-mega-grants-backlog .status-row .mega-grant-hedge-table .hedge-row .column-fy, .mega-grant-hedge-table .hedge-row .future-mega-grants-backlog .status-row .column-adjustment, .future-mega-grants-backlog .status-row .mega-grant-hedge-table .hedge-row .column-adjustment {
  display: inline-block;
  text-align: right;
  vertical-align: top;
}
.mega-grant-hedge-table .hedge-row .column p, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-percentage p, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-percentage p, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-directs p, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-directs p, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-sponsor p, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-sponsor p, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-indirects p, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-indirects p, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-directs p, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-directs p, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-adjustment p, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-adjustment p, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-status p, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-status p, .mega-grant-hedge-table .hedge-row .column-chart p, .mega-grant-hedge-table .hedge-row .column-rate p, .mega-grant-hedge-table .hedge-row .column-submitted p, .mega-grant-hedge-table .hedge-row .column-total p, .mega-grant-hedge-table .hedge-row .column-count p, .mega-grant-hedge-table .hedge-row .column-year p, .mega-grant-hedge-table .hedge-row .future-mega-grants-backlog .status-row .column-fy p, .future-mega-grants-backlog .status-row .mega-grant-hedge-table .hedge-row .column-fy p, .mega-grant-hedge-table .hedge-row .future-mega-grants-backlog .status-row .column-adjustment p, .future-mega-grants-backlog .status-row .mega-grant-hedge-table .hedge-row .column-adjustment p {
  color: #323539;
  margin: 0;
}
.mega-grant-hedge-table .hedge-row .column-year {
  font-weight: 900;
  text-align: left;
  width: 3rem;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
  padding-top: 0.15rem;
}
.mega-grant-hedge-table .hedge-row .column-count {
  width: 4rem;
}
.mega-grant-hedge-table .hedge-row .column-total {
  width: 8rem;
}
.mega-grant-hedge-table .hedge-row .column-submitted {
  width: 6rem;
}
.mega-grant-hedge-table .hedge-row .column-rate {
  width: 6rem;
}
.mega-grant-hedge-table .hedge-row .column-chart {
  padding: 0 0 0 1rem;
  width: calc(97% - (3rem + 4rem + 8rem));
}
.mega-grant-hedge-table .hedge-row.bottom-row {
  border: none;
}

.mega-grant-status-table .label-row .label, .mega-grant-status-table .forecast-modifier-table .label-row .label-percentage, .forecast-modifier-table .mega-grant-status-table .label-row .label-percentage, .mega-grant-status-table .forecast-modifier-table .label-row .label-sponsor, .forecast-modifier-table .mega-grant-status-table .label-row .label-sponsor, .mega-grant-status-table .label-row .label-count, .mega-grant-status-table .label-row .label-indirects, .mega-grant-status-table .label-row .label-directs, .mega-grant-status-table .label-row .label-adjustment, .mega-grant-status-table .label-row .label-status, .mega-grant-status-table .future-mega-grants-backlog .label-row .label-fy, .future-mega-grants-backlog .mega-grant-status-table .label-row .label-fy {
  display: inline-block;
  text-align: right;
}
.mega-grant-status-table .label-row .label-status {
  text-align: left;
  width: 44%;
}
.mega-grant-status-table .label-row .label-adjustment {
  width: 12%;
}
.mega-grant-status-table .label-row .label-directs {
  width: 15%;
}
.mega-grant-status-table .label-row .label-indirects {
  width: 15%;
}
.mega-grant-status-table .label-row .label-count {
  width: 9%;
}
.mega-grant-status-table .status-row .column, .mega-grant-status-table .status-row .forecast-modifier-table .modifier-row .column-percentage, .forecast-modifier-table .modifier-row .mega-grant-status-table .status-row .column-percentage, .mega-grant-status-table .status-row .forecast-modifier-table .modifier-row .column-sponsor, .forecast-modifier-table .modifier-row .mega-grant-status-table .status-row .column-sponsor, .mega-grant-status-table .status-row .column-count, .mega-grant-status-table .status-row .column-indirects, .mega-grant-status-table .status-row .column-directs, .mega-grant-status-table .status-row .column-adjustment, .mega-grant-status-table .status-row .column-status, .mega-grant-status-table .future-mega-grants-backlog .status-row .column-fy, .future-mega-grants-backlog .mega-grant-status-table .status-row .column-fy, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-year, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-year, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-total, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-total, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-submitted, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-submitted, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-rate, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-rate, .mega-grant-status-table .status-row .mega-grant-hedge-table .hedge-row .column-chart, .mega-grant-hedge-table .hedge-row .mega-grant-status-table .status-row .column-chart {
  display: inline-block;
  text-align: right;
}
.mega-grant-status-table .status-row .column-status {
  text-align: left;
  width: 44%;
}
.mega-grant-status-table .status-row .column-adjustment {
  width: 12%;
}
.mega-grant-status-table .status-row .column-directs {
  width: 15%;
}
.mega-grant-status-table .status-row .column-indirects {
  width: 15%;
}
.mega-grant-status-table .status-row .column-count {
  width: 9%;
}

.navbar-top-margin {
  margin-top: 5rem;
}
.navbar-top-margin.top-controls {
  margin: 6rem 0 1rem !important;
}
.navbar-top-margin.projections-top-controls {
  margin: 6rem 0 0.5rem !important;
}

.navbar {
  background: #ffffff;
  border-bottom: 1px solid #D7DEE3;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  height: auto;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 100;
}
.navbar .logo, .navbar .logo--horizontal, .navbar .logo--stacked {
  display: inline-block;
  float: left;
  height: 2rem;
  margin: 0 1rem 0 0;
  width: 120px;
  background-position: center left;
}
.navbar .nav-top-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.35rem 0 0 0;
  width: 100%;
}
.navbar .nav-top-section .team-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar .nav-top-section .top-nav-text {
  display: inline-block;
}
.navbar .nav-top-section.padding {
  padding: 0.5rem;
}
.navbar .logo-nav {
  display: inline-block;
  margin: 0 1rem 0 0;
  max-width: 9rem;
  width: 9rem;
}
.navbar .logo-nav.custom {
  display: inline-block;
  margin: 0 1rem 0 0;
  max-width: 11rem;
  width: 11rem;
}
.navbar .nav-bottom-section {
  display: block;
  width: 100%;
}
.navbar nav {
  display: inline-block;
  height: auto;
  padding: 0.65rem 0;
  width: 100%;
}
.navbar nav a.nav-item {
  color: #9CB0C0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-right: 0.5rem;
  padding: 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.navbar nav a.nav-item:hover {
  color: #323539;
}
.navbar nav a.nav-item.active {
  color: #323539;
  padding-left: 12px;
}
.navbar nav a.nav-item.active:before {
  content: "";
  background: #00558C;
  display: inline-block;
  height: 5px;
  position: absolute;
  width: 5px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navbar .secondary-nav {
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 700;
}
.navbar .secondary-nav a {
  font-size: 0.95rem;
  padding: 0 0.25rem 0.75rem 0.25rem;
  height: auto;
  line-height: 1;
  color: #9CB0C0;
  padding: 0 0.25rem;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.navbar .secondary-nav a:hover {
  color: #323539;
}
.navbar .account-name {
  display: inline-block;
  cursor: pointer;
  font-size: 0.95rem;
  height: auto;
  line-height: 1;
  color: #9CB0C0;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.navbar .account-name:hover {
  color: #323539;
}
.navbar .account-name .nav-tick {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #889CAC transparent transparent;
  border-width: 4px 3.5px 0;
  display: inline-block;
  position: absolute;
  top: 4px;
  right: 0;
}
.navbar .data-update {
  display: inline-block;
}
.navbar .data-update p, .navbar .data-update a {
  display: inline-block;
  font-size: 0.95rem;
  line-height: 1;
  margin: 0;
}
.navbar .team-name {
  color: #416477;
  font-size: 1rem;
  font-weight: 700;
}

.account-dropdown {
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  padding: 1rem;
  position: absolute;
  right: 2rem;
  width: 14rem;
  z-index: 99;
}
.account-dropdown p {
  margin: 0 0 0.25rem;
}
.account-dropdown p.small {
  color: #9CB0C0;
}
.account-dropdown .divider {
  background: #D7DEE3;
  display: block;
  height: 1px;
  margin: 1rem 0;
  width: 100%;
}
.account-dropdown a {
  display: block;
  color: #9CB0C0;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.5rem 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.account-dropdown a:hover {
  color: #323539;
}

.navbar-secondary {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  display: block;
  height: auto;
  overflow: hidden;
  padding: 0.75rem 0;
  margin-top: 5rem;
}
.navbar-secondary span.divider {
  color: #9CB0C0;
  padding: 0 0.5rem;
}
.navbar-secondary .header-controls {
  display: inline-block;
  float: right;
}
.navbar-secondary .header-controls button, .navbar-secondary .header-controls [type=button], .navbar-secondary .header-controls [type=reset], .navbar-secondary .header-controls [type=submit] {
  margin: 0;
}
.navbar-secondary a.nav-item {
  color: #00558C;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.75;
  text-decoration: none;
  vertical-align: middle;
}
.navbar-secondary a.nav-item.active {
  cursor: text;
  color: #889CAC;
  font-weight: 400;
}
.navbar-secondary a.nav-item.active.department {
  cursor: pointer;
  color: #00558C;
  font-weight: 700;
}

@media print {
  .logo-nav {
    display: inline-block;
    margin: 0 1rem 0 0;
    max-width: 9rem;
    width: 9rem;
  }

  .logo-nav.custom {
    display: inline-block;
    margin: 0 1rem 0 0;
    max-width: 11rem;
    width: 11rem;
  }

  .team-name {
    display: inline-block;
    text-align: right;
  }

  .account-name, .data-update {
    display: none;
  }
}
.pi-header {
  background: #f3f5f7;
  padding: 1rem 0 0 0;
}
.pi-header h1 {
  display: inline-block;
}
.pi-header .header-controls {
  display: inline-block;
  float: right;
}
.pi-header .info-wrapper {
  display: block;
}
.pi-header .info-wrapper span {
  display: inline-block;
  min-width: 9.6rem;
  padding: 1rem 1.5rem 0 0;
  width: calc(99% / 12);
}
.pi-header .info-wrapper span:last-child {
  padding-right: 0;
}
.pi-header .info-wrapper span p {
  color: #323539;
  margin: 0.5rem 0 0 0;
}
.pi-header .pi-navigation {
  display: block;
  margin-top: 1rem;
  width: 100%;
}
.pi-header .pi-navigation a.nav-item {
  border-bottom: 3px solid transparent;
  color: #889CAC;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 33px;
  margin: 0 2rem 0 0;
  padding: 0.5rem 0 0.5rem;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pi-header .pi-navigation a.nav-item:hover {
  color: #323539;
}
.pi-header .pi-navigation a.nav-item.active {
  border-bottom: 3px solid #00558C;
  color: #323539;
}

.text-input-wrapper.with-display-values {
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  display: inline-block;
  margin-left: 1rem;
}
.text-input-wrapper.with-display-values .percent-input-wrapper {
  margin: 0 !important;
}
.text-input-wrapper.with-display-values .input-wrapper [type=color], .text-input-wrapper.with-display-values .input-wrapper [type=date], .text-input-wrapper.with-display-values .input-wrapper [type=datetime], .text-input-wrapper.with-display-values .input-wrapper [type=datetime-local], .text-input-wrapper.with-display-values .input-wrapper [type=email], .text-input-wrapper.with-display-values .input-wrapper [type=month], .text-input-wrapper.with-display-values .input-wrapper [type=number], .text-input-wrapper.with-display-values .input-wrapper [type=password], .text-input-wrapper.with-display-values .input-wrapper [type=search], .text-input-wrapper.with-display-values .input-wrapper [type=tel], .text-input-wrapper.with-display-values .input-wrapper [type=text], .text-input-wrapper.with-display-values .input-wrapper [type=time], .text-input-wrapper.with-display-values .input-wrapper [type=url], .text-input-wrapper.with-display-values .input-wrapper [type=week], .text-input-wrapper.with-display-values .input-wrapper input:not([type]), .text-input-wrapper.with-display-values .input-wrapper textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-right: 1.5rem;
  text-align: right;
  width: 4.25rem;
}
.text-input-wrapper.with-display-values .input-wrapper:after {
  right: 0.5rem;
}
.text-input-wrapper.with-display-values .display-values-wrapper {
  background: #ebeff1;
  display: inline-block;
  height: 100%;
  float: right;
  padding: 0.25rem 0.75rem;
  margin: 0;
}
.text-input-wrapper.with-display-values .display-values-wrapper span {
  color: #416477;
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.1rem 0;
}
.text-input-wrapper.with-display-values .display-values-wrapper span span {
  display: inline-block;
  font-style: italic;
  font-weight: 400;
  margin-left: 4px;
  width: auto;
}

.pi-notes {
  padding: 1rem 0 0;
}
.pi-notes h2, .pi-notes p {
  margin: 0.5rem 0;
}

.slider-labels {
  width: 100%;
  padding-top: 0.5rem;
}
.slider-labels .slider-label {
  display: inline-block;
  margin: 0;
  font-size: 0.9rem;
  font-style: italic;
  font-weight: normal;
}
.slider-labels .slider-label.first {
  text-align: left;
  width: 24%;
}
.slider-labels .slider-label.second {
  text-align: center;
  width: 20%;
}
.slider-labels .slider-label.third {
  text-align: center;
  width: 40%;
}
.slider-labels .slider-label.last {
  text-align: right;
  width: 13%;
}

.projections-top-controls {
  margin: 1rem 0 0.5rem;
}
.projections-top-controls .ember-view {
  display: inline-block;
}
.projections-top-controls .select-group-dropdown-wrapper {
  vertical-align: middle;
}
.projections-top-controls button, .projections-top-controls [type=button], .projections-top-controls [type=reset], .projections-top-controls [type=submit] {
  display: inline-block;
  margin: 0 1rem;
  max-height: 2.25rem;
  padding: 0.55rem 1.5rem;
  vertical-align: middle;
}
.projections-top-controls .school-name {
  color: #323539;
  display: inline-block;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.25;
  padding: 0 1rem;
  vertical-align: middle;
}

.projections .table-wrapper {
  margin: 0.5rem 0;
}

.projections-graphs-wrapper {
  display: inline-block;
  padding: 0 0 0 0.75rem;
  width: calc(100% - 575px);
}
.projections-graphs-wrapper .graphs-wrapper-half {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.projections-graphs-wrapper .graphs-wrapper-half:first-child {
  margin-right: 12px;
}
.projections-graphs-wrapper .chart-wrapper {
  background: #ffffff;
  border: 1px solid #D7DEE3;
  height: 232px;
  margin: 0.5rem 0;
  max-height: 232px;
  padding: 0 0.25rem 0.25rem;
}
.projections-graphs-wrapper .table-wrapper {
  border: 1px solid #D7DEE3;
}
.projections-graphs-wrapper .table-wrapper .table-header {
  background: #ffffff;
  color: #416477;
  min-height: 2.7rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
  text-align: center;
}
.projections-graphs-wrapper .table-wrapper .table-header .table-title {
  color: #416477;
  padding: 0;
  vertical-align: -webkit-baseline-middle;
}
@media screen and (max-width: 1100px) {
  .projections-graphs-wrapper {
    width: 100%;
  }
}

a.projections-link {
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
  vertical-align: middle;
}

.col-md-1-5 {
  width: 12.5%;
}

.col-md-2-5 {
  width: 20.83333%;
}

.col-md-3-5 {
  width: 29.16667%;
}

.col-md-4-5 {
  width: 37.5%;
}

.col-md-5-5 {
  width: 45.83333%;
}

.col-md-5-8 {
  width: 48.83333%;
}

.col-md-6-5 {
  width: 54.16667%;
}

.col-md-7-5 {
  width: 62.5%;
}

.col-md-8-5 {
  width: 70.83333%;
}

.col-md-9-5 {
  width: 79.16667%;
}

.col-md-10-5 {
  width: 87.5%;
}

.col-md-11-5 {
  width: 95.8333%;
}

.recruitment .chart-row .chart-wrapper {
  margin: 1rem 0;
}
.recruitment .message-wrapper {
  display: inline-block;
}
.recruitment .button-spacing {
  width: 1rem;
}
.recruitment .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
}
.recruitment .filters label.bold.bold {
  font-weight: 900;
}
.recruitment .filters label.bold.black {
  color: #323539;
}
.recruitment .filters label.bold.margin-right {
  margin-right: 1rem;
}

.scenario-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.5rem;
  padding: 0;
}
.scenario-list li {
  list-style-type: none;
}
.scenario-list li .scenario-option-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FAFBFB;
  color: #889CAC;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  height: 100%;
  margin: 0;
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.scenario-list li .scenario-option-label span {
  vertical-align: middle;
}
.scenario-list li .scenario-option-label:after {
  content: "";
  background: #D7DEE3;
  border-radius: 50%;
  display: block;
  height: 6px;
  left: calc(1rem - 3px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 6px;
}
.scenario-list li .scenario-option-label:hover {
  color: #416477;
}
.scenario-list li .scenario-option-label:hover:after {
  background: #00558C;
}
.scenario-list li label {
  cursor: pointer;
}
.scenario-list li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.scenario-list li input[type=radio]:checked ~ .scenario-option-label {
  background: #00558C;
  color: #ffffff;
}
.scenario-list li input[type=radio]:checked ~ .scenario-option-label:after {
  background: rgba(255, 255, 255, 0.5);
}

.settings .stacked-field-wrapper .settings-group {
  padding: 1rem 0;
}
.settings .stacked-field-wrapper .settings-group .header-text {
  padding: 1rem 0 0 35%;
}
.settings .stacked-field-wrapper .settings-group .header-text h1, .settings .stacked-field-wrapper .settings-group .header-text h2, .settings .stacked-field-wrapper .settings-group .header-text h3, .settings .stacked-field-wrapper .settings-group .header-text h4, .settings .stacked-field-wrapper .settings-group .header-text h5, .settings .stacked-field-wrapper .settings-group .header-text h6, .settings .stacked-field-wrapper .settings-group .header-text p {
  margin: 0.25rem 0;
}
.settings .stacked-field-wrapper .settings-group .settings-info-item {
  margin: 0.75rem 0;
  width: 100%;
}
.settings .stacked-field-wrapper .settings-group .settings-info-item:first-child {
  margin-top: 1rem;
}
.settings .stacked-field-wrapper .settings-group .settings-info-item label {
  display: inline-block;
  margin: 0;
  padding: 0 1rem 0 0;
  text-align: right;
  width: 35%;
}
.settings .stacked-field-wrapper .settings-group .money-input-wrapper, .settings .stacked-field-wrapper .settings-group .money-input-wrapper--no-margin, .settings .stacked-field-wrapper .settings-group .percent-input-wrapper {
  margin: 0;
  padding: 0.75rem 0;
  width: 100%;
}
.settings .stacked-field-wrapper .settings-group .money-input-wrapper label, .settings .stacked-field-wrapper .settings-group .money-input-wrapper--no-margin label, .settings .stacked-field-wrapper .settings-group .percent-input-wrapper label {
  display: inline-block;
  margin: 0;
  padding: 0 1rem 0 0;
  text-align: right;
  width: 35%;
}
.settings .stacked-field-wrapper .settings-group .money-input-wrapper .ember-view, .settings .stacked-field-wrapper .settings-group .money-input-wrapper--no-margin .ember-view, .settings .stacked-field-wrapper .settings-group .percent-input-wrapper .ember-view {
  display: inline-block;
}
.settings .stacked-field-wrapper .settings-group .field, .settings .stacked-field-wrapper .settings-group .dropdown-wrapper, .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper {
  margin: 0;
  padding: 0.75rem 0;
  width: 100%;
}
.settings .stacked-field-wrapper .settings-group .field label, .settings .stacked-field-wrapper .settings-group .dropdown-wrapper label, .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper label {
  display: inline-block;
  margin: 0;
  padding: 0 1rem 0 0;
  text-align: right;
  width: 35%;
}
.settings .stacked-field-wrapper .settings-group .field [type=color], .settings .stacked-field-wrapper .settings-group .field [type=date], .settings .stacked-field-wrapper .settings-group .field [type=datetime], .settings .stacked-field-wrapper .settings-group .field [type=datetime-local], .settings .stacked-field-wrapper .settings-group .field [type=email], .settings .stacked-field-wrapper .settings-group .field [type=month], .settings .stacked-field-wrapper .settings-group .field [type=number], .settings .stacked-field-wrapper .settings-group .field [type=password], .settings .stacked-field-wrapper .settings-group .field [type=search], .settings .stacked-field-wrapper .settings-group .field [type=tel], .settings .stacked-field-wrapper .settings-group .field [type=text], .settings .stacked-field-wrapper .settings-group .field [type=time], .settings .stacked-field-wrapper .settings-group .field [type=url], .settings .stacked-field-wrapper .settings-group .field [type=week], .settings .stacked-field-wrapper .settings-group .field input:not([type]), .settings .stacked-field-wrapper .settings-group .field textarea, .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=color], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=date], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=datetime], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=datetime-local], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=email], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=month], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=number], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=password], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=search], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=tel], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=text], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=time], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=url], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper [type=week], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper input:not([type]), .settings .stacked-field-wrapper .settings-group .dropdown-wrapper textarea, .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=color], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=date], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=datetime], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=datetime-local], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=email], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=month], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=number], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=password], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=search], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=tel], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=text], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=time], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=url], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper [type=week], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper input:not([type]), .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper textarea {
  display: inline-block;
  margin: 0;
  width: calc(99% - 35%);
}
.settings .stacked-field-wrapper .settings-group .field input[type=number], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper input[type=number], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper input[type=number] {
  width: 10rem;
}
.settings .stacked-field-wrapper .settings-group .field input[type=date], .settings .stacked-field-wrapper .settings-group .dropdown-wrapper input[type=date], .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper input[type=date] {
  width: 12rem;
}
.settings .stacked-field-wrapper .settings-group .field .ember-view, .settings .stacked-field-wrapper .settings-group .dropdown-wrapper .ember-view, .settings .stacked-field-wrapper .settings-group .multi-option-select-wrapper .ember-view {
  display: inline-block;
}
.settings .stacked-field-wrapper .projections-controls-table {
  border-top: 1px solid #D7DEE3;
  margin-left: 20%;
  padding: 0;
}

.settings-save-wrapper {
  background: #ffffff;
  -webkit-box-shadow: -2px 0 17px rgba(0, 0, 0, 0.17);
          box-shadow: -2px 0 17px rgba(0, 0, 0, 0.17);
  top: -100px;
  display: block;
  left: 0;
  padding: 1rem 2rem;
  position: fixed;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.settings-save-wrapper span.text {
  float: left;
  padding: 1rem 0;
}
.settings-save-wrapper span.text.error {
  color: #F95050;
}
.settings-save-wrapper span.success-message {
  text-align: center;
}
.settings-save-wrapper span.success-message h2 {
  color: #ffffff;
  font-weight: 900;
  padding: 1rem 0;
  margin: 0;
}
.settings-save-wrapper a {
  float: right;
  padding: 1rem 2rem;
}
.settings-save-wrapper button {
  float: right;
  margin: 0;
  min-width: 10rem;
}
.settings-save-wrapper.show {
  top: 0;
  z-index: 1000;
}
.settings-save-wrapper.saved {
  background: #00558C;
  text-align: center;
}

.sponsor-types .field label {
  padding-bottom: 0.5rem !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}

.static-table {
  background: #ffffff;
  border: 1px solid #D7DEE3;
}
.static-table .label-row {
  background: #FAFBFB;
  border-bottom: 1px solid #D7DEE3;
  padding: 0.5rem;
}
.static-table .label-row .label, .static-table .forecast-modifier-table .label-row .label-percentage, .forecast-modifier-table .static-table .label-row .label-percentage, .static-table .forecast-modifier-table .label-row .label-directs, .forecast-modifier-table .static-table .label-row .label-directs, .static-table .forecast-modifier-table .label-row .label-sponsor, .forecast-modifier-table .static-table .label-row .label-sponsor, .static-table .future-mega-grants-backlog .label-row .label-fy, .future-mega-grants-backlog .static-table .label-row .label-fy, .static-table .future-mega-grants-backlog .label-row .label-count, .future-mega-grants-backlog .static-table .label-row .label-count, .static-table .future-mega-grants-backlog .label-row .label-adjustment, .future-mega-grants-backlog .static-table .label-row .label-adjustment, .static-table .mega-grant-status-table .label-row .label-status, .mega-grant-status-table .static-table .label-row .label-status, .static-table .mega-grant-status-table .label-row .label-adjustment, .mega-grant-status-table .static-table .label-row .label-adjustment, .static-table .mega-grant-status-table .label-row .label-directs, .mega-grant-status-table .static-table .label-row .label-directs, .static-table .mega-grant-status-table .label-row .label-indirects, .mega-grant-status-table .static-table .label-row .label-indirects, .static-table .mega-grant-status-table .label-row .label-count, .mega-grant-status-table .static-table .label-row .label-count {
  display: inline-block;
}
.static-table .status-row {
  padding: 0.5rem;
}
.static-table .status-row:hover {
  background: #FAFBFB;
}
.static-table .status-row .column, .static-table .status-row .forecast-modifier-table .modifier-row .column-percentage, .forecast-modifier-table .modifier-row .static-table .status-row .column-percentage, .static-table .status-row .forecast-modifier-table .modifier-row .column-directs, .forecast-modifier-table .modifier-row .static-table .status-row .column-directs, .static-table .status-row .forecast-modifier-table .modifier-row .column-sponsor, .forecast-modifier-table .modifier-row .static-table .status-row .column-sponsor, .static-table .future-mega-grants-backlog .status-row .column-fy, .future-mega-grants-backlog .static-table .status-row .column-fy, .static-table .future-mega-grants-backlog .status-row .column-count, .future-mega-grants-backlog .static-table .status-row .column-count, .static-table .future-mega-grants-backlog .status-row .column-adjustment, .future-mega-grants-backlog .static-table .status-row .column-adjustment, .static-table .status-row .mega-grant-hedge-table .hedge-row .column-year, .mega-grant-hedge-table .hedge-row .static-table .status-row .column-year, .static-table .status-row .mega-grant-hedge-table .hedge-row .column-count, .mega-grant-hedge-table .hedge-row .static-table .status-row .column-count, .static-table .status-row .mega-grant-hedge-table .hedge-row .column-total, .mega-grant-hedge-table .hedge-row .static-table .status-row .column-total, .static-table .status-row .mega-grant-hedge-table .hedge-row .column-submitted, .mega-grant-hedge-table .hedge-row .static-table .status-row .column-submitted, .static-table .status-row .mega-grant-hedge-table .hedge-row .column-rate, .mega-grant-hedge-table .hedge-row .static-table .status-row .column-rate, .static-table .status-row .mega-grant-hedge-table .hedge-row .column-chart, .mega-grant-hedge-table .hedge-row .static-table .status-row .column-chart, .static-table .mega-grant-status-table .status-row .column-status, .mega-grant-status-table .static-table .status-row .column-status, .static-table .mega-grant-status-table .status-row .column-adjustment, .mega-grant-status-table .static-table .status-row .column-adjustment, .static-table .mega-grant-status-table .status-row .column-directs, .mega-grant-status-table .static-table .status-row .column-directs, .static-table .mega-grant-status-table .status-row .column-indirects, .mega-grant-status-table .static-table .status-row .column-indirects, .static-table .mega-grant-status-table .status-row .column-count, .mega-grant-status-table .static-table .status-row .column-count {
  display: inline-block;
}
.static-table .status-row.border-bottom {
  border-bottom: 1px solid #D7DEE3;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
}
.static-table .status-row.top-row {
  margin-top: 0.5rem;
}
.static-table .status-row.bottom-row {
  margin-bottom: 0.5rem;
}

.video {
  padding-bottom: 8rem;
}

.async-button[disabled], .async-button:disabled {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#FAFBFB));
  background: linear-gradient(#ffffff, #FAFBFB);
}
.async-button .button-animation span {
  background: #00558C;
  display: inline-block;
  height: 6px;
  margin: 0 2px 2px;
  opacity: 0.6;
  width: 6px;
  -webkit-animation: buttonLoaderFadeIn 0.85s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: buttonLoaderFadeIn 0.85s infinite;
  /* IE 10+, Fx 29+ */
}
.async-button .button-animation span:nth-child(1) {
  -webkit-animation-delay: calc((0.85s / 3) * 1);
  animation-delay: calc((0.85s / 3) * 1);
}
.async-button .button-animation span:nth-child(2) {
  -webkit-animation-delay: calc((0.85s / 3) * 2);
  animation-delay: calc((0.85s / 3) * 2);
}
.async-button .button-animation span:nth-child(3) {
  -webkit-animation-delay: calc((0.85s / 3) * 3);
  animation-delay: calc((0.85s / 3) * 3);
}
.async-button .button-animation span:nth-child(4) {
  -webkit-animation-delay: calc((0.85s / 3) * 4);
  animation-delay: calc((0.85s / 3) * 4);
}
.async-button .button-animation span:nth-child(5) {
  -webkit-animation-delay: calc((0.85s / 3) * 5);
  animation-delay: calc((0.85s / 3) * 5);
}
.async-button .button-animation span:nth-child(6) {
  -webkit-animation-delay: calc((0.85s / 3) * 6);
  animation-delay: calc((0.85s / 3) * 6);
}
.async-button .button-animation span:nth-child(7) {
  -webkit-animation-delay: calc((0.85s / 3) * 7);
  animation-delay: calc((0.85s / 3) * 7);
}
.async-button .button-animation span:nth-child(8) {
  -webkit-animation-delay: calc((0.85s / 3) * 8);
  animation-delay: calc((0.85s / 3) * 8);
}
.async-button .button-animation span:nth-child(9) {
  -webkit-animation-delay: calc((0.85s / 3) * 9);
  animation-delay: calc((0.85s / 3) * 9);
}
.async-button .button-animation span:nth-child(10) {
  -webkit-animation-delay: calc((0.85s / 3) * 10);
  animation-delay: calc((0.85s / 3) * 10);
}

.cell-edit-membership .success-message, .cell-edit-membership .error-message {
  display: inline-block;
  margin-top: 0.5rem;
  min-width: 16rem;
  text-align: center;
}

.row-label {
  position: relative;
}
.row-label .label-row-header {
  color: #323539;
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: -5px;
  margin-top: 5px;
}

.is-new-flag {
  background: #e6eef4;
  border-radius: 2px;
  color: #00558C;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding: 0.25rem;
  text-transform: uppercase;
}

.cell-mega-grant-variance .value {
  display: block;
  margin: 0.75rem 0 0.5rem;
}
.cell-mega-grant-variance .variance {
  display: block;
  margin-bottom: 0.5rem;
}

.commentary-drawer {
  bottom: 0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  left: 2rem;
  position: fixed;
  width: 22rem;
}
.commentary-drawer .commentary-trigger {
  background: #00558C;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
  padding: 1rem;
  position: relative;
}
.commentary-drawer .commentary-trigger:after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #ffffff transparent transparent;
  border-width: 4px 3.5px 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.commentary-drawer .commentary-list {
  background: #ffffff;
  margin-top: -1px;
  max-height: 0;
  min-height: 0;
  overflow-y: auto;
  padding: 0 0.75rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.commentary-drawer .commentary-list .commentary-content-list {
  margin: 0;
  padding-left: 1.25rem;
}
.commentary-drawer .commentary-list .commentary-content-list li {
  padding: 0.5rem 0;
}

.show-list .commentary-trigger:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.show-list .commentary-list {
  max-height: 18rem;
  min-height: 12rem;
  padding: 0.75rem 0.75rem 1.25rem;
}

.comparative-card-border {
  border: 2px solid #EDF3F5;
  padding: 1rem;
}

.comparative-summary .border-left-grey {
  border-left: 2px solid #EDF3F5;
  padding-left: 5px;
}
.comparative-summary .border-left-blue {
  border-left: 2px solid #0ACFF5;
  padding-left: 5px;
}

.comparative-plot-dropdown {
  margin-top: 1.9rem;
}

a.information {
  cursor: pointer;
  text-decoration: underline;
}

.change-plus-minus {
  background: transparent;
  border-radius: 2px;
  display: inline-block;
  margin: 0.15rem 0;
  padding: 0.5rem;
  text-align: center;
}
.change-plus-minus label {
  color: #416477;
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 0.25rem;
  text-transform: uppercase;
}
.change-plus-minus .plus-minus {
  color: #416477;
  font-size: 12px;
  font-weight: 900;
}
.change-plus-minus .plus-minus .plus {
  color: #00AA6E;
}
.change-plus-minus .plus-minus .minus {
  color: #F95050;
}

.chart-loader .chart-height-0 {
  height: 0px;
  max-height: 0px;
}
.chart-loader .chart-height-1 {
  height: 1px;
  max-height: 1px;
}
.chart-loader .chart-height-2 {
  height: 2px;
  max-height: 2px;
}
.chart-loader .chart-height-3 {
  height: 3px;
  max-height: 3px;
}
.chart-loader .chart-height-4 {
  height: 4px;
  max-height: 4px;
}
.chart-loader .chart-height-5 {
  height: 5px;
  max-height: 5px;
}
.chart-loader .chart-height-6 {
  height: 6px;
  max-height: 6px;
}
.chart-loader .chart-height-7 {
  height: 7px;
  max-height: 7px;
}
.chart-loader .chart-height-8 {
  height: 8px;
  max-height: 8px;
}
.chart-loader .chart-height-9 {
  height: 9px;
  max-height: 9px;
}
.chart-loader .chart-height-10 {
  height: 10px;
  max-height: 10px;
}
.chart-loader .chart-height-11 {
  height: 11px;
  max-height: 11px;
}
.chart-loader .chart-height-12 {
  height: 12px;
  max-height: 12px;
}
.chart-loader .chart-height-13 {
  height: 13px;
  max-height: 13px;
}
.chart-loader .chart-height-14 {
  height: 14px;
  max-height: 14px;
}
.chart-loader .chart-height-15 {
  height: 15px;
  max-height: 15px;
}
.chart-loader .chart-height-16 {
  height: 16px;
  max-height: 16px;
}
.chart-loader .chart-height-17 {
  height: 17px;
  max-height: 17px;
}
.chart-loader .chart-height-18 {
  height: 18px;
  max-height: 18px;
}
.chart-loader .chart-height-19 {
  height: 19px;
  max-height: 19px;
}
.chart-loader .chart-height-20 {
  height: 20px;
  max-height: 20px;
}
.chart-loader .chart-height-21 {
  height: 21px;
  max-height: 21px;
}
.chart-loader .chart-height-22 {
  height: 22px;
  max-height: 22px;
}
.chart-loader .chart-height-23 {
  height: 23px;
  max-height: 23px;
}
.chart-loader .chart-height-24 {
  height: 24px;
  max-height: 24px;
}
.chart-loader .chart-height-25 {
  height: 25px;
  max-height: 25px;
}
.chart-loader .chart-height-26 {
  height: 26px;
  max-height: 26px;
}
.chart-loader .chart-height-27 {
  height: 27px;
  max-height: 27px;
}
.chart-loader .chart-height-28 {
  height: 28px;
  max-height: 28px;
}
.chart-loader .chart-height-29 {
  height: 29px;
  max-height: 29px;
}
.chart-loader .chart-height-30 {
  height: 30px;
  max-height: 30px;
}
.chart-loader .chart-height-31 {
  height: 31px;
  max-height: 31px;
}
.chart-loader .chart-height-32 {
  height: 32px;
  max-height: 32px;
}
.chart-loader .chart-height-33 {
  height: 33px;
  max-height: 33px;
}
.chart-loader .chart-height-34 {
  height: 34px;
  max-height: 34px;
}
.chart-loader .chart-height-35 {
  height: 35px;
  max-height: 35px;
}
.chart-loader .chart-height-36 {
  height: 36px;
  max-height: 36px;
}
.chart-loader .chart-height-37 {
  height: 37px;
  max-height: 37px;
}
.chart-loader .chart-height-38 {
  height: 38px;
  max-height: 38px;
}
.chart-loader .chart-height-39 {
  height: 39px;
  max-height: 39px;
}
.chart-loader .chart-height-40 {
  height: 40px;
  max-height: 40px;
}
.chart-loader .chart-height-41 {
  height: 41px;
  max-height: 41px;
}
.chart-loader .chart-height-42 {
  height: 42px;
  max-height: 42px;
}
.chart-loader .chart-height-43 {
  height: 43px;
  max-height: 43px;
}
.chart-loader .chart-height-44 {
  height: 44px;
  max-height: 44px;
}
.chart-loader .chart-height-45 {
  height: 45px;
  max-height: 45px;
}
.chart-loader .chart-height-46 {
  height: 46px;
  max-height: 46px;
}
.chart-loader .chart-height-47 {
  height: 47px;
  max-height: 47px;
}
.chart-loader .chart-height-48 {
  height: 48px;
  max-height: 48px;
}
.chart-loader .chart-height-49 {
  height: 49px;
  max-height: 49px;
}
.chart-loader .chart-height-50 {
  height: 50px;
  max-height: 50px;
}
.chart-loader .chart-height-51 {
  height: 51px;
  max-height: 51px;
}
.chart-loader .chart-height-52 {
  height: 52px;
  max-height: 52px;
}
.chart-loader .chart-height-53 {
  height: 53px;
  max-height: 53px;
}
.chart-loader .chart-height-54 {
  height: 54px;
  max-height: 54px;
}
.chart-loader .chart-height-55 {
  height: 55px;
  max-height: 55px;
}
.chart-loader .chart-height-56 {
  height: 56px;
  max-height: 56px;
}
.chart-loader .chart-height-57 {
  height: 57px;
  max-height: 57px;
}
.chart-loader .chart-height-58 {
  height: 58px;
  max-height: 58px;
}
.chart-loader .chart-height-59 {
  height: 59px;
  max-height: 59px;
}
.chart-loader .chart-height-60 {
  height: 60px;
  max-height: 60px;
}
.chart-loader .chart-height-61 {
  height: 61px;
  max-height: 61px;
}
.chart-loader .chart-height-62 {
  height: 62px;
  max-height: 62px;
}
.chart-loader .chart-height-63 {
  height: 63px;
  max-height: 63px;
}
.chart-loader .chart-height-64 {
  height: 64px;
  max-height: 64px;
}
.chart-loader .chart-height-65 {
  height: 65px;
  max-height: 65px;
}
.chart-loader .chart-height-66 {
  height: 66px;
  max-height: 66px;
}
.chart-loader .chart-height-67 {
  height: 67px;
  max-height: 67px;
}
.chart-loader .chart-height-68 {
  height: 68px;
  max-height: 68px;
}
.chart-loader .chart-height-69 {
  height: 69px;
  max-height: 69px;
}
.chart-loader .chart-height-70 {
  height: 70px;
  max-height: 70px;
}
.chart-loader .chart-height-71 {
  height: 71px;
  max-height: 71px;
}
.chart-loader .chart-height-72 {
  height: 72px;
  max-height: 72px;
}
.chart-loader .chart-height-73 {
  height: 73px;
  max-height: 73px;
}
.chart-loader .chart-height-74 {
  height: 74px;
  max-height: 74px;
}
.chart-loader .chart-height-75 {
  height: 75px;
  max-height: 75px;
}
.chart-loader .chart-height-76 {
  height: 76px;
  max-height: 76px;
}
.chart-loader .chart-height-77 {
  height: 77px;
  max-height: 77px;
}
.chart-loader .chart-height-78 {
  height: 78px;
  max-height: 78px;
}
.chart-loader .chart-height-79 {
  height: 79px;
  max-height: 79px;
}
.chart-loader .chart-height-80 {
  height: 80px;
  max-height: 80px;
}
.chart-loader .chart-height-81 {
  height: 81px;
  max-height: 81px;
}
.chart-loader .chart-height-82 {
  height: 82px;
  max-height: 82px;
}
.chart-loader .chart-height-83 {
  height: 83px;
  max-height: 83px;
}
.chart-loader .chart-height-84 {
  height: 84px;
  max-height: 84px;
}
.chart-loader .chart-height-85 {
  height: 85px;
  max-height: 85px;
}
.chart-loader .chart-height-86 {
  height: 86px;
  max-height: 86px;
}
.chart-loader .chart-height-87 {
  height: 87px;
  max-height: 87px;
}
.chart-loader .chart-height-88 {
  height: 88px;
  max-height: 88px;
}
.chart-loader .chart-height-89 {
  height: 89px;
  max-height: 89px;
}
.chart-loader .chart-height-90 {
  height: 90px;
  max-height: 90px;
}
.chart-loader .chart-height-91 {
  height: 91px;
  max-height: 91px;
}
.chart-loader .chart-height-92 {
  height: 92px;
  max-height: 92px;
}
.chart-loader .chart-height-93 {
  height: 93px;
  max-height: 93px;
}
.chart-loader .chart-height-94 {
  height: 94px;
  max-height: 94px;
}
.chart-loader .chart-height-95 {
  height: 95px;
  max-height: 95px;
}
.chart-loader .chart-height-96 {
  height: 96px;
  max-height: 96px;
}
.chart-loader .chart-height-97 {
  height: 97px;
  max-height: 97px;
}
.chart-loader .chart-height-98 {
  height: 98px;
  max-height: 98px;
}
.chart-loader .chart-height-99 {
  height: 99px;
  max-height: 99px;
}
.chart-loader .chart-height-100 {
  height: 100px;
  max-height: 100px;
}
.chart-loader .chart-height-101 {
  height: 101px;
  max-height: 101px;
}
.chart-loader .chart-height-102 {
  height: 102px;
  max-height: 102px;
}
.chart-loader .chart-height-103 {
  height: 103px;
  max-height: 103px;
}
.chart-loader .chart-height-104 {
  height: 104px;
  max-height: 104px;
}
.chart-loader .chart-height-105 {
  height: 105px;
  max-height: 105px;
}
.chart-loader .chart-height-106 {
  height: 106px;
  max-height: 106px;
}
.chart-loader .chart-height-107 {
  height: 107px;
  max-height: 107px;
}
.chart-loader .chart-height-108 {
  height: 108px;
  max-height: 108px;
}
.chart-loader .chart-height-109 {
  height: 109px;
  max-height: 109px;
}
.chart-loader .chart-height-110 {
  height: 110px;
  max-height: 110px;
}
.chart-loader .chart-height-111 {
  height: 111px;
  max-height: 111px;
}
.chart-loader .chart-height-112 {
  height: 112px;
  max-height: 112px;
}
.chart-loader .chart-height-113 {
  height: 113px;
  max-height: 113px;
}
.chart-loader .chart-height-114 {
  height: 114px;
  max-height: 114px;
}
.chart-loader .chart-height-115 {
  height: 115px;
  max-height: 115px;
}
.chart-loader .chart-height-116 {
  height: 116px;
  max-height: 116px;
}
.chart-loader .chart-height-117 {
  height: 117px;
  max-height: 117px;
}
.chart-loader .chart-height-118 {
  height: 118px;
  max-height: 118px;
}
.chart-loader .chart-height-119 {
  height: 119px;
  max-height: 119px;
}
.chart-loader .chart-height-120 {
  height: 120px;
  max-height: 120px;
}
.chart-loader .chart-height-121 {
  height: 121px;
  max-height: 121px;
}
.chart-loader .chart-height-122 {
  height: 122px;
  max-height: 122px;
}
.chart-loader .chart-height-123 {
  height: 123px;
  max-height: 123px;
}
.chart-loader .chart-height-124 {
  height: 124px;
  max-height: 124px;
}
.chart-loader .chart-height-125 {
  height: 125px;
  max-height: 125px;
}
.chart-loader .chart-height-126 {
  height: 126px;
  max-height: 126px;
}
.chart-loader .chart-height-127 {
  height: 127px;
  max-height: 127px;
}
.chart-loader .chart-height-128 {
  height: 128px;
  max-height: 128px;
}
.chart-loader .chart-height-129 {
  height: 129px;
  max-height: 129px;
}
.chart-loader .chart-height-130 {
  height: 130px;
  max-height: 130px;
}
.chart-loader .chart-height-131 {
  height: 131px;
  max-height: 131px;
}
.chart-loader .chart-height-132 {
  height: 132px;
  max-height: 132px;
}
.chart-loader .chart-height-133 {
  height: 133px;
  max-height: 133px;
}
.chart-loader .chart-height-134 {
  height: 134px;
  max-height: 134px;
}
.chart-loader .chart-height-135 {
  height: 135px;
  max-height: 135px;
}
.chart-loader .chart-height-136 {
  height: 136px;
  max-height: 136px;
}
.chart-loader .chart-height-137 {
  height: 137px;
  max-height: 137px;
}
.chart-loader .chart-height-138 {
  height: 138px;
  max-height: 138px;
}
.chart-loader .chart-height-139 {
  height: 139px;
  max-height: 139px;
}
.chart-loader .chart-height-140 {
  height: 140px;
  max-height: 140px;
}
.chart-loader .chart-height-141 {
  height: 141px;
  max-height: 141px;
}
.chart-loader .chart-height-142 {
  height: 142px;
  max-height: 142px;
}
.chart-loader .chart-height-143 {
  height: 143px;
  max-height: 143px;
}
.chart-loader .chart-height-144 {
  height: 144px;
  max-height: 144px;
}
.chart-loader .chart-height-145 {
  height: 145px;
  max-height: 145px;
}
.chart-loader .chart-height-146 {
  height: 146px;
  max-height: 146px;
}
.chart-loader .chart-height-147 {
  height: 147px;
  max-height: 147px;
}
.chart-loader .chart-height-148 {
  height: 148px;
  max-height: 148px;
}
.chart-loader .chart-height-149 {
  height: 149px;
  max-height: 149px;
}
.chart-loader .chart-height-150 {
  height: 150px;
  max-height: 150px;
}
.chart-loader .chart-height-151 {
  height: 151px;
  max-height: 151px;
}
.chart-loader .chart-height-152 {
  height: 152px;
  max-height: 152px;
}
.chart-loader .chart-height-153 {
  height: 153px;
  max-height: 153px;
}
.chart-loader .chart-height-154 {
  height: 154px;
  max-height: 154px;
}
.chart-loader .chart-height-155 {
  height: 155px;
  max-height: 155px;
}
.chart-loader .chart-height-156 {
  height: 156px;
  max-height: 156px;
}
.chart-loader .chart-height-157 {
  height: 157px;
  max-height: 157px;
}
.chart-loader .chart-height-158 {
  height: 158px;
  max-height: 158px;
}
.chart-loader .chart-height-159 {
  height: 159px;
  max-height: 159px;
}
.chart-loader .chart-height-160 {
  height: 160px;
  max-height: 160px;
}
.chart-loader .chart-height-161 {
  height: 161px;
  max-height: 161px;
}
.chart-loader .chart-height-162 {
  height: 162px;
  max-height: 162px;
}
.chart-loader .chart-height-163 {
  height: 163px;
  max-height: 163px;
}
.chart-loader .chart-height-164 {
  height: 164px;
  max-height: 164px;
}
.chart-loader .chart-height-165 {
  height: 165px;
  max-height: 165px;
}
.chart-loader .chart-height-166 {
  height: 166px;
  max-height: 166px;
}
.chart-loader .chart-height-167 {
  height: 167px;
  max-height: 167px;
}
.chart-loader .chart-height-168 {
  height: 168px;
  max-height: 168px;
}
.chart-loader .chart-height-169 {
  height: 169px;
  max-height: 169px;
}
.chart-loader .chart-height-170 {
  height: 170px;
  max-height: 170px;
}
.chart-loader .chart-height-171 {
  height: 171px;
  max-height: 171px;
}
.chart-loader .chart-height-172 {
  height: 172px;
  max-height: 172px;
}
.chart-loader .chart-height-173 {
  height: 173px;
  max-height: 173px;
}
.chart-loader .chart-height-174 {
  height: 174px;
  max-height: 174px;
}
.chart-loader .chart-height-175 {
  height: 175px;
  max-height: 175px;
}
.chart-loader .chart-height-176 {
  height: 176px;
  max-height: 176px;
}
.chart-loader .chart-height-177 {
  height: 177px;
  max-height: 177px;
}
.chart-loader .chart-height-178 {
  height: 178px;
  max-height: 178px;
}
.chart-loader .chart-height-179 {
  height: 179px;
  max-height: 179px;
}
.chart-loader .chart-height-180 {
  height: 180px;
  max-height: 180px;
}
.chart-loader .chart-height-181 {
  height: 181px;
  max-height: 181px;
}
.chart-loader .chart-height-182 {
  height: 182px;
  max-height: 182px;
}
.chart-loader .chart-height-183 {
  height: 183px;
  max-height: 183px;
}
.chart-loader .chart-height-184 {
  height: 184px;
  max-height: 184px;
}
.chart-loader .chart-height-185 {
  height: 185px;
  max-height: 185px;
}
.chart-loader .chart-height-186 {
  height: 186px;
  max-height: 186px;
}
.chart-loader .chart-height-187 {
  height: 187px;
  max-height: 187px;
}
.chart-loader .chart-height-188 {
  height: 188px;
  max-height: 188px;
}
.chart-loader .chart-height-189 {
  height: 189px;
  max-height: 189px;
}
.chart-loader .chart-height-190 {
  height: 190px;
  max-height: 190px;
}
.chart-loader .chart-height-191 {
  height: 191px;
  max-height: 191px;
}
.chart-loader .chart-height-192 {
  height: 192px;
  max-height: 192px;
}
.chart-loader .chart-height-193 {
  height: 193px;
  max-height: 193px;
}
.chart-loader .chart-height-194 {
  height: 194px;
  max-height: 194px;
}
.chart-loader .chart-height-195 {
  height: 195px;
  max-height: 195px;
}
.chart-loader .chart-height-196 {
  height: 196px;
  max-height: 196px;
}
.chart-loader .chart-height-197 {
  height: 197px;
  max-height: 197px;
}
.chart-loader .chart-height-198 {
  height: 198px;
  max-height: 198px;
}
.chart-loader .chart-height-199 {
  height: 199px;
  max-height: 199px;
}
.chart-loader .chart-height-200 {
  height: 200px;
  max-height: 200px;
}
.chart-loader .chart-height-201 {
  height: 201px;
  max-height: 201px;
}
.chart-loader .chart-height-202 {
  height: 202px;
  max-height: 202px;
}
.chart-loader .chart-height-203 {
  height: 203px;
  max-height: 203px;
}
.chart-loader .chart-height-204 {
  height: 204px;
  max-height: 204px;
}
.chart-loader .chart-height-205 {
  height: 205px;
  max-height: 205px;
}
.chart-loader .chart-height-206 {
  height: 206px;
  max-height: 206px;
}
.chart-loader .chart-height-207 {
  height: 207px;
  max-height: 207px;
}
.chart-loader .chart-height-208 {
  height: 208px;
  max-height: 208px;
}
.chart-loader .chart-height-209 {
  height: 209px;
  max-height: 209px;
}
.chart-loader .chart-height-210 {
  height: 210px;
  max-height: 210px;
}
.chart-loader .chart-height-211 {
  height: 211px;
  max-height: 211px;
}
.chart-loader .chart-height-212 {
  height: 212px;
  max-height: 212px;
}
.chart-loader .chart-height-213 {
  height: 213px;
  max-height: 213px;
}
.chart-loader .chart-height-214 {
  height: 214px;
  max-height: 214px;
}
.chart-loader .chart-height-215 {
  height: 215px;
  max-height: 215px;
}
.chart-loader .chart-height-216 {
  height: 216px;
  max-height: 216px;
}
.chart-loader .chart-height-217 {
  height: 217px;
  max-height: 217px;
}
.chart-loader .chart-height-218 {
  height: 218px;
  max-height: 218px;
}
.chart-loader .chart-height-219 {
  height: 219px;
  max-height: 219px;
}
.chart-loader .chart-height-220 {
  height: 220px;
  max-height: 220px;
}
.chart-loader .chart-height-221 {
  height: 221px;
  max-height: 221px;
}
.chart-loader .chart-height-222 {
  height: 222px;
  max-height: 222px;
}
.chart-loader .chart-height-223 {
  height: 223px;
  max-height: 223px;
}
.chart-loader .chart-height-224 {
  height: 224px;
  max-height: 224px;
}
.chart-loader .chart-height-225 {
  height: 225px;
  max-height: 225px;
}
.chart-loader .chart-height-226 {
  height: 226px;
  max-height: 226px;
}
.chart-loader .chart-height-227 {
  height: 227px;
  max-height: 227px;
}
.chart-loader .chart-height-228 {
  height: 228px;
  max-height: 228px;
}
.chart-loader .chart-height-229 {
  height: 229px;
  max-height: 229px;
}
.chart-loader .chart-height-230 {
  height: 230px;
  max-height: 230px;
}
.chart-loader .chart-height-231 {
  height: 231px;
  max-height: 231px;
}
.chart-loader .chart-height-232 {
  height: 232px;
  max-height: 232px;
}
.chart-loader .chart-height-233 {
  height: 233px;
  max-height: 233px;
}
.chart-loader .chart-height-234 {
  height: 234px;
  max-height: 234px;
}
.chart-loader .chart-height-235 {
  height: 235px;
  max-height: 235px;
}
.chart-loader .chart-height-236 {
  height: 236px;
  max-height: 236px;
}
.chart-loader .chart-height-237 {
  height: 237px;
  max-height: 237px;
}
.chart-loader .chart-height-238 {
  height: 238px;
  max-height: 238px;
}
.chart-loader .chart-height-239 {
  height: 239px;
  max-height: 239px;
}
.chart-loader .chart-height-240 {
  height: 240px;
  max-height: 240px;
}
.chart-loader .chart-height-241 {
  height: 241px;
  max-height: 241px;
}
.chart-loader .chart-height-242 {
  height: 242px;
  max-height: 242px;
}
.chart-loader .chart-height-243 {
  height: 243px;
  max-height: 243px;
}
.chart-loader .chart-height-244 {
  height: 244px;
  max-height: 244px;
}
.chart-loader .chart-height-245 {
  height: 245px;
  max-height: 245px;
}
.chart-loader .chart-height-246 {
  height: 246px;
  max-height: 246px;
}
.chart-loader .chart-height-247 {
  height: 247px;
  max-height: 247px;
}
.chart-loader .chart-height-248 {
  height: 248px;
  max-height: 248px;
}
.chart-loader .chart-height-249 {
  height: 249px;
  max-height: 249px;
}
.chart-loader .chart-height-250 {
  height: 250px;
  max-height: 250px;
}
.chart-loader .chart-height-251 {
  height: 251px;
  max-height: 251px;
}
.chart-loader .chart-height-252 {
  height: 252px;
  max-height: 252px;
}
.chart-loader .chart-height-253 {
  height: 253px;
  max-height: 253px;
}
.chart-loader .chart-height-254 {
  height: 254px;
  max-height: 254px;
}
.chart-loader .chart-height-255 {
  height: 255px;
  max-height: 255px;
}
.chart-loader .chart-height-256 {
  height: 256px;
  max-height: 256px;
}
.chart-loader .chart-height-257 {
  height: 257px;
  max-height: 257px;
}
.chart-loader .chart-height-258 {
  height: 258px;
  max-height: 258px;
}
.chart-loader .chart-height-259 {
  height: 259px;
  max-height: 259px;
}
.chart-loader .chart-height-260 {
  height: 260px;
  max-height: 260px;
}
.chart-loader .chart-height-261 {
  height: 261px;
  max-height: 261px;
}
.chart-loader .chart-height-262 {
  height: 262px;
  max-height: 262px;
}
.chart-loader .chart-height-263 {
  height: 263px;
  max-height: 263px;
}
.chart-loader .chart-height-264 {
  height: 264px;
  max-height: 264px;
}
.chart-loader .chart-height-265 {
  height: 265px;
  max-height: 265px;
}
.chart-loader .chart-height-266 {
  height: 266px;
  max-height: 266px;
}
.chart-loader .chart-height-267 {
  height: 267px;
  max-height: 267px;
}
.chart-loader .chart-height-268 {
  height: 268px;
  max-height: 268px;
}
.chart-loader .chart-height-269 {
  height: 269px;
  max-height: 269px;
}
.chart-loader .chart-height-270 {
  height: 270px;
  max-height: 270px;
}
.chart-loader .chart-height-271 {
  height: 271px;
  max-height: 271px;
}
.chart-loader .chart-height-272 {
  height: 272px;
  max-height: 272px;
}
.chart-loader .chart-height-273 {
  height: 273px;
  max-height: 273px;
}
.chart-loader .chart-height-274 {
  height: 274px;
  max-height: 274px;
}
.chart-loader .chart-height-275 {
  height: 275px;
  max-height: 275px;
}
.chart-loader .chart-height-276 {
  height: 276px;
  max-height: 276px;
}
.chart-loader .chart-height-277 {
  height: 277px;
  max-height: 277px;
}
.chart-loader .chart-height-278 {
  height: 278px;
  max-height: 278px;
}
.chart-loader .chart-height-279 {
  height: 279px;
  max-height: 279px;
}
.chart-loader .chart-height-280 {
  height: 280px;
  max-height: 280px;
}
.chart-loader .chart-height-281 {
  height: 281px;
  max-height: 281px;
}
.chart-loader .chart-height-282 {
  height: 282px;
  max-height: 282px;
}
.chart-loader .chart-height-283 {
  height: 283px;
  max-height: 283px;
}
.chart-loader .chart-height-284 {
  height: 284px;
  max-height: 284px;
}
.chart-loader .chart-height-285 {
  height: 285px;
  max-height: 285px;
}
.chart-loader .chart-height-286 {
  height: 286px;
  max-height: 286px;
}
.chart-loader .chart-height-287 {
  height: 287px;
  max-height: 287px;
}
.chart-loader .chart-height-288 {
  height: 288px;
  max-height: 288px;
}
.chart-loader .chart-height-289 {
  height: 289px;
  max-height: 289px;
}
.chart-loader .chart-height-290 {
  height: 290px;
  max-height: 290px;
}
.chart-loader .chart-height-291 {
  height: 291px;
  max-height: 291px;
}
.chart-loader .chart-height-292 {
  height: 292px;
  max-height: 292px;
}
.chart-loader .chart-height-293 {
  height: 293px;
  max-height: 293px;
}
.chart-loader .chart-height-294 {
  height: 294px;
  max-height: 294px;
}
.chart-loader .chart-height-295 {
  height: 295px;
  max-height: 295px;
}
.chart-loader .chart-height-296 {
  height: 296px;
  max-height: 296px;
}
.chart-loader .chart-height-297 {
  height: 297px;
  max-height: 297px;
}
.chart-loader .chart-height-298 {
  height: 298px;
  max-height: 298px;
}
.chart-loader .chart-height-299 {
  height: 299px;
  max-height: 299px;
}
.chart-loader .chart-height-300 {
  height: 300px;
  max-height: 300px;
}
.chart-loader .chart-height-301 {
  height: 301px;
  max-height: 301px;
}
.chart-loader .chart-height-302 {
  height: 302px;
  max-height: 302px;
}
.chart-loader .chart-height-303 {
  height: 303px;
  max-height: 303px;
}
.chart-loader .chart-height-304 {
  height: 304px;
  max-height: 304px;
}
.chart-loader .chart-height-305 {
  height: 305px;
  max-height: 305px;
}
.chart-loader .chart-height-306 {
  height: 306px;
  max-height: 306px;
}
.chart-loader .chart-height-307 {
  height: 307px;
  max-height: 307px;
}
.chart-loader .chart-height-308 {
  height: 308px;
  max-height: 308px;
}
.chart-loader .chart-height-309 {
  height: 309px;
  max-height: 309px;
}
.chart-loader .chart-height-310 {
  height: 310px;
  max-height: 310px;
}
.chart-loader .chart-height-311 {
  height: 311px;
  max-height: 311px;
}
.chart-loader .chart-height-312 {
  height: 312px;
  max-height: 312px;
}
.chart-loader .chart-height-313 {
  height: 313px;
  max-height: 313px;
}
.chart-loader .chart-height-314 {
  height: 314px;
  max-height: 314px;
}
.chart-loader .chart-height-315 {
  height: 315px;
  max-height: 315px;
}
.chart-loader .chart-height-316 {
  height: 316px;
  max-height: 316px;
}
.chart-loader .chart-height-317 {
  height: 317px;
  max-height: 317px;
}
.chart-loader .chart-height-318 {
  height: 318px;
  max-height: 318px;
}
.chart-loader .chart-height-319 {
  height: 319px;
  max-height: 319px;
}
.chart-loader .chart-height-320 {
  height: 320px;
  max-height: 320px;
}
.chart-loader .chart-height-321 {
  height: 321px;
  max-height: 321px;
}
.chart-loader .chart-height-322 {
  height: 322px;
  max-height: 322px;
}
.chart-loader .chart-height-323 {
  height: 323px;
  max-height: 323px;
}
.chart-loader .chart-height-324 {
  height: 324px;
  max-height: 324px;
}
.chart-loader .chart-height-325 {
  height: 325px;
  max-height: 325px;
}
.chart-loader .chart-height-326 {
  height: 326px;
  max-height: 326px;
}
.chart-loader .chart-height-327 {
  height: 327px;
  max-height: 327px;
}
.chart-loader .chart-height-328 {
  height: 328px;
  max-height: 328px;
}
.chart-loader .chart-height-329 {
  height: 329px;
  max-height: 329px;
}
.chart-loader .chart-height-330 {
  height: 330px;
  max-height: 330px;
}
.chart-loader .chart-height-331 {
  height: 331px;
  max-height: 331px;
}
.chart-loader .chart-height-332 {
  height: 332px;
  max-height: 332px;
}
.chart-loader .chart-height-333 {
  height: 333px;
  max-height: 333px;
}
.chart-loader .chart-height-334 {
  height: 334px;
  max-height: 334px;
}
.chart-loader .chart-height-335 {
  height: 335px;
  max-height: 335px;
}
.chart-loader .chart-height-336 {
  height: 336px;
  max-height: 336px;
}
.chart-loader .chart-height-337 {
  height: 337px;
  max-height: 337px;
}
.chart-loader .chart-height-338 {
  height: 338px;
  max-height: 338px;
}
.chart-loader .chart-height-339 {
  height: 339px;
  max-height: 339px;
}
.chart-loader .chart-height-340 {
  height: 340px;
  max-height: 340px;
}
.chart-loader .chart-height-341 {
  height: 341px;
  max-height: 341px;
}
.chart-loader .chart-height-342 {
  height: 342px;
  max-height: 342px;
}
.chart-loader .chart-height-343 {
  height: 343px;
  max-height: 343px;
}
.chart-loader .chart-height-344 {
  height: 344px;
  max-height: 344px;
}
.chart-loader .chart-height-345 {
  height: 345px;
  max-height: 345px;
}
.chart-loader .chart-height-346 {
  height: 346px;
  max-height: 346px;
}
.chart-loader .chart-height-347 {
  height: 347px;
  max-height: 347px;
}
.chart-loader .chart-height-348 {
  height: 348px;
  max-height: 348px;
}
.chart-loader .chart-height-349 {
  height: 349px;
  max-height: 349px;
}
.chart-loader .chart-height-350 {
  height: 350px;
  max-height: 350px;
}
.chart-loader .chart-height-351 {
  height: 351px;
  max-height: 351px;
}
.chart-loader .chart-height-352 {
  height: 352px;
  max-height: 352px;
}
.chart-loader .chart-height-353 {
  height: 353px;
  max-height: 353px;
}
.chart-loader .chart-height-354 {
  height: 354px;
  max-height: 354px;
}
.chart-loader .chart-height-355 {
  height: 355px;
  max-height: 355px;
}
.chart-loader .chart-height-356 {
  height: 356px;
  max-height: 356px;
}
.chart-loader .chart-height-357 {
  height: 357px;
  max-height: 357px;
}
.chart-loader .chart-height-358 {
  height: 358px;
  max-height: 358px;
}
.chart-loader .chart-height-359 {
  height: 359px;
  max-height: 359px;
}
.chart-loader .chart-height-360 {
  height: 360px;
  max-height: 360px;
}
.chart-loader .chart-height-361 {
  height: 361px;
  max-height: 361px;
}
.chart-loader .chart-height-362 {
  height: 362px;
  max-height: 362px;
}
.chart-loader .chart-height-363 {
  height: 363px;
  max-height: 363px;
}
.chart-loader .chart-height-364 {
  height: 364px;
  max-height: 364px;
}
.chart-loader .chart-height-365 {
  height: 365px;
  max-height: 365px;
}
.chart-loader .chart-height-366 {
  height: 366px;
  max-height: 366px;
}
.chart-loader .chart-height-367 {
  height: 367px;
  max-height: 367px;
}
.chart-loader .chart-height-368 {
  height: 368px;
  max-height: 368px;
}
.chart-loader .chart-height-369 {
  height: 369px;
  max-height: 369px;
}
.chart-loader .chart-height-370 {
  height: 370px;
  max-height: 370px;
}
.chart-loader .chart-height-371 {
  height: 371px;
  max-height: 371px;
}
.chart-loader .chart-height-372 {
  height: 372px;
  max-height: 372px;
}
.chart-loader .chart-height-373 {
  height: 373px;
  max-height: 373px;
}
.chart-loader .chart-height-374 {
  height: 374px;
  max-height: 374px;
}
.chart-loader .chart-height-375 {
  height: 375px;
  max-height: 375px;
}
.chart-loader .chart-height-376 {
  height: 376px;
  max-height: 376px;
}
.chart-loader .chart-height-377 {
  height: 377px;
  max-height: 377px;
}
.chart-loader .chart-height-378 {
  height: 378px;
  max-height: 378px;
}
.chart-loader .chart-height-379 {
  height: 379px;
  max-height: 379px;
}
.chart-loader .chart-height-380 {
  height: 380px;
  max-height: 380px;
}
.chart-loader .chart-height-381 {
  height: 381px;
  max-height: 381px;
}
.chart-loader .chart-height-382 {
  height: 382px;
  max-height: 382px;
}
.chart-loader .chart-height-383 {
  height: 383px;
  max-height: 383px;
}
.chart-loader .chart-height-384 {
  height: 384px;
  max-height: 384px;
}
.chart-loader .chart-height-385 {
  height: 385px;
  max-height: 385px;
}
.chart-loader .chart-height-386 {
  height: 386px;
  max-height: 386px;
}
.chart-loader .chart-height-387 {
  height: 387px;
  max-height: 387px;
}
.chart-loader .chart-height-388 {
  height: 388px;
  max-height: 388px;
}
.chart-loader .chart-height-389 {
  height: 389px;
  max-height: 389px;
}
.chart-loader .chart-height-390 {
  height: 390px;
  max-height: 390px;
}
.chart-loader .chart-height-391 {
  height: 391px;
  max-height: 391px;
}
.chart-loader .chart-height-392 {
  height: 392px;
  max-height: 392px;
}
.chart-loader .chart-height-393 {
  height: 393px;
  max-height: 393px;
}
.chart-loader .chart-height-394 {
  height: 394px;
  max-height: 394px;
}
.chart-loader .chart-height-395 {
  height: 395px;
  max-height: 395px;
}
.chart-loader .chart-height-396 {
  height: 396px;
  max-height: 396px;
}
.chart-loader .chart-height-397 {
  height: 397px;
  max-height: 397px;
}
.chart-loader .chart-height-398 {
  height: 398px;
  max-height: 398px;
}
.chart-loader .chart-height-399 {
  height: 399px;
  max-height: 399px;
}
.chart-loader .chart-height-400 {
  height: 400px;
  max-height: 400px;
}
.chart-loader .chart-height-401 {
  height: 401px;
  max-height: 401px;
}
.chart-loader .chart-height-402 {
  height: 402px;
  max-height: 402px;
}
.chart-loader .chart-height-403 {
  height: 403px;
  max-height: 403px;
}
.chart-loader .chart-height-404 {
  height: 404px;
  max-height: 404px;
}
.chart-loader .chart-height-405 {
  height: 405px;
  max-height: 405px;
}
.chart-loader .chart-height-406 {
  height: 406px;
  max-height: 406px;
}
.chart-loader .chart-height-407 {
  height: 407px;
  max-height: 407px;
}
.chart-loader .chart-height-408 {
  height: 408px;
  max-height: 408px;
}
.chart-loader .chart-height-409 {
  height: 409px;
  max-height: 409px;
}
.chart-loader .chart-height-410 {
  height: 410px;
  max-height: 410px;
}
.chart-loader .chart-height-411 {
  height: 411px;
  max-height: 411px;
}
.chart-loader .chart-height-412 {
  height: 412px;
  max-height: 412px;
}
.chart-loader .chart-height-413 {
  height: 413px;
  max-height: 413px;
}
.chart-loader .chart-height-414 {
  height: 414px;
  max-height: 414px;
}
.chart-loader .chart-height-415 {
  height: 415px;
  max-height: 415px;
}
.chart-loader .chart-height-416 {
  height: 416px;
  max-height: 416px;
}
.chart-loader .chart-height-417 {
  height: 417px;
  max-height: 417px;
}
.chart-loader .chart-height-418 {
  height: 418px;
  max-height: 418px;
}
.chart-loader .chart-height-419 {
  height: 419px;
  max-height: 419px;
}
.chart-loader .chart-height-420 {
  height: 420px;
  max-height: 420px;
}
.chart-loader .chart-height-421 {
  height: 421px;
  max-height: 421px;
}
.chart-loader .chart-height-422 {
  height: 422px;
  max-height: 422px;
}
.chart-loader .chart-height-423 {
  height: 423px;
  max-height: 423px;
}
.chart-loader .chart-height-424 {
  height: 424px;
  max-height: 424px;
}
.chart-loader .chart-height-425 {
  height: 425px;
  max-height: 425px;
}
.chart-loader .chart-height-426 {
  height: 426px;
  max-height: 426px;
}
.chart-loader .chart-height-427 {
  height: 427px;
  max-height: 427px;
}
.chart-loader .chart-height-428 {
  height: 428px;
  max-height: 428px;
}
.chart-loader .chart-height-429 {
  height: 429px;
  max-height: 429px;
}
.chart-loader .chart-height-430 {
  height: 430px;
  max-height: 430px;
}
.chart-loader .chart-height-431 {
  height: 431px;
  max-height: 431px;
}
.chart-loader .chart-height-432 {
  height: 432px;
  max-height: 432px;
}
.chart-loader .chart-height-433 {
  height: 433px;
  max-height: 433px;
}
.chart-loader .chart-height-434 {
  height: 434px;
  max-height: 434px;
}
.chart-loader .chart-height-435 {
  height: 435px;
  max-height: 435px;
}
.chart-loader .chart-height-436 {
  height: 436px;
  max-height: 436px;
}
.chart-loader .chart-height-437 {
  height: 437px;
  max-height: 437px;
}
.chart-loader .chart-height-438 {
  height: 438px;
  max-height: 438px;
}
.chart-loader .chart-height-439 {
  height: 439px;
  max-height: 439px;
}
.chart-loader .chart-height-440 {
  height: 440px;
  max-height: 440px;
}
.chart-loader .chart-height-441 {
  height: 441px;
  max-height: 441px;
}
.chart-loader .chart-height-442 {
  height: 442px;
  max-height: 442px;
}
.chart-loader .chart-height-443 {
  height: 443px;
  max-height: 443px;
}
.chart-loader .chart-height-444 {
  height: 444px;
  max-height: 444px;
}
.chart-loader .chart-height-445 {
  height: 445px;
  max-height: 445px;
}
.chart-loader .chart-height-446 {
  height: 446px;
  max-height: 446px;
}
.chart-loader .chart-height-447 {
  height: 447px;
  max-height: 447px;
}
.chart-loader .chart-height-448 {
  height: 448px;
  max-height: 448px;
}
.chart-loader .chart-height-449 {
  height: 449px;
  max-height: 449px;
}
.chart-loader .chart-height-450 {
  height: 450px;
  max-height: 450px;
}
.chart-loader .chart-height-451 {
  height: 451px;
  max-height: 451px;
}
.chart-loader .chart-height-452 {
  height: 452px;
  max-height: 452px;
}
.chart-loader .chart-height-453 {
  height: 453px;
  max-height: 453px;
}
.chart-loader .chart-height-454 {
  height: 454px;
  max-height: 454px;
}
.chart-loader .chart-height-455 {
  height: 455px;
  max-height: 455px;
}
.chart-loader .chart-height-456 {
  height: 456px;
  max-height: 456px;
}
.chart-loader .chart-height-457 {
  height: 457px;
  max-height: 457px;
}
.chart-loader .chart-height-458 {
  height: 458px;
  max-height: 458px;
}
.chart-loader .chart-height-459 {
  height: 459px;
  max-height: 459px;
}
.chart-loader .chart-height-460 {
  height: 460px;
  max-height: 460px;
}
.chart-loader .chart-height-461 {
  height: 461px;
  max-height: 461px;
}
.chart-loader .chart-height-462 {
  height: 462px;
  max-height: 462px;
}
.chart-loader .chart-height-463 {
  height: 463px;
  max-height: 463px;
}
.chart-loader .chart-height-464 {
  height: 464px;
  max-height: 464px;
}
.chart-loader .chart-height-465 {
  height: 465px;
  max-height: 465px;
}
.chart-loader .chart-height-466 {
  height: 466px;
  max-height: 466px;
}
.chart-loader .chart-height-467 {
  height: 467px;
  max-height: 467px;
}
.chart-loader .chart-height-468 {
  height: 468px;
  max-height: 468px;
}
.chart-loader .chart-height-469 {
  height: 469px;
  max-height: 469px;
}
.chart-loader .chart-height-470 {
  height: 470px;
  max-height: 470px;
}
.chart-loader .chart-height-471 {
  height: 471px;
  max-height: 471px;
}
.chart-loader .chart-height-472 {
  height: 472px;
  max-height: 472px;
}
.chart-loader .chart-height-473 {
  height: 473px;
  max-height: 473px;
}
.chart-loader .chart-height-474 {
  height: 474px;
  max-height: 474px;
}
.chart-loader .chart-height-475 {
  height: 475px;
  max-height: 475px;
}
.chart-loader .chart-height-476 {
  height: 476px;
  max-height: 476px;
}
.chart-loader .chart-height-477 {
  height: 477px;
  max-height: 477px;
}
.chart-loader .chart-height-478 {
  height: 478px;
  max-height: 478px;
}
.chart-loader .chart-height-479 {
  height: 479px;
  max-height: 479px;
}
.chart-loader .chart-height-480 {
  height: 480px;
  max-height: 480px;
}
.chart-loader .chart-height-481 {
  height: 481px;
  max-height: 481px;
}
.chart-loader .chart-height-482 {
  height: 482px;
  max-height: 482px;
}
.chart-loader .chart-height-483 {
  height: 483px;
  max-height: 483px;
}
.chart-loader .chart-height-484 {
  height: 484px;
  max-height: 484px;
}
.chart-loader .chart-height-485 {
  height: 485px;
  max-height: 485px;
}
.chart-loader .chart-height-486 {
  height: 486px;
  max-height: 486px;
}
.chart-loader .chart-height-487 {
  height: 487px;
  max-height: 487px;
}
.chart-loader .chart-height-488 {
  height: 488px;
  max-height: 488px;
}
.chart-loader .chart-height-489 {
  height: 489px;
  max-height: 489px;
}
.chart-loader .chart-height-490 {
  height: 490px;
  max-height: 490px;
}
.chart-loader .chart-height-491 {
  height: 491px;
  max-height: 491px;
}
.chart-loader .chart-height-492 {
  height: 492px;
  max-height: 492px;
}
.chart-loader .chart-height-493 {
  height: 493px;
  max-height: 493px;
}
.chart-loader .chart-height-494 {
  height: 494px;
  max-height: 494px;
}
.chart-loader .chart-height-495 {
  height: 495px;
  max-height: 495px;
}
.chart-loader .chart-height-496 {
  height: 496px;
  max-height: 496px;
}
.chart-loader .chart-height-497 {
  height: 497px;
  max-height: 497px;
}
.chart-loader .chart-height-498 {
  height: 498px;
  max-height: 498px;
}
.chart-loader .chart-height-499 {
  height: 499px;
  max-height: 499px;
}
.chart-loader .chart-height-500 {
  height: 500px;
  max-height: 500px;
}
.chart-loader .chart-height-501 {
  height: 501px;
  max-height: 501px;
}
.chart-loader .chart-height-502 {
  height: 502px;
  max-height: 502px;
}
.chart-loader .chart-height-503 {
  height: 503px;
  max-height: 503px;
}
.chart-loader .chart-height-504 {
  height: 504px;
  max-height: 504px;
}
.chart-loader .chart-height-505 {
  height: 505px;
  max-height: 505px;
}
.chart-loader .chart-height-506 {
  height: 506px;
  max-height: 506px;
}
.chart-loader .chart-height-507 {
  height: 507px;
  max-height: 507px;
}
.chart-loader .chart-height-508 {
  height: 508px;
  max-height: 508px;
}
.chart-loader .chart-height-509 {
  height: 509px;
  max-height: 509px;
}
.chart-loader .chart-height-510 {
  height: 510px;
  max-height: 510px;
}
.chart-loader .chart-height-511 {
  height: 511px;
  max-height: 511px;
}
.chart-loader .chart-height-512 {
  height: 512px;
  max-height: 512px;
}
.chart-loader .chart-height-513 {
  height: 513px;
  max-height: 513px;
}
.chart-loader .chart-height-514 {
  height: 514px;
  max-height: 514px;
}
.chart-loader .chart-height-515 {
  height: 515px;
  max-height: 515px;
}
.chart-loader .chart-height-516 {
  height: 516px;
  max-height: 516px;
}
.chart-loader .chart-height-517 {
  height: 517px;
  max-height: 517px;
}
.chart-loader .chart-height-518 {
  height: 518px;
  max-height: 518px;
}
.chart-loader .chart-height-519 {
  height: 519px;
  max-height: 519px;
}
.chart-loader .chart-height-520 {
  height: 520px;
  max-height: 520px;
}
.chart-loader .chart-height-521 {
  height: 521px;
  max-height: 521px;
}
.chart-loader .chart-height-522 {
  height: 522px;
  max-height: 522px;
}
.chart-loader .chart-height-523 {
  height: 523px;
  max-height: 523px;
}
.chart-loader .chart-height-524 {
  height: 524px;
  max-height: 524px;
}
.chart-loader .chart-height-525 {
  height: 525px;
  max-height: 525px;
}
.chart-loader .chart-height-526 {
  height: 526px;
  max-height: 526px;
}
.chart-loader .chart-height-527 {
  height: 527px;
  max-height: 527px;
}
.chart-loader .chart-height-528 {
  height: 528px;
  max-height: 528px;
}
.chart-loader .chart-height-529 {
  height: 529px;
  max-height: 529px;
}
.chart-loader .chart-height-530 {
  height: 530px;
  max-height: 530px;
}
.chart-loader .chart-height-531 {
  height: 531px;
  max-height: 531px;
}
.chart-loader .chart-height-532 {
  height: 532px;
  max-height: 532px;
}
.chart-loader .chart-height-533 {
  height: 533px;
  max-height: 533px;
}
.chart-loader .chart-height-534 {
  height: 534px;
  max-height: 534px;
}
.chart-loader .chart-height-535 {
  height: 535px;
  max-height: 535px;
}
.chart-loader .chart-height-536 {
  height: 536px;
  max-height: 536px;
}
.chart-loader .chart-height-537 {
  height: 537px;
  max-height: 537px;
}
.chart-loader .chart-height-538 {
  height: 538px;
  max-height: 538px;
}
.chart-loader .chart-height-539 {
  height: 539px;
  max-height: 539px;
}
.chart-loader .chart-height-540 {
  height: 540px;
  max-height: 540px;
}
.chart-loader .chart-height-541 {
  height: 541px;
  max-height: 541px;
}
.chart-loader .chart-height-542 {
  height: 542px;
  max-height: 542px;
}
.chart-loader .chart-height-543 {
  height: 543px;
  max-height: 543px;
}
.chart-loader .chart-height-544 {
  height: 544px;
  max-height: 544px;
}
.chart-loader .chart-height-545 {
  height: 545px;
  max-height: 545px;
}
.chart-loader .chart-height-546 {
  height: 546px;
  max-height: 546px;
}
.chart-loader .chart-height-547 {
  height: 547px;
  max-height: 547px;
}
.chart-loader .chart-height-548 {
  height: 548px;
  max-height: 548px;
}
.chart-loader .chart-height-549 {
  height: 549px;
  max-height: 549px;
}
.chart-loader .chart-height-550 {
  height: 550px;
  max-height: 550px;
}
.chart-loader .chart-height-551 {
  height: 551px;
  max-height: 551px;
}
.chart-loader .chart-height-552 {
  height: 552px;
  max-height: 552px;
}
.chart-loader .chart-height-553 {
  height: 553px;
  max-height: 553px;
}
.chart-loader .chart-height-554 {
  height: 554px;
  max-height: 554px;
}
.chart-loader .chart-height-555 {
  height: 555px;
  max-height: 555px;
}
.chart-loader .chart-height-556 {
  height: 556px;
  max-height: 556px;
}
.chart-loader .chart-height-557 {
  height: 557px;
  max-height: 557px;
}
.chart-loader .chart-height-558 {
  height: 558px;
  max-height: 558px;
}
.chart-loader .chart-height-559 {
  height: 559px;
  max-height: 559px;
}
.chart-loader .chart-height-560 {
  height: 560px;
  max-height: 560px;
}
.chart-loader .chart-height-561 {
  height: 561px;
  max-height: 561px;
}
.chart-loader .chart-height-562 {
  height: 562px;
  max-height: 562px;
}
.chart-loader .chart-height-563 {
  height: 563px;
  max-height: 563px;
}
.chart-loader .chart-height-564 {
  height: 564px;
  max-height: 564px;
}
.chart-loader .chart-height-565 {
  height: 565px;
  max-height: 565px;
}
.chart-loader .chart-height-566 {
  height: 566px;
  max-height: 566px;
}
.chart-loader .chart-height-567 {
  height: 567px;
  max-height: 567px;
}
.chart-loader .chart-height-568 {
  height: 568px;
  max-height: 568px;
}
.chart-loader .chart-height-569 {
  height: 569px;
  max-height: 569px;
}
.chart-loader .chart-height-570 {
  height: 570px;
  max-height: 570px;
}
.chart-loader .chart-height-571 {
  height: 571px;
  max-height: 571px;
}
.chart-loader .chart-height-572 {
  height: 572px;
  max-height: 572px;
}
.chart-loader .chart-height-573 {
  height: 573px;
  max-height: 573px;
}
.chart-loader .chart-height-574 {
  height: 574px;
  max-height: 574px;
}
.chart-loader .chart-height-575 {
  height: 575px;
  max-height: 575px;
}
.chart-loader .chart-height-576 {
  height: 576px;
  max-height: 576px;
}
.chart-loader .chart-height-577 {
  height: 577px;
  max-height: 577px;
}
.chart-loader .chart-height-578 {
  height: 578px;
  max-height: 578px;
}
.chart-loader .chart-height-579 {
  height: 579px;
  max-height: 579px;
}
.chart-loader .chart-height-580 {
  height: 580px;
  max-height: 580px;
}
.chart-loader .chart-height-581 {
  height: 581px;
  max-height: 581px;
}
.chart-loader .chart-height-582 {
  height: 582px;
  max-height: 582px;
}
.chart-loader .chart-height-583 {
  height: 583px;
  max-height: 583px;
}
.chart-loader .chart-height-584 {
  height: 584px;
  max-height: 584px;
}
.chart-loader .chart-height-585 {
  height: 585px;
  max-height: 585px;
}
.chart-loader .chart-height-586 {
  height: 586px;
  max-height: 586px;
}
.chart-loader .chart-height-587 {
  height: 587px;
  max-height: 587px;
}
.chart-loader .chart-height-588 {
  height: 588px;
  max-height: 588px;
}
.chart-loader .chart-height-589 {
  height: 589px;
  max-height: 589px;
}
.chart-loader .chart-height-590 {
  height: 590px;
  max-height: 590px;
}
.chart-loader .chart-height-591 {
  height: 591px;
  max-height: 591px;
}
.chart-loader .chart-height-592 {
  height: 592px;
  max-height: 592px;
}
.chart-loader .chart-height-593 {
  height: 593px;
  max-height: 593px;
}
.chart-loader .chart-height-594 {
  height: 594px;
  max-height: 594px;
}
.chart-loader .chart-height-595 {
  height: 595px;
  max-height: 595px;
}
.chart-loader .chart-height-596 {
  height: 596px;
  max-height: 596px;
}
.chart-loader .chart-height-597 {
  height: 597px;
  max-height: 597px;
}
.chart-loader .chart-height-598 {
  height: 598px;
  max-height: 598px;
}
.chart-loader .chart-height-599 {
  height: 599px;
  max-height: 599px;
}
.chart-loader .chart-height-600 {
  height: 600px;
  max-height: 600px;
}
.chart-loader .chart-height-601 {
  height: 601px;
  max-height: 601px;
}
.chart-loader .chart-height-602 {
  height: 602px;
  max-height: 602px;
}
.chart-loader .chart-height-603 {
  height: 603px;
  max-height: 603px;
}
.chart-loader .chart-height-604 {
  height: 604px;
  max-height: 604px;
}
.chart-loader .chart-height-605 {
  height: 605px;
  max-height: 605px;
}
.chart-loader .chart-height-606 {
  height: 606px;
  max-height: 606px;
}
.chart-loader .chart-height-607 {
  height: 607px;
  max-height: 607px;
}
.chart-loader .chart-height-608 {
  height: 608px;
  max-height: 608px;
}
.chart-loader .chart-height-609 {
  height: 609px;
  max-height: 609px;
}
.chart-loader .chart-height-610 {
  height: 610px;
  max-height: 610px;
}
.chart-loader .chart-height-611 {
  height: 611px;
  max-height: 611px;
}
.chart-loader .chart-height-612 {
  height: 612px;
  max-height: 612px;
}
.chart-loader .chart-height-613 {
  height: 613px;
  max-height: 613px;
}
.chart-loader .chart-height-614 {
  height: 614px;
  max-height: 614px;
}
.chart-loader .chart-height-615 {
  height: 615px;
  max-height: 615px;
}
.chart-loader .chart-height-616 {
  height: 616px;
  max-height: 616px;
}
.chart-loader .chart-height-617 {
  height: 617px;
  max-height: 617px;
}
.chart-loader .chart-height-618 {
  height: 618px;
  max-height: 618px;
}
.chart-loader .chart-height-619 {
  height: 619px;
  max-height: 619px;
}
.chart-loader .chart-height-620 {
  height: 620px;
  max-height: 620px;
}
.chart-loader .chart-height-621 {
  height: 621px;
  max-height: 621px;
}
.chart-loader .chart-height-622 {
  height: 622px;
  max-height: 622px;
}
.chart-loader .chart-height-623 {
  height: 623px;
  max-height: 623px;
}
.chart-loader .chart-height-624 {
  height: 624px;
  max-height: 624px;
}
.chart-loader .chart-height-625 {
  height: 625px;
  max-height: 625px;
}
.chart-loader .chart-height-626 {
  height: 626px;
  max-height: 626px;
}
.chart-loader .chart-height-627 {
  height: 627px;
  max-height: 627px;
}
.chart-loader .chart-height-628 {
  height: 628px;
  max-height: 628px;
}
.chart-loader .chart-height-629 {
  height: 629px;
  max-height: 629px;
}
.chart-loader .chart-height-630 {
  height: 630px;
  max-height: 630px;
}
.chart-loader .chart-height-631 {
  height: 631px;
  max-height: 631px;
}
.chart-loader .chart-height-632 {
  height: 632px;
  max-height: 632px;
}
.chart-loader .chart-height-633 {
  height: 633px;
  max-height: 633px;
}
.chart-loader .chart-height-634 {
  height: 634px;
  max-height: 634px;
}
.chart-loader .chart-height-635 {
  height: 635px;
  max-height: 635px;
}
.chart-loader .chart-height-636 {
  height: 636px;
  max-height: 636px;
}
.chart-loader .chart-height-637 {
  height: 637px;
  max-height: 637px;
}
.chart-loader .chart-height-638 {
  height: 638px;
  max-height: 638px;
}
.chart-loader .chart-height-639 {
  height: 639px;
  max-height: 639px;
}
.chart-loader .chart-height-640 {
  height: 640px;
  max-height: 640px;
}
.chart-loader .chart-height-641 {
  height: 641px;
  max-height: 641px;
}
.chart-loader .chart-height-642 {
  height: 642px;
  max-height: 642px;
}
.chart-loader .chart-height-643 {
  height: 643px;
  max-height: 643px;
}
.chart-loader .chart-height-644 {
  height: 644px;
  max-height: 644px;
}
.chart-loader .chart-height-645 {
  height: 645px;
  max-height: 645px;
}
.chart-loader .chart-height-646 {
  height: 646px;
  max-height: 646px;
}
.chart-loader .chart-height-647 {
  height: 647px;
  max-height: 647px;
}
.chart-loader .chart-height-648 {
  height: 648px;
  max-height: 648px;
}
.chart-loader .chart-height-649 {
  height: 649px;
  max-height: 649px;
}
.chart-loader .chart-height-650 {
  height: 650px;
  max-height: 650px;
}
.chart-loader .chart-height-651 {
  height: 651px;
  max-height: 651px;
}
.chart-loader .chart-height-652 {
  height: 652px;
  max-height: 652px;
}
.chart-loader .chart-height-653 {
  height: 653px;
  max-height: 653px;
}
.chart-loader .chart-height-654 {
  height: 654px;
  max-height: 654px;
}
.chart-loader .chart-height-655 {
  height: 655px;
  max-height: 655px;
}
.chart-loader .chart-height-656 {
  height: 656px;
  max-height: 656px;
}
.chart-loader .chart-height-657 {
  height: 657px;
  max-height: 657px;
}
.chart-loader .chart-height-658 {
  height: 658px;
  max-height: 658px;
}
.chart-loader .chart-height-659 {
  height: 659px;
  max-height: 659px;
}
.chart-loader .chart-height-660 {
  height: 660px;
  max-height: 660px;
}
.chart-loader .chart-height-661 {
  height: 661px;
  max-height: 661px;
}
.chart-loader .chart-height-662 {
  height: 662px;
  max-height: 662px;
}
.chart-loader .chart-height-663 {
  height: 663px;
  max-height: 663px;
}
.chart-loader .chart-height-664 {
  height: 664px;
  max-height: 664px;
}
.chart-loader .chart-height-665 {
  height: 665px;
  max-height: 665px;
}
.chart-loader .chart-height-666 {
  height: 666px;
  max-height: 666px;
}
.chart-loader .chart-height-667 {
  height: 667px;
  max-height: 667px;
}
.chart-loader .chart-height-668 {
  height: 668px;
  max-height: 668px;
}
.chart-loader .chart-height-669 {
  height: 669px;
  max-height: 669px;
}
.chart-loader .chart-height-670 {
  height: 670px;
  max-height: 670px;
}
.chart-loader .chart-height-671 {
  height: 671px;
  max-height: 671px;
}
.chart-loader .chart-height-672 {
  height: 672px;
  max-height: 672px;
}
.chart-loader .chart-height-673 {
  height: 673px;
  max-height: 673px;
}
.chart-loader .chart-height-674 {
  height: 674px;
  max-height: 674px;
}
.chart-loader .chart-height-675 {
  height: 675px;
  max-height: 675px;
}
.chart-loader .chart-height-676 {
  height: 676px;
  max-height: 676px;
}
.chart-loader .chart-height-677 {
  height: 677px;
  max-height: 677px;
}
.chart-loader .chart-height-678 {
  height: 678px;
  max-height: 678px;
}
.chart-loader .chart-height-679 {
  height: 679px;
  max-height: 679px;
}
.chart-loader .chart-height-680 {
  height: 680px;
  max-height: 680px;
}
.chart-loader .chart-height-681 {
  height: 681px;
  max-height: 681px;
}
.chart-loader .chart-height-682 {
  height: 682px;
  max-height: 682px;
}
.chart-loader .chart-height-683 {
  height: 683px;
  max-height: 683px;
}
.chart-loader .chart-height-684 {
  height: 684px;
  max-height: 684px;
}
.chart-loader .chart-height-685 {
  height: 685px;
  max-height: 685px;
}
.chart-loader .chart-height-686 {
  height: 686px;
  max-height: 686px;
}
.chart-loader .chart-height-687 {
  height: 687px;
  max-height: 687px;
}
.chart-loader .chart-height-688 {
  height: 688px;
  max-height: 688px;
}
.chart-loader .chart-height-689 {
  height: 689px;
  max-height: 689px;
}
.chart-loader .chart-height-690 {
  height: 690px;
  max-height: 690px;
}
.chart-loader .chart-height-691 {
  height: 691px;
  max-height: 691px;
}
.chart-loader .chart-height-692 {
  height: 692px;
  max-height: 692px;
}
.chart-loader .chart-height-693 {
  height: 693px;
  max-height: 693px;
}
.chart-loader .chart-height-694 {
  height: 694px;
  max-height: 694px;
}
.chart-loader .chart-height-695 {
  height: 695px;
  max-height: 695px;
}
.chart-loader .chart-height-696 {
  height: 696px;
  max-height: 696px;
}
.chart-loader .chart-height-697 {
  height: 697px;
  max-height: 697px;
}
.chart-loader .chart-height-698 {
  height: 698px;
  max-height: 698px;
}
.chart-loader .chart-height-699 {
  height: 699px;
  max-height: 699px;
}
.chart-loader .chart-height-700 {
  height: 700px;
  max-height: 700px;
}
.chart-loader .chart-height-701 {
  height: 701px;
  max-height: 701px;
}
.chart-loader .chart-height-702 {
  height: 702px;
  max-height: 702px;
}
.chart-loader .chart-height-703 {
  height: 703px;
  max-height: 703px;
}
.chart-loader .chart-height-704 {
  height: 704px;
  max-height: 704px;
}
.chart-loader .chart-height-705 {
  height: 705px;
  max-height: 705px;
}
.chart-loader .chart-height-706 {
  height: 706px;
  max-height: 706px;
}
.chart-loader .chart-height-707 {
  height: 707px;
  max-height: 707px;
}
.chart-loader .chart-height-708 {
  height: 708px;
  max-height: 708px;
}
.chart-loader .chart-height-709 {
  height: 709px;
  max-height: 709px;
}
.chart-loader .chart-height-710 {
  height: 710px;
  max-height: 710px;
}
.chart-loader .chart-height-711 {
  height: 711px;
  max-height: 711px;
}
.chart-loader .chart-height-712 {
  height: 712px;
  max-height: 712px;
}
.chart-loader .chart-height-713 {
  height: 713px;
  max-height: 713px;
}
.chart-loader .chart-height-714 {
  height: 714px;
  max-height: 714px;
}
.chart-loader .chart-height-715 {
  height: 715px;
  max-height: 715px;
}
.chart-loader .chart-height-716 {
  height: 716px;
  max-height: 716px;
}
.chart-loader .chart-height-717 {
  height: 717px;
  max-height: 717px;
}
.chart-loader .chart-height-718 {
  height: 718px;
  max-height: 718px;
}
.chart-loader .chart-height-719 {
  height: 719px;
  max-height: 719px;
}
.chart-loader .chart-height-720 {
  height: 720px;
  max-height: 720px;
}
.chart-loader .chart-height-721 {
  height: 721px;
  max-height: 721px;
}
.chart-loader .chart-height-722 {
  height: 722px;
  max-height: 722px;
}
.chart-loader .chart-height-723 {
  height: 723px;
  max-height: 723px;
}
.chart-loader .chart-height-724 {
  height: 724px;
  max-height: 724px;
}
.chart-loader .chart-height-725 {
  height: 725px;
  max-height: 725px;
}
.chart-loader .chart-height-726 {
  height: 726px;
  max-height: 726px;
}
.chart-loader .chart-height-727 {
  height: 727px;
  max-height: 727px;
}
.chart-loader .chart-height-728 {
  height: 728px;
  max-height: 728px;
}
.chart-loader .chart-height-729 {
  height: 729px;
  max-height: 729px;
}
.chart-loader .chart-height-730 {
  height: 730px;
  max-height: 730px;
}
.chart-loader .chart-height-731 {
  height: 731px;
  max-height: 731px;
}
.chart-loader .chart-height-732 {
  height: 732px;
  max-height: 732px;
}
.chart-loader .chart-height-733 {
  height: 733px;
  max-height: 733px;
}
.chart-loader .chart-height-734 {
  height: 734px;
  max-height: 734px;
}
.chart-loader .chart-height-735 {
  height: 735px;
  max-height: 735px;
}
.chart-loader .chart-height-736 {
  height: 736px;
  max-height: 736px;
}
.chart-loader .chart-height-737 {
  height: 737px;
  max-height: 737px;
}
.chart-loader .chart-height-738 {
  height: 738px;
  max-height: 738px;
}
.chart-loader .chart-height-739 {
  height: 739px;
  max-height: 739px;
}
.chart-loader .chart-height-740 {
  height: 740px;
  max-height: 740px;
}
.chart-loader .chart-height-741 {
  height: 741px;
  max-height: 741px;
}
.chart-loader .chart-height-742 {
  height: 742px;
  max-height: 742px;
}
.chart-loader .chart-height-743 {
  height: 743px;
  max-height: 743px;
}
.chart-loader .chart-height-744 {
  height: 744px;
  max-height: 744px;
}
.chart-loader .chart-height-745 {
  height: 745px;
  max-height: 745px;
}
.chart-loader .chart-height-746 {
  height: 746px;
  max-height: 746px;
}
.chart-loader .chart-height-747 {
  height: 747px;
  max-height: 747px;
}
.chart-loader .chart-height-748 {
  height: 748px;
  max-height: 748px;
}
.chart-loader .chart-height-749 {
  height: 749px;
  max-height: 749px;
}
.chart-loader .chart-height-750 {
  height: 750px;
  max-height: 750px;
}
.chart-loader .chart-height-751 {
  height: 751px;
  max-height: 751px;
}
.chart-loader .chart-height-752 {
  height: 752px;
  max-height: 752px;
}
.chart-loader .chart-height-753 {
  height: 753px;
  max-height: 753px;
}
.chart-loader .chart-height-754 {
  height: 754px;
  max-height: 754px;
}
.chart-loader .chart-height-755 {
  height: 755px;
  max-height: 755px;
}
.chart-loader .chart-height-756 {
  height: 756px;
  max-height: 756px;
}
.chart-loader .chart-height-757 {
  height: 757px;
  max-height: 757px;
}
.chart-loader .chart-height-758 {
  height: 758px;
  max-height: 758px;
}
.chart-loader .chart-height-759 {
  height: 759px;
  max-height: 759px;
}
.chart-loader .chart-height-760 {
  height: 760px;
  max-height: 760px;
}
.chart-loader .chart-height-761 {
  height: 761px;
  max-height: 761px;
}
.chart-loader .chart-height-762 {
  height: 762px;
  max-height: 762px;
}
.chart-loader .chart-height-763 {
  height: 763px;
  max-height: 763px;
}
.chart-loader .chart-height-764 {
  height: 764px;
  max-height: 764px;
}
.chart-loader .chart-height-765 {
  height: 765px;
  max-height: 765px;
}
.chart-loader .chart-height-766 {
  height: 766px;
  max-height: 766px;
}
.chart-loader .chart-height-767 {
  height: 767px;
  max-height: 767px;
}
.chart-loader .chart-height-768 {
  height: 768px;
  max-height: 768px;
}
.chart-loader .chart-height-769 {
  height: 769px;
  max-height: 769px;
}
.chart-loader .chart-height-770 {
  height: 770px;
  max-height: 770px;
}
.chart-loader .chart-height-771 {
  height: 771px;
  max-height: 771px;
}
.chart-loader .chart-height-772 {
  height: 772px;
  max-height: 772px;
}
.chart-loader .chart-height-773 {
  height: 773px;
  max-height: 773px;
}
.chart-loader .chart-height-774 {
  height: 774px;
  max-height: 774px;
}
.chart-loader .chart-height-775 {
  height: 775px;
  max-height: 775px;
}
.chart-loader .chart-height-776 {
  height: 776px;
  max-height: 776px;
}
.chart-loader .chart-height-777 {
  height: 777px;
  max-height: 777px;
}
.chart-loader .chart-height-778 {
  height: 778px;
  max-height: 778px;
}
.chart-loader .chart-height-779 {
  height: 779px;
  max-height: 779px;
}
.chart-loader .chart-height-780 {
  height: 780px;
  max-height: 780px;
}
.chart-loader .chart-height-781 {
  height: 781px;
  max-height: 781px;
}
.chart-loader .chart-height-782 {
  height: 782px;
  max-height: 782px;
}
.chart-loader .chart-height-783 {
  height: 783px;
  max-height: 783px;
}
.chart-loader .chart-height-784 {
  height: 784px;
  max-height: 784px;
}
.chart-loader .chart-height-785 {
  height: 785px;
  max-height: 785px;
}
.chart-loader .chart-height-786 {
  height: 786px;
  max-height: 786px;
}
.chart-loader .chart-height-787 {
  height: 787px;
  max-height: 787px;
}
.chart-loader .chart-height-788 {
  height: 788px;
  max-height: 788px;
}
.chart-loader .chart-height-789 {
  height: 789px;
  max-height: 789px;
}
.chart-loader .chart-height-790 {
  height: 790px;
  max-height: 790px;
}
.chart-loader .chart-height-791 {
  height: 791px;
  max-height: 791px;
}
.chart-loader .chart-height-792 {
  height: 792px;
  max-height: 792px;
}
.chart-loader .chart-height-793 {
  height: 793px;
  max-height: 793px;
}
.chart-loader .chart-height-794 {
  height: 794px;
  max-height: 794px;
}
.chart-loader .chart-height-795 {
  height: 795px;
  max-height: 795px;
}
.chart-loader .chart-height-796 {
  height: 796px;
  max-height: 796px;
}
.chart-loader .chart-height-797 {
  height: 797px;
  max-height: 797px;
}
.chart-loader .chart-height-798 {
  height: 798px;
  max-height: 798px;
}
.chart-loader .chart-height-799 {
  height: 799px;
  max-height: 799px;
}
.chart-loader .chart-height-800 {
  height: 800px;
  max-height: 800px;
}
.chart-loader .chart-height-801 {
  height: 801px;
  max-height: 801px;
}
.chart-loader .chart-height-802 {
  height: 802px;
  max-height: 802px;
}
.chart-loader .chart-height-803 {
  height: 803px;
  max-height: 803px;
}
.chart-loader .chart-height-804 {
  height: 804px;
  max-height: 804px;
}
.chart-loader .chart-height-805 {
  height: 805px;
  max-height: 805px;
}
.chart-loader .chart-height-806 {
  height: 806px;
  max-height: 806px;
}
.chart-loader .chart-height-807 {
  height: 807px;
  max-height: 807px;
}
.chart-loader .chart-height-808 {
  height: 808px;
  max-height: 808px;
}
.chart-loader .chart-height-809 {
  height: 809px;
  max-height: 809px;
}
.chart-loader .chart-height-810 {
  height: 810px;
  max-height: 810px;
}
.chart-loader .chart-height-811 {
  height: 811px;
  max-height: 811px;
}
.chart-loader .chart-height-812 {
  height: 812px;
  max-height: 812px;
}
.chart-loader .chart-height-813 {
  height: 813px;
  max-height: 813px;
}
.chart-loader .chart-height-814 {
  height: 814px;
  max-height: 814px;
}
.chart-loader .chart-height-815 {
  height: 815px;
  max-height: 815px;
}
.chart-loader .chart-height-816 {
  height: 816px;
  max-height: 816px;
}
.chart-loader .chart-height-817 {
  height: 817px;
  max-height: 817px;
}
.chart-loader .chart-height-818 {
  height: 818px;
  max-height: 818px;
}
.chart-loader .chart-height-819 {
  height: 819px;
  max-height: 819px;
}
.chart-loader .chart-height-820 {
  height: 820px;
  max-height: 820px;
}
.chart-loader .chart-height-821 {
  height: 821px;
  max-height: 821px;
}
.chart-loader .chart-height-822 {
  height: 822px;
  max-height: 822px;
}
.chart-loader .chart-height-823 {
  height: 823px;
  max-height: 823px;
}
.chart-loader .chart-height-824 {
  height: 824px;
  max-height: 824px;
}
.chart-loader .chart-height-825 {
  height: 825px;
  max-height: 825px;
}
.chart-loader .chart-height-826 {
  height: 826px;
  max-height: 826px;
}
.chart-loader .chart-height-827 {
  height: 827px;
  max-height: 827px;
}
.chart-loader .chart-height-828 {
  height: 828px;
  max-height: 828px;
}
.chart-loader .chart-height-829 {
  height: 829px;
  max-height: 829px;
}
.chart-loader .chart-height-830 {
  height: 830px;
  max-height: 830px;
}
.chart-loader .chart-height-831 {
  height: 831px;
  max-height: 831px;
}
.chart-loader .chart-height-832 {
  height: 832px;
  max-height: 832px;
}
.chart-loader .chart-height-833 {
  height: 833px;
  max-height: 833px;
}
.chart-loader .chart-height-834 {
  height: 834px;
  max-height: 834px;
}
.chart-loader .chart-height-835 {
  height: 835px;
  max-height: 835px;
}
.chart-loader .chart-height-836 {
  height: 836px;
  max-height: 836px;
}
.chart-loader .chart-height-837 {
  height: 837px;
  max-height: 837px;
}
.chart-loader .chart-height-838 {
  height: 838px;
  max-height: 838px;
}
.chart-loader .chart-height-839 {
  height: 839px;
  max-height: 839px;
}
.chart-loader .chart-height-840 {
  height: 840px;
  max-height: 840px;
}
.chart-loader .chart-height-841 {
  height: 841px;
  max-height: 841px;
}
.chart-loader .chart-height-842 {
  height: 842px;
  max-height: 842px;
}
.chart-loader .chart-height-843 {
  height: 843px;
  max-height: 843px;
}
.chart-loader .chart-height-844 {
  height: 844px;
  max-height: 844px;
}
.chart-loader .chart-height-845 {
  height: 845px;
  max-height: 845px;
}
.chart-loader .chart-height-846 {
  height: 846px;
  max-height: 846px;
}
.chart-loader .chart-height-847 {
  height: 847px;
  max-height: 847px;
}
.chart-loader .chart-height-848 {
  height: 848px;
  max-height: 848px;
}
.chart-loader .chart-height-849 {
  height: 849px;
  max-height: 849px;
}
.chart-loader .chart-height-850 {
  height: 850px;
  max-height: 850px;
}
.chart-loader .chart-height-851 {
  height: 851px;
  max-height: 851px;
}
.chart-loader .chart-height-852 {
  height: 852px;
  max-height: 852px;
}
.chart-loader .chart-height-853 {
  height: 853px;
  max-height: 853px;
}
.chart-loader .chart-height-854 {
  height: 854px;
  max-height: 854px;
}
.chart-loader .chart-height-855 {
  height: 855px;
  max-height: 855px;
}
.chart-loader .chart-height-856 {
  height: 856px;
  max-height: 856px;
}
.chart-loader .chart-height-857 {
  height: 857px;
  max-height: 857px;
}
.chart-loader .chart-height-858 {
  height: 858px;
  max-height: 858px;
}
.chart-loader .chart-height-859 {
  height: 859px;
  max-height: 859px;
}
.chart-loader .chart-height-860 {
  height: 860px;
  max-height: 860px;
}
.chart-loader .chart-height-861 {
  height: 861px;
  max-height: 861px;
}
.chart-loader .chart-height-862 {
  height: 862px;
  max-height: 862px;
}
.chart-loader .chart-height-863 {
  height: 863px;
  max-height: 863px;
}
.chart-loader .chart-height-864 {
  height: 864px;
  max-height: 864px;
}
.chart-loader .chart-height-865 {
  height: 865px;
  max-height: 865px;
}
.chart-loader .chart-height-866 {
  height: 866px;
  max-height: 866px;
}
.chart-loader .chart-height-867 {
  height: 867px;
  max-height: 867px;
}
.chart-loader .chart-height-868 {
  height: 868px;
  max-height: 868px;
}
.chart-loader .chart-height-869 {
  height: 869px;
  max-height: 869px;
}
.chart-loader .chart-height-870 {
  height: 870px;
  max-height: 870px;
}
.chart-loader .chart-height-871 {
  height: 871px;
  max-height: 871px;
}
.chart-loader .chart-height-872 {
  height: 872px;
  max-height: 872px;
}
.chart-loader .chart-height-873 {
  height: 873px;
  max-height: 873px;
}
.chart-loader .chart-height-874 {
  height: 874px;
  max-height: 874px;
}
.chart-loader .chart-height-875 {
  height: 875px;
  max-height: 875px;
}
.chart-loader .chart-height-876 {
  height: 876px;
  max-height: 876px;
}
.chart-loader .chart-height-877 {
  height: 877px;
  max-height: 877px;
}
.chart-loader .chart-height-878 {
  height: 878px;
  max-height: 878px;
}
.chart-loader .chart-height-879 {
  height: 879px;
  max-height: 879px;
}
.chart-loader .chart-height-880 {
  height: 880px;
  max-height: 880px;
}
.chart-loader .chart-height-881 {
  height: 881px;
  max-height: 881px;
}
.chart-loader .chart-height-882 {
  height: 882px;
  max-height: 882px;
}
.chart-loader .chart-height-883 {
  height: 883px;
  max-height: 883px;
}
.chart-loader .chart-height-884 {
  height: 884px;
  max-height: 884px;
}
.chart-loader .chart-height-885 {
  height: 885px;
  max-height: 885px;
}
.chart-loader .chart-height-886 {
  height: 886px;
  max-height: 886px;
}
.chart-loader .chart-height-887 {
  height: 887px;
  max-height: 887px;
}
.chart-loader .chart-height-888 {
  height: 888px;
  max-height: 888px;
}
.chart-loader .chart-height-889 {
  height: 889px;
  max-height: 889px;
}
.chart-loader .chart-height-890 {
  height: 890px;
  max-height: 890px;
}
.chart-loader .chart-height-891 {
  height: 891px;
  max-height: 891px;
}
.chart-loader .chart-height-892 {
  height: 892px;
  max-height: 892px;
}
.chart-loader .chart-height-893 {
  height: 893px;
  max-height: 893px;
}
.chart-loader .chart-height-894 {
  height: 894px;
  max-height: 894px;
}
.chart-loader .chart-height-895 {
  height: 895px;
  max-height: 895px;
}
.chart-loader .chart-height-896 {
  height: 896px;
  max-height: 896px;
}
.chart-loader .chart-height-897 {
  height: 897px;
  max-height: 897px;
}
.chart-loader .chart-height-898 {
  height: 898px;
  max-height: 898px;
}
.chart-loader .chart-height-899 {
  height: 899px;
  max-height: 899px;
}
.chart-loader .chart-height-900 {
  height: 900px;
  max-height: 900px;
}
.chart-loader .chart-height-901 {
  height: 901px;
  max-height: 901px;
}
.chart-loader .chart-height-902 {
  height: 902px;
  max-height: 902px;
}
.chart-loader .chart-height-903 {
  height: 903px;
  max-height: 903px;
}
.chart-loader .chart-height-904 {
  height: 904px;
  max-height: 904px;
}
.chart-loader .chart-height-905 {
  height: 905px;
  max-height: 905px;
}
.chart-loader .chart-height-906 {
  height: 906px;
  max-height: 906px;
}
.chart-loader .chart-height-907 {
  height: 907px;
  max-height: 907px;
}
.chart-loader .chart-height-908 {
  height: 908px;
  max-height: 908px;
}
.chart-loader .chart-height-909 {
  height: 909px;
  max-height: 909px;
}
.chart-loader .chart-height-910 {
  height: 910px;
  max-height: 910px;
}
.chart-loader .chart-height-911 {
  height: 911px;
  max-height: 911px;
}
.chart-loader .chart-height-912 {
  height: 912px;
  max-height: 912px;
}
.chart-loader .chart-height-913 {
  height: 913px;
  max-height: 913px;
}
.chart-loader .chart-height-914 {
  height: 914px;
  max-height: 914px;
}
.chart-loader .chart-height-915 {
  height: 915px;
  max-height: 915px;
}
.chart-loader .chart-height-916 {
  height: 916px;
  max-height: 916px;
}
.chart-loader .chart-height-917 {
  height: 917px;
  max-height: 917px;
}
.chart-loader .chart-height-918 {
  height: 918px;
  max-height: 918px;
}
.chart-loader .chart-height-919 {
  height: 919px;
  max-height: 919px;
}
.chart-loader .chart-height-920 {
  height: 920px;
  max-height: 920px;
}
.chart-loader .chart-height-921 {
  height: 921px;
  max-height: 921px;
}
.chart-loader .chart-height-922 {
  height: 922px;
  max-height: 922px;
}
.chart-loader .chart-height-923 {
  height: 923px;
  max-height: 923px;
}
.chart-loader .chart-height-924 {
  height: 924px;
  max-height: 924px;
}
.chart-loader .chart-height-925 {
  height: 925px;
  max-height: 925px;
}
.chart-loader .chart-height-926 {
  height: 926px;
  max-height: 926px;
}
.chart-loader .chart-height-927 {
  height: 927px;
  max-height: 927px;
}
.chart-loader .chart-height-928 {
  height: 928px;
  max-height: 928px;
}
.chart-loader .chart-height-929 {
  height: 929px;
  max-height: 929px;
}
.chart-loader .chart-height-930 {
  height: 930px;
  max-height: 930px;
}
.chart-loader .chart-height-931 {
  height: 931px;
  max-height: 931px;
}
.chart-loader .chart-height-932 {
  height: 932px;
  max-height: 932px;
}
.chart-loader .chart-height-933 {
  height: 933px;
  max-height: 933px;
}
.chart-loader .chart-height-934 {
  height: 934px;
  max-height: 934px;
}
.chart-loader .chart-height-935 {
  height: 935px;
  max-height: 935px;
}
.chart-loader .chart-height-936 {
  height: 936px;
  max-height: 936px;
}
.chart-loader .chart-height-937 {
  height: 937px;
  max-height: 937px;
}
.chart-loader .chart-height-938 {
  height: 938px;
  max-height: 938px;
}
.chart-loader .chart-height-939 {
  height: 939px;
  max-height: 939px;
}
.chart-loader .chart-height-940 {
  height: 940px;
  max-height: 940px;
}
.chart-loader .chart-height-941 {
  height: 941px;
  max-height: 941px;
}
.chart-loader .chart-height-942 {
  height: 942px;
  max-height: 942px;
}
.chart-loader .chart-height-943 {
  height: 943px;
  max-height: 943px;
}
.chart-loader .chart-height-944 {
  height: 944px;
  max-height: 944px;
}
.chart-loader .chart-height-945 {
  height: 945px;
  max-height: 945px;
}
.chart-loader .chart-height-946 {
  height: 946px;
  max-height: 946px;
}
.chart-loader .chart-height-947 {
  height: 947px;
  max-height: 947px;
}
.chart-loader .chart-height-948 {
  height: 948px;
  max-height: 948px;
}
.chart-loader .chart-height-949 {
  height: 949px;
  max-height: 949px;
}
.chart-loader .chart-height-950 {
  height: 950px;
  max-height: 950px;
}
.chart-loader .chart-height-951 {
  height: 951px;
  max-height: 951px;
}
.chart-loader .chart-height-952 {
  height: 952px;
  max-height: 952px;
}
.chart-loader .chart-height-953 {
  height: 953px;
  max-height: 953px;
}
.chart-loader .chart-height-954 {
  height: 954px;
  max-height: 954px;
}
.chart-loader .chart-height-955 {
  height: 955px;
  max-height: 955px;
}
.chart-loader .chart-height-956 {
  height: 956px;
  max-height: 956px;
}
.chart-loader .chart-height-957 {
  height: 957px;
  max-height: 957px;
}
.chart-loader .chart-height-958 {
  height: 958px;
  max-height: 958px;
}
.chart-loader .chart-height-959 {
  height: 959px;
  max-height: 959px;
}
.chart-loader .chart-height-960 {
  height: 960px;
  max-height: 960px;
}
.chart-loader .chart-height-961 {
  height: 961px;
  max-height: 961px;
}
.chart-loader .chart-height-962 {
  height: 962px;
  max-height: 962px;
}
.chart-loader .chart-height-963 {
  height: 963px;
  max-height: 963px;
}
.chart-loader .chart-height-964 {
  height: 964px;
  max-height: 964px;
}
.chart-loader .chart-height-965 {
  height: 965px;
  max-height: 965px;
}
.chart-loader .chart-height-966 {
  height: 966px;
  max-height: 966px;
}
.chart-loader .chart-height-967 {
  height: 967px;
  max-height: 967px;
}
.chart-loader .chart-height-968 {
  height: 968px;
  max-height: 968px;
}
.chart-loader .chart-height-969 {
  height: 969px;
  max-height: 969px;
}
.chart-loader .chart-height-970 {
  height: 970px;
  max-height: 970px;
}
.chart-loader .chart-height-971 {
  height: 971px;
  max-height: 971px;
}
.chart-loader .chart-height-972 {
  height: 972px;
  max-height: 972px;
}
.chart-loader .chart-height-973 {
  height: 973px;
  max-height: 973px;
}
.chart-loader .chart-height-974 {
  height: 974px;
  max-height: 974px;
}
.chart-loader .chart-height-975 {
  height: 975px;
  max-height: 975px;
}
.chart-loader .chart-height-976 {
  height: 976px;
  max-height: 976px;
}
.chart-loader .chart-height-977 {
  height: 977px;
  max-height: 977px;
}
.chart-loader .chart-height-978 {
  height: 978px;
  max-height: 978px;
}
.chart-loader .chart-height-979 {
  height: 979px;
  max-height: 979px;
}
.chart-loader .chart-height-980 {
  height: 980px;
  max-height: 980px;
}
.chart-loader .chart-height-981 {
  height: 981px;
  max-height: 981px;
}
.chart-loader .chart-height-982 {
  height: 982px;
  max-height: 982px;
}
.chart-loader .chart-height-983 {
  height: 983px;
  max-height: 983px;
}
.chart-loader .chart-height-984 {
  height: 984px;
  max-height: 984px;
}
.chart-loader .chart-height-985 {
  height: 985px;
  max-height: 985px;
}
.chart-loader .chart-height-986 {
  height: 986px;
  max-height: 986px;
}
.chart-loader .chart-height-987 {
  height: 987px;
  max-height: 987px;
}
.chart-loader .chart-height-988 {
  height: 988px;
  max-height: 988px;
}
.chart-loader .chart-height-989 {
  height: 989px;
  max-height: 989px;
}
.chart-loader .chart-height-990 {
  height: 990px;
  max-height: 990px;
}
.chart-loader .chart-height-991 {
  height: 991px;
  max-height: 991px;
}
.chart-loader .chart-height-992 {
  height: 992px;
  max-height: 992px;
}
.chart-loader .chart-height-993 {
  height: 993px;
  max-height: 993px;
}
.chart-loader .chart-height-994 {
  height: 994px;
  max-height: 994px;
}
.chart-loader .chart-height-995 {
  height: 995px;
  max-height: 995px;
}
.chart-loader .chart-height-996 {
  height: 996px;
  max-height: 996px;
}
.chart-loader .chart-height-997 {
  height: 997px;
  max-height: 997px;
}
.chart-loader .chart-height-998 {
  height: 998px;
  max-height: 998px;
}
.chart-loader .chart-height-999 {
  height: 999px;
  max-height: 999px;
}
.chart-loader .chart-height-1000 {
  height: 1000px;
  max-height: 1000px;
}
.chart-loader .chart-loader-wrapper {
  padding: 1rem 2rem;
}
.chart-loader .chart-bar {
  background: #D7DEE3;
  display: block;
  height: 1.75rem;
  margin: 0.25rem 0;
  opacity: 0.35;
  overflow: hidden;
  position: relative;
  width: 65%;
}
.chart-loader .chart-bar span {
  background: #9CB0C0;
  width: 4rem;
  display: block;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  -webkit-animation: chartLoaderSlide 2s ease-in-out infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: chartLoaderSlide 2s ease-in-out infinite;
  /* IE 10+, Fx 29+ */
}
.chart-loader .chart-bar span:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#9CB0C0));
  background: linear-gradient(left, transparent, #9CB0C0);
  height: 100%;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  width: 2rem;
}
.chart-loader .chart-bar span:after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(transparent), to(#9CB0C0));
  background: linear-gradient(right, transparent, #9CB0C0);
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
  width: 2rem;
}
.chart-loader .chart-bar.bar-2 {
  float: right;
}
.chart-loader .chart-bar.bar-2 span {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.chart-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chart-wrapper {
  background: #ffffff;
  border: 1px solid #D7DEE3;
  height: 232px;
  margin: 1rem 0.25rem;
  padding: 0 0.25rem;
}
.chart-wrapper.chart-height-0 {
  height: 0px;
  max-height: 0px;
}
.chart-wrapper.chart-height-1 {
  height: 1px;
  max-height: 1px;
}
.chart-wrapper.chart-height-2 {
  height: 2px;
  max-height: 2px;
}
.chart-wrapper.chart-height-3 {
  height: 3px;
  max-height: 3px;
}
.chart-wrapper.chart-height-4 {
  height: 4px;
  max-height: 4px;
}
.chart-wrapper.chart-height-5 {
  height: 5px;
  max-height: 5px;
}
.chart-wrapper.chart-height-6 {
  height: 6px;
  max-height: 6px;
}
.chart-wrapper.chart-height-7 {
  height: 7px;
  max-height: 7px;
}
.chart-wrapper.chart-height-8 {
  height: 8px;
  max-height: 8px;
}
.chart-wrapper.chart-height-9 {
  height: 9px;
  max-height: 9px;
}
.chart-wrapper.chart-height-10 {
  height: 10px;
  max-height: 10px;
}
.chart-wrapper.chart-height-11 {
  height: 11px;
  max-height: 11px;
}
.chart-wrapper.chart-height-12 {
  height: 12px;
  max-height: 12px;
}
.chart-wrapper.chart-height-13 {
  height: 13px;
  max-height: 13px;
}
.chart-wrapper.chart-height-14 {
  height: 14px;
  max-height: 14px;
}
.chart-wrapper.chart-height-15 {
  height: 15px;
  max-height: 15px;
}
.chart-wrapper.chart-height-16 {
  height: 16px;
  max-height: 16px;
}
.chart-wrapper.chart-height-17 {
  height: 17px;
  max-height: 17px;
}
.chart-wrapper.chart-height-18 {
  height: 18px;
  max-height: 18px;
}
.chart-wrapper.chart-height-19 {
  height: 19px;
  max-height: 19px;
}
.chart-wrapper.chart-height-20 {
  height: 20px;
  max-height: 20px;
}
.chart-wrapper.chart-height-21 {
  height: 21px;
  max-height: 21px;
}
.chart-wrapper.chart-height-22 {
  height: 22px;
  max-height: 22px;
}
.chart-wrapper.chart-height-23 {
  height: 23px;
  max-height: 23px;
}
.chart-wrapper.chart-height-24 {
  height: 24px;
  max-height: 24px;
}
.chart-wrapper.chart-height-25 {
  height: 25px;
  max-height: 25px;
}
.chart-wrapper.chart-height-26 {
  height: 26px;
  max-height: 26px;
}
.chart-wrapper.chart-height-27 {
  height: 27px;
  max-height: 27px;
}
.chart-wrapper.chart-height-28 {
  height: 28px;
  max-height: 28px;
}
.chart-wrapper.chart-height-29 {
  height: 29px;
  max-height: 29px;
}
.chart-wrapper.chart-height-30 {
  height: 30px;
  max-height: 30px;
}
.chart-wrapper.chart-height-31 {
  height: 31px;
  max-height: 31px;
}
.chart-wrapper.chart-height-32 {
  height: 32px;
  max-height: 32px;
}
.chart-wrapper.chart-height-33 {
  height: 33px;
  max-height: 33px;
}
.chart-wrapper.chart-height-34 {
  height: 34px;
  max-height: 34px;
}
.chart-wrapper.chart-height-35 {
  height: 35px;
  max-height: 35px;
}
.chart-wrapper.chart-height-36 {
  height: 36px;
  max-height: 36px;
}
.chart-wrapper.chart-height-37 {
  height: 37px;
  max-height: 37px;
}
.chart-wrapper.chart-height-38 {
  height: 38px;
  max-height: 38px;
}
.chart-wrapper.chart-height-39 {
  height: 39px;
  max-height: 39px;
}
.chart-wrapper.chart-height-40 {
  height: 40px;
  max-height: 40px;
}
.chart-wrapper.chart-height-41 {
  height: 41px;
  max-height: 41px;
}
.chart-wrapper.chart-height-42 {
  height: 42px;
  max-height: 42px;
}
.chart-wrapper.chart-height-43 {
  height: 43px;
  max-height: 43px;
}
.chart-wrapper.chart-height-44 {
  height: 44px;
  max-height: 44px;
}
.chart-wrapper.chart-height-45 {
  height: 45px;
  max-height: 45px;
}
.chart-wrapper.chart-height-46 {
  height: 46px;
  max-height: 46px;
}
.chart-wrapper.chart-height-47 {
  height: 47px;
  max-height: 47px;
}
.chart-wrapper.chart-height-48 {
  height: 48px;
  max-height: 48px;
}
.chart-wrapper.chart-height-49 {
  height: 49px;
  max-height: 49px;
}
.chart-wrapper.chart-height-50 {
  height: 50px;
  max-height: 50px;
}
.chart-wrapper.chart-height-51 {
  height: 51px;
  max-height: 51px;
}
.chart-wrapper.chart-height-52 {
  height: 52px;
  max-height: 52px;
}
.chart-wrapper.chart-height-53 {
  height: 53px;
  max-height: 53px;
}
.chart-wrapper.chart-height-54 {
  height: 54px;
  max-height: 54px;
}
.chart-wrapper.chart-height-55 {
  height: 55px;
  max-height: 55px;
}
.chart-wrapper.chart-height-56 {
  height: 56px;
  max-height: 56px;
}
.chart-wrapper.chart-height-57 {
  height: 57px;
  max-height: 57px;
}
.chart-wrapper.chart-height-58 {
  height: 58px;
  max-height: 58px;
}
.chart-wrapper.chart-height-59 {
  height: 59px;
  max-height: 59px;
}
.chart-wrapper.chart-height-60 {
  height: 60px;
  max-height: 60px;
}
.chart-wrapper.chart-height-61 {
  height: 61px;
  max-height: 61px;
}
.chart-wrapper.chart-height-62 {
  height: 62px;
  max-height: 62px;
}
.chart-wrapper.chart-height-63 {
  height: 63px;
  max-height: 63px;
}
.chart-wrapper.chart-height-64 {
  height: 64px;
  max-height: 64px;
}
.chart-wrapper.chart-height-65 {
  height: 65px;
  max-height: 65px;
}
.chart-wrapper.chart-height-66 {
  height: 66px;
  max-height: 66px;
}
.chart-wrapper.chart-height-67 {
  height: 67px;
  max-height: 67px;
}
.chart-wrapper.chart-height-68 {
  height: 68px;
  max-height: 68px;
}
.chart-wrapper.chart-height-69 {
  height: 69px;
  max-height: 69px;
}
.chart-wrapper.chart-height-70 {
  height: 70px;
  max-height: 70px;
}
.chart-wrapper.chart-height-71 {
  height: 71px;
  max-height: 71px;
}
.chart-wrapper.chart-height-72 {
  height: 72px;
  max-height: 72px;
}
.chart-wrapper.chart-height-73 {
  height: 73px;
  max-height: 73px;
}
.chart-wrapper.chart-height-74 {
  height: 74px;
  max-height: 74px;
}
.chart-wrapper.chart-height-75 {
  height: 75px;
  max-height: 75px;
}
.chart-wrapper.chart-height-76 {
  height: 76px;
  max-height: 76px;
}
.chart-wrapper.chart-height-77 {
  height: 77px;
  max-height: 77px;
}
.chart-wrapper.chart-height-78 {
  height: 78px;
  max-height: 78px;
}
.chart-wrapper.chart-height-79 {
  height: 79px;
  max-height: 79px;
}
.chart-wrapper.chart-height-80 {
  height: 80px;
  max-height: 80px;
}
.chart-wrapper.chart-height-81 {
  height: 81px;
  max-height: 81px;
}
.chart-wrapper.chart-height-82 {
  height: 82px;
  max-height: 82px;
}
.chart-wrapper.chart-height-83 {
  height: 83px;
  max-height: 83px;
}
.chart-wrapper.chart-height-84 {
  height: 84px;
  max-height: 84px;
}
.chart-wrapper.chart-height-85 {
  height: 85px;
  max-height: 85px;
}
.chart-wrapper.chart-height-86 {
  height: 86px;
  max-height: 86px;
}
.chart-wrapper.chart-height-87 {
  height: 87px;
  max-height: 87px;
}
.chart-wrapper.chart-height-88 {
  height: 88px;
  max-height: 88px;
}
.chart-wrapper.chart-height-89 {
  height: 89px;
  max-height: 89px;
}
.chart-wrapper.chart-height-90 {
  height: 90px;
  max-height: 90px;
}
.chart-wrapper.chart-height-91 {
  height: 91px;
  max-height: 91px;
}
.chart-wrapper.chart-height-92 {
  height: 92px;
  max-height: 92px;
}
.chart-wrapper.chart-height-93 {
  height: 93px;
  max-height: 93px;
}
.chart-wrapper.chart-height-94 {
  height: 94px;
  max-height: 94px;
}
.chart-wrapper.chart-height-95 {
  height: 95px;
  max-height: 95px;
}
.chart-wrapper.chart-height-96 {
  height: 96px;
  max-height: 96px;
}
.chart-wrapper.chart-height-97 {
  height: 97px;
  max-height: 97px;
}
.chart-wrapper.chart-height-98 {
  height: 98px;
  max-height: 98px;
}
.chart-wrapper.chart-height-99 {
  height: 99px;
  max-height: 99px;
}
.chart-wrapper.chart-height-100 {
  height: 100px;
  max-height: 100px;
}
.chart-wrapper.chart-height-101 {
  height: 101px;
  max-height: 101px;
}
.chart-wrapper.chart-height-102 {
  height: 102px;
  max-height: 102px;
}
.chart-wrapper.chart-height-103 {
  height: 103px;
  max-height: 103px;
}
.chart-wrapper.chart-height-104 {
  height: 104px;
  max-height: 104px;
}
.chart-wrapper.chart-height-105 {
  height: 105px;
  max-height: 105px;
}
.chart-wrapper.chart-height-106 {
  height: 106px;
  max-height: 106px;
}
.chart-wrapper.chart-height-107 {
  height: 107px;
  max-height: 107px;
}
.chart-wrapper.chart-height-108 {
  height: 108px;
  max-height: 108px;
}
.chart-wrapper.chart-height-109 {
  height: 109px;
  max-height: 109px;
}
.chart-wrapper.chart-height-110 {
  height: 110px;
  max-height: 110px;
}
.chart-wrapper.chart-height-111 {
  height: 111px;
  max-height: 111px;
}
.chart-wrapper.chart-height-112 {
  height: 112px;
  max-height: 112px;
}
.chart-wrapper.chart-height-113 {
  height: 113px;
  max-height: 113px;
}
.chart-wrapper.chart-height-114 {
  height: 114px;
  max-height: 114px;
}
.chart-wrapper.chart-height-115 {
  height: 115px;
  max-height: 115px;
}
.chart-wrapper.chart-height-116 {
  height: 116px;
  max-height: 116px;
}
.chart-wrapper.chart-height-117 {
  height: 117px;
  max-height: 117px;
}
.chart-wrapper.chart-height-118 {
  height: 118px;
  max-height: 118px;
}
.chart-wrapper.chart-height-119 {
  height: 119px;
  max-height: 119px;
}
.chart-wrapper.chart-height-120 {
  height: 120px;
  max-height: 120px;
}
.chart-wrapper.chart-height-121 {
  height: 121px;
  max-height: 121px;
}
.chart-wrapper.chart-height-122 {
  height: 122px;
  max-height: 122px;
}
.chart-wrapper.chart-height-123 {
  height: 123px;
  max-height: 123px;
}
.chart-wrapper.chart-height-124 {
  height: 124px;
  max-height: 124px;
}
.chart-wrapper.chart-height-125 {
  height: 125px;
  max-height: 125px;
}
.chart-wrapper.chart-height-126 {
  height: 126px;
  max-height: 126px;
}
.chart-wrapper.chart-height-127 {
  height: 127px;
  max-height: 127px;
}
.chart-wrapper.chart-height-128 {
  height: 128px;
  max-height: 128px;
}
.chart-wrapper.chart-height-129 {
  height: 129px;
  max-height: 129px;
}
.chart-wrapper.chart-height-130 {
  height: 130px;
  max-height: 130px;
}
.chart-wrapper.chart-height-131 {
  height: 131px;
  max-height: 131px;
}
.chart-wrapper.chart-height-132 {
  height: 132px;
  max-height: 132px;
}
.chart-wrapper.chart-height-133 {
  height: 133px;
  max-height: 133px;
}
.chart-wrapper.chart-height-134 {
  height: 134px;
  max-height: 134px;
}
.chart-wrapper.chart-height-135 {
  height: 135px;
  max-height: 135px;
}
.chart-wrapper.chart-height-136 {
  height: 136px;
  max-height: 136px;
}
.chart-wrapper.chart-height-137 {
  height: 137px;
  max-height: 137px;
}
.chart-wrapper.chart-height-138 {
  height: 138px;
  max-height: 138px;
}
.chart-wrapper.chart-height-139 {
  height: 139px;
  max-height: 139px;
}
.chart-wrapper.chart-height-140 {
  height: 140px;
  max-height: 140px;
}
.chart-wrapper.chart-height-141 {
  height: 141px;
  max-height: 141px;
}
.chart-wrapper.chart-height-142 {
  height: 142px;
  max-height: 142px;
}
.chart-wrapper.chart-height-143 {
  height: 143px;
  max-height: 143px;
}
.chart-wrapper.chart-height-144 {
  height: 144px;
  max-height: 144px;
}
.chart-wrapper.chart-height-145 {
  height: 145px;
  max-height: 145px;
}
.chart-wrapper.chart-height-146 {
  height: 146px;
  max-height: 146px;
}
.chart-wrapper.chart-height-147 {
  height: 147px;
  max-height: 147px;
}
.chart-wrapper.chart-height-148 {
  height: 148px;
  max-height: 148px;
}
.chart-wrapper.chart-height-149 {
  height: 149px;
  max-height: 149px;
}
.chart-wrapper.chart-height-150 {
  height: 150px;
  max-height: 150px;
}
.chart-wrapper.chart-height-151 {
  height: 151px;
  max-height: 151px;
}
.chart-wrapper.chart-height-152 {
  height: 152px;
  max-height: 152px;
}
.chart-wrapper.chart-height-153 {
  height: 153px;
  max-height: 153px;
}
.chart-wrapper.chart-height-154 {
  height: 154px;
  max-height: 154px;
}
.chart-wrapper.chart-height-155 {
  height: 155px;
  max-height: 155px;
}
.chart-wrapper.chart-height-156 {
  height: 156px;
  max-height: 156px;
}
.chart-wrapper.chart-height-157 {
  height: 157px;
  max-height: 157px;
}
.chart-wrapper.chart-height-158 {
  height: 158px;
  max-height: 158px;
}
.chart-wrapper.chart-height-159 {
  height: 159px;
  max-height: 159px;
}
.chart-wrapper.chart-height-160 {
  height: 160px;
  max-height: 160px;
}
.chart-wrapper.chart-height-161 {
  height: 161px;
  max-height: 161px;
}
.chart-wrapper.chart-height-162 {
  height: 162px;
  max-height: 162px;
}
.chart-wrapper.chart-height-163 {
  height: 163px;
  max-height: 163px;
}
.chart-wrapper.chart-height-164 {
  height: 164px;
  max-height: 164px;
}
.chart-wrapper.chart-height-165 {
  height: 165px;
  max-height: 165px;
}
.chart-wrapper.chart-height-166 {
  height: 166px;
  max-height: 166px;
}
.chart-wrapper.chart-height-167 {
  height: 167px;
  max-height: 167px;
}
.chart-wrapper.chart-height-168 {
  height: 168px;
  max-height: 168px;
}
.chart-wrapper.chart-height-169 {
  height: 169px;
  max-height: 169px;
}
.chart-wrapper.chart-height-170 {
  height: 170px;
  max-height: 170px;
}
.chart-wrapper.chart-height-171 {
  height: 171px;
  max-height: 171px;
}
.chart-wrapper.chart-height-172 {
  height: 172px;
  max-height: 172px;
}
.chart-wrapper.chart-height-173 {
  height: 173px;
  max-height: 173px;
}
.chart-wrapper.chart-height-174 {
  height: 174px;
  max-height: 174px;
}
.chart-wrapper.chart-height-175 {
  height: 175px;
  max-height: 175px;
}
.chart-wrapper.chart-height-176 {
  height: 176px;
  max-height: 176px;
}
.chart-wrapper.chart-height-177 {
  height: 177px;
  max-height: 177px;
}
.chart-wrapper.chart-height-178 {
  height: 178px;
  max-height: 178px;
}
.chart-wrapper.chart-height-179 {
  height: 179px;
  max-height: 179px;
}
.chart-wrapper.chart-height-180 {
  height: 180px;
  max-height: 180px;
}
.chart-wrapper.chart-height-181 {
  height: 181px;
  max-height: 181px;
}
.chart-wrapper.chart-height-182 {
  height: 182px;
  max-height: 182px;
}
.chart-wrapper.chart-height-183 {
  height: 183px;
  max-height: 183px;
}
.chart-wrapper.chart-height-184 {
  height: 184px;
  max-height: 184px;
}
.chart-wrapper.chart-height-185 {
  height: 185px;
  max-height: 185px;
}
.chart-wrapper.chart-height-186 {
  height: 186px;
  max-height: 186px;
}
.chart-wrapper.chart-height-187 {
  height: 187px;
  max-height: 187px;
}
.chart-wrapper.chart-height-188 {
  height: 188px;
  max-height: 188px;
}
.chart-wrapper.chart-height-189 {
  height: 189px;
  max-height: 189px;
}
.chart-wrapper.chart-height-190 {
  height: 190px;
  max-height: 190px;
}
.chart-wrapper.chart-height-191 {
  height: 191px;
  max-height: 191px;
}
.chart-wrapper.chart-height-192 {
  height: 192px;
  max-height: 192px;
}
.chart-wrapper.chart-height-193 {
  height: 193px;
  max-height: 193px;
}
.chart-wrapper.chart-height-194 {
  height: 194px;
  max-height: 194px;
}
.chart-wrapper.chart-height-195 {
  height: 195px;
  max-height: 195px;
}
.chart-wrapper.chart-height-196 {
  height: 196px;
  max-height: 196px;
}
.chart-wrapper.chart-height-197 {
  height: 197px;
  max-height: 197px;
}
.chart-wrapper.chart-height-198 {
  height: 198px;
  max-height: 198px;
}
.chart-wrapper.chart-height-199 {
  height: 199px;
  max-height: 199px;
}
.chart-wrapper.chart-height-200 {
  height: 200px;
  max-height: 200px;
}
.chart-wrapper.chart-height-201 {
  height: 201px;
  max-height: 201px;
}
.chart-wrapper.chart-height-202 {
  height: 202px;
  max-height: 202px;
}
.chart-wrapper.chart-height-203 {
  height: 203px;
  max-height: 203px;
}
.chart-wrapper.chart-height-204 {
  height: 204px;
  max-height: 204px;
}
.chart-wrapper.chart-height-205 {
  height: 205px;
  max-height: 205px;
}
.chart-wrapper.chart-height-206 {
  height: 206px;
  max-height: 206px;
}
.chart-wrapper.chart-height-207 {
  height: 207px;
  max-height: 207px;
}
.chart-wrapper.chart-height-208 {
  height: 208px;
  max-height: 208px;
}
.chart-wrapper.chart-height-209 {
  height: 209px;
  max-height: 209px;
}
.chart-wrapper.chart-height-210 {
  height: 210px;
  max-height: 210px;
}
.chart-wrapper.chart-height-211 {
  height: 211px;
  max-height: 211px;
}
.chart-wrapper.chart-height-212 {
  height: 212px;
  max-height: 212px;
}
.chart-wrapper.chart-height-213 {
  height: 213px;
  max-height: 213px;
}
.chart-wrapper.chart-height-214 {
  height: 214px;
  max-height: 214px;
}
.chart-wrapper.chart-height-215 {
  height: 215px;
  max-height: 215px;
}
.chart-wrapper.chart-height-216 {
  height: 216px;
  max-height: 216px;
}
.chart-wrapper.chart-height-217 {
  height: 217px;
  max-height: 217px;
}
.chart-wrapper.chart-height-218 {
  height: 218px;
  max-height: 218px;
}
.chart-wrapper.chart-height-219 {
  height: 219px;
  max-height: 219px;
}
.chart-wrapper.chart-height-220 {
  height: 220px;
  max-height: 220px;
}
.chart-wrapper.chart-height-221 {
  height: 221px;
  max-height: 221px;
}
.chart-wrapper.chart-height-222 {
  height: 222px;
  max-height: 222px;
}
.chart-wrapper.chart-height-223 {
  height: 223px;
  max-height: 223px;
}
.chart-wrapper.chart-height-224 {
  height: 224px;
  max-height: 224px;
}
.chart-wrapper.chart-height-225 {
  height: 225px;
  max-height: 225px;
}
.chart-wrapper.chart-height-226 {
  height: 226px;
  max-height: 226px;
}
.chart-wrapper.chart-height-227 {
  height: 227px;
  max-height: 227px;
}
.chart-wrapper.chart-height-228 {
  height: 228px;
  max-height: 228px;
}
.chart-wrapper.chart-height-229 {
  height: 229px;
  max-height: 229px;
}
.chart-wrapper.chart-height-230 {
  height: 230px;
  max-height: 230px;
}
.chart-wrapper.chart-height-231 {
  height: 231px;
  max-height: 231px;
}
.chart-wrapper.chart-height-232 {
  height: 232px;
  max-height: 232px;
}
.chart-wrapper.chart-height-233 {
  height: 233px;
  max-height: 233px;
}
.chart-wrapper.chart-height-234 {
  height: 234px;
  max-height: 234px;
}
.chart-wrapper.chart-height-235 {
  height: 235px;
  max-height: 235px;
}
.chart-wrapper.chart-height-236 {
  height: 236px;
  max-height: 236px;
}
.chart-wrapper.chart-height-237 {
  height: 237px;
  max-height: 237px;
}
.chart-wrapper.chart-height-238 {
  height: 238px;
  max-height: 238px;
}
.chart-wrapper.chart-height-239 {
  height: 239px;
  max-height: 239px;
}
.chart-wrapper.chart-height-240 {
  height: 240px;
  max-height: 240px;
}
.chart-wrapper.chart-height-241 {
  height: 241px;
  max-height: 241px;
}
.chart-wrapper.chart-height-242 {
  height: 242px;
  max-height: 242px;
}
.chart-wrapper.chart-height-243 {
  height: 243px;
  max-height: 243px;
}
.chart-wrapper.chart-height-244 {
  height: 244px;
  max-height: 244px;
}
.chart-wrapper.chart-height-245 {
  height: 245px;
  max-height: 245px;
}
.chart-wrapper.chart-height-246 {
  height: 246px;
  max-height: 246px;
}
.chart-wrapper.chart-height-247 {
  height: 247px;
  max-height: 247px;
}
.chart-wrapper.chart-height-248 {
  height: 248px;
  max-height: 248px;
}
.chart-wrapper.chart-height-249 {
  height: 249px;
  max-height: 249px;
}
.chart-wrapper.chart-height-250 {
  height: 250px;
  max-height: 250px;
}
.chart-wrapper.chart-height-251 {
  height: 251px;
  max-height: 251px;
}
.chart-wrapper.chart-height-252 {
  height: 252px;
  max-height: 252px;
}
.chart-wrapper.chart-height-253 {
  height: 253px;
  max-height: 253px;
}
.chart-wrapper.chart-height-254 {
  height: 254px;
  max-height: 254px;
}
.chart-wrapper.chart-height-255 {
  height: 255px;
  max-height: 255px;
}
.chart-wrapper.chart-height-256 {
  height: 256px;
  max-height: 256px;
}
.chart-wrapper.chart-height-257 {
  height: 257px;
  max-height: 257px;
}
.chart-wrapper.chart-height-258 {
  height: 258px;
  max-height: 258px;
}
.chart-wrapper.chart-height-259 {
  height: 259px;
  max-height: 259px;
}
.chart-wrapper.chart-height-260 {
  height: 260px;
  max-height: 260px;
}
.chart-wrapper.chart-height-261 {
  height: 261px;
  max-height: 261px;
}
.chart-wrapper.chart-height-262 {
  height: 262px;
  max-height: 262px;
}
.chart-wrapper.chart-height-263 {
  height: 263px;
  max-height: 263px;
}
.chart-wrapper.chart-height-264 {
  height: 264px;
  max-height: 264px;
}
.chart-wrapper.chart-height-265 {
  height: 265px;
  max-height: 265px;
}
.chart-wrapper.chart-height-266 {
  height: 266px;
  max-height: 266px;
}
.chart-wrapper.chart-height-267 {
  height: 267px;
  max-height: 267px;
}
.chart-wrapper.chart-height-268 {
  height: 268px;
  max-height: 268px;
}
.chart-wrapper.chart-height-269 {
  height: 269px;
  max-height: 269px;
}
.chart-wrapper.chart-height-270 {
  height: 270px;
  max-height: 270px;
}
.chart-wrapper.chart-height-271 {
  height: 271px;
  max-height: 271px;
}
.chart-wrapper.chart-height-272 {
  height: 272px;
  max-height: 272px;
}
.chart-wrapper.chart-height-273 {
  height: 273px;
  max-height: 273px;
}
.chart-wrapper.chart-height-274 {
  height: 274px;
  max-height: 274px;
}
.chart-wrapper.chart-height-275 {
  height: 275px;
  max-height: 275px;
}
.chart-wrapper.chart-height-276 {
  height: 276px;
  max-height: 276px;
}
.chart-wrapper.chart-height-277 {
  height: 277px;
  max-height: 277px;
}
.chart-wrapper.chart-height-278 {
  height: 278px;
  max-height: 278px;
}
.chart-wrapper.chart-height-279 {
  height: 279px;
  max-height: 279px;
}
.chart-wrapper.chart-height-280 {
  height: 280px;
  max-height: 280px;
}
.chart-wrapper.chart-height-281 {
  height: 281px;
  max-height: 281px;
}
.chart-wrapper.chart-height-282 {
  height: 282px;
  max-height: 282px;
}
.chart-wrapper.chart-height-283 {
  height: 283px;
  max-height: 283px;
}
.chart-wrapper.chart-height-284 {
  height: 284px;
  max-height: 284px;
}
.chart-wrapper.chart-height-285 {
  height: 285px;
  max-height: 285px;
}
.chart-wrapper.chart-height-286 {
  height: 286px;
  max-height: 286px;
}
.chart-wrapper.chart-height-287 {
  height: 287px;
  max-height: 287px;
}
.chart-wrapper.chart-height-288 {
  height: 288px;
  max-height: 288px;
}
.chart-wrapper.chart-height-289 {
  height: 289px;
  max-height: 289px;
}
.chart-wrapper.chart-height-290 {
  height: 290px;
  max-height: 290px;
}
.chart-wrapper.chart-height-291 {
  height: 291px;
  max-height: 291px;
}
.chart-wrapper.chart-height-292 {
  height: 292px;
  max-height: 292px;
}
.chart-wrapper.chart-height-293 {
  height: 293px;
  max-height: 293px;
}
.chart-wrapper.chart-height-294 {
  height: 294px;
  max-height: 294px;
}
.chart-wrapper.chart-height-295 {
  height: 295px;
  max-height: 295px;
}
.chart-wrapper.chart-height-296 {
  height: 296px;
  max-height: 296px;
}
.chart-wrapper.chart-height-297 {
  height: 297px;
  max-height: 297px;
}
.chart-wrapper.chart-height-298 {
  height: 298px;
  max-height: 298px;
}
.chart-wrapper.chart-height-299 {
  height: 299px;
  max-height: 299px;
}
.chart-wrapper.chart-height-300 {
  height: 300px;
  max-height: 300px;
}
.chart-wrapper.chart-height-301 {
  height: 301px;
  max-height: 301px;
}
.chart-wrapper.chart-height-302 {
  height: 302px;
  max-height: 302px;
}
.chart-wrapper.chart-height-303 {
  height: 303px;
  max-height: 303px;
}
.chart-wrapper.chart-height-304 {
  height: 304px;
  max-height: 304px;
}
.chart-wrapper.chart-height-305 {
  height: 305px;
  max-height: 305px;
}
.chart-wrapper.chart-height-306 {
  height: 306px;
  max-height: 306px;
}
.chart-wrapper.chart-height-307 {
  height: 307px;
  max-height: 307px;
}
.chart-wrapper.chart-height-308 {
  height: 308px;
  max-height: 308px;
}
.chart-wrapper.chart-height-309 {
  height: 309px;
  max-height: 309px;
}
.chart-wrapper.chart-height-310 {
  height: 310px;
  max-height: 310px;
}
.chart-wrapper.chart-height-311 {
  height: 311px;
  max-height: 311px;
}
.chart-wrapper.chart-height-312 {
  height: 312px;
  max-height: 312px;
}
.chart-wrapper.chart-height-313 {
  height: 313px;
  max-height: 313px;
}
.chart-wrapper.chart-height-314 {
  height: 314px;
  max-height: 314px;
}
.chart-wrapper.chart-height-315 {
  height: 315px;
  max-height: 315px;
}
.chart-wrapper.chart-height-316 {
  height: 316px;
  max-height: 316px;
}
.chart-wrapper.chart-height-317 {
  height: 317px;
  max-height: 317px;
}
.chart-wrapper.chart-height-318 {
  height: 318px;
  max-height: 318px;
}
.chart-wrapper.chart-height-319 {
  height: 319px;
  max-height: 319px;
}
.chart-wrapper.chart-height-320 {
  height: 320px;
  max-height: 320px;
}
.chart-wrapper.chart-height-321 {
  height: 321px;
  max-height: 321px;
}
.chart-wrapper.chart-height-322 {
  height: 322px;
  max-height: 322px;
}
.chart-wrapper.chart-height-323 {
  height: 323px;
  max-height: 323px;
}
.chart-wrapper.chart-height-324 {
  height: 324px;
  max-height: 324px;
}
.chart-wrapper.chart-height-325 {
  height: 325px;
  max-height: 325px;
}
.chart-wrapper.chart-height-326 {
  height: 326px;
  max-height: 326px;
}
.chart-wrapper.chart-height-327 {
  height: 327px;
  max-height: 327px;
}
.chart-wrapper.chart-height-328 {
  height: 328px;
  max-height: 328px;
}
.chart-wrapper.chart-height-329 {
  height: 329px;
  max-height: 329px;
}
.chart-wrapper.chart-height-330 {
  height: 330px;
  max-height: 330px;
}
.chart-wrapper.chart-height-331 {
  height: 331px;
  max-height: 331px;
}
.chart-wrapper.chart-height-332 {
  height: 332px;
  max-height: 332px;
}
.chart-wrapper.chart-height-333 {
  height: 333px;
  max-height: 333px;
}
.chart-wrapper.chart-height-334 {
  height: 334px;
  max-height: 334px;
}
.chart-wrapper.chart-height-335 {
  height: 335px;
  max-height: 335px;
}
.chart-wrapper.chart-height-336 {
  height: 336px;
  max-height: 336px;
}
.chart-wrapper.chart-height-337 {
  height: 337px;
  max-height: 337px;
}
.chart-wrapper.chart-height-338 {
  height: 338px;
  max-height: 338px;
}
.chart-wrapper.chart-height-339 {
  height: 339px;
  max-height: 339px;
}
.chart-wrapper.chart-height-340 {
  height: 340px;
  max-height: 340px;
}
.chart-wrapper.chart-height-341 {
  height: 341px;
  max-height: 341px;
}
.chart-wrapper.chart-height-342 {
  height: 342px;
  max-height: 342px;
}
.chart-wrapper.chart-height-343 {
  height: 343px;
  max-height: 343px;
}
.chart-wrapper.chart-height-344 {
  height: 344px;
  max-height: 344px;
}
.chart-wrapper.chart-height-345 {
  height: 345px;
  max-height: 345px;
}
.chart-wrapper.chart-height-346 {
  height: 346px;
  max-height: 346px;
}
.chart-wrapper.chart-height-347 {
  height: 347px;
  max-height: 347px;
}
.chart-wrapper.chart-height-348 {
  height: 348px;
  max-height: 348px;
}
.chart-wrapper.chart-height-349 {
  height: 349px;
  max-height: 349px;
}
.chart-wrapper.chart-height-350 {
  height: 350px;
  max-height: 350px;
}
.chart-wrapper.chart-height-351 {
  height: 351px;
  max-height: 351px;
}
.chart-wrapper.chart-height-352 {
  height: 352px;
  max-height: 352px;
}
.chart-wrapper.chart-height-353 {
  height: 353px;
  max-height: 353px;
}
.chart-wrapper.chart-height-354 {
  height: 354px;
  max-height: 354px;
}
.chart-wrapper.chart-height-355 {
  height: 355px;
  max-height: 355px;
}
.chart-wrapper.chart-height-356 {
  height: 356px;
  max-height: 356px;
}
.chart-wrapper.chart-height-357 {
  height: 357px;
  max-height: 357px;
}
.chart-wrapper.chart-height-358 {
  height: 358px;
  max-height: 358px;
}
.chart-wrapper.chart-height-359 {
  height: 359px;
  max-height: 359px;
}
.chart-wrapper.chart-height-360 {
  height: 360px;
  max-height: 360px;
}
.chart-wrapper.chart-height-361 {
  height: 361px;
  max-height: 361px;
}
.chart-wrapper.chart-height-362 {
  height: 362px;
  max-height: 362px;
}
.chart-wrapper.chart-height-363 {
  height: 363px;
  max-height: 363px;
}
.chart-wrapper.chart-height-364 {
  height: 364px;
  max-height: 364px;
}
.chart-wrapper.chart-height-365 {
  height: 365px;
  max-height: 365px;
}
.chart-wrapper.chart-height-366 {
  height: 366px;
  max-height: 366px;
}
.chart-wrapper.chart-height-367 {
  height: 367px;
  max-height: 367px;
}
.chart-wrapper.chart-height-368 {
  height: 368px;
  max-height: 368px;
}
.chart-wrapper.chart-height-369 {
  height: 369px;
  max-height: 369px;
}
.chart-wrapper.chart-height-370 {
  height: 370px;
  max-height: 370px;
}
.chart-wrapper.chart-height-371 {
  height: 371px;
  max-height: 371px;
}
.chart-wrapper.chart-height-372 {
  height: 372px;
  max-height: 372px;
}
.chart-wrapper.chart-height-373 {
  height: 373px;
  max-height: 373px;
}
.chart-wrapper.chart-height-374 {
  height: 374px;
  max-height: 374px;
}
.chart-wrapper.chart-height-375 {
  height: 375px;
  max-height: 375px;
}
.chart-wrapper.chart-height-376 {
  height: 376px;
  max-height: 376px;
}
.chart-wrapper.chart-height-377 {
  height: 377px;
  max-height: 377px;
}
.chart-wrapper.chart-height-378 {
  height: 378px;
  max-height: 378px;
}
.chart-wrapper.chart-height-379 {
  height: 379px;
  max-height: 379px;
}
.chart-wrapper.chart-height-380 {
  height: 380px;
  max-height: 380px;
}
.chart-wrapper.chart-height-381 {
  height: 381px;
  max-height: 381px;
}
.chart-wrapper.chart-height-382 {
  height: 382px;
  max-height: 382px;
}
.chart-wrapper.chart-height-383 {
  height: 383px;
  max-height: 383px;
}
.chart-wrapper.chart-height-384 {
  height: 384px;
  max-height: 384px;
}
.chart-wrapper.chart-height-385 {
  height: 385px;
  max-height: 385px;
}
.chart-wrapper.chart-height-386 {
  height: 386px;
  max-height: 386px;
}
.chart-wrapper.chart-height-387 {
  height: 387px;
  max-height: 387px;
}
.chart-wrapper.chart-height-388 {
  height: 388px;
  max-height: 388px;
}
.chart-wrapper.chart-height-389 {
  height: 389px;
  max-height: 389px;
}
.chart-wrapper.chart-height-390 {
  height: 390px;
  max-height: 390px;
}
.chart-wrapper.chart-height-391 {
  height: 391px;
  max-height: 391px;
}
.chart-wrapper.chart-height-392 {
  height: 392px;
  max-height: 392px;
}
.chart-wrapper.chart-height-393 {
  height: 393px;
  max-height: 393px;
}
.chart-wrapper.chart-height-394 {
  height: 394px;
  max-height: 394px;
}
.chart-wrapper.chart-height-395 {
  height: 395px;
  max-height: 395px;
}
.chart-wrapper.chart-height-396 {
  height: 396px;
  max-height: 396px;
}
.chart-wrapper.chart-height-397 {
  height: 397px;
  max-height: 397px;
}
.chart-wrapper.chart-height-398 {
  height: 398px;
  max-height: 398px;
}
.chart-wrapper.chart-height-399 {
  height: 399px;
  max-height: 399px;
}
.chart-wrapper.chart-height-400 {
  height: 400px;
  max-height: 400px;
}
.chart-wrapper.chart-height-401 {
  height: 401px;
  max-height: 401px;
}
.chart-wrapper.chart-height-402 {
  height: 402px;
  max-height: 402px;
}
.chart-wrapper.chart-height-403 {
  height: 403px;
  max-height: 403px;
}
.chart-wrapper.chart-height-404 {
  height: 404px;
  max-height: 404px;
}
.chart-wrapper.chart-height-405 {
  height: 405px;
  max-height: 405px;
}
.chart-wrapper.chart-height-406 {
  height: 406px;
  max-height: 406px;
}
.chart-wrapper.chart-height-407 {
  height: 407px;
  max-height: 407px;
}
.chart-wrapper.chart-height-408 {
  height: 408px;
  max-height: 408px;
}
.chart-wrapper.chart-height-409 {
  height: 409px;
  max-height: 409px;
}
.chart-wrapper.chart-height-410 {
  height: 410px;
  max-height: 410px;
}
.chart-wrapper.chart-height-411 {
  height: 411px;
  max-height: 411px;
}
.chart-wrapper.chart-height-412 {
  height: 412px;
  max-height: 412px;
}
.chart-wrapper.chart-height-413 {
  height: 413px;
  max-height: 413px;
}
.chart-wrapper.chart-height-414 {
  height: 414px;
  max-height: 414px;
}
.chart-wrapper.chart-height-415 {
  height: 415px;
  max-height: 415px;
}
.chart-wrapper.chart-height-416 {
  height: 416px;
  max-height: 416px;
}
.chart-wrapper.chart-height-417 {
  height: 417px;
  max-height: 417px;
}
.chart-wrapper.chart-height-418 {
  height: 418px;
  max-height: 418px;
}
.chart-wrapper.chart-height-419 {
  height: 419px;
  max-height: 419px;
}
.chart-wrapper.chart-height-420 {
  height: 420px;
  max-height: 420px;
}
.chart-wrapper.chart-height-421 {
  height: 421px;
  max-height: 421px;
}
.chart-wrapper.chart-height-422 {
  height: 422px;
  max-height: 422px;
}
.chart-wrapper.chart-height-423 {
  height: 423px;
  max-height: 423px;
}
.chart-wrapper.chart-height-424 {
  height: 424px;
  max-height: 424px;
}
.chart-wrapper.chart-height-425 {
  height: 425px;
  max-height: 425px;
}
.chart-wrapper.chart-height-426 {
  height: 426px;
  max-height: 426px;
}
.chart-wrapper.chart-height-427 {
  height: 427px;
  max-height: 427px;
}
.chart-wrapper.chart-height-428 {
  height: 428px;
  max-height: 428px;
}
.chart-wrapper.chart-height-429 {
  height: 429px;
  max-height: 429px;
}
.chart-wrapper.chart-height-430 {
  height: 430px;
  max-height: 430px;
}
.chart-wrapper.chart-height-431 {
  height: 431px;
  max-height: 431px;
}
.chart-wrapper.chart-height-432 {
  height: 432px;
  max-height: 432px;
}
.chart-wrapper.chart-height-433 {
  height: 433px;
  max-height: 433px;
}
.chart-wrapper.chart-height-434 {
  height: 434px;
  max-height: 434px;
}
.chart-wrapper.chart-height-435 {
  height: 435px;
  max-height: 435px;
}
.chart-wrapper.chart-height-436 {
  height: 436px;
  max-height: 436px;
}
.chart-wrapper.chart-height-437 {
  height: 437px;
  max-height: 437px;
}
.chart-wrapper.chart-height-438 {
  height: 438px;
  max-height: 438px;
}
.chart-wrapper.chart-height-439 {
  height: 439px;
  max-height: 439px;
}
.chart-wrapper.chart-height-440 {
  height: 440px;
  max-height: 440px;
}
.chart-wrapper.chart-height-441 {
  height: 441px;
  max-height: 441px;
}
.chart-wrapper.chart-height-442 {
  height: 442px;
  max-height: 442px;
}
.chart-wrapper.chart-height-443 {
  height: 443px;
  max-height: 443px;
}
.chart-wrapper.chart-height-444 {
  height: 444px;
  max-height: 444px;
}
.chart-wrapper.chart-height-445 {
  height: 445px;
  max-height: 445px;
}
.chart-wrapper.chart-height-446 {
  height: 446px;
  max-height: 446px;
}
.chart-wrapper.chart-height-447 {
  height: 447px;
  max-height: 447px;
}
.chart-wrapper.chart-height-448 {
  height: 448px;
  max-height: 448px;
}
.chart-wrapper.chart-height-449 {
  height: 449px;
  max-height: 449px;
}
.chart-wrapper.chart-height-450 {
  height: 450px;
  max-height: 450px;
}
.chart-wrapper.chart-height-451 {
  height: 451px;
  max-height: 451px;
}
.chart-wrapper.chart-height-452 {
  height: 452px;
  max-height: 452px;
}
.chart-wrapper.chart-height-453 {
  height: 453px;
  max-height: 453px;
}
.chart-wrapper.chart-height-454 {
  height: 454px;
  max-height: 454px;
}
.chart-wrapper.chart-height-455 {
  height: 455px;
  max-height: 455px;
}
.chart-wrapper.chart-height-456 {
  height: 456px;
  max-height: 456px;
}
.chart-wrapper.chart-height-457 {
  height: 457px;
  max-height: 457px;
}
.chart-wrapper.chart-height-458 {
  height: 458px;
  max-height: 458px;
}
.chart-wrapper.chart-height-459 {
  height: 459px;
  max-height: 459px;
}
.chart-wrapper.chart-height-460 {
  height: 460px;
  max-height: 460px;
}
.chart-wrapper.chart-height-461 {
  height: 461px;
  max-height: 461px;
}
.chart-wrapper.chart-height-462 {
  height: 462px;
  max-height: 462px;
}
.chart-wrapper.chart-height-463 {
  height: 463px;
  max-height: 463px;
}
.chart-wrapper.chart-height-464 {
  height: 464px;
  max-height: 464px;
}
.chart-wrapper.chart-height-465 {
  height: 465px;
  max-height: 465px;
}
.chart-wrapper.chart-height-466 {
  height: 466px;
  max-height: 466px;
}
.chart-wrapper.chart-height-467 {
  height: 467px;
  max-height: 467px;
}
.chart-wrapper.chart-height-468 {
  height: 468px;
  max-height: 468px;
}
.chart-wrapper.chart-height-469 {
  height: 469px;
  max-height: 469px;
}
.chart-wrapper.chart-height-470 {
  height: 470px;
  max-height: 470px;
}
.chart-wrapper.chart-height-471 {
  height: 471px;
  max-height: 471px;
}
.chart-wrapper.chart-height-472 {
  height: 472px;
  max-height: 472px;
}
.chart-wrapper.chart-height-473 {
  height: 473px;
  max-height: 473px;
}
.chart-wrapper.chart-height-474 {
  height: 474px;
  max-height: 474px;
}
.chart-wrapper.chart-height-475 {
  height: 475px;
  max-height: 475px;
}
.chart-wrapper.chart-height-476 {
  height: 476px;
  max-height: 476px;
}
.chart-wrapper.chart-height-477 {
  height: 477px;
  max-height: 477px;
}
.chart-wrapper.chart-height-478 {
  height: 478px;
  max-height: 478px;
}
.chart-wrapper.chart-height-479 {
  height: 479px;
  max-height: 479px;
}
.chart-wrapper.chart-height-480 {
  height: 480px;
  max-height: 480px;
}
.chart-wrapper.chart-height-481 {
  height: 481px;
  max-height: 481px;
}
.chart-wrapper.chart-height-482 {
  height: 482px;
  max-height: 482px;
}
.chart-wrapper.chart-height-483 {
  height: 483px;
  max-height: 483px;
}
.chart-wrapper.chart-height-484 {
  height: 484px;
  max-height: 484px;
}
.chart-wrapper.chart-height-485 {
  height: 485px;
  max-height: 485px;
}
.chart-wrapper.chart-height-486 {
  height: 486px;
  max-height: 486px;
}
.chart-wrapper.chart-height-487 {
  height: 487px;
  max-height: 487px;
}
.chart-wrapper.chart-height-488 {
  height: 488px;
  max-height: 488px;
}
.chart-wrapper.chart-height-489 {
  height: 489px;
  max-height: 489px;
}
.chart-wrapper.chart-height-490 {
  height: 490px;
  max-height: 490px;
}
.chart-wrapper.chart-height-491 {
  height: 491px;
  max-height: 491px;
}
.chart-wrapper.chart-height-492 {
  height: 492px;
  max-height: 492px;
}
.chart-wrapper.chart-height-493 {
  height: 493px;
  max-height: 493px;
}
.chart-wrapper.chart-height-494 {
  height: 494px;
  max-height: 494px;
}
.chart-wrapper.chart-height-495 {
  height: 495px;
  max-height: 495px;
}
.chart-wrapper.chart-height-496 {
  height: 496px;
  max-height: 496px;
}
.chart-wrapper.chart-height-497 {
  height: 497px;
  max-height: 497px;
}
.chart-wrapper.chart-height-498 {
  height: 498px;
  max-height: 498px;
}
.chart-wrapper.chart-height-499 {
  height: 499px;
  max-height: 499px;
}
.chart-wrapper.chart-height-500 {
  height: 500px;
  max-height: 500px;
}
.chart-wrapper.chart-height-501 {
  height: 501px;
  max-height: 501px;
}
.chart-wrapper.chart-height-502 {
  height: 502px;
  max-height: 502px;
}
.chart-wrapper.chart-height-503 {
  height: 503px;
  max-height: 503px;
}
.chart-wrapper.chart-height-504 {
  height: 504px;
  max-height: 504px;
}
.chart-wrapper.chart-height-505 {
  height: 505px;
  max-height: 505px;
}
.chart-wrapper.chart-height-506 {
  height: 506px;
  max-height: 506px;
}
.chart-wrapper.chart-height-507 {
  height: 507px;
  max-height: 507px;
}
.chart-wrapper.chart-height-508 {
  height: 508px;
  max-height: 508px;
}
.chart-wrapper.chart-height-509 {
  height: 509px;
  max-height: 509px;
}
.chart-wrapper.chart-height-510 {
  height: 510px;
  max-height: 510px;
}
.chart-wrapper.chart-height-511 {
  height: 511px;
  max-height: 511px;
}
.chart-wrapper.chart-height-512 {
  height: 512px;
  max-height: 512px;
}
.chart-wrapper.chart-height-513 {
  height: 513px;
  max-height: 513px;
}
.chart-wrapper.chart-height-514 {
  height: 514px;
  max-height: 514px;
}
.chart-wrapper.chart-height-515 {
  height: 515px;
  max-height: 515px;
}
.chart-wrapper.chart-height-516 {
  height: 516px;
  max-height: 516px;
}
.chart-wrapper.chart-height-517 {
  height: 517px;
  max-height: 517px;
}
.chart-wrapper.chart-height-518 {
  height: 518px;
  max-height: 518px;
}
.chart-wrapper.chart-height-519 {
  height: 519px;
  max-height: 519px;
}
.chart-wrapper.chart-height-520 {
  height: 520px;
  max-height: 520px;
}
.chart-wrapper.chart-height-521 {
  height: 521px;
  max-height: 521px;
}
.chart-wrapper.chart-height-522 {
  height: 522px;
  max-height: 522px;
}
.chart-wrapper.chart-height-523 {
  height: 523px;
  max-height: 523px;
}
.chart-wrapper.chart-height-524 {
  height: 524px;
  max-height: 524px;
}
.chart-wrapper.chart-height-525 {
  height: 525px;
  max-height: 525px;
}
.chart-wrapper.chart-height-526 {
  height: 526px;
  max-height: 526px;
}
.chart-wrapper.chart-height-527 {
  height: 527px;
  max-height: 527px;
}
.chart-wrapper.chart-height-528 {
  height: 528px;
  max-height: 528px;
}
.chart-wrapper.chart-height-529 {
  height: 529px;
  max-height: 529px;
}
.chart-wrapper.chart-height-530 {
  height: 530px;
  max-height: 530px;
}
.chart-wrapper.chart-height-531 {
  height: 531px;
  max-height: 531px;
}
.chart-wrapper.chart-height-532 {
  height: 532px;
  max-height: 532px;
}
.chart-wrapper.chart-height-533 {
  height: 533px;
  max-height: 533px;
}
.chart-wrapper.chart-height-534 {
  height: 534px;
  max-height: 534px;
}
.chart-wrapper.chart-height-535 {
  height: 535px;
  max-height: 535px;
}
.chart-wrapper.chart-height-536 {
  height: 536px;
  max-height: 536px;
}
.chart-wrapper.chart-height-537 {
  height: 537px;
  max-height: 537px;
}
.chart-wrapper.chart-height-538 {
  height: 538px;
  max-height: 538px;
}
.chart-wrapper.chart-height-539 {
  height: 539px;
  max-height: 539px;
}
.chart-wrapper.chart-height-540 {
  height: 540px;
  max-height: 540px;
}
.chart-wrapper.chart-height-541 {
  height: 541px;
  max-height: 541px;
}
.chart-wrapper.chart-height-542 {
  height: 542px;
  max-height: 542px;
}
.chart-wrapper.chart-height-543 {
  height: 543px;
  max-height: 543px;
}
.chart-wrapper.chart-height-544 {
  height: 544px;
  max-height: 544px;
}
.chart-wrapper.chart-height-545 {
  height: 545px;
  max-height: 545px;
}
.chart-wrapper.chart-height-546 {
  height: 546px;
  max-height: 546px;
}
.chart-wrapper.chart-height-547 {
  height: 547px;
  max-height: 547px;
}
.chart-wrapper.chart-height-548 {
  height: 548px;
  max-height: 548px;
}
.chart-wrapper.chart-height-549 {
  height: 549px;
  max-height: 549px;
}
.chart-wrapper.chart-height-550 {
  height: 550px;
  max-height: 550px;
}
.chart-wrapper.chart-height-551 {
  height: 551px;
  max-height: 551px;
}
.chart-wrapper.chart-height-552 {
  height: 552px;
  max-height: 552px;
}
.chart-wrapper.chart-height-553 {
  height: 553px;
  max-height: 553px;
}
.chart-wrapper.chart-height-554 {
  height: 554px;
  max-height: 554px;
}
.chart-wrapper.chart-height-555 {
  height: 555px;
  max-height: 555px;
}
.chart-wrapper.chart-height-556 {
  height: 556px;
  max-height: 556px;
}
.chart-wrapper.chart-height-557 {
  height: 557px;
  max-height: 557px;
}
.chart-wrapper.chart-height-558 {
  height: 558px;
  max-height: 558px;
}
.chart-wrapper.chart-height-559 {
  height: 559px;
  max-height: 559px;
}
.chart-wrapper.chart-height-560 {
  height: 560px;
  max-height: 560px;
}
.chart-wrapper.chart-height-561 {
  height: 561px;
  max-height: 561px;
}
.chart-wrapper.chart-height-562 {
  height: 562px;
  max-height: 562px;
}
.chart-wrapper.chart-height-563 {
  height: 563px;
  max-height: 563px;
}
.chart-wrapper.chart-height-564 {
  height: 564px;
  max-height: 564px;
}
.chart-wrapper.chart-height-565 {
  height: 565px;
  max-height: 565px;
}
.chart-wrapper.chart-height-566 {
  height: 566px;
  max-height: 566px;
}
.chart-wrapper.chart-height-567 {
  height: 567px;
  max-height: 567px;
}
.chart-wrapper.chart-height-568 {
  height: 568px;
  max-height: 568px;
}
.chart-wrapper.chart-height-569 {
  height: 569px;
  max-height: 569px;
}
.chart-wrapper.chart-height-570 {
  height: 570px;
  max-height: 570px;
}
.chart-wrapper.chart-height-571 {
  height: 571px;
  max-height: 571px;
}
.chart-wrapper.chart-height-572 {
  height: 572px;
  max-height: 572px;
}
.chart-wrapper.chart-height-573 {
  height: 573px;
  max-height: 573px;
}
.chart-wrapper.chart-height-574 {
  height: 574px;
  max-height: 574px;
}
.chart-wrapper.chart-height-575 {
  height: 575px;
  max-height: 575px;
}
.chart-wrapper.chart-height-576 {
  height: 576px;
  max-height: 576px;
}
.chart-wrapper.chart-height-577 {
  height: 577px;
  max-height: 577px;
}
.chart-wrapper.chart-height-578 {
  height: 578px;
  max-height: 578px;
}
.chart-wrapper.chart-height-579 {
  height: 579px;
  max-height: 579px;
}
.chart-wrapper.chart-height-580 {
  height: 580px;
  max-height: 580px;
}
.chart-wrapper.chart-height-581 {
  height: 581px;
  max-height: 581px;
}
.chart-wrapper.chart-height-582 {
  height: 582px;
  max-height: 582px;
}
.chart-wrapper.chart-height-583 {
  height: 583px;
  max-height: 583px;
}
.chart-wrapper.chart-height-584 {
  height: 584px;
  max-height: 584px;
}
.chart-wrapper.chart-height-585 {
  height: 585px;
  max-height: 585px;
}
.chart-wrapper.chart-height-586 {
  height: 586px;
  max-height: 586px;
}
.chart-wrapper.chart-height-587 {
  height: 587px;
  max-height: 587px;
}
.chart-wrapper.chart-height-588 {
  height: 588px;
  max-height: 588px;
}
.chart-wrapper.chart-height-589 {
  height: 589px;
  max-height: 589px;
}
.chart-wrapper.chart-height-590 {
  height: 590px;
  max-height: 590px;
}
.chart-wrapper.chart-height-591 {
  height: 591px;
  max-height: 591px;
}
.chart-wrapper.chart-height-592 {
  height: 592px;
  max-height: 592px;
}
.chart-wrapper.chart-height-593 {
  height: 593px;
  max-height: 593px;
}
.chart-wrapper.chart-height-594 {
  height: 594px;
  max-height: 594px;
}
.chart-wrapper.chart-height-595 {
  height: 595px;
  max-height: 595px;
}
.chart-wrapper.chart-height-596 {
  height: 596px;
  max-height: 596px;
}
.chart-wrapper.chart-height-597 {
  height: 597px;
  max-height: 597px;
}
.chart-wrapper.chart-height-598 {
  height: 598px;
  max-height: 598px;
}
.chart-wrapper.chart-height-599 {
  height: 599px;
  max-height: 599px;
}
.chart-wrapper.chart-height-600 {
  height: 600px;
  max-height: 600px;
}
.chart-wrapper.chart-height-601 {
  height: 601px;
  max-height: 601px;
}
.chart-wrapper.chart-height-602 {
  height: 602px;
  max-height: 602px;
}
.chart-wrapper.chart-height-603 {
  height: 603px;
  max-height: 603px;
}
.chart-wrapper.chart-height-604 {
  height: 604px;
  max-height: 604px;
}
.chart-wrapper.chart-height-605 {
  height: 605px;
  max-height: 605px;
}
.chart-wrapper.chart-height-606 {
  height: 606px;
  max-height: 606px;
}
.chart-wrapper.chart-height-607 {
  height: 607px;
  max-height: 607px;
}
.chart-wrapper.chart-height-608 {
  height: 608px;
  max-height: 608px;
}
.chart-wrapper.chart-height-609 {
  height: 609px;
  max-height: 609px;
}
.chart-wrapper.chart-height-610 {
  height: 610px;
  max-height: 610px;
}
.chart-wrapper.chart-height-611 {
  height: 611px;
  max-height: 611px;
}
.chart-wrapper.chart-height-612 {
  height: 612px;
  max-height: 612px;
}
.chart-wrapper.chart-height-613 {
  height: 613px;
  max-height: 613px;
}
.chart-wrapper.chart-height-614 {
  height: 614px;
  max-height: 614px;
}
.chart-wrapper.chart-height-615 {
  height: 615px;
  max-height: 615px;
}
.chart-wrapper.chart-height-616 {
  height: 616px;
  max-height: 616px;
}
.chart-wrapper.chart-height-617 {
  height: 617px;
  max-height: 617px;
}
.chart-wrapper.chart-height-618 {
  height: 618px;
  max-height: 618px;
}
.chart-wrapper.chart-height-619 {
  height: 619px;
  max-height: 619px;
}
.chart-wrapper.chart-height-620 {
  height: 620px;
  max-height: 620px;
}
.chart-wrapper.chart-height-621 {
  height: 621px;
  max-height: 621px;
}
.chart-wrapper.chart-height-622 {
  height: 622px;
  max-height: 622px;
}
.chart-wrapper.chart-height-623 {
  height: 623px;
  max-height: 623px;
}
.chart-wrapper.chart-height-624 {
  height: 624px;
  max-height: 624px;
}
.chart-wrapper.chart-height-625 {
  height: 625px;
  max-height: 625px;
}
.chart-wrapper.chart-height-626 {
  height: 626px;
  max-height: 626px;
}
.chart-wrapper.chart-height-627 {
  height: 627px;
  max-height: 627px;
}
.chart-wrapper.chart-height-628 {
  height: 628px;
  max-height: 628px;
}
.chart-wrapper.chart-height-629 {
  height: 629px;
  max-height: 629px;
}
.chart-wrapper.chart-height-630 {
  height: 630px;
  max-height: 630px;
}
.chart-wrapper.chart-height-631 {
  height: 631px;
  max-height: 631px;
}
.chart-wrapper.chart-height-632 {
  height: 632px;
  max-height: 632px;
}
.chart-wrapper.chart-height-633 {
  height: 633px;
  max-height: 633px;
}
.chart-wrapper.chart-height-634 {
  height: 634px;
  max-height: 634px;
}
.chart-wrapper.chart-height-635 {
  height: 635px;
  max-height: 635px;
}
.chart-wrapper.chart-height-636 {
  height: 636px;
  max-height: 636px;
}
.chart-wrapper.chart-height-637 {
  height: 637px;
  max-height: 637px;
}
.chart-wrapper.chart-height-638 {
  height: 638px;
  max-height: 638px;
}
.chart-wrapper.chart-height-639 {
  height: 639px;
  max-height: 639px;
}
.chart-wrapper.chart-height-640 {
  height: 640px;
  max-height: 640px;
}
.chart-wrapper.chart-height-641 {
  height: 641px;
  max-height: 641px;
}
.chart-wrapper.chart-height-642 {
  height: 642px;
  max-height: 642px;
}
.chart-wrapper.chart-height-643 {
  height: 643px;
  max-height: 643px;
}
.chart-wrapper.chart-height-644 {
  height: 644px;
  max-height: 644px;
}
.chart-wrapper.chart-height-645 {
  height: 645px;
  max-height: 645px;
}
.chart-wrapper.chart-height-646 {
  height: 646px;
  max-height: 646px;
}
.chart-wrapper.chart-height-647 {
  height: 647px;
  max-height: 647px;
}
.chart-wrapper.chart-height-648 {
  height: 648px;
  max-height: 648px;
}
.chart-wrapper.chart-height-649 {
  height: 649px;
  max-height: 649px;
}
.chart-wrapper.chart-height-650 {
  height: 650px;
  max-height: 650px;
}
.chart-wrapper.chart-height-651 {
  height: 651px;
  max-height: 651px;
}
.chart-wrapper.chart-height-652 {
  height: 652px;
  max-height: 652px;
}
.chart-wrapper.chart-height-653 {
  height: 653px;
  max-height: 653px;
}
.chart-wrapper.chart-height-654 {
  height: 654px;
  max-height: 654px;
}
.chart-wrapper.chart-height-655 {
  height: 655px;
  max-height: 655px;
}
.chart-wrapper.chart-height-656 {
  height: 656px;
  max-height: 656px;
}
.chart-wrapper.chart-height-657 {
  height: 657px;
  max-height: 657px;
}
.chart-wrapper.chart-height-658 {
  height: 658px;
  max-height: 658px;
}
.chart-wrapper.chart-height-659 {
  height: 659px;
  max-height: 659px;
}
.chart-wrapper.chart-height-660 {
  height: 660px;
  max-height: 660px;
}
.chart-wrapper.chart-height-661 {
  height: 661px;
  max-height: 661px;
}
.chart-wrapper.chart-height-662 {
  height: 662px;
  max-height: 662px;
}
.chart-wrapper.chart-height-663 {
  height: 663px;
  max-height: 663px;
}
.chart-wrapper.chart-height-664 {
  height: 664px;
  max-height: 664px;
}
.chart-wrapper.chart-height-665 {
  height: 665px;
  max-height: 665px;
}
.chart-wrapper.chart-height-666 {
  height: 666px;
  max-height: 666px;
}
.chart-wrapper.chart-height-667 {
  height: 667px;
  max-height: 667px;
}
.chart-wrapper.chart-height-668 {
  height: 668px;
  max-height: 668px;
}
.chart-wrapper.chart-height-669 {
  height: 669px;
  max-height: 669px;
}
.chart-wrapper.chart-height-670 {
  height: 670px;
  max-height: 670px;
}
.chart-wrapper.chart-height-671 {
  height: 671px;
  max-height: 671px;
}
.chart-wrapper.chart-height-672 {
  height: 672px;
  max-height: 672px;
}
.chart-wrapper.chart-height-673 {
  height: 673px;
  max-height: 673px;
}
.chart-wrapper.chart-height-674 {
  height: 674px;
  max-height: 674px;
}
.chart-wrapper.chart-height-675 {
  height: 675px;
  max-height: 675px;
}
.chart-wrapper.chart-height-676 {
  height: 676px;
  max-height: 676px;
}
.chart-wrapper.chart-height-677 {
  height: 677px;
  max-height: 677px;
}
.chart-wrapper.chart-height-678 {
  height: 678px;
  max-height: 678px;
}
.chart-wrapper.chart-height-679 {
  height: 679px;
  max-height: 679px;
}
.chart-wrapper.chart-height-680 {
  height: 680px;
  max-height: 680px;
}
.chart-wrapper.chart-height-681 {
  height: 681px;
  max-height: 681px;
}
.chart-wrapper.chart-height-682 {
  height: 682px;
  max-height: 682px;
}
.chart-wrapper.chart-height-683 {
  height: 683px;
  max-height: 683px;
}
.chart-wrapper.chart-height-684 {
  height: 684px;
  max-height: 684px;
}
.chart-wrapper.chart-height-685 {
  height: 685px;
  max-height: 685px;
}
.chart-wrapper.chart-height-686 {
  height: 686px;
  max-height: 686px;
}
.chart-wrapper.chart-height-687 {
  height: 687px;
  max-height: 687px;
}
.chart-wrapper.chart-height-688 {
  height: 688px;
  max-height: 688px;
}
.chart-wrapper.chart-height-689 {
  height: 689px;
  max-height: 689px;
}
.chart-wrapper.chart-height-690 {
  height: 690px;
  max-height: 690px;
}
.chart-wrapper.chart-height-691 {
  height: 691px;
  max-height: 691px;
}
.chart-wrapper.chart-height-692 {
  height: 692px;
  max-height: 692px;
}
.chart-wrapper.chart-height-693 {
  height: 693px;
  max-height: 693px;
}
.chart-wrapper.chart-height-694 {
  height: 694px;
  max-height: 694px;
}
.chart-wrapper.chart-height-695 {
  height: 695px;
  max-height: 695px;
}
.chart-wrapper.chart-height-696 {
  height: 696px;
  max-height: 696px;
}
.chart-wrapper.chart-height-697 {
  height: 697px;
  max-height: 697px;
}
.chart-wrapper.chart-height-698 {
  height: 698px;
  max-height: 698px;
}
.chart-wrapper.chart-height-699 {
  height: 699px;
  max-height: 699px;
}
.chart-wrapper.chart-height-700 {
  height: 700px;
  max-height: 700px;
}
.chart-wrapper.chart-height-701 {
  height: 701px;
  max-height: 701px;
}
.chart-wrapper.chart-height-702 {
  height: 702px;
  max-height: 702px;
}
.chart-wrapper.chart-height-703 {
  height: 703px;
  max-height: 703px;
}
.chart-wrapper.chart-height-704 {
  height: 704px;
  max-height: 704px;
}
.chart-wrapper.chart-height-705 {
  height: 705px;
  max-height: 705px;
}
.chart-wrapper.chart-height-706 {
  height: 706px;
  max-height: 706px;
}
.chart-wrapper.chart-height-707 {
  height: 707px;
  max-height: 707px;
}
.chart-wrapper.chart-height-708 {
  height: 708px;
  max-height: 708px;
}
.chart-wrapper.chart-height-709 {
  height: 709px;
  max-height: 709px;
}
.chart-wrapper.chart-height-710 {
  height: 710px;
  max-height: 710px;
}
.chart-wrapper.chart-height-711 {
  height: 711px;
  max-height: 711px;
}
.chart-wrapper.chart-height-712 {
  height: 712px;
  max-height: 712px;
}
.chart-wrapper.chart-height-713 {
  height: 713px;
  max-height: 713px;
}
.chart-wrapper.chart-height-714 {
  height: 714px;
  max-height: 714px;
}
.chart-wrapper.chart-height-715 {
  height: 715px;
  max-height: 715px;
}
.chart-wrapper.chart-height-716 {
  height: 716px;
  max-height: 716px;
}
.chart-wrapper.chart-height-717 {
  height: 717px;
  max-height: 717px;
}
.chart-wrapper.chart-height-718 {
  height: 718px;
  max-height: 718px;
}
.chart-wrapper.chart-height-719 {
  height: 719px;
  max-height: 719px;
}
.chart-wrapper.chart-height-720 {
  height: 720px;
  max-height: 720px;
}
.chart-wrapper.chart-height-721 {
  height: 721px;
  max-height: 721px;
}
.chart-wrapper.chart-height-722 {
  height: 722px;
  max-height: 722px;
}
.chart-wrapper.chart-height-723 {
  height: 723px;
  max-height: 723px;
}
.chart-wrapper.chart-height-724 {
  height: 724px;
  max-height: 724px;
}
.chart-wrapper.chart-height-725 {
  height: 725px;
  max-height: 725px;
}
.chart-wrapper.chart-height-726 {
  height: 726px;
  max-height: 726px;
}
.chart-wrapper.chart-height-727 {
  height: 727px;
  max-height: 727px;
}
.chart-wrapper.chart-height-728 {
  height: 728px;
  max-height: 728px;
}
.chart-wrapper.chart-height-729 {
  height: 729px;
  max-height: 729px;
}
.chart-wrapper.chart-height-730 {
  height: 730px;
  max-height: 730px;
}
.chart-wrapper.chart-height-731 {
  height: 731px;
  max-height: 731px;
}
.chart-wrapper.chart-height-732 {
  height: 732px;
  max-height: 732px;
}
.chart-wrapper.chart-height-733 {
  height: 733px;
  max-height: 733px;
}
.chart-wrapper.chart-height-734 {
  height: 734px;
  max-height: 734px;
}
.chart-wrapper.chart-height-735 {
  height: 735px;
  max-height: 735px;
}
.chart-wrapper.chart-height-736 {
  height: 736px;
  max-height: 736px;
}
.chart-wrapper.chart-height-737 {
  height: 737px;
  max-height: 737px;
}
.chart-wrapper.chart-height-738 {
  height: 738px;
  max-height: 738px;
}
.chart-wrapper.chart-height-739 {
  height: 739px;
  max-height: 739px;
}
.chart-wrapper.chart-height-740 {
  height: 740px;
  max-height: 740px;
}
.chart-wrapper.chart-height-741 {
  height: 741px;
  max-height: 741px;
}
.chart-wrapper.chart-height-742 {
  height: 742px;
  max-height: 742px;
}
.chart-wrapper.chart-height-743 {
  height: 743px;
  max-height: 743px;
}
.chart-wrapper.chart-height-744 {
  height: 744px;
  max-height: 744px;
}
.chart-wrapper.chart-height-745 {
  height: 745px;
  max-height: 745px;
}
.chart-wrapper.chart-height-746 {
  height: 746px;
  max-height: 746px;
}
.chart-wrapper.chart-height-747 {
  height: 747px;
  max-height: 747px;
}
.chart-wrapper.chart-height-748 {
  height: 748px;
  max-height: 748px;
}
.chart-wrapper.chart-height-749 {
  height: 749px;
  max-height: 749px;
}
.chart-wrapper.chart-height-750 {
  height: 750px;
  max-height: 750px;
}
.chart-wrapper.chart-height-751 {
  height: 751px;
  max-height: 751px;
}
.chart-wrapper.chart-height-752 {
  height: 752px;
  max-height: 752px;
}
.chart-wrapper.chart-height-753 {
  height: 753px;
  max-height: 753px;
}
.chart-wrapper.chart-height-754 {
  height: 754px;
  max-height: 754px;
}
.chart-wrapper.chart-height-755 {
  height: 755px;
  max-height: 755px;
}
.chart-wrapper.chart-height-756 {
  height: 756px;
  max-height: 756px;
}
.chart-wrapper.chart-height-757 {
  height: 757px;
  max-height: 757px;
}
.chart-wrapper.chart-height-758 {
  height: 758px;
  max-height: 758px;
}
.chart-wrapper.chart-height-759 {
  height: 759px;
  max-height: 759px;
}
.chart-wrapper.chart-height-760 {
  height: 760px;
  max-height: 760px;
}
.chart-wrapper.chart-height-761 {
  height: 761px;
  max-height: 761px;
}
.chart-wrapper.chart-height-762 {
  height: 762px;
  max-height: 762px;
}
.chart-wrapper.chart-height-763 {
  height: 763px;
  max-height: 763px;
}
.chart-wrapper.chart-height-764 {
  height: 764px;
  max-height: 764px;
}
.chart-wrapper.chart-height-765 {
  height: 765px;
  max-height: 765px;
}
.chart-wrapper.chart-height-766 {
  height: 766px;
  max-height: 766px;
}
.chart-wrapper.chart-height-767 {
  height: 767px;
  max-height: 767px;
}
.chart-wrapper.chart-height-768 {
  height: 768px;
  max-height: 768px;
}
.chart-wrapper.chart-height-769 {
  height: 769px;
  max-height: 769px;
}
.chart-wrapper.chart-height-770 {
  height: 770px;
  max-height: 770px;
}
.chart-wrapper.chart-height-771 {
  height: 771px;
  max-height: 771px;
}
.chart-wrapper.chart-height-772 {
  height: 772px;
  max-height: 772px;
}
.chart-wrapper.chart-height-773 {
  height: 773px;
  max-height: 773px;
}
.chart-wrapper.chart-height-774 {
  height: 774px;
  max-height: 774px;
}
.chart-wrapper.chart-height-775 {
  height: 775px;
  max-height: 775px;
}
.chart-wrapper.chart-height-776 {
  height: 776px;
  max-height: 776px;
}
.chart-wrapper.chart-height-777 {
  height: 777px;
  max-height: 777px;
}
.chart-wrapper.chart-height-778 {
  height: 778px;
  max-height: 778px;
}
.chart-wrapper.chart-height-779 {
  height: 779px;
  max-height: 779px;
}
.chart-wrapper.chart-height-780 {
  height: 780px;
  max-height: 780px;
}
.chart-wrapper.chart-height-781 {
  height: 781px;
  max-height: 781px;
}
.chart-wrapper.chart-height-782 {
  height: 782px;
  max-height: 782px;
}
.chart-wrapper.chart-height-783 {
  height: 783px;
  max-height: 783px;
}
.chart-wrapper.chart-height-784 {
  height: 784px;
  max-height: 784px;
}
.chart-wrapper.chart-height-785 {
  height: 785px;
  max-height: 785px;
}
.chart-wrapper.chart-height-786 {
  height: 786px;
  max-height: 786px;
}
.chart-wrapper.chart-height-787 {
  height: 787px;
  max-height: 787px;
}
.chart-wrapper.chart-height-788 {
  height: 788px;
  max-height: 788px;
}
.chart-wrapper.chart-height-789 {
  height: 789px;
  max-height: 789px;
}
.chart-wrapper.chart-height-790 {
  height: 790px;
  max-height: 790px;
}
.chart-wrapper.chart-height-791 {
  height: 791px;
  max-height: 791px;
}
.chart-wrapper.chart-height-792 {
  height: 792px;
  max-height: 792px;
}
.chart-wrapper.chart-height-793 {
  height: 793px;
  max-height: 793px;
}
.chart-wrapper.chart-height-794 {
  height: 794px;
  max-height: 794px;
}
.chart-wrapper.chart-height-795 {
  height: 795px;
  max-height: 795px;
}
.chart-wrapper.chart-height-796 {
  height: 796px;
  max-height: 796px;
}
.chart-wrapper.chart-height-797 {
  height: 797px;
  max-height: 797px;
}
.chart-wrapper.chart-height-798 {
  height: 798px;
  max-height: 798px;
}
.chart-wrapper.chart-height-799 {
  height: 799px;
  max-height: 799px;
}
.chart-wrapper.chart-height-800 {
  height: 800px;
  max-height: 800px;
}
.chart-wrapper.chart-height-801 {
  height: 801px;
  max-height: 801px;
}
.chart-wrapper.chart-height-802 {
  height: 802px;
  max-height: 802px;
}
.chart-wrapper.chart-height-803 {
  height: 803px;
  max-height: 803px;
}
.chart-wrapper.chart-height-804 {
  height: 804px;
  max-height: 804px;
}
.chart-wrapper.chart-height-805 {
  height: 805px;
  max-height: 805px;
}
.chart-wrapper.chart-height-806 {
  height: 806px;
  max-height: 806px;
}
.chart-wrapper.chart-height-807 {
  height: 807px;
  max-height: 807px;
}
.chart-wrapper.chart-height-808 {
  height: 808px;
  max-height: 808px;
}
.chart-wrapper.chart-height-809 {
  height: 809px;
  max-height: 809px;
}
.chart-wrapper.chart-height-810 {
  height: 810px;
  max-height: 810px;
}
.chart-wrapper.chart-height-811 {
  height: 811px;
  max-height: 811px;
}
.chart-wrapper.chart-height-812 {
  height: 812px;
  max-height: 812px;
}
.chart-wrapper.chart-height-813 {
  height: 813px;
  max-height: 813px;
}
.chart-wrapper.chart-height-814 {
  height: 814px;
  max-height: 814px;
}
.chart-wrapper.chart-height-815 {
  height: 815px;
  max-height: 815px;
}
.chart-wrapper.chart-height-816 {
  height: 816px;
  max-height: 816px;
}
.chart-wrapper.chart-height-817 {
  height: 817px;
  max-height: 817px;
}
.chart-wrapper.chart-height-818 {
  height: 818px;
  max-height: 818px;
}
.chart-wrapper.chart-height-819 {
  height: 819px;
  max-height: 819px;
}
.chart-wrapper.chart-height-820 {
  height: 820px;
  max-height: 820px;
}
.chart-wrapper.chart-height-821 {
  height: 821px;
  max-height: 821px;
}
.chart-wrapper.chart-height-822 {
  height: 822px;
  max-height: 822px;
}
.chart-wrapper.chart-height-823 {
  height: 823px;
  max-height: 823px;
}
.chart-wrapper.chart-height-824 {
  height: 824px;
  max-height: 824px;
}
.chart-wrapper.chart-height-825 {
  height: 825px;
  max-height: 825px;
}
.chart-wrapper.chart-height-826 {
  height: 826px;
  max-height: 826px;
}
.chart-wrapper.chart-height-827 {
  height: 827px;
  max-height: 827px;
}
.chart-wrapper.chart-height-828 {
  height: 828px;
  max-height: 828px;
}
.chart-wrapper.chart-height-829 {
  height: 829px;
  max-height: 829px;
}
.chart-wrapper.chart-height-830 {
  height: 830px;
  max-height: 830px;
}
.chart-wrapper.chart-height-831 {
  height: 831px;
  max-height: 831px;
}
.chart-wrapper.chart-height-832 {
  height: 832px;
  max-height: 832px;
}
.chart-wrapper.chart-height-833 {
  height: 833px;
  max-height: 833px;
}
.chart-wrapper.chart-height-834 {
  height: 834px;
  max-height: 834px;
}
.chart-wrapper.chart-height-835 {
  height: 835px;
  max-height: 835px;
}
.chart-wrapper.chart-height-836 {
  height: 836px;
  max-height: 836px;
}
.chart-wrapper.chart-height-837 {
  height: 837px;
  max-height: 837px;
}
.chart-wrapper.chart-height-838 {
  height: 838px;
  max-height: 838px;
}
.chart-wrapper.chart-height-839 {
  height: 839px;
  max-height: 839px;
}
.chart-wrapper.chart-height-840 {
  height: 840px;
  max-height: 840px;
}
.chart-wrapper.chart-height-841 {
  height: 841px;
  max-height: 841px;
}
.chart-wrapper.chart-height-842 {
  height: 842px;
  max-height: 842px;
}
.chart-wrapper.chart-height-843 {
  height: 843px;
  max-height: 843px;
}
.chart-wrapper.chart-height-844 {
  height: 844px;
  max-height: 844px;
}
.chart-wrapper.chart-height-845 {
  height: 845px;
  max-height: 845px;
}
.chart-wrapper.chart-height-846 {
  height: 846px;
  max-height: 846px;
}
.chart-wrapper.chart-height-847 {
  height: 847px;
  max-height: 847px;
}
.chart-wrapper.chart-height-848 {
  height: 848px;
  max-height: 848px;
}
.chart-wrapper.chart-height-849 {
  height: 849px;
  max-height: 849px;
}
.chart-wrapper.chart-height-850 {
  height: 850px;
  max-height: 850px;
}
.chart-wrapper.chart-height-851 {
  height: 851px;
  max-height: 851px;
}
.chart-wrapper.chart-height-852 {
  height: 852px;
  max-height: 852px;
}
.chart-wrapper.chart-height-853 {
  height: 853px;
  max-height: 853px;
}
.chart-wrapper.chart-height-854 {
  height: 854px;
  max-height: 854px;
}
.chart-wrapper.chart-height-855 {
  height: 855px;
  max-height: 855px;
}
.chart-wrapper.chart-height-856 {
  height: 856px;
  max-height: 856px;
}
.chart-wrapper.chart-height-857 {
  height: 857px;
  max-height: 857px;
}
.chart-wrapper.chart-height-858 {
  height: 858px;
  max-height: 858px;
}
.chart-wrapper.chart-height-859 {
  height: 859px;
  max-height: 859px;
}
.chart-wrapper.chart-height-860 {
  height: 860px;
  max-height: 860px;
}
.chart-wrapper.chart-height-861 {
  height: 861px;
  max-height: 861px;
}
.chart-wrapper.chart-height-862 {
  height: 862px;
  max-height: 862px;
}
.chart-wrapper.chart-height-863 {
  height: 863px;
  max-height: 863px;
}
.chart-wrapper.chart-height-864 {
  height: 864px;
  max-height: 864px;
}
.chart-wrapper.chart-height-865 {
  height: 865px;
  max-height: 865px;
}
.chart-wrapper.chart-height-866 {
  height: 866px;
  max-height: 866px;
}
.chart-wrapper.chart-height-867 {
  height: 867px;
  max-height: 867px;
}
.chart-wrapper.chart-height-868 {
  height: 868px;
  max-height: 868px;
}
.chart-wrapper.chart-height-869 {
  height: 869px;
  max-height: 869px;
}
.chart-wrapper.chart-height-870 {
  height: 870px;
  max-height: 870px;
}
.chart-wrapper.chart-height-871 {
  height: 871px;
  max-height: 871px;
}
.chart-wrapper.chart-height-872 {
  height: 872px;
  max-height: 872px;
}
.chart-wrapper.chart-height-873 {
  height: 873px;
  max-height: 873px;
}
.chart-wrapper.chart-height-874 {
  height: 874px;
  max-height: 874px;
}
.chart-wrapper.chart-height-875 {
  height: 875px;
  max-height: 875px;
}
.chart-wrapper.chart-height-876 {
  height: 876px;
  max-height: 876px;
}
.chart-wrapper.chart-height-877 {
  height: 877px;
  max-height: 877px;
}
.chart-wrapper.chart-height-878 {
  height: 878px;
  max-height: 878px;
}
.chart-wrapper.chart-height-879 {
  height: 879px;
  max-height: 879px;
}
.chart-wrapper.chart-height-880 {
  height: 880px;
  max-height: 880px;
}
.chart-wrapper.chart-height-881 {
  height: 881px;
  max-height: 881px;
}
.chart-wrapper.chart-height-882 {
  height: 882px;
  max-height: 882px;
}
.chart-wrapper.chart-height-883 {
  height: 883px;
  max-height: 883px;
}
.chart-wrapper.chart-height-884 {
  height: 884px;
  max-height: 884px;
}
.chart-wrapper.chart-height-885 {
  height: 885px;
  max-height: 885px;
}
.chart-wrapper.chart-height-886 {
  height: 886px;
  max-height: 886px;
}
.chart-wrapper.chart-height-887 {
  height: 887px;
  max-height: 887px;
}
.chart-wrapper.chart-height-888 {
  height: 888px;
  max-height: 888px;
}
.chart-wrapper.chart-height-889 {
  height: 889px;
  max-height: 889px;
}
.chart-wrapper.chart-height-890 {
  height: 890px;
  max-height: 890px;
}
.chart-wrapper.chart-height-891 {
  height: 891px;
  max-height: 891px;
}
.chart-wrapper.chart-height-892 {
  height: 892px;
  max-height: 892px;
}
.chart-wrapper.chart-height-893 {
  height: 893px;
  max-height: 893px;
}
.chart-wrapper.chart-height-894 {
  height: 894px;
  max-height: 894px;
}
.chart-wrapper.chart-height-895 {
  height: 895px;
  max-height: 895px;
}
.chart-wrapper.chart-height-896 {
  height: 896px;
  max-height: 896px;
}
.chart-wrapper.chart-height-897 {
  height: 897px;
  max-height: 897px;
}
.chart-wrapper.chart-height-898 {
  height: 898px;
  max-height: 898px;
}
.chart-wrapper.chart-height-899 {
  height: 899px;
  max-height: 899px;
}
.chart-wrapper.chart-height-900 {
  height: 900px;
  max-height: 900px;
}
.chart-wrapper.chart-height-901 {
  height: 901px;
  max-height: 901px;
}
.chart-wrapper.chart-height-902 {
  height: 902px;
  max-height: 902px;
}
.chart-wrapper.chart-height-903 {
  height: 903px;
  max-height: 903px;
}
.chart-wrapper.chart-height-904 {
  height: 904px;
  max-height: 904px;
}
.chart-wrapper.chart-height-905 {
  height: 905px;
  max-height: 905px;
}
.chart-wrapper.chart-height-906 {
  height: 906px;
  max-height: 906px;
}
.chart-wrapper.chart-height-907 {
  height: 907px;
  max-height: 907px;
}
.chart-wrapper.chart-height-908 {
  height: 908px;
  max-height: 908px;
}
.chart-wrapper.chart-height-909 {
  height: 909px;
  max-height: 909px;
}
.chart-wrapper.chart-height-910 {
  height: 910px;
  max-height: 910px;
}
.chart-wrapper.chart-height-911 {
  height: 911px;
  max-height: 911px;
}
.chart-wrapper.chart-height-912 {
  height: 912px;
  max-height: 912px;
}
.chart-wrapper.chart-height-913 {
  height: 913px;
  max-height: 913px;
}
.chart-wrapper.chart-height-914 {
  height: 914px;
  max-height: 914px;
}
.chart-wrapper.chart-height-915 {
  height: 915px;
  max-height: 915px;
}
.chart-wrapper.chart-height-916 {
  height: 916px;
  max-height: 916px;
}
.chart-wrapper.chart-height-917 {
  height: 917px;
  max-height: 917px;
}
.chart-wrapper.chart-height-918 {
  height: 918px;
  max-height: 918px;
}
.chart-wrapper.chart-height-919 {
  height: 919px;
  max-height: 919px;
}
.chart-wrapper.chart-height-920 {
  height: 920px;
  max-height: 920px;
}
.chart-wrapper.chart-height-921 {
  height: 921px;
  max-height: 921px;
}
.chart-wrapper.chart-height-922 {
  height: 922px;
  max-height: 922px;
}
.chart-wrapper.chart-height-923 {
  height: 923px;
  max-height: 923px;
}
.chart-wrapper.chart-height-924 {
  height: 924px;
  max-height: 924px;
}
.chart-wrapper.chart-height-925 {
  height: 925px;
  max-height: 925px;
}
.chart-wrapper.chart-height-926 {
  height: 926px;
  max-height: 926px;
}
.chart-wrapper.chart-height-927 {
  height: 927px;
  max-height: 927px;
}
.chart-wrapper.chart-height-928 {
  height: 928px;
  max-height: 928px;
}
.chart-wrapper.chart-height-929 {
  height: 929px;
  max-height: 929px;
}
.chart-wrapper.chart-height-930 {
  height: 930px;
  max-height: 930px;
}
.chart-wrapper.chart-height-931 {
  height: 931px;
  max-height: 931px;
}
.chart-wrapper.chart-height-932 {
  height: 932px;
  max-height: 932px;
}
.chart-wrapper.chart-height-933 {
  height: 933px;
  max-height: 933px;
}
.chart-wrapper.chart-height-934 {
  height: 934px;
  max-height: 934px;
}
.chart-wrapper.chart-height-935 {
  height: 935px;
  max-height: 935px;
}
.chart-wrapper.chart-height-936 {
  height: 936px;
  max-height: 936px;
}
.chart-wrapper.chart-height-937 {
  height: 937px;
  max-height: 937px;
}
.chart-wrapper.chart-height-938 {
  height: 938px;
  max-height: 938px;
}
.chart-wrapper.chart-height-939 {
  height: 939px;
  max-height: 939px;
}
.chart-wrapper.chart-height-940 {
  height: 940px;
  max-height: 940px;
}
.chart-wrapper.chart-height-941 {
  height: 941px;
  max-height: 941px;
}
.chart-wrapper.chart-height-942 {
  height: 942px;
  max-height: 942px;
}
.chart-wrapper.chart-height-943 {
  height: 943px;
  max-height: 943px;
}
.chart-wrapper.chart-height-944 {
  height: 944px;
  max-height: 944px;
}
.chart-wrapper.chart-height-945 {
  height: 945px;
  max-height: 945px;
}
.chart-wrapper.chart-height-946 {
  height: 946px;
  max-height: 946px;
}
.chart-wrapper.chart-height-947 {
  height: 947px;
  max-height: 947px;
}
.chart-wrapper.chart-height-948 {
  height: 948px;
  max-height: 948px;
}
.chart-wrapper.chart-height-949 {
  height: 949px;
  max-height: 949px;
}
.chart-wrapper.chart-height-950 {
  height: 950px;
  max-height: 950px;
}
.chart-wrapper.chart-height-951 {
  height: 951px;
  max-height: 951px;
}
.chart-wrapper.chart-height-952 {
  height: 952px;
  max-height: 952px;
}
.chart-wrapper.chart-height-953 {
  height: 953px;
  max-height: 953px;
}
.chart-wrapper.chart-height-954 {
  height: 954px;
  max-height: 954px;
}
.chart-wrapper.chart-height-955 {
  height: 955px;
  max-height: 955px;
}
.chart-wrapper.chart-height-956 {
  height: 956px;
  max-height: 956px;
}
.chart-wrapper.chart-height-957 {
  height: 957px;
  max-height: 957px;
}
.chart-wrapper.chart-height-958 {
  height: 958px;
  max-height: 958px;
}
.chart-wrapper.chart-height-959 {
  height: 959px;
  max-height: 959px;
}
.chart-wrapper.chart-height-960 {
  height: 960px;
  max-height: 960px;
}
.chart-wrapper.chart-height-961 {
  height: 961px;
  max-height: 961px;
}
.chart-wrapper.chart-height-962 {
  height: 962px;
  max-height: 962px;
}
.chart-wrapper.chart-height-963 {
  height: 963px;
  max-height: 963px;
}
.chart-wrapper.chart-height-964 {
  height: 964px;
  max-height: 964px;
}
.chart-wrapper.chart-height-965 {
  height: 965px;
  max-height: 965px;
}
.chart-wrapper.chart-height-966 {
  height: 966px;
  max-height: 966px;
}
.chart-wrapper.chart-height-967 {
  height: 967px;
  max-height: 967px;
}
.chart-wrapper.chart-height-968 {
  height: 968px;
  max-height: 968px;
}
.chart-wrapper.chart-height-969 {
  height: 969px;
  max-height: 969px;
}
.chart-wrapper.chart-height-970 {
  height: 970px;
  max-height: 970px;
}
.chart-wrapper.chart-height-971 {
  height: 971px;
  max-height: 971px;
}
.chart-wrapper.chart-height-972 {
  height: 972px;
  max-height: 972px;
}
.chart-wrapper.chart-height-973 {
  height: 973px;
  max-height: 973px;
}
.chart-wrapper.chart-height-974 {
  height: 974px;
  max-height: 974px;
}
.chart-wrapper.chart-height-975 {
  height: 975px;
  max-height: 975px;
}
.chart-wrapper.chart-height-976 {
  height: 976px;
  max-height: 976px;
}
.chart-wrapper.chart-height-977 {
  height: 977px;
  max-height: 977px;
}
.chart-wrapper.chart-height-978 {
  height: 978px;
  max-height: 978px;
}
.chart-wrapper.chart-height-979 {
  height: 979px;
  max-height: 979px;
}
.chart-wrapper.chart-height-980 {
  height: 980px;
  max-height: 980px;
}
.chart-wrapper.chart-height-981 {
  height: 981px;
  max-height: 981px;
}
.chart-wrapper.chart-height-982 {
  height: 982px;
  max-height: 982px;
}
.chart-wrapper.chart-height-983 {
  height: 983px;
  max-height: 983px;
}
.chart-wrapper.chart-height-984 {
  height: 984px;
  max-height: 984px;
}
.chart-wrapper.chart-height-985 {
  height: 985px;
  max-height: 985px;
}
.chart-wrapper.chart-height-986 {
  height: 986px;
  max-height: 986px;
}
.chart-wrapper.chart-height-987 {
  height: 987px;
  max-height: 987px;
}
.chart-wrapper.chart-height-988 {
  height: 988px;
  max-height: 988px;
}
.chart-wrapper.chart-height-989 {
  height: 989px;
  max-height: 989px;
}
.chart-wrapper.chart-height-990 {
  height: 990px;
  max-height: 990px;
}
.chart-wrapper.chart-height-991 {
  height: 991px;
  max-height: 991px;
}
.chart-wrapper.chart-height-992 {
  height: 992px;
  max-height: 992px;
}
.chart-wrapper.chart-height-993 {
  height: 993px;
  max-height: 993px;
}
.chart-wrapper.chart-height-994 {
  height: 994px;
  max-height: 994px;
}
.chart-wrapper.chart-height-995 {
  height: 995px;
  max-height: 995px;
}
.chart-wrapper.chart-height-996 {
  height: 996px;
  max-height: 996px;
}
.chart-wrapper.chart-height-997 {
  height: 997px;
  max-height: 997px;
}
.chart-wrapper.chart-height-998 {
  height: 998px;
  max-height: 998px;
}
.chart-wrapper.chart-height-999 {
  height: 999px;
  max-height: 999px;
}
.chart-wrapper.chart-height-1000 {
  height: 1000px;
  max-height: 1000px;
}
.chart-wrapper .variance {
  background: #ffffff;
  border: 1px solid #D7DEE3;
  color: #416477;
  margin-left: -4px;
  min-height: 29px;
  padding: 0.5rem;
  text-align: right;
  width: calc(100% + 8px);
}
.chart-wrapper .variance .label, .chart-wrapper .variance .forecast-modifier-table .label-row .label-percentage, .forecast-modifier-table .label-row .chart-wrapper .variance .label-percentage, .chart-wrapper .variance .forecast-modifier-table .label-row .label-directs, .forecast-modifier-table .label-row .chart-wrapper .variance .label-directs, .chart-wrapper .variance .forecast-modifier-table .label-row .label-sponsor, .forecast-modifier-table .label-row .chart-wrapper .variance .label-sponsor, .chart-wrapper .variance .future-mega-grants-backlog .label-row .label-fy, .future-mega-grants-backlog .label-row .chart-wrapper .variance .label-fy, .chart-wrapper .variance .future-mega-grants-backlog .label-row .label-count, .future-mega-grants-backlog .label-row .chart-wrapper .variance .label-count, .chart-wrapper .variance .future-mega-grants-backlog .label-row .label-adjustment, .future-mega-grants-backlog .label-row .chart-wrapper .variance .label-adjustment, .chart-wrapper .variance .mega-grant-status-table .label-row .label-status, .mega-grant-status-table .label-row .chart-wrapper .variance .label-status, .chart-wrapper .variance .mega-grant-status-table .label-row .label-adjustment, .mega-grant-status-table .label-row .chart-wrapper .variance .label-adjustment, .chart-wrapper .variance .mega-grant-status-table .label-row .label-directs, .mega-grant-status-table .label-row .chart-wrapper .variance .label-directs, .chart-wrapper .variance .mega-grant-status-table .label-row .label-indirects, .mega-grant-status-table .label-row .chart-wrapper .variance .label-indirects, .chart-wrapper .variance .mega-grant-status-table .label-row .label-count, .mega-grant-status-table .label-row .chart-wrapper .variance .label-count {
  display: inline-block;
  float: left;
}
.chart-wrapper .variance .red {
  color: #F95050;
  font-weight: 900;
}
.chart-wrapper .variance .green {
  color: #00AA6E;
  font-weight: 900;
}

.data-import-message {
  background: #FAFBFB;
  margin-top: 0.5rem;
  padding: 0.25rem 0.75rem;
}
.data-import-message p {
  margin: 0.25rem;
  max-width: 100%;
  word-wrap: break-word;
}
.data-import-message p strong.success {
  color: #00558C;
}
.data-import-message p strong.error {
  color: #F95050;
}
.data-import-message .ignored-rows {
  height: 26px;
  max-height: 26px;
  overflow: hidden;
}
.data-import-message .ignored-rows.show-more {
  height: auto;
  max-height: none;
}

.card-title-area a {
  cursor: pointer;
  text-decoration: underline;
}

.dropdown-wrapper {
  display: inline-block;
  margin: 0 2rem;
  position: relative;
}
.dropdown-wrapper.highlight-change select {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.dropdown-wrapper label {
  margin-right: 0.5rem;
}
.dropdown-wrapper .ember-view {
  display: inline-block;
}
.dropdown-wrapper select {
  min-width: 4rem;
  padding: 0.75rem calc(1.25rem + 4px) 0.75rem 0.75rem;
}
.dropdown-wrapper p.description-text {
  padding-left: 10.25rem;
}

.ember-power-select-dropdown {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
}
.ember-power-select-dropdown .ember-power-select-option {
  color: #416477;
}
.ember-power-select-dropdown .ember-power-select-option[aria-selected=true] {
  background: rgba(0, 85, 140, 0.17);
  color: #323539;
}
.ember-power-select-dropdown .ember-power-select-option:hover, .ember-power-select-dropdown .ember-power-select-option[aria-current=true] {
  background: #00558C;
  color: #ffffff;
}

.stacked .dropdown-wrapper {
  margin: 0;
}
.stacked .dropdown-wrapper label {
  display: block;
}

.full-width {
  width: 100%;
}
.full-width .dropdown-wrapper {
  width: 100%;
}
.full-width .dropdown-wrapper .ember-view {
  display: block;
}
.full-width .dropdown-wrapper label {
  display: block;
  margin-bottom: 0.5rem;
}
.full-width .dropdown-wrapper select {
  width: 100%;
}

.dropdown-wrapper-multi-select {
  display: inline-block;
  margin: 0;
  position: relative;
  padding: 1rem;
}
.dropdown-wrapper-multi-select label {
  margin-right: 0.5rem;
}
.dropdown-wrapper-multi-select .ember-view {
  display: inline-block;
}
.dropdown-wrapper-multi-select input {
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100% !important;
  padding: 0.6666666667rem;
}
.dropdown-wrapper-multi-select .ember-power-select-trigger {
  background-image: url("https://s3.amazonaws.com/b3i.analytics.web.app.assets.testing/img/dropdown-arrows-f045d9083700b49726ad16bd19594372.svg");
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
  color: #416477;
  min-height: 35px;
  padding: 3px;
  vertical-align: middle;
}
.dropdown-wrapper-multi-select .ember-power-select-trigger .ember-power-select-multiple-remove-btn {
  color: #004d7e;
}
.dropdown-wrapper-multi-select .ember-power-select-trigger .ember-power-select-status-icon {
  display: none;
}
.dropdown-wrapper-multi-select p.description-text {
  padding-left: 10.25rem;
}
.dropdown-wrapper-multi-select .ember-power-select-multiple-option {
  background: rgba(0, 85, 140, 0.17);
  border: none;
  border-radius: 2px;
}
.dropdown-wrapper-multi-select.no-search {
  padding: 0;
  vertical-align: middle;
}
.dropdown-wrapper-multi-select.no-search .ember-power-select-trigger {
  min-width: 4rem;
  background-color: #ffffff;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  color: #416477;
  cursor: pointer;
  font-family: 900;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem calc(0.75rem + 10px) 0.5rem 0.5rem;
}
.dropdown-wrapper-multi-select.no-search .ember-power-select-trigger-multiple-input {
  display: none;
}

.dropdown-wrapper {
  vertical-align: middle;
}
.dropdown-wrapper.with-display-value label {
  line-height: 2.9;
  display: inline-block;
  vertical-align: top;
}
.dropdown-wrapper.with-display-value .select-wrapper {
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  height: auto;
  overflow: hidden;
  display: inline-block;
}
.dropdown-wrapper.with-display-value .select-wrapper select {
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}
.dropdown-wrapper.with-display-value .select-wrapper .display-value {
  background: #ebeff1;
  border-radius: 2px;
  color: #416477;
  display: inline-block;
  font-weight: 700;
  margin: 0.25rem;
  min-width: 3rem;
  padding: 0.5rem;
  text-align: right;
}

.error-message {
  background: #fedcdc;
  border-radius: 2px;
  color: #7d2828;
  padding: 0.5rem;
}
.error-message h1, .error-message h2, .error-message h3, .error-message h4, .error-message h5, .error-message h6, .error-message p {
  color: #7d2828;
  margin: 0 0 0.25rem;
}
.error-message a {
  color: #7d2828;
}

.forecast-modifier-table {
  border: 1px solid #D7DEE3;
  border-top: 0;
  background: white;
}
.forecast-modifier-table .label-row {
  padding: 0.5rem;
  border-bottom: 1px solid #D7DEE3;
}
.forecast-modifier-table .label-row .label, .forecast-modifier-table .label-row .label-percentage, .forecast-modifier-table .label-row .label-directs, .forecast-modifier-table .label-row .label-sponsor, .forecast-modifier-table .future-mega-grants-backlog .label-row .label-fy, .future-mega-grants-backlog .forecast-modifier-table .label-row .label-fy, .forecast-modifier-table .future-mega-grants-backlog .label-row .label-count, .future-mega-grants-backlog .forecast-modifier-table .label-row .label-count, .forecast-modifier-table .future-mega-grants-backlog .label-row .label-adjustment, .future-mega-grants-backlog .forecast-modifier-table .label-row .label-adjustment, .forecast-modifier-table .mega-grant-status-table .label-row .label-status, .mega-grant-status-table .forecast-modifier-table .label-row .label-status, .forecast-modifier-table .mega-grant-status-table .label-row .label-adjustment, .mega-grant-status-table .forecast-modifier-table .label-row .label-adjustment, .forecast-modifier-table .mega-grant-status-table .label-row .label-indirects, .mega-grant-status-table .forecast-modifier-table .label-row .label-indirects, .forecast-modifier-table .mega-grant-status-table .label-row .label-count, .mega-grant-status-table .forecast-modifier-table .label-row .label-count {
  display: inline-block;
  text-align: right;
}
.forecast-modifier-table .label-row .label-sponsor {
  text-align: left;
  margin-left: 10px;
  width: 30%;
}
.forecast-modifier-table .label-row .label-directs {
  width: 18%;
}
.forecast-modifier-table .label-row .label-percentage {
  width: 20%;
}
.forecast-modifier-table .modifier-row {
  padding: 0.5rem;
}
.forecast-modifier-table .modifier-row .column, .forecast-modifier-table .modifier-row .column-percentage, .forecast-modifier-table .modifier-row .column-directs, .forecast-modifier-table .modifier-row .column-sponsor, .forecast-modifier-table .modifier-row .future-mega-grants-backlog .status-row .column-fy, .future-mega-grants-backlog .status-row .forecast-modifier-table .modifier-row .column-fy, .forecast-modifier-table .modifier-row .future-mega-grants-backlog .status-row .column-count, .future-mega-grants-backlog .status-row .forecast-modifier-table .modifier-row .column-count, .forecast-modifier-table .modifier-row .future-mega-grants-backlog .status-row .column-adjustment, .future-mega-grants-backlog .status-row .forecast-modifier-table .modifier-row .column-adjustment, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-year, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-year, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-count, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-count, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-total, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-total, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-submitted, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-submitted, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-rate, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-rate, .forecast-modifier-table .modifier-row .mega-grant-hedge-table .hedge-row .column-chart, .mega-grant-hedge-table .hedge-row .forecast-modifier-table .modifier-row .column-chart, .forecast-modifier-table .modifier-row .mega-grant-status-table .status-row .column-status, .mega-grant-status-table .status-row .forecast-modifier-table .modifier-row .column-status, .forecast-modifier-table .modifier-row .mega-grant-status-table .status-row .column-adjustment, .mega-grant-status-table .status-row .forecast-modifier-table .modifier-row .column-adjustment, .forecast-modifier-table .modifier-row .mega-grant-status-table .status-row .column-indirects, .mega-grant-status-table .status-row .forecast-modifier-table .modifier-row .column-indirects, .forecast-modifier-table .modifier-row .mega-grant-status-table .status-row .column-count, .mega-grant-status-table .status-row .forecast-modifier-table .modifier-row .column-count {
  display: inline-block;
  text-align: right;
}
.forecast-modifier-table .modifier-row .column-sponsor {
  text-align: left;
  margin-left: 10px;
  width: 30%;
}
.forecast-modifier-table .modifier-row .column-directs {
  width: 18%;
}
.forecast-modifier-table .modifier-row .column-percentage {
  width: 20%;
}
.forecast-modifier-table .percent-input-wrapper {
  margin: 0.15rem 0 0;
}
.forecast-modifier-table .percent-input-wrapper .input-wrapper [type=color], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=date], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=datetime], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=datetime-local], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=email], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=month], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=number], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=password], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=search], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=tel], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=text], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=time], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=url], .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=week], .forecast-modifier-table .percent-input-wrapper .input-wrapper input:not([type]), .forecast-modifier-table .percent-input-wrapper .input-wrapper textarea {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px dotted #D7DEE3;
  max-width: 70%;
  padding: 0.25rem 1.25rem 0.25rem 0.35rem;
  text-align: right;
  width: 70%;
}
.forecast-modifier-table .percent-input-wrapper .input-wrapper [type=color]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=date]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=datetime]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=datetime-local]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=email]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=month]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=number]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=password]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=search]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=tel]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=text]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=time]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=url]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=week]:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper input:not([type]):focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper textarea:focus, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=color]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=date]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=datetime]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=datetime-local]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=email]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=month]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=number]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=password]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=search]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=tel]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=text]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=time]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=url]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper [type=week]:active, .forecast-modifier-table .percent-input-wrapper .input-wrapper input:not([type]):active, .forecast-modifier-table .percent-input-wrapper .input-wrapper textarea:active {
  border-bottom-color: #889CAC;
  cursor: text;
}
.forecast-modifier-table .percent-input-wrapper .input-wrapper:after {
  color: #889CAC;
  font-weight: 700;
  right: 0.35rem;
}

.help-icon {
  background: rgba(136, 156, 172, 0.35);
  border-radius: 50%;
  color: #889CAC;
  cursor: pointer;
  display: block;
  font-size: 11px !important;
  font-weight: 900;
  height: 16px;
  line-height: 1.2;
  margin: 0 3px;
  padding-top: 1px;
  position: relative;
  text-align: center;
  width: 16px;
}
.help-icon.border, .table-controls .help-icon.border--x, .table-controls .help-icon.border--no-bottom {
  background: transparent;
  border: 2px solid #00558C;
  color: #00558C;
  font-size: 12px;
  height: 20px;
  width: 20px;
}
.help-icon .tooltip {
  color: #416477;
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  min-width: 200px;
  max-width: 250px;
  padding: 0;
  position: fixed;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: auto;
  z-index: 999999;
}
.help-icon .tooltip.position-absolute {
  left: -110px !important;
  top: 1.5rem !important;
  position: absolute !important;
}
.help-icon .tooltip.position-absolute.right-side {
  left: -170px !important;
}
.help-icon:hover .tooltip {
  visibility: visible;
  z-index: 99999;
}

.ember-tooltip {
  background: #416477;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  max-width: 250px;
  padding: 0.85rem;
  text-align: left;
  text-shadow: none;
  width: 250px;
  z-index: 99999;
}
.ember-tooltip span {
  display: none;
  margin: 0;
}

.ember-tooltip-arrow {
  border-bottom-color: #416477 !important;
  border-top-color: #416477 !important;
}

.loading-animation.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading-animation span {
  background: #00558C;
  display: inline-block;
  height: 6px;
  margin: 0 2px 2px;
  opacity: 0.6;
  width: 6px;
  -webkit-animation: buttonLoaderFadeIn 0.85s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: buttonLoaderFadeIn 0.85s infinite;
  /* IE 10+, Fx 29+ */
}
.loading-animation span:nth-child(1) {
  -webkit-animation-delay: calc((0.85s / 3) * 1);
  animation-delay: calc((0.85s / 3) * 1);
}
.loading-animation span:nth-child(2) {
  -webkit-animation-delay: calc((0.85s / 3) * 2);
  animation-delay: calc((0.85s / 3) * 2);
}
.loading-animation span:nth-child(3) {
  -webkit-animation-delay: calc((0.85s / 3) * 3);
  animation-delay: calc((0.85s / 3) * 3);
}
.loading-animation span:nth-child(4) {
  -webkit-animation-delay: calc((0.85s / 3) * 4);
  animation-delay: calc((0.85s / 3) * 4);
}
.loading-animation span:nth-child(5) {
  -webkit-animation-delay: calc((0.85s / 3) * 5);
  animation-delay: calc((0.85s / 3) * 5);
}
.loading-animation span:nth-child(6) {
  -webkit-animation-delay: calc((0.85s / 3) * 6);
  animation-delay: calc((0.85s / 3) * 6);
}
.loading-animation span:nth-child(7) {
  -webkit-animation-delay: calc((0.85s / 3) * 7);
  animation-delay: calc((0.85s / 3) * 7);
}
.loading-animation span:nth-child(8) {
  -webkit-animation-delay: calc((0.85s / 3) * 8);
  animation-delay: calc((0.85s / 3) * 8);
}
.loading-animation span:nth-child(9) {
  -webkit-animation-delay: calc((0.85s / 3) * 9);
  animation-delay: calc((0.85s / 3) * 9);
}
.loading-animation span:nth-child(10) {
  -webkit-animation-delay: calc((0.85s / 3) * 10);
  animation-delay: calc((0.85s / 3) * 10);
}

.modal-wrapper {
  background: rgba(0, 0, 0, 0.7);
  height: 100vh;
  left: 0;
  overflow: auto;
  padding: 3rem;
  position: fixed;
  text-align: left;
  top: 0;
  width: 100vw;
  z-index: 999;
}
.modal-wrapper .modal {
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  display: block;
  margin: 0 auto;
  max-width: 50rem;
  width: 100%;
}
.modal-wrapper .modal .top-bar {
  border-bottom: 1px solid #D7DEE3;
  padding: 1.5rem;
  position: relative;
}
.modal-wrapper .modal .top-bar a {
  cursor: pointer;
  font-weight: 900;
}
.modal-wrapper .modal .top-bar .title {
  color: #416477;
  font-size: 1.1rem;
  font-weight: 900;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modal-wrapper .modal .modal-body {
  padding: 1rem 5rem 2rem 5rem;
}
.modal-wrapper .modal .modal-body .logo, .modal-wrapper .modal .modal-body .logo--horizontal, .modal-wrapper .modal .modal-body .logo--stacked {
  margin: 1rem 0;
}

.money-input-wrapper, .money-input-wrapper--no-margin {
  display: inline-block;
  margin: 0 2rem;
  position: relative;
}
.money-input-wrapper--no-margin {
  margin: 0;
}
.money-input-wrapper label, .money-input-wrapper--no-margin label {
  margin-right: 0.5rem;
}
.money-input-wrapper .input-wrapper, .money-input-wrapper--no-margin .input-wrapper {
  display: inline-block;
  position: relative;
}
.money-input-wrapper .input-wrapper [type=color], .money-input-wrapper--no-margin .input-wrapper [type=color], .money-input-wrapper .input-wrapper [type=date], .money-input-wrapper--no-margin .input-wrapper [type=date], .money-input-wrapper .input-wrapper [type=datetime], .money-input-wrapper--no-margin .input-wrapper [type=datetime], .money-input-wrapper .input-wrapper [type=datetime-local], .money-input-wrapper--no-margin .input-wrapper [type=datetime-local], .money-input-wrapper .input-wrapper [type=email], .money-input-wrapper--no-margin .input-wrapper [type=email], .money-input-wrapper .input-wrapper [type=month], .money-input-wrapper--no-margin .input-wrapper [type=month], .money-input-wrapper .input-wrapper [type=number], .money-input-wrapper--no-margin .input-wrapper [type=number], .money-input-wrapper .input-wrapper [type=password], .money-input-wrapper--no-margin .input-wrapper [type=password], .money-input-wrapper .input-wrapper [type=search], .money-input-wrapper--no-margin .input-wrapper [type=search], .money-input-wrapper .input-wrapper [type=tel], .money-input-wrapper--no-margin .input-wrapper [type=tel], .money-input-wrapper .input-wrapper [type=text], .money-input-wrapper--no-margin .input-wrapper [type=text], .money-input-wrapper .input-wrapper [type=time], .money-input-wrapper--no-margin .input-wrapper [type=time], .money-input-wrapper .input-wrapper [type=url], .money-input-wrapper--no-margin .input-wrapper [type=url], .money-input-wrapper .input-wrapper [type=week], .money-input-wrapper--no-margin .input-wrapper [type=week], .money-input-wrapper .input-wrapper input:not([type]), .money-input-wrapper--no-margin .input-wrapper input:not([type]), .money-input-wrapper .input-wrapper textarea, .money-input-wrapper--no-margin .input-wrapper textarea {
  margin: 0;
  padding-left: 2rem;
  text-align: right;
  width: 9.5rem;
  -moz-appearance: textfield;
}
.money-input-wrapper .input-wrapper [type=color]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=color]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=color]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=color]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=date]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=date]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=date]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=date]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=datetime]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=datetime]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=datetime]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=datetime]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=datetime-local]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=datetime-local]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=datetime-local]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=datetime-local]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=email]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=email]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=email]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=email]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=month]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=month]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=month]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=month]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=number]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=number]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=number]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=number]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=password]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=password]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=password]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=password]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=search]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=search]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=search]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=search]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=tel]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=tel]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=tel]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=tel]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=text]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=text]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=text]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=text]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=time]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=time]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=time]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=time]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=url]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=url]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=url]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=url]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper [type=week]::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=week]::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper [type=week]::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper [type=week]::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper input:not([type])::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper input:not([type])::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper input:not([type])::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper input:not([type])::-webkit-outer-spin-button, .money-input-wrapper .input-wrapper textarea::-webkit-inner-spin-button, .money-input-wrapper--no-margin .input-wrapper textarea::-webkit-inner-spin-button, .money-input-wrapper .input-wrapper textarea::-webkit-outer-spin-button, .money-input-wrapper--no-margin .input-wrapper textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.money-input-wrapper .input-wrapper:after, .money-input-wrapper--no-margin .input-wrapper:after {
  content: "$";
  display: inline-block;
  position: absolute;
  left: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
}

.multi-option-select-wrapper {
  display: inline-block;
  margin: 1rem 0;
}
.multi-option-select-wrapper label {
  margin: 0 1rem 0 0;
}

.multi-option-select {
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  color: #416477;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.8rem 0.75rem;
  width: auto;
}
.multi-option-select span {
  color: #889CAC;
  cursor: pointer;
  margin: 0 0.35rem;
}
.multi-option-select span.active {
  color: #00558C;
}
.multi-option-select span.active:hover {
  color: #00558C;
}
.multi-option-select span:first-child {
  margin-left: 0.15rem;
}
.multi-option-select span:last-child {
  margin-right: 0.15rem;
}
.multi-option-select span:hover {
  color: #323539;
}

.pell-content {
  border-radius: 2px;
  border: none;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 0.75rem;
  width: 100%;
  font-size: 1em;
}

.pell-actionbar {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.pell-button {
  background: transparent;
  color: #323539;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  margin: initial;
  padding: initial;
  text-shadow: initial;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 30px;
  outline: 0;
  width: 30px;
  vertical-align: bottom;
}
.pell-button:hover {
  background: transparent;
  color: #323539;
  -webkit-box-shadow: initial;
          box-shadow: initial;
  margin: initial;
  padding: initial;
  text-shadow: initial;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 30px;
  outline: 0;
  width: 30px;
  vertical-align: bottom;
}

.percent-input-wrapper {
  display: inline-block;
  margin: 0 2rem;
  position: relative;
}
.percent-input-wrapper label {
  margin-right: 0.5rem;
}
.percent-input-wrapper .input-wrapper {
  position: relative;
}
.percent-input-wrapper .input-wrapper [type=color], .percent-input-wrapper .input-wrapper [type=date], .percent-input-wrapper .input-wrapper [type=datetime], .percent-input-wrapper .input-wrapper [type=datetime-local], .percent-input-wrapper .input-wrapper [type=email], .percent-input-wrapper .input-wrapper [type=month], .percent-input-wrapper .input-wrapper [type=number], .percent-input-wrapper .input-wrapper [type=password], .percent-input-wrapper .input-wrapper [type=search], .percent-input-wrapper .input-wrapper [type=tel], .percent-input-wrapper .input-wrapper [type=text], .percent-input-wrapper .input-wrapper [type=time], .percent-input-wrapper .input-wrapper [type=url], .percent-input-wrapper .input-wrapper [type=week], .percent-input-wrapper .input-wrapper input:not([type]), .percent-input-wrapper .input-wrapper textarea {
  margin: 0;
  max-width: 5rem;
  padding-right: 2rem;
  width: 5rem;
  -moz-appearance: textfield;
}
.percent-input-wrapper .input-wrapper [type=color]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=color]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=date]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=date]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=datetime]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=datetime]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=datetime-local]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=datetime-local]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=email]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=email]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=month]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=month]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=number]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=number]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=password]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=password]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=search]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=search]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=tel]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=tel]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=text]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=text]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=time]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=time]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=url]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=url]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper [type=week]::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper [type=week]::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper input:not([type])::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper input:not([type])::-webkit-outer-spin-button, .percent-input-wrapper .input-wrapper textarea::-webkit-inner-spin-button, .percent-input-wrapper .input-wrapper textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.percent-input-wrapper .input-wrapper:after {
  content: "%";
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.percent-input-wrapper.percent-threshold {
  margin: 0;
}
.percent-input-wrapper.percent-threshold .input-wrapper [type=color], .percent-input-wrapper.percent-threshold .input-wrapper [type=date], .percent-input-wrapper.percent-threshold .input-wrapper [type=datetime], .percent-input-wrapper.percent-threshold .input-wrapper [type=datetime-local], .percent-input-wrapper.percent-threshold .input-wrapper [type=email], .percent-input-wrapper.percent-threshold .input-wrapper [type=month], .percent-input-wrapper.percent-threshold .input-wrapper [type=number], .percent-input-wrapper.percent-threshold .input-wrapper [type=password], .percent-input-wrapper.percent-threshold .input-wrapper [type=search], .percent-input-wrapper.percent-threshold .input-wrapper [type=tel], .percent-input-wrapper.percent-threshold .input-wrapper [type=text], .percent-input-wrapper.percent-threshold .input-wrapper [type=time], .percent-input-wrapper.percent-threshold .input-wrapper [type=url], .percent-input-wrapper.percent-threshold .input-wrapper [type=week], .percent-input-wrapper.percent-threshold .input-wrapper input:not([type]), .percent-input-wrapper.percent-threshold .input-wrapper textarea {
  background: #FAFBFB;
  border-bottom: 2px dotted #D7DEE3;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: right;
}
.percent-input-wrapper.percent-threshold .input-wrapper:after {
  color: rgba(65, 100, 119, 0.75);
}
.percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=color], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=date], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=datetime], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=datetime-local], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=email], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=month], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=number], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=password], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=search], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=tel], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=text], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=time], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=url], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=week], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive input:not([type]), .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive textarea {
  background: #cceee2;
}
.percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=color]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=date]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=datetime]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=datetime-local]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=email]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=month]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=number]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=password]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=search]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=tel]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=text]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=time]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=url]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive [type=week]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive input:not([type]):focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-positive textarea:focus {
  border-bottom-color: #00AA6E;
}
.percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=color], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=date], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=datetime], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=datetime-local], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=email], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=month], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=number], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=password], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=search], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=tel], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=text], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=time], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=url], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=week], .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative input:not([type]), .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative textarea {
  background: #fedcdc;
}
.percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=color]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=date]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=datetime]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=datetime-local]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=email]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=month]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=number]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=password]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=search]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=tel]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=text]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=time]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=url]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative [type=week]:focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative input:not([type]):focus, .percent-input-wrapper.percent-threshold .input-wrapper.highlight-negative textarea:focus {
  border-bottom-color: #F95050;
}

.pika-lendar button, .pika-lendar [type=button], .pika-lendar [type=reset], .pika-lendar [type=submit] {
  background-color: #ffffff;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: initial;
  font-size: initial;
  box-shadow: none;
  margin: 0;
  min-width: 0;
  padding: 5px;
}
.pika-lendar .pika-next, .pika-lendar .pika-prev {
  height: 30px;
  width: 20px;
}
.pika-lendar .pika-prev {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}
.pika-lendar .pika-next {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}
.pika-lendar td.is-selected .pika-button {
  background: #00558C;
  color: #ffffff;
}
.pika-lendar .pika-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: #ffffff;
  color: #323539;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.pika-lendar .pika-button:hover {
  background: #00558C;
  color: #ffffff;
}

.projections-controls-row {
  border-top: 1px solid #D7DEE3;
  padding: 0.12rem 0.5rem;
}
.projections-controls-row.disabled {
  background: #FAFBFB;
}
.projections-controls-row.disabled .value-display {
  color: #9CB0C0;
}
.projections-controls-row.disabled .value-display.percent:after {
  color: #9CB0C0;
}
.projections-controls-row .label-column {
  display: inline-block;
  float: left;
  padding: 0 0.5rem 0 0;
  min-width: 4.5rem;
  width: 4.5rem;
}
.projections-controls-row .label-column p {
  color: #323539;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  height: 2.55rem;
  margin: 0;
  padding-top: 0.75rem;
}
.projections-controls-row .label-column p.disabled {
  color: #9CB0C0;
}
.projections-controls-row .label-column label {
  display: block;
  padding: 0.7rem 0;
}
@media screen and (max-width: 1100px) {
  .projections-controls-row .label-column {
    width: 10rem;
  }
}
.projections-controls-row .column, .projections-controls-row .future-mega-grants-backlog .status-row .column-fy, .future-mega-grants-backlog .status-row .projections-controls-row .column-fy, .projections-controls-row .future-mega-grants-backlog .status-row .column-count, .future-mega-grants-backlog .status-row .projections-controls-row .column-count, .projections-controls-row .future-mega-grants-backlog .status-row .column-adjustment, .future-mega-grants-backlog .status-row .projections-controls-row .column-adjustment, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-year, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-year, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-count, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-count, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-total, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-total, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-submitted, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-submitted, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-rate, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-rate, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-chart, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-chart, .projections-controls-row .mega-grant-status-table .status-row .column-status, .mega-grant-status-table .status-row .projections-controls-row .column-status, .projections-controls-row .mega-grant-status-table .status-row .column-adjustment, .mega-grant-status-table .status-row .projections-controls-row .column-adjustment, .projections-controls-row .mega-grant-status-table .status-row .column-directs, .mega-grant-status-table .status-row .projections-controls-row .column-directs, .projections-controls-row .mega-grant-status-table .status-row .column-indirects, .mega-grant-status-table .status-row .projections-controls-row .column-indirects, .projections-controls-row .mega-grant-status-table .status-row .column-count, .mega-grant-status-table .status-row .projections-controls-row .column-count, .projections-controls-row .forecast-modifier-table .modifier-row .column-sponsor, .forecast-modifier-table .modifier-row .projections-controls-row .column-sponsor, .projections-controls-row .forecast-modifier-table .modifier-row .column-directs, .forecast-modifier-table .modifier-row .projections-controls-row .column-directs, .projections-controls-row .forecast-modifier-table .modifier-row .column-percentage, .forecast-modifier-table .modifier-row .projections-controls-row .column-percentage {
  display: inline-block;
  max-width: 7.5rem;
  min-width: 6.85rem;
  padding: 0 0.35rem;
  vertical-align: top;
  width: 12%;
}
.projections-controls-row .column select, .projections-controls-row .future-mega-grants-backlog .status-row .column-fy select, .future-mega-grants-backlog .status-row .projections-controls-row .column-fy select, .projections-controls-row .future-mega-grants-backlog .status-row .column-count select, .future-mega-grants-backlog .status-row .projections-controls-row .column-count select, .projections-controls-row .future-mega-grants-backlog .status-row .column-adjustment select, .future-mega-grants-backlog .status-row .projections-controls-row .column-adjustment select, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-year select, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-year select, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-count select, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-count select, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-total select, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-total select, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-submitted select, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-submitted select, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-rate select, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-rate select, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-chart select, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-chart select, .projections-controls-row .mega-grant-status-table .status-row .column-status select, .mega-grant-status-table .status-row .projections-controls-row .column-status select, .projections-controls-row .mega-grant-status-table .status-row .column-adjustment select, .mega-grant-status-table .status-row .projections-controls-row .column-adjustment select, .projections-controls-row .mega-grant-status-table .status-row .column-directs select, .mega-grant-status-table .status-row .projections-controls-row .column-directs select, .projections-controls-row .mega-grant-status-table .status-row .column-indirects select, .mega-grant-status-table .status-row .projections-controls-row .column-indirects select, .projections-controls-row .mega-grant-status-table .status-row .column-count select, .mega-grant-status-table .status-row .projections-controls-row .column-count select, .projections-controls-row .forecast-modifier-table .modifier-row .column-sponsor select, .forecast-modifier-table .modifier-row .projections-controls-row .column-sponsor select, .projections-controls-row .forecast-modifier-table .modifier-row .column-directs select, .forecast-modifier-table .modifier-row .projections-controls-row .column-directs select, .projections-controls-row .forecast-modifier-table .modifier-row .column-percentage select, .forecast-modifier-table .modifier-row .projections-controls-row .column-percentage select {
  margin: 0.35rem 0;
  width: 100%;
}
.projections-controls-row .column.change, .projections-controls-row .future-mega-grants-backlog .status-row .change.column-fy, .future-mega-grants-backlog .status-row .projections-controls-row .change.column-fy, .projections-controls-row .future-mega-grants-backlog .status-row .change.column-count, .future-mega-grants-backlog .status-row .projections-controls-row .change.column-count, .projections-controls-row .future-mega-grants-backlog .status-row .change.column-adjustment, .future-mega-grants-backlog .status-row .projections-controls-row .change.column-adjustment, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-year, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-year, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-count, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-count, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-total, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-total, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-submitted, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-submitted, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-rate, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-rate, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-chart, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-chart, .projections-controls-row .mega-grant-status-table .status-row .change.column-status, .mega-grant-status-table .status-row .projections-controls-row .change.column-status, .projections-controls-row .mega-grant-status-table .status-row .change.column-adjustment, .mega-grant-status-table .status-row .projections-controls-row .change.column-adjustment, .projections-controls-row .mega-grant-status-table .status-row .change.column-directs, .mega-grant-status-table .status-row .projections-controls-row .change.column-directs, .projections-controls-row .mega-grant-status-table .status-row .change.column-indirects, .mega-grant-status-table .status-row .projections-controls-row .change.column-indirects, .projections-controls-row .mega-grant-status-table .status-row .change.column-count, .mega-grant-status-table .status-row .projections-controls-row .change.column-count, .projections-controls-row .forecast-modifier-table .modifier-row .change.column-sponsor, .forecast-modifier-table .modifier-row .projections-controls-row .change.column-sponsor, .projections-controls-row .forecast-modifier-table .modifier-row .change.column-directs, .forecast-modifier-table .modifier-row .projections-controls-row .change.column-directs, .projections-controls-row .forecast-modifier-table .modifier-row .change.column-percentage, .forecast-modifier-table .modifier-row .projections-controls-row .change.column-percentage {
  min-width: 3rem;
  padding: 0 0.35rem;
  text-align: right;
  width: 9.45%;
}
@media screen and (max-width: 1100px) {
  .projections-controls-row .column.change, .projections-controls-row .future-mega-grants-backlog .status-row .change.column-fy, .future-mega-grants-backlog .status-row .projections-controls-row .change.column-fy, .projections-controls-row .future-mega-grants-backlog .status-row .change.column-count, .future-mega-grants-backlog .status-row .projections-controls-row .change.column-count, .projections-controls-row .future-mega-grants-backlog .status-row .change.column-adjustment, .future-mega-grants-backlog .status-row .projections-controls-row .change.column-adjustment, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-year, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-year, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-count, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-count, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-total, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-total, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-submitted, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-submitted, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-rate, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-rate, .projections-controls-row .mega-grant-hedge-table .hedge-row .change.column-chart, .mega-grant-hedge-table .hedge-row .projections-controls-row .change.column-chart, .projections-controls-row .mega-grant-status-table .status-row .change.column-status, .mega-grant-status-table .status-row .projections-controls-row .change.column-status, .projections-controls-row .mega-grant-status-table .status-row .change.column-adjustment, .mega-grant-status-table .status-row .projections-controls-row .change.column-adjustment, .projections-controls-row .mega-grant-status-table .status-row .change.column-directs, .mega-grant-status-table .status-row .projections-controls-row .change.column-directs, .projections-controls-row .mega-grant-status-table .status-row .change.column-indirects, .mega-grant-status-table .status-row .projections-controls-row .change.column-indirects, .projections-controls-row .mega-grant-status-table .status-row .change.column-count, .mega-grant-status-table .status-row .projections-controls-row .change.column-count, .projections-controls-row .forecast-modifier-table .modifier-row .change.column-sponsor, .forecast-modifier-table .modifier-row .projections-controls-row .change.column-sponsor, .projections-controls-row .forecast-modifier-table .modifier-row .change.column-directs, .forecast-modifier-table .modifier-row .projections-controls-row .change.column-directs, .projections-controls-row .forecast-modifier-table .modifier-row .change.column-percentage, .forecast-modifier-table .modifier-row .projections-controls-row .change.column-percentage {
    width: 10.5%;
  }
}
@media screen and (max-width: 1100px) {
  .projections-controls-row .column, .projections-controls-row .future-mega-grants-backlog .status-row .column-fy, .future-mega-grants-backlog .status-row .projections-controls-row .column-fy, .projections-controls-row .future-mega-grants-backlog .status-row .column-count, .future-mega-grants-backlog .status-row .projections-controls-row .column-count, .projections-controls-row .future-mega-grants-backlog .status-row .column-adjustment, .future-mega-grants-backlog .status-row .projections-controls-row .column-adjustment, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-year, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-year, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-count, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-count, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-total, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-total, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-submitted, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-submitted, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-rate, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-rate, .projections-controls-row .mega-grant-hedge-table .hedge-row .column-chart, .mega-grant-hedge-table .hedge-row .projections-controls-row .column-chart, .projections-controls-row .mega-grant-status-table .status-row .column-status, .mega-grant-status-table .status-row .projections-controls-row .column-status, .projections-controls-row .mega-grant-status-table .status-row .column-adjustment, .mega-grant-status-table .status-row .projections-controls-row .column-adjustment, .projections-controls-row .mega-grant-status-table .status-row .column-directs, .mega-grant-status-table .status-row .projections-controls-row .column-directs, .projections-controls-row .mega-grant-status-table .status-row .column-indirects, .mega-grant-status-table .status-row .projections-controls-row .column-indirects, .projections-controls-row .mega-grant-status-table .status-row .column-count, .mega-grant-status-table .status-row .projections-controls-row .column-count, .projections-controls-row .forecast-modifier-table .modifier-row .column-sponsor, .forecast-modifier-table .modifier-row .projections-controls-row .column-sponsor, .projections-controls-row .forecast-modifier-table .modifier-row .column-directs, .forecast-modifier-table .modifier-row .projections-controls-row .column-directs, .projections-controls-row .forecast-modifier-table .modifier-row .column-percentage, .forecast-modifier-table .modifier-row .projections-controls-row .column-percentage {
    width: 14%;
  }
}
.projections-controls-row .value-display {
  background: transparent;
  border-radius: 2px;
  color: #416477;
  font-weight: 700;
  margin: 0.35rem 0;
  padding: 0.35rem;
  position: relative;
  text-align: right;
}
.projections-controls-row .value-display.percent {
  padding-right: 1.5rem;
}
.projections-controls-row .value-display.percent:after {
  content: "%";
  color: #889CAC;
  font-weight: 700;
  position: absolute;
  right: 0.45rem;
}
.projections-controls-row .value-display.money {
  padding-left: 1.5rem;
}
.projections-controls-row .value-display.money:after {
  content: "$";
  color: #889CAC;
  font-weight: 700;
  position: absolute;
  left: 0.45rem;
}
.projections-controls-row .percent-input-wrapper {
  margin: 0.15rem 0 0;
}
.projections-controls-row .percent-input-wrapper .input-wrapper [type=color], .projections-controls-row .percent-input-wrapper .input-wrapper [type=date], .projections-controls-row .percent-input-wrapper .input-wrapper [type=datetime], .projections-controls-row .percent-input-wrapper .input-wrapper [type=datetime-local], .projections-controls-row .percent-input-wrapper .input-wrapper [type=email], .projections-controls-row .percent-input-wrapper .input-wrapper [type=month], .projections-controls-row .percent-input-wrapper .input-wrapper [type=number], .projections-controls-row .percent-input-wrapper .input-wrapper [type=password], .projections-controls-row .percent-input-wrapper .input-wrapper [type=search], .projections-controls-row .percent-input-wrapper .input-wrapper [type=tel], .projections-controls-row .percent-input-wrapper .input-wrapper [type=text], .projections-controls-row .percent-input-wrapper .input-wrapper [type=time], .projections-controls-row .percent-input-wrapper .input-wrapper [type=url], .projections-controls-row .percent-input-wrapper .input-wrapper [type=week], .projections-controls-row .percent-input-wrapper .input-wrapper input:not([type]), .projections-controls-row .percent-input-wrapper .input-wrapper textarea {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px dotted #D7DEE3;
  max-width: 100%;
  padding: 0.25rem 1.25rem 0.25rem 0.35rem;
  text-align: right;
  width: 100%;
}
.projections-controls-row .percent-input-wrapper .input-wrapper [type=color]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=date]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=datetime]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=datetime-local]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=email]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=month]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=number]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=password]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=search]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=tel]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=text]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=time]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=url]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=week]:focus, .projections-controls-row .percent-input-wrapper .input-wrapper input:not([type]):focus, .projections-controls-row .percent-input-wrapper .input-wrapper textarea:focus, .projections-controls-row .percent-input-wrapper .input-wrapper [type=color]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=date]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=datetime]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=datetime-local]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=email]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=month]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=number]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=password]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=search]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=tel]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=text]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=time]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=url]:active, .projections-controls-row .percent-input-wrapper .input-wrapper [type=week]:active, .projections-controls-row .percent-input-wrapper .input-wrapper input:not([type]):active, .projections-controls-row .percent-input-wrapper .input-wrapper textarea:active {
  border-bottom-color: #889CAC;
  cursor: text;
}
.projections-controls-row .percent-input-wrapper .input-wrapper:after {
  color: #889CAC;
  font-weight: 700;
  right: 0.35rem;
}
.projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=color], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=date], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=datetime], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=datetime-local], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=email], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=month], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=number], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=password], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=search], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=tel], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=text], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=time], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=url], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive [type=week], .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive input:not([type]), .projections-controls-row .percent-input-wrapper .input-wrapper.value-positive textarea {
  background: #e6f7f1;
  border-bottom-color: #00558C;
}
.projections-controls-row .percent-input-wrapper .input-wrapper.value-positive:after {
  color: rgba(50, 53, 57, 0.45);
}
.projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=color], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=date], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=datetime], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=datetime-local], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=email], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=month], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=number], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=password], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=search], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=tel], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=text], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=time], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=url], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative [type=week], .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative input:not([type]), .projections-controls-row .percent-input-wrapper .input-wrapper.value-negative textarea {
  background: #feeeee;
  border-bottom-color: #F95050;
}
.projections-controls-row .percent-input-wrapper .input-wrapper.value-negative:after {
  color: rgba(50, 53, 57, 0.45);
}

.projections-controls-table {
  display: inline-block;
  float: left;
  min-width: 575px;
  padding: 0 0.75rem 0 0;
  width: calc(99% - 40rem);
  width: 575px;
}
.projections-controls-table .table-controls {
  border-bottom: 1px solid #D7DEE3;
  border-left: 1px solid #D7DEE3;
  border-right: 1px solid #D7DEE3;
  padding: 0.5rem 0.75rem;
}
.projections-controls-table .controls-wrapper {
  background: #ffffff;
  border: 1px solid #D7DEE3;
  border-top: none;
  display: block;
}
.projections-controls-table .label-row {
  padding: 0.5rem 0 0.5rem 5.5rem;
}
.projections-controls-table .label-row label {
  display: inline-block;
  padding: 0 0.25rem;
  max-width: 7.5rem;
  min-width: 6.85rem;
  width: 14%;
}
.projections-controls-table .label-row label.text-input-column {
  text-align: right;
  max-width: 5.95rem;
  min-width: 3.5rem;
  width: 10%;
}
@media screen and (max-width: 1100px) {
  .projections-controls-table .label-row {
    padding: 0.5rem 0 0.5rem 11rem;
  }
  .projections-controls-table .label-row label.text-input-column {
    max-width: none;
    width: 10.6%;
  }
}
.projections-controls-table .table-controls span {
  color: #889CAC;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  margin-right: 1rem;
}
.projections-controls-table .table-controls span.active, .projections-controls-table .table-controls span:hover, .projections-controls-table .table-controls span:focus, .projections-controls-table .table-controls span:active {
  color: #00558C;
}
.projections-controls-table .table-controls span.active i, .projections-controls-table .table-controls span:hover i, .projections-controls-table .table-controls span:focus i, .projections-controls-table .table-controls span:active i {
  cursor: default;
}
.projections-controls-table .table-controls span i {
  color: #9CB0C0;
  cursor: default;
}
@media screen and (max-width: 1100px) {
  .projections-controls-table {
    width: 100%;
  }
}

.recruitment-faculty-table .table-grid {
  display: grid;
  grid-template-columns: 1fr 14rem;
  min-height: 360px;
}
.recruitment-faculty-table .table-grid .recruitment-left {
  background: #ffffff;
  padding: 1rem 1rem 0 1rem;
}
.recruitment-faculty-table .table-grid .recruitment-left .sponsor-row {
  margin-top: 1rem;
}
.recruitment-faculty-table .table-grid .recruitment-right {
  border-left: 1px solid #D7DEE3;
  padding: 0 0.25rem 0.75rem;
}
.recruitment-faculty-table .table-grid .recruit-row-label {
  color: #416477;
}
.recruitment-faculty-table p {
  margin: 0;
}
.recruitment-faculty-table table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}
.recruitment-faculty-table table th {
  color: #9CB0C0;
}
.recruitment-faculty-table table th.dark {
  color: #416477;
}
.recruitment-faculty-table table tbody tr {
  margin: 0.25rem 0;
}
.recruitment-faculty-table table tbody tr td {
  padding: 0.75rem 0;
}
.recruitment-faculty-table table tbody tr.has-total {
  border-top: 1px solid #D7DEE3;
}
.recruitment-faculty-table table .text-left {
  text-align: left;
}
.recruitment-faculty-table table .text-center {
  text-align: center;
}
.recruitment-faculty-table table .text-right {
  text-align: right;
}
.recruitment-faculty-table table .text-small {
  font-size: 0.9rem;
}
.recruitment-faculty-table select.text-left {
  margin-left: 0;
}
.recruitment-faculty-table select.margin-top {
  margin-top: 0.33rem;
}
.recruitment-faculty-table .label-wrapper {
  margin-bottom: 0.5rem;
}
.recruitment-faculty-table .row.margin-bottom {
  margin-bottom: 0.33rem;
}
.recruitment-faculty-table .recruit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}
.recruitment-faculty-table .recruit-row-value {
  font-size: 0.85rem;
  display: inline-block;
}
.recruitment-faculty-table .section, .recruitment-faculty-table .lt-expanded-row .row-expanded--active .active-mega-box .section--data, .lt-expanded-row .row-expanded--active .active-mega-box .recruitment-faculty-table .section--data, .recruitment-faculty-table .lt-expanded-row .row-expanded--active .active-mega-box .section--label, .lt-expanded-row .row-expanded--active .active-mega-box .recruitment-faculty-table .section--label {
  padding: 0.66rem;
}
.recruitment-faculty-table .section--white {
  background: #ffffff;
}
.recruitment-faculty-table .year-label {
  font-size: 0.85rem;
  margin-right: 0.15rem;
  text-align: right;
}
.recruitment-faculty-table .recruit-row-value,
.recruitment-faculty-table .money-input-wrapper,
.recruitment-faculty-table .money-input-wrapper--no-margin,
.recruitment-faculty-table .percent-input-wrapper {
  margin: 0.5rem 0;
}
.recruitment-faculty-table .recruit-row-value .input-wrapper [type=color], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=date], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=datetime], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=datetime-local], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=email], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=month], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=number], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=password], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=search], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=tel], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=text], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=time], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=url], .recruitment-faculty-table .recruit-row-value .input-wrapper [type=week], .recruitment-faculty-table .recruit-row-value .input-wrapper input:not([type]), .recruitment-faculty-table .recruit-row-value .input-wrapper textarea,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=color],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=color],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=date],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=date],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=datetime],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=datetime],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=datetime-local],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=datetime-local],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=email],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=email],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=month],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=month],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=number],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=number],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=password],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=password],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=search],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=search],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=tel],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=tel],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=text],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=text],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=time],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=time],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=url],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=url],
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=week],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=week],
.recruitment-faculty-table .money-input-wrapper .input-wrapper input:not([type]),
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper input:not([type]),
.recruitment-faculty-table .money-input-wrapper .input-wrapper textarea,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper textarea,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=color],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=date],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=datetime],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=datetime-local],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=email],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=month],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=number],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=password],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=search],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=tel],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=text],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=time],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=url],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=week],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper input:not([type]),
.recruitment-faculty-table .percent-input-wrapper .input-wrapper textarea {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px dotted #D7DEE3;
  max-width: 100%;
  padding: 0.25rem 0.25rem 0.25rem 0.35rem;
  text-align: right;
  width: 100%;
}
.recruitment-faculty-table .recruit-row-value .input-wrapper [type=color]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=date]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=datetime]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=datetime-local]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=email]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=month]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=number]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=password]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=search]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=tel]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=text]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=time]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=url]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=week]:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper input:not([type]):focus, .recruitment-faculty-table .recruit-row-value .input-wrapper textarea:focus, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=color]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=date]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=datetime]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=datetime-local]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=email]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=month]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=number]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=password]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=search]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=tel]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=text]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=time]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=url]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper [type=week]:active, .recruitment-faculty-table .recruit-row-value .input-wrapper input:not([type]):active, .recruitment-faculty-table .recruit-row-value .input-wrapper textarea:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=color]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=color]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=date]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=date]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=datetime]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=datetime]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=datetime-local]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=datetime-local]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=email]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=email]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=month]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=month]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=number]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=number]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=password]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=password]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=search]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=search]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=tel]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=tel]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=text]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=text]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=time]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=time]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=url]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=url]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=week]:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=week]:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper input:not([type]):focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper input:not([type]):focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper textarea:focus,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper textarea:focus,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=color]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=color]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=date]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=date]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=datetime]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=datetime]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=datetime-local]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=datetime-local]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=email]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=email]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=month]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=month]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=number]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=number]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=password]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=password]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=search]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=search]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=tel]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=tel]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=text]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=text]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=time]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=time]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=url]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=url]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper [type=week]:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper [type=week]:active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper input:not([type]):active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper input:not([type]):active,
.recruitment-faculty-table .money-input-wrapper .input-wrapper textarea:active,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper textarea:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=color]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=date]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=datetime]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=datetime-local]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=email]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=month]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=number]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=password]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=search]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=tel]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=text]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=time]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=url]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=week]:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper input:not([type]):focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper textarea:focus,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=color]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=date]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=datetime]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=datetime-local]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=email]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=month]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=number]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=password]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=search]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=tel]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=text]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=time]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=url]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper [type=week]:active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper input:not([type]):active,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper textarea:active {
  border-bottom-color: #889CAC;
  cursor: text;
}
.recruitment-faculty-table .recruit-row-value .input-wrapper:after,
.recruitment-faculty-table .money-input-wrapper .input-wrapper:after,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper:after,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper:after {
  color: #889CAC;
  font-weight: 700;
  right: 0.35rem;
}
.recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=color], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=date], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=datetime], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=datetime-local], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=email], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=month], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=number], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=password], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=search], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=tel], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=text], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=time], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=url], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive [type=week], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive input:not([type]), .recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive textarea,
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=color],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=color],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=date],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=date],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=datetime],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=datetime],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=datetime-local],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=datetime-local],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=email],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=email],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=month],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=month],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=number],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=number],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=password],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=password],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=search],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=search],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=tel],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=tel],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=text],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=text],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=time],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=time],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=url],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=url],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive [type=week],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive [type=week],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive input:not([type]),
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive input:not([type]),
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive textarea,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive textarea,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=color],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=date],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=datetime],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=datetime-local],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=email],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=month],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=number],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=password],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=search],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=tel],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=text],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=time],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=url],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive [type=week],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive input:not([type]),
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive textarea {
  background: #e6f7f1;
  border-bottom-color: #00AA6E;
}
.recruitment-faculty-table .recruit-row-value .input-wrapper.value-positive:after,
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-positive:after,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-positive:after,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-positive:after {
  color: rgba(50, 53, 57, 0.45);
}
.recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=color], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=date], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=datetime], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=datetime-local], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=email], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=month], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=number], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=password], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=search], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=tel], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=text], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=time], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=url], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative [type=week], .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative input:not([type]), .recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative textarea,
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=color],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=color],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=date],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=date],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=datetime],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=datetime],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=datetime-local],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=datetime-local],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=email],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=email],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=month],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=month],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=number],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=number],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=password],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=password],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=search],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=search],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=tel],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=tel],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=text],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=text],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=time],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=time],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=url],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=url],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative [type=week],
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative [type=week],
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative input:not([type]),
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative input:not([type]),
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative textarea,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative textarea,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=color],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=date],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=datetime],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=datetime-local],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=email],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=month],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=number],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=password],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=search],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=tel],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=text],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=time],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=url],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative [type=week],
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative input:not([type]),
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative textarea {
  background: #feeeee;
  border-bottom-color: #F95050;
}
.recruitment-faculty-table .recruit-row-value .input-wrapper.value-negative:after,
.recruitment-faculty-table .money-input-wrapper .input-wrapper.value-negative:after,
.recruitment-faculty-table .money-input-wrapper--no-margin .input-wrapper.value-negative:after,
.recruitment-faculty-table .percent-input-wrapper .input-wrapper.value-negative:after {
  color: rgba(50, 53, 57, 0.45);
}
.recruitment-faculty-table .recruit-row-value {
  margin: 0.25rem 0;
}
.recruitment-faculty-table .recruit-row-value .input-wrapper input {
  margin: 0;
  text-align: right;
  padding: 0 !important;
}
.recruitment-faculty-table .text-strong {
  font-weight: 900;
}

.lt-expanded-row {
  border-bottom: 1px solid #D7DEE3;
  background: #ffffff;
}
.lt-expanded-row:hover {
  background: #ffffff !important;
}
.lt-expanded-row .row-expanded .expanded-label-row, .lt-expanded-row .row-expanded--active .expanded-label-row, .lt-expanded-row .row-expanded--pending .expanded-label-row {
  padding: 0.25rem 0 0.75rem;
}
.lt-expanded-row .row-expanded p, .lt-expanded-row .row-expanded--active p, .lt-expanded-row .row-expanded--pending p {
  color: #323539;
  margin: 0;
}
.lt-expanded-row .row-expanded--pending .data-row {
  border-top: 1px solid #D7DEE3;
  padding: 0.75rem 0;
}
.lt-expanded-row .row-expanded--pending .data-row:hover {
  background: #FAFBFB;
}
.lt-expanded-row .row-expanded--pending .data-row .checkbox-item {
  margin: 0.25rem 0;
}
.lt-expanded-row .row-expanded--active .active-mega-box {
  border: 1px solid #D7DEE3;
  position: relative;
}
.lt-expanded-row .row-expanded--active .active-mega-box .notes {
  background: #ffffff;
  display: block;
  height: 100%;
  padding: 0.5rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section, .lt-expanded-row .row-expanded--active .active-mega-box .section--data, .lt-expanded-row .row-expanded--active .active-mega-box .section--label {
  display: inline-block;
  padding: 0.5rem;
  position: relative;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--label {
  min-width: 7rem;
  text-align: center;
  width: 7rem;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .future-mega-grants-backlog .label-row p.label-fy, .future-mega-grants-backlog .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-fy, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .future-mega-grants-backlog .label-row p.label-count, .future-mega-grants-backlog .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-count, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .future-mega-grants-backlog .label-row p.label-adjustment, .future-mega-grants-backlog .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-adjustment, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .mega-grant-status-table .label-row p.label-status, .mega-grant-status-table .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-status, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .mega-grant-status-table .label-row p.label-adjustment, .mega-grant-status-table .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-adjustment, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .mega-grant-status-table .label-row p.label-directs, .mega-grant-status-table .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-directs, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .mega-grant-status-table .label-row p.label-indirects, .mega-grant-status-table .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-indirects, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .mega-grant-status-table .label-row p.label-count, .mega-grant-status-table .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-count, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .forecast-modifier-table .label-row p.label-sponsor, .forecast-modifier-table .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-sponsor, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .forecast-modifier-table .label-row p.label-directs, .forecast-modifier-table .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-directs, .lt-expanded-row .row-expanded--active .active-mega-box .section--label .forecast-modifier-table .label-row p.label-percentage, .forecast-modifier-table .label-row .lt-expanded-row .row-expanded--active .active-mega-box .section--label p.label-percentage {
  color: #416477;
  margin-bottom: 1rem;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--label .data {
  text-align: right;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--label .data label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data {
  width: calc(99% - 7rem);
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .label-row label {
  display: inline-block;
  text-align: right;
  width: 13.5%;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .label-row label.remaining-input {
  margin-left: 4.5rem;
  width: 10.65rem;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row {
  padding: 0.5rem 0 0;
  position: relative;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row label {
  display: inline-block;
  padding-right: 0.5rem;
  text-align: right;
  width: 5rem;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .ember-view {
  display: inline-block;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin {
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  width: 13.5%;
  margin: 0;
  width: auto;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper .input-wrapper, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin .input-wrapper {
  margin: 0;
  width: auto;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper .input-wrapper:after, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin .input-wrapper:after {
  color: #9CB0C0;
  font-weight: 600;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=color], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=color], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=date], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=date], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=datetime], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=datetime], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=datetime-local], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=datetime-local], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=email], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=email], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=month], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=month], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=number], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=number], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=password], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=password], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=search], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=search], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=tel], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=tel], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=text], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=text], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=time], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=time], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=url], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=url], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=week], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=week], .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper input:not([type]), .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin input:not([type]), .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper textarea, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin textarea {
  width: 10rem;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px dotted #D7DEE3;
  margin: 0;
  max-width: 100%;
  padding: 0 0 0.25rem 0.25rem;
  text-align: right;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=color]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=color]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=date]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=date]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=datetime]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=datetime]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=datetime-local]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=datetime-local]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=email]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=email]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=month]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=month]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=number]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=number]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=password]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=password]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=search]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=search]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=tel]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=tel]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=text]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=text]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=time]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=time]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=url]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=url]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=week]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=week]:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper input:not([type]):active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin input:not([type]):active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper textarea:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin textarea:active, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=color]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=color]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=date]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=date]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=datetime]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=datetime]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=datetime-local]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=datetime-local]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=email]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=email]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=month]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=month]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=number]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=number]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=password]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=password]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=search]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=search]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=tel]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=tel]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=text]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=text]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=time]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=time]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=url]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=url]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper [type=week]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin [type=week]:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper input:not([type]):focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin input:not([type]):focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper textarea:focus, .lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .money-input-wrapper--no-margin textarea:focus {
  border-bottom-color: #889CAC;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .overide-data {
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  width: 13.5%;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row.is-saving .overide-data {
  opacity: 0.65;
}
.lt-expanded-row .row-expanded--active .active-mega-box .section--data .data-row .loading-animation {
  left: 7rem;
  position: absolute;
  top: 0.65rem;
}
.lt-expanded-row .row-expanded--active .active-mega-box.active .notes {
  display: none;
}
.lt-expanded-row .row-expanded--active .active-mega-box.override-box .section--data {
  border-left: 1px solid #D7DEE3;
}
.lt-expanded-row .row-expanded--active .active-mega-box.renewal-box .section--label {
  border-right: 1px solid #D7DEE3;
}

.select-group-dropdown-wrapper {
  display: inline-block;
  position: relative;
}
.select-group-dropdown-wrapper .select-group-trigger {
  background-color: #ffffff;
  background-image: url("https://s3.amazonaws.com/b3i.analytics.web.app.assets.testing/img/dropdown-arrows-f045d9083700b49726ad16bd19594372.svg");
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  display: inline-block;
  color: #416477;
  cursor: pointer;
  font-family: "Lato", "Helvetica", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75rem calc(0.75rem + 10px) 0.75rem 0.75rem;
  width: 14rem;
}
.select-group-dropdown-wrapper .select-group-trigger.department-variable-width {
  width: auto;
  min-width: 14rem;
  max-width: 25rem;
}
.select-group-dropdown-wrapper .select-group-trigger.highlight-change {
  background: #cceee2;
  color: #00AA6E;
}
.select-group-dropdown-wrapper .select-group-trigger.full-width {
  width: 100%;
}
.select-group-dropdown-wrapper .select-group-trigger.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-group-dropdown-wrapper .select-group-trigger.disabled {
  background: #FAFBFB;
  color: #889CAC;
  background-image: none;
}
.select-group-dropdown-wrapper .select-group-options {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  display: inline-block;
  font-weight: 400;
  left: 0;
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
  padding: 0.5rem 0.75rem;
  position: absolute;
  text-align: left;
  width: 100%;
  z-index: 9;
}
.select-group-dropdown-wrapper .select-group-options.department-variable-width {
  min-width: 25rem;
}
.select-group-dropdown-wrapper .select-group-options span {
  color: #416477;
  display: block;
  margin: 0.25rem 0;
  padding: 0.25rem 0 0.25rem 0.75rem;
  text-decoration: none;
  cursor: pointer;
}
.select-group-dropdown-wrapper .select-group-options span.group-header {
  font-weight: 700;
  padding: 0.25rem 0;
}

.split-bar-chart-wrapper .chart-label-row {
  padding: 0 0 0.5rem 0;
}
.split-bar-chart-wrapper .chart-label-row .chart-label, .split-bar-chart-wrapper .chart-label-row .chart-label-right, .split-bar-chart-wrapper .chart-label-row .chart-label-left {
  padding: 0 0.65rem;
  position: relative;
}
.split-bar-chart-wrapper .chart-label-row .chart-label:before, .split-bar-chart-wrapper .chart-label-row .chart-label-right:before, .split-bar-chart-wrapper .chart-label-row .chart-label-left:before {
  content: "";
  background: #D7DEE3;
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.15rem;
  width: 0.35rem;
}
.split-bar-chart-wrapper .chart-label-row .chart-label-left {
  float: left;
}
.split-bar-chart-wrapper .chart-label-row .chart-label-left:before {
  background: #71C5E8;
}
.split-bar-chart-wrapper .chart-label-row .chart-label-right:before {
  background: #F1BE48;
}
.split-bar-chart-wrapper .chart-bar {
  background: #F1BE48;
  border-radius: 2px;
  display: block;
  height: 1rem;
  overflow: hidden;
  width: 100%;
}
.split-bar-chart-wrapper .chart-bar .fill, .split-bar-chart-wrapper .chart-bar .fill-100, .split-bar-chart-wrapper .chart-bar .fill-99, .split-bar-chart-wrapper .chart-bar .fill-98, .split-bar-chart-wrapper .chart-bar .fill-97, .split-bar-chart-wrapper .chart-bar .fill-96, .split-bar-chart-wrapper .chart-bar .fill-95, .split-bar-chart-wrapper .chart-bar .fill-94, .split-bar-chart-wrapper .chart-bar .fill-93, .split-bar-chart-wrapper .chart-bar .fill-92, .split-bar-chart-wrapper .chart-bar .fill-91, .split-bar-chart-wrapper .chart-bar .fill-90, .split-bar-chart-wrapper .chart-bar .fill-89, .split-bar-chart-wrapper .chart-bar .fill-88, .split-bar-chart-wrapper .chart-bar .fill-87, .split-bar-chart-wrapper .chart-bar .fill-86, .split-bar-chart-wrapper .chart-bar .fill-85, .split-bar-chart-wrapper .chart-bar .fill-84, .split-bar-chart-wrapper .chart-bar .fill-83, .split-bar-chart-wrapper .chart-bar .fill-82, .split-bar-chart-wrapper .chart-bar .fill-81, .split-bar-chart-wrapper .chart-bar .fill-80, .split-bar-chart-wrapper .chart-bar .fill-79, .split-bar-chart-wrapper .chart-bar .fill-78, .split-bar-chart-wrapper .chart-bar .fill-77, .split-bar-chart-wrapper .chart-bar .fill-76, .split-bar-chart-wrapper .chart-bar .fill-75, .split-bar-chart-wrapper .chart-bar .fill-74, .split-bar-chart-wrapper .chart-bar .fill-73, .split-bar-chart-wrapper .chart-bar .fill-72, .split-bar-chart-wrapper .chart-bar .fill-71, .split-bar-chart-wrapper .chart-bar .fill-70, .split-bar-chart-wrapper .chart-bar .fill-69, .split-bar-chart-wrapper .chart-bar .fill-68, .split-bar-chart-wrapper .chart-bar .fill-67, .split-bar-chart-wrapper .chart-bar .fill-66, .split-bar-chart-wrapper .chart-bar .fill-65, .split-bar-chart-wrapper .chart-bar .fill-64, .split-bar-chart-wrapper .chart-bar .fill-63, .split-bar-chart-wrapper .chart-bar .fill-62, .split-bar-chart-wrapper .chart-bar .fill-61, .split-bar-chart-wrapper .chart-bar .fill-60, .split-bar-chart-wrapper .chart-bar .fill-59, .split-bar-chart-wrapper .chart-bar .fill-58, .split-bar-chart-wrapper .chart-bar .fill-57, .split-bar-chart-wrapper .chart-bar .fill-56, .split-bar-chart-wrapper .chart-bar .fill-55, .split-bar-chart-wrapper .chart-bar .fill-54, .split-bar-chart-wrapper .chart-bar .fill-53, .split-bar-chart-wrapper .chart-bar .fill-52, .split-bar-chart-wrapper .chart-bar .fill-51, .split-bar-chart-wrapper .chart-bar .fill-50, .split-bar-chart-wrapper .chart-bar .fill-49, .split-bar-chart-wrapper .chart-bar .fill-48, .split-bar-chart-wrapper .chart-bar .fill-47, .split-bar-chart-wrapper .chart-bar .fill-46, .split-bar-chart-wrapper .chart-bar .fill-45, .split-bar-chart-wrapper .chart-bar .fill-44, .split-bar-chart-wrapper .chart-bar .fill-43, .split-bar-chart-wrapper .chart-bar .fill-42, .split-bar-chart-wrapper .chart-bar .fill-41, .split-bar-chart-wrapper .chart-bar .fill-40, .split-bar-chart-wrapper .chart-bar .fill-39, .split-bar-chart-wrapper .chart-bar .fill-38, .split-bar-chart-wrapper .chart-bar .fill-37, .split-bar-chart-wrapper .chart-bar .fill-36, .split-bar-chart-wrapper .chart-bar .fill-35, .split-bar-chart-wrapper .chart-bar .fill-34, .split-bar-chart-wrapper .chart-bar .fill-33, .split-bar-chart-wrapper .chart-bar .fill-32, .split-bar-chart-wrapper .chart-bar .fill-31, .split-bar-chart-wrapper .chart-bar .fill-30, .split-bar-chart-wrapper .chart-bar .fill-29, .split-bar-chart-wrapper .chart-bar .fill-28, .split-bar-chart-wrapper .chart-bar .fill-27, .split-bar-chart-wrapper .chart-bar .fill-26, .split-bar-chart-wrapper .chart-bar .fill-25, .split-bar-chart-wrapper .chart-bar .fill-24, .split-bar-chart-wrapper .chart-bar .fill-23, .split-bar-chart-wrapper .chart-bar .fill-22, .split-bar-chart-wrapper .chart-bar .fill-21, .split-bar-chart-wrapper .chart-bar .fill-20, .split-bar-chart-wrapper .chart-bar .fill-19, .split-bar-chart-wrapper .chart-bar .fill-18, .split-bar-chart-wrapper .chart-bar .fill-17, .split-bar-chart-wrapper .chart-bar .fill-16, .split-bar-chart-wrapper .chart-bar .fill-15, .split-bar-chart-wrapper .chart-bar .fill-14, .split-bar-chart-wrapper .chart-bar .fill-13, .split-bar-chart-wrapper .chart-bar .fill-12, .split-bar-chart-wrapper .chart-bar .fill-11, .split-bar-chart-wrapper .chart-bar .fill-10, .split-bar-chart-wrapper .chart-bar .fill-9, .split-bar-chart-wrapper .chart-bar .fill-8, .split-bar-chart-wrapper .chart-bar .fill-7, .split-bar-chart-wrapper .chart-bar .fill-6, .split-bar-chart-wrapper .chart-bar .fill-5, .split-bar-chart-wrapper .chart-bar .fill-4, .split-bar-chart-wrapper .chart-bar .fill-3, .split-bar-chart-wrapper .chart-bar .fill-2, .split-bar-chart-wrapper .chart-bar .fill-1, .split-bar-chart-wrapper .chart-bar .fill-0 {
  background: #71C5E8;
  display: inline-block;
  float: left;
  height: 100%;
  position: relative;
  width: 60%;
}
.split-bar-chart-wrapper .chart-bar .fill:after, .split-bar-chart-wrapper .chart-bar .fill-100:after, .split-bar-chart-wrapper .chart-bar .fill-99:after, .split-bar-chart-wrapper .chart-bar .fill-98:after, .split-bar-chart-wrapper .chart-bar .fill-97:after, .split-bar-chart-wrapper .chart-bar .fill-96:after, .split-bar-chart-wrapper .chart-bar .fill-95:after, .split-bar-chart-wrapper .chart-bar .fill-94:after, .split-bar-chart-wrapper .chart-bar .fill-93:after, .split-bar-chart-wrapper .chart-bar .fill-92:after, .split-bar-chart-wrapper .chart-bar .fill-91:after, .split-bar-chart-wrapper .chart-bar .fill-90:after, .split-bar-chart-wrapper .chart-bar .fill-89:after, .split-bar-chart-wrapper .chart-bar .fill-88:after, .split-bar-chart-wrapper .chart-bar .fill-87:after, .split-bar-chart-wrapper .chart-bar .fill-86:after, .split-bar-chart-wrapper .chart-bar .fill-85:after, .split-bar-chart-wrapper .chart-bar .fill-84:after, .split-bar-chart-wrapper .chart-bar .fill-83:after, .split-bar-chart-wrapper .chart-bar .fill-82:after, .split-bar-chart-wrapper .chart-bar .fill-81:after, .split-bar-chart-wrapper .chart-bar .fill-80:after, .split-bar-chart-wrapper .chart-bar .fill-79:after, .split-bar-chart-wrapper .chart-bar .fill-78:after, .split-bar-chart-wrapper .chart-bar .fill-77:after, .split-bar-chart-wrapper .chart-bar .fill-76:after, .split-bar-chart-wrapper .chart-bar .fill-75:after, .split-bar-chart-wrapper .chart-bar .fill-74:after, .split-bar-chart-wrapper .chart-bar .fill-73:after, .split-bar-chart-wrapper .chart-bar .fill-72:after, .split-bar-chart-wrapper .chart-bar .fill-71:after, .split-bar-chart-wrapper .chart-bar .fill-70:after, .split-bar-chart-wrapper .chart-bar .fill-69:after, .split-bar-chart-wrapper .chart-bar .fill-68:after, .split-bar-chart-wrapper .chart-bar .fill-67:after, .split-bar-chart-wrapper .chart-bar .fill-66:after, .split-bar-chart-wrapper .chart-bar .fill-65:after, .split-bar-chart-wrapper .chart-bar .fill-64:after, .split-bar-chart-wrapper .chart-bar .fill-63:after, .split-bar-chart-wrapper .chart-bar .fill-62:after, .split-bar-chart-wrapper .chart-bar .fill-61:after, .split-bar-chart-wrapper .chart-bar .fill-60:after, .split-bar-chart-wrapper .chart-bar .fill-59:after, .split-bar-chart-wrapper .chart-bar .fill-58:after, .split-bar-chart-wrapper .chart-bar .fill-57:after, .split-bar-chart-wrapper .chart-bar .fill-56:after, .split-bar-chart-wrapper .chart-bar .fill-55:after, .split-bar-chart-wrapper .chart-bar .fill-54:after, .split-bar-chart-wrapper .chart-bar .fill-53:after, .split-bar-chart-wrapper .chart-bar .fill-52:after, .split-bar-chart-wrapper .chart-bar .fill-51:after, .split-bar-chart-wrapper .chart-bar .fill-50:after, .split-bar-chart-wrapper .chart-bar .fill-49:after, .split-bar-chart-wrapper .chart-bar .fill-48:after, .split-bar-chart-wrapper .chart-bar .fill-47:after, .split-bar-chart-wrapper .chart-bar .fill-46:after, .split-bar-chart-wrapper .chart-bar .fill-45:after, .split-bar-chart-wrapper .chart-bar .fill-44:after, .split-bar-chart-wrapper .chart-bar .fill-43:after, .split-bar-chart-wrapper .chart-bar .fill-42:after, .split-bar-chart-wrapper .chart-bar .fill-41:after, .split-bar-chart-wrapper .chart-bar .fill-40:after, .split-bar-chart-wrapper .chart-bar .fill-39:after, .split-bar-chart-wrapper .chart-bar .fill-38:after, .split-bar-chart-wrapper .chart-bar .fill-37:after, .split-bar-chart-wrapper .chart-bar .fill-36:after, .split-bar-chart-wrapper .chart-bar .fill-35:after, .split-bar-chart-wrapper .chart-bar .fill-34:after, .split-bar-chart-wrapper .chart-bar .fill-33:after, .split-bar-chart-wrapper .chart-bar .fill-32:after, .split-bar-chart-wrapper .chart-bar .fill-31:after, .split-bar-chart-wrapper .chart-bar .fill-30:after, .split-bar-chart-wrapper .chart-bar .fill-29:after, .split-bar-chart-wrapper .chart-bar .fill-28:after, .split-bar-chart-wrapper .chart-bar .fill-27:after, .split-bar-chart-wrapper .chart-bar .fill-26:after, .split-bar-chart-wrapper .chart-bar .fill-25:after, .split-bar-chart-wrapper .chart-bar .fill-24:after, .split-bar-chart-wrapper .chart-bar .fill-23:after, .split-bar-chart-wrapper .chart-bar .fill-22:after, .split-bar-chart-wrapper .chart-bar .fill-21:after, .split-bar-chart-wrapper .chart-bar .fill-20:after, .split-bar-chart-wrapper .chart-bar .fill-19:after, .split-bar-chart-wrapper .chart-bar .fill-18:after, .split-bar-chart-wrapper .chart-bar .fill-17:after, .split-bar-chart-wrapper .chart-bar .fill-16:after, .split-bar-chart-wrapper .chart-bar .fill-15:after, .split-bar-chart-wrapper .chart-bar .fill-14:after, .split-bar-chart-wrapper .chart-bar .fill-13:after, .split-bar-chart-wrapper .chart-bar .fill-12:after, .split-bar-chart-wrapper .chart-bar .fill-11:after, .split-bar-chart-wrapper .chart-bar .fill-10:after, .split-bar-chart-wrapper .chart-bar .fill-9:after, .split-bar-chart-wrapper .chart-bar .fill-8:after, .split-bar-chart-wrapper .chart-bar .fill-7:after, .split-bar-chart-wrapper .chart-bar .fill-6:after, .split-bar-chart-wrapper .chart-bar .fill-5:after, .split-bar-chart-wrapper .chart-bar .fill-4:after, .split-bar-chart-wrapper .chart-bar .fill-3:after, .split-bar-chart-wrapper .chart-bar .fill-2:after, .split-bar-chart-wrapper .chart-bar .fill-1:after, .split-bar-chart-wrapper .chart-bar .fill-0:after {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #71C5E8 transparent transparent;
  border-width: 1rem 1rem 0;
  position: absolute;
  right: -1rem;
}
.split-bar-chart-wrapper .chart-bar .fill-0 {
  width: calc(0*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-1 {
  width: calc(1*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-2 {
  width: calc(2*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-3 {
  width: calc(3*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-4 {
  width: calc(4*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-5 {
  width: calc(5*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-6 {
  width: calc(6*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-7 {
  width: calc(7*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-8 {
  width: calc(8*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-9 {
  width: calc(9*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-10 {
  width: calc(10*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-11 {
  width: calc(11*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-12 {
  width: calc(12*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-13 {
  width: calc(13*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-14 {
  width: calc(14*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-15 {
  width: calc(15*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-16 {
  width: calc(16*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-17 {
  width: calc(17*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-18 {
  width: calc(18*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-19 {
  width: calc(19*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-20 {
  width: calc(20*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-21 {
  width: calc(21*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-22 {
  width: calc(22*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-23 {
  width: calc(23*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-24 {
  width: calc(24*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-25 {
  width: calc(25*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-26 {
  width: calc(26*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-27 {
  width: calc(27*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-28 {
  width: calc(28*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-29 {
  width: calc(29*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-30 {
  width: calc(30*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-31 {
  width: calc(31*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-32 {
  width: calc(32*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-33 {
  width: calc(33*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-34 {
  width: calc(34*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-35 {
  width: calc(35*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-36 {
  width: calc(36*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-37 {
  width: calc(37*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-38 {
  width: calc(38*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-39 {
  width: calc(39*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-40 {
  width: calc(40*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-41 {
  width: calc(41*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-42 {
  width: calc(42*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-43 {
  width: calc(43*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-44 {
  width: calc(44*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-45 {
  width: calc(45*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-46 {
  width: calc(46*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-47 {
  width: calc(47*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-48 {
  width: calc(48*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-49 {
  width: calc(49*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-50 {
  width: calc(50*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-51 {
  width: calc(51*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-52 {
  width: calc(52*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-53 {
  width: calc(53*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-54 {
  width: calc(54*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-55 {
  width: calc(55*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-56 {
  width: calc(56*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-57 {
  width: calc(57*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-58 {
  width: calc(58*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-59 {
  width: calc(59*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-60 {
  width: calc(60*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-61 {
  width: calc(61*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-62 {
  width: calc(62*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-63 {
  width: calc(63*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-64 {
  width: calc(64*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-65 {
  width: calc(65*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-66 {
  width: calc(66*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-67 {
  width: calc(67*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-68 {
  width: calc(68*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-69 {
  width: calc(69*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-70 {
  width: calc(70*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-71 {
  width: calc(71*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-72 {
  width: calc(72*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-73 {
  width: calc(73*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-74 {
  width: calc(74*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-75 {
  width: calc(75*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-76 {
  width: calc(76*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-77 {
  width: calc(77*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-78 {
  width: calc(78*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-79 {
  width: calc(79*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-80 {
  width: calc(80*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-81 {
  width: calc(81*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-82 {
  width: calc(82*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-83 {
  width: calc(83*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-84 {
  width: calc(84*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-85 {
  width: calc(85*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-86 {
  width: calc(86*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-87 {
  width: calc(87*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-88 {
  width: calc(88*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-89 {
  width: calc(89*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-90 {
  width: calc(90*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-91 {
  width: calc(91*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-92 {
  width: calc(92*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-93 {
  width: calc(93*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-94 {
  width: calc(94*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-95 {
  width: calc(95*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-96 {
  width: calc(96*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-97 {
  width: calc(97*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-98 {
  width: calc(98*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-99 {
  width: calc(99*1%);
}
.split-bar-chart-wrapper .chart-bar .fill-100 {
  width: calc(100*1%);
}

.save-action-bar {
  background: #ffffff;
  -webkit-box-shadow: -2px 0 17px rgba(0, 0, 0, 0.17);
          box-shadow: -2px 0 17px rgba(0, 0, 0, 0.17);
  top: -100px;
  display: block;
  left: 0;
  padding: 1rem 2rem;
  position: fixed;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.save-action-bar span.text {
  float: left;
  padding: 1rem 0;
}
.save-action-bar span.text.error {
  color: #F95050;
}
.save-action-bar span.success-message {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.save-action-bar span.success-message h2 {
  font-weight: 900;
  padding: 1rem 0;
  margin: 0;
}
.save-action-bar a {
  float: right;
  padding: 1rem 2rem;
}
.save-action-bar button {
  float: right;
  margin: 0;
  min-width: 10rem;
}
.save-action-bar.show {
  top: 68px;
}
.save-action-bar.saved {
  background: #00558C;
  text-align: center;
}

.success-message {
  background: #ccdde8;
  border-radius: 2px;
  color: #002b46;
  padding: 0.85rem;
}
.success-message h1, .success-message h2, .success-message h3, .success-message h4, .success-message h5, .success-message h6, .success-message p {
  color: #002b46;
  margin: 0 0 0.25rem;
}

.summary-card-wrapper {
  margin: 1rem 0;
}

.card.summary, .summary.card--login, .summary.card--welcome, .summary.card--border {
  display: inline-block;
  margin-bottom: 0.75rem;
  margin-right: 0.75rem;
  padding: 1rem;
}
.card.summary .card-title-area, .summary.card--login .card-title-area, .summary.card--welcome .card-title-area, .summary.card--border .card-title-area {
  height: 4.25rem;
}
.card.summary.actuals, .summary.actuals.card--login, .summary.actuals.card--welcome, .summary.actuals.card--border {
  min-width: 9rem;
  width: 10%;
}
.card.summary.ytd, .summary.ytd.card--login, .summary.ytd.card--welcome, .summary.ytd.card--border {
  min-width: 18rem;
  width: 20%;
}
.card.summary.ytd .card-title-area, .summary.ytd.card--login .card-title-area, .summary.ytd.card--welcome .card-title-area, .summary.ytd.card--border .card-title-area {
  margin-bottom: 3.5rem;
}
.card.summary.estimated, .summary.estimated.card--login, .summary.estimated.card--welcome, .summary.estimated.card--border {
  min-width: 25rem;
  width: 26%;
}
.card.summary.estimated .card-title-area, .summary.estimated.card--login .card-title-area, .summary.estimated.card--welcome .card-title-area, .summary.estimated.card--border .card-title-area {
  margin-bottom: 3.5rem;
}
.card.summary.pending, .summary.pending.card--login, .summary.pending.card--welcome, .summary.pending.card--border {
  margin-right: 0;
  min-width: 37rem;
  width: calc(99% - (0.75rem * 3) - 10% - 26% - 20%);
}
.card.summary.pending .summary-half, .summary.pending.card--login .summary-half, .summary.pending.card--welcome .summary-half, .summary.pending.card--border .summary-half {
  width: 45%;
}
.card.summary.pending .summary-half:first-child, .summary.pending.card--login .summary-half:first-child, .summary.pending.card--welcome .summary-half:first-child, .summary.pending.card--border .summary-half:first-child {
  width: calc(56% - 2rem);
}
.card.summary .row, .summary.card--login .row, .summary.card--welcome .row, .summary.card--border .row {
  min-height: 4.5rem;
  padding: 0.5rem 0;
}
.card.summary .row.no-min-height, .summary.card--login .row.no-min-height, .summary.card--welcome .row.no-min-height, .summary.card--border .row.no-min-height {
  min-height: 0;
}
.card.summary p, .summary.card--login p, .summary.card--welcome p, .summary.card--border p {
  margin: 0;
}
.card.summary p.last-imported-margin, .summary.card--login p.last-imported-margin, .summary.card--welcome p.last-imported-margin, .summary.card--border p.last-imported-margin {
  margin-bottom: calc((0.75rem * 2) + 0.95rem);
}
.card.summary label, .summary.card--login label, .summary.card--welcome label, .summary.card--border label {
  display: block;
  margin: 0 0 0.35rem 0;
}
.card.summary label .ember-view, .summary.card--login label .ember-view, .summary.card--welcome label .ember-view, .summary.card--border label .ember-view {
  position: absolute;
}
.card.summary h2, .summary.card--login h2, .summary.card--welcome h2, .summary.card--border h2 {
  font-size: 14px;
  margin: 0;
}
.card.summary .summary-half, .summary.card--login .summary-half, .summary.card--welcome .summary-half, .summary.card--border .summary-half {
  display: inline-block;
  float: left;
  width: 49%;
}
.card.summary .summary-half:first-child, .summary.card--login .summary-half:first-child, .summary.card--welcome .summary-half:first-child, .summary.card--border .summary-half:first-child {
  padding-right: 1rem;
  margin-right: 1rem;
  border-right: 1px solid #D7DEE3;
  width: calc(49% - 2rem);
}

@media (max-width: 1236px) {
  .card.summary.pending, .summary.pending.card--login, .summary.pending.card--welcome, .summary.pending.card--border {
    display: block;
    width: 100%;
  }
  .card.summary.actuals, .summary.actuals.card--login, .summary.actuals.card--welcome, .summary.actuals.card--border {
    width: 20%;
  }
  .card.summary.ytd, .summary.ytd.card--login, .summary.ytd.card--welcome, .summary.ytd.card--border {
    width: 33%;
  }
  .card.summary.estimated, .summary.estimated.card--login, .summary.estimated.card--welcome, .summary.estimated.card--border {
    width: 42%;
  }
}
.table-wrapper {
  margin: 1rem 0;
  position: relative;
}

.table-header {
  background: #00558C;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #ffffff;
  padding: 0.4rem 0.75rem 0.4rem 0;
}
.table-header span.table-title {
  color: #ffffff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  padding: 0.35rem 1rem;
}
.table-header span.table-title a {
  color: #ffffff;
  padding: 0 1rem;
}
.table-header span.table-view-options {
  display: inline-block;
  float: right;
}
.table-header span.table-view-options a {
  color: #b3ccdd;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  font-weight: 700;
  padding: 0.35rem 0.75rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.table-header span.table-view-options a:hover {
  color: #ffffff;
}
.table-header span.table-view-options a.is-active {
  color: #ffffff;
  background: #3377a3;
}
.table-header .help-icon {
  background: rgba(50, 53, 57, 0.35);
  color: #ffffff;
}

.table-controls {
  background: #FAFBFB;
  border: 1px solid #D7DEE3;
  border-top: none;
  padding: 0.75rem;
}
.table-controls.border-bottom {
  border-bottom: 1px solid #D7DEE3;
}
.table-controls.no-padding {
  padding: 0;
}
.table-controls .continue-submitting {
  display: inline-block;
  margin: 0 2rem 0 0;
}
.table-controls .field {
  padding: 0;
}
.table-controls .field input {
  margin: 0 0 0 0.5rem;
}
.table-controls .field input.search {
  min-width: 18rem;
}
.table-controls .border, .table-controls .border--x, .table-controls .border--no-bottom {
  border: 1px solid #D7DEE3;
}
.table-controls .border--no-bottom {
  border-bottom: none;
}
.table-controls .border--x {
  border-left: none;
  border-right: none;
}
.table-controls button {
  margin: 0 0.5rem;
  padding: 0.5rem 1.25rem;
}
.table-controls button.pull-right {
  float: right;
}
.table-controls input {
  width: auto;
}
.table-controls span {
  color: #889CAC;
  font-size: 1rem;
  font-weight: 900;
  margin-left: 0;
  margin-right: 1rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.table-controls span.small-text {
  font-size: 0.9rem;
  font-style: italic;
}
.table-controls span.help-icon {
  margin-right: 0.25rem;
}
.table-controls select {
  margin: 0 0.75rem;
}
.table-controls .ember-view {
  display: inline-block;
}
.table-controls .slider-wrapper {
  display: inline-block;
  margin: 0 2rem;
}
.table-controls .slider-wrapper .slider {
  max-width: 320px;
  vertical-align: middle;
  display: inline-block;
}
.table-controls .slider-wrapper .slider input[type=range] {
  width: 100%;
}
.table-controls .slider-wrapper .percent-input-wrapper {
  margin: 0 0 0 1rem;
}
.table-controls .multi-option-select-wrapper {
  display: inline-block;
  margin: 0 2rem;
}
.table-controls .search-input-wrapper [type=color], .table-controls .search-input-wrapper [type=date], .table-controls .search-input-wrapper [type=datetime], .table-controls .search-input-wrapper [type=datetime-local], .table-controls .search-input-wrapper [type=email], .table-controls .search-input-wrapper [type=month], .table-controls .search-input-wrapper [type=number], .table-controls .search-input-wrapper [type=password], .table-controls .search-input-wrapper [type=search], .table-controls .search-input-wrapper [type=tel], .table-controls .search-input-wrapper [type=text], .table-controls .search-input-wrapper [type=time], .table-controls .search-input-wrapper [type=url], .table-controls .search-input-wrapper [type=week], .table-controls .search-input-wrapper input:not([type]), .table-controls .search-input-wrapper textarea {
  margin: 0.25rem 0 0.25rem 0.5rem;
  min-width: 17rem;
}
.table-controls.highlight-thresholds .header-text {
  color: #889CAC;
  display: block;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.table-controls.highlight-thresholds span.text {
  width: 18%;
}
.table-controls.highlight-thresholds .field, .table-controls.highlight-thresholds .dropdown-wrapper, .table-controls.highlight-thresholds .money-input-wrapper, .table-controls.highlight-thresholds .money-input-wrapper--no-margin, .table-controls.highlight-thresholds .percent-input-wrapper {
  margin: 0;
}
.table-controls.highlight-thresholds .controls-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-controls.highlight-thresholds .controls-row .item-wrapper {
  display: inline-block;
  min-width: 200px;
  text-align: center;
}
.table-controls.highlight-thresholds .controls-row .item-wrapper.decline {
  text-align: left;
}
.table-controls.highlight-thresholds .controls-row .item-wrapper.change {
  text-align: right;
}
.table-controls.highlight-thresholds .controls-row .item-wrapper.mega-grants {
  min-width: 245px;
  text-align: right;
}
.table-controls.highlight-thresholds .controls-row .item-wrapper.department {
  text-align: left;
}
.table-controls.highlight-thresholds .controls-row.investigators {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.table-controls .projections-adjustments {
  line-height: 2.25;
  margin: 0;
  text-align: right;
}
.table-controls.condensed-controls select {
  margin: 0;
}
.table-controls.condensed-controls .control-item {
  display: inline-block;
}
.table-controls.condensed-controls .control-item.data-item {
  margin-right: 3rem;
}
.table-controls.condensed-controls .control-item.data-item h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.table-controls.condensed-controls .dropdown-wrapper label {
  display: block;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.table-controls.condensed-controls .projections-adjustments {
  display: inline-block;
  text-align: left;
}
.table-controls.condensed-controls .projections-adjustments .adjustment {
  display: inline-block;
}
.table-controls.condensed-controls .projections-adjustments .adjustment label {
  display: block;
}

.ember-light-table {
  border: 1px solid #D7DEE3;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100% !important;
  overflow: hidden;
}
.ember-light-table .lt-body-wrap {
  overflow-x: scroll;
  position: static;
  /* optional: show position indicator in red */
}
.ember-light-table .lt-body-wrap::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  height: 4px;
  background: transparent;
  /* optional: just make scrollbar invisible */
}
.ember-light-table .lt-body-wrap::-webkit-scrollbar-thumb {
  background: #00558C;
  height: 2px;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head {
  background: #FAFBFB;
  border-bottom: 1px solid #D7DEE3;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head .lt-scaffolding-row {
  background: transparent;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.column-group-left {
  border-left: 1px solid #D7DEE3;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.column-group-right {
  border-right: 1px solid #D7DEE3;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column {
  color: #889CAC;
  font-size: 0.9rem;
  padding: 0.5rem 1rem 0.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column .risk, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column .risk {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem;
  text-align: left;
  border-left: 4px solid #D7DEE3;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column .risk.decline, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column .risk.decline {
  border-left-color: #F1BE48;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column .risk.lapse, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column .risk.lapse {
  border-left-color: #F95050;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column .sort, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column .sort {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #889CAC transparent transparent;
  border-width: 4px 3.5px 0;
  content: "";
  right: 0.65rem;
  bottom: 40%;
  position: absolute;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column .sort.asc, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column .sort.asc {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #00558C;
  border-width: 0 3.5px 4px;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column .sort.desc, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column .sort.desc {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #00558C transparent transparent;
  border-width: 4px 3.5px 0;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column.is-sortable.align-right, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column.is-sortable.align-right {
  padding-right: 1.5rem;
  padding-left: 0rem;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column.is-sortable.align-left, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column.is-sortable.align-left {
  padding-left: 1.5rem;
  padding-right: 0;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column.is-sortable.align-left .sort, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column.is-sortable.align-left .sort {
  left: 0.65rem;
  right: auto;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column.is-sortable.is-sorted, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column.is-sortable.is-sorted {
  color: #416477;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column.is-sortable.is-sorted::before, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column.is-sortable.is-sorted::before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #00558C transparent transparent;
  border-width: 4px 3.5px 0;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-sub-column.is-sortable:hover, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-column.is-sortable:hover {
  color: #416477;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-group-column, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-group-column.is-sortable {
  color: #889CAC;
  font-size: 1rem;
  font-weight: 400;
  padding: 1rem 1rem 0.5rem;
  position: static;
  text-align: center;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-group-column:after, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-group-column.is-sortable:after {
  content: "";
  background: #D7DEE3;
  height: calc(100% + 2.5rem);
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-group-column:before, .ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.lt-group-column.is-sortable:before {
  display: none;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.column-no-padding {
  padding: 0;
}
.ember-light-table .lt-body-wrap div.lt-head table thead.lt-head tr th.investigator-column {
  border-left: 7px solid #D7DEE3;
}
.ember-light-table .lt-body-wrap .lt-body {
  background: #ffffff;
  padding: 1rem;
}
.ember-light-table .lt-body-wrap .lt-body tr.dark-grey-bg {
  background: #f3f5f7;
}
.ember-light-table .lt-body-wrap .lt-body tr.dark-grey-text {
  color: #889CAC;
}
.ember-light-table .lt-body-wrap .lt-body tr.dark-grey-text td .red {
  color: #889CAC;
}
.ember-light-table .lt-body-wrap .lt-body tr td {
  cursor: default;
  padding: 0.5rem;
}
.ember-light-table .lt-body-wrap .lt-body tr td .red {
  color: #F95050;
}
.ember-light-table .lt-body-wrap .lt-body tr td .green {
  color: #00558C;
}
.ember-light-table .lt-body-wrap .lt-body tr td .bold {
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr td.column-group-left {
  border-left: 1px solid #D7DEE3;
}
.ember-light-table .lt-body-wrap .lt-body tr td.column-group-right {
  border-right: 1px solid #D7DEE3;
}
.ember-light-table .lt-body-wrap .lt-body tr td.grey-bg {
  background: #FAFBFB;
  -webkit-transition: 0;
  transition: 0;
}
.ember-light-table .lt-body-wrap .lt-body tr td.dark-grey-bg {
  background: #f3f5f7;
}
.ember-light-table .lt-body-wrap .lt-body tr td.dark-grey-text {
  color: #889CAC;
}
.ember-light-table .lt-body-wrap .lt-body tr td.row-label {
  color: #889CAC;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
}
.ember-light-table .lt-body-wrap .lt-body tr td.row-label.first {
  padding: 0.5rem 1rem 0.12rem;
}
.ember-light-table .lt-body-wrap .lt-body tr td.row-label.last {
  padding: 0.12rem 1rem 0.5rem;
}
.ember-light-table .lt-body-wrap .lt-body tr td.row-border-top {
  background: red !important;
}
.ember-light-table .lt-body-wrap .lt-body tr td.highlight-root-cell {
  position: static;
}
.ember-light-table .lt-body-wrap .lt-body tr td.highlight-root-cell:before {
  content: "";
  background: #D7DEE3;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.ember-light-table .lt-body-wrap .lt-body tr td span.bold {
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr td span.light {
  color: #889CAC;
}
.ember-light-table .lt-body-wrap .lt-body tr td.edit-user a {
  margin: 0 0.5rem;
}
.ember-light-table .lt-body-wrap .lt-body tr.row-grey-bg {
  background: #FAFBFB;
}
.ember-light-table .lt-body-wrap .lt-body tr.row-grey-bg td.coverage-total {
  color: #889CAC;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem 1rem 0.5rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ember-light-table .lt-body-wrap .lt-body tr.row-border-top {
  border-top: 1px solid #D7DEE3;
}
.ember-light-table .lt-body-wrap .lt-body tr.row-border-bottom {
  border-bottom: 1px solid #D7DEE3;
}
.ember-light-table .lt-body-wrap .lt-body tr.top-row td {
  padding: 0.75rem 1rem 0.25rem;
}
.ember-light-table .lt-body-wrap .lt-body tr.bottom-row td {
  padding: 0.25rem 1rem 0.75rem;
}
.ember-light-table .lt-body-wrap .lt-body tr:hover {
  background: #f7f8f9;
}
.ember-light-table .lt-body-wrap .lt-body tr:hover td.grey-bg {
  background: #f3f5f7;
  -webkit-transition: 0;
  transition: 0;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline {
  background: #fdf5e4;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline .highlight-root-cell {
  position: static;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline .highlight-root-cell:before {
  background: #F1BE48;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline:hover {
  background: #f5eedd;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk {
  background: #fee5e5;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk .highlight-root-cell {
  position: static;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk .highlight-root-cell:before {
  background: #F95050;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk:hover {
  background: #f6dede;
}

.lt-is-loading {
  background: #FAFBFB;
  border-top: 1px solid #D7DEE3;
  padding: 0.5rem 0;
  text-align: center;
}
.lt-is-loading td {
  padding-top: 0.85rem !important;
}

.table-loader {
  display: inline-block;
}
.table-loader span {
  background: #00558C;
  display: inline-block;
  height: 6px;
  margin: 0 2px 2px;
  opacity: 0.6;
  width: 6px;
  -webkit-animation: buttonLoaderFadeIn 0.85s infinite;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: buttonLoaderFadeIn 0.85s infinite;
  /* IE 10+, Fx 29+ */
}
.table-loader span:nth-child(1) {
  -webkit-animation-delay: calc((0.85s / 3) * 1);
  animation-delay: calc((0.85s / 3) * 1);
}
.table-loader span:nth-child(2) {
  -webkit-animation-delay: calc((0.85s / 3) * 2);
  animation-delay: calc((0.85s / 3) * 2);
}
.table-loader span:nth-child(3) {
  -webkit-animation-delay: calc((0.85s / 3) * 3);
  animation-delay: calc((0.85s / 3) * 3);
}
.table-loader span:nth-child(4) {
  -webkit-animation-delay: calc((0.85s / 3) * 4);
  animation-delay: calc((0.85s / 3) * 4);
}
.table-loader span:nth-child(5) {
  -webkit-animation-delay: calc((0.85s / 3) * 5);
  animation-delay: calc((0.85s / 3) * 5);
}
.table-loader span:nth-child(6) {
  -webkit-animation-delay: calc((0.85s / 3) * 6);
  animation-delay: calc((0.85s / 3) * 6);
}
.table-loader span:nth-child(7) {
  -webkit-animation-delay: calc((0.85s / 3) * 7);
  animation-delay: calc((0.85s / 3) * 7);
}
.table-loader span:nth-child(8) {
  -webkit-animation-delay: calc((0.85s / 3) * 8);
  animation-delay: calc((0.85s / 3) * 8);
}
.table-loader span:nth-child(9) {
  -webkit-animation-delay: calc((0.85s / 3) * 9);
  animation-delay: calc((0.85s / 3) * 9);
}
.table-loader span:nth-child(10) {
  -webkit-animation-delay: calc((0.85s / 3) * 10);
  animation-delay: calc((0.85s / 3) * 10);
}

.table-loading-overlay {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.scenario-label {
  font-size: 1rem;
  font-weight: 600;
}

.table-active-wrapper table {
  position: relative;
}
.table-active-wrapper table tbody tr.is-expandable {
  border-bottom: 1px solid #D7DEE3;
  cursor: pointer;
  position: relative;
}
.table-active-wrapper table tbody tr.is-expandable td {
  cursor: pointer !important;
}
.table-active-wrapper table tbody tr.is-expandable td:first-child {
  padding-left: 20px !important;
  position: relative;
}
.table-active-wrapper table tbody tr.is-expandable td:first-child:before {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #889CAC;
  border-width: 3.5px 0 3.5px 4px;
  left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.table-active-wrapper table tbody tr.is-expandable.is-expanded {
  background: #FAFBFB;
}
.table-active-wrapper table tbody tr.is-expandable.is-expanded td:first-child:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.table-active-wrapper table tbody tr.is-expandable.row-mega-changed {
  background: #e6eef4;
  border-left: 4px solid #00558C;
  border-right: 4px solid #00558C;
}
.table-active-wrapper table tbody tr.is-expandable.row-mega-changed:hover {
  background: #d9e6ee;
}

.table-comparative-proposals-successes .ember-light-table .lt-body tr:first-child {
  border-bottom: 1px solid #D7DEE3;
  background: #e6eef4;
}
.table-comparative-proposals-successes .ember-light-table .lt-body tr:first-child .row-label {
  background: #e6eef4;
  color: #323539;
}
.table-comparative-proposals-successes .ember-light-table .lt-body tr.lt-is-loading:first-child {
  border: none;
  background: #ffffff;
}

.ember-light-table div.lt-head table thead.lt-head tr th.highlight {
  background: #416477;
  color: #ffffff !important;
}
.ember-light-table .lt-body-wrap .lt-body tr td.pi-count-tier {
  color: #323539;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-pi-count-dept-total td.pi-count-dept-total {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-pi-tier-dept-total-percentage td.pi-tier-dept-total-percentage {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-rank-pi-tier-dept td.rank-pi-tier-dept {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-proposal-count-per-year td.proposal-count-per-year {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-proposal-count-per-year td.rank-proposal-count-per-year {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-proposal-hit-rate-avg td.proposal-hit-rate-avg {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-proposal-hit-rate-avg td.rank-proposal-hit-rate-avg {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-success-count-per-year td.success-count-per-year {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-success-count-per-year td.rank-success-count-per-year {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-actuals-last-year-avg-directs td.actuals-last-year-avg-directs {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-actuals-last-year-avg-indirects td.actuals-last-year-avg-indirects {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-actuals-last-year-avg-total td.actuals-last-year-avg-total {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-actuals-last-year-avg-total td.rank-actuals-last-year-avg-total {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-decline-actuals-last-year-icr td.actuals-last-year-icr {
  background-color: #fedcdc;
  color: #F95050;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-pi-count-dept-total td.pi-count-dept-total {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-pi-tier-dept-total-percentage td.pi-tier-dept-total-percentage {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-rank-pi-tier-dept td.rank-pi-tier-dept {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-proposal-count-per-year td.proposal-count-per-year {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-proposal-count-per-year td.rank-proposal-count-per-year {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-proposal-hit-rate-avg td.proposal-hit-rate-avg {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-proposal-hit-rate-avg td.rank-proposal-hit-rate-avg {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-success-count-per-year td.success-count-per-year {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-success-count-per-year td.rank-success-count-per-year {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-actuals-last-year-avg-directs td.actuals-last-year-avg-directs {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-actuals-last-year-avg-indirects td.actuals-last-year-avg-indirects {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-actuals-last-year-avg-total td.actuals-last-year-avg-total {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-actuals-last-year-avg-total td.rank-actuals-last-year-avg-total {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-neutral-actuals-last-year-icr td.actuals-last-year-icr {
  background-color: #ebeff1;
  color: #889CAC;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-pi-count-dept-total td.pi-count-dept-total {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-pi-tier-dept-total-percentage td.pi-tier-dept-total-percentage {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-rank-pi-tier-dept td.rank-pi-tier-dept {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-proposal-count-per-year td.proposal-count-per-year {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-proposal-count-per-year td.rank-proposal-count-per-year {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-proposal-hit-rate-avg td.proposal-hit-rate-avg {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-proposal-hit-rate-avg td.rank-proposal-hit-rate-avg {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-success-count-per-year td.success-count-per-year {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-success-count-per-year td.rank-success-count-per-year {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-actuals-last-year-avg-directs td.actuals-last-year-avg-directs {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-actuals-last-year-avg-indirects td.actuals-last-year-avg-indirects {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-actuals-last-year-avg-total td.actuals-last-year-avg-total {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-actuals-last-year-avg-total td.rank-actuals-last-year-avg-total {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-actuals-last-year-icr td.actuals-last-year-icr {
  background-color: #cceee2;
  color: #00AA6E;
  font-weight: 900;
}

tr.row-pi-grant-changed {
  background: #e6eef4;
  border-left: 4px solid #00558C;
  border-right: 4px solid #00558C;
}
tr.row-pi-grant-changed:hover {
  background: #d9e6ee !important;
}

.investigators .control-item span.small-text {
  display: inline-block;
  color: #9CB0C0;
  font-size: 0.9rem;
  font-style: italic;
  padding-top: 0.5rem;
}

.table-controls .department .select-group-trigger {
  padding-bottom: 0.85rem;
  padding-top: 0.85rem;
}

.ember-light-table .lt-body-wrap .lt-body tr.highlight-prior-year-actuals-directs td.actuals {
  color: #323539;
  font-style: italic;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-prior-year-actuals-indirects td.actuals {
  color: #323539;
  font-style: italic;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-prior-year-current-year-directs td.current-year-directs {
  color: #323539;
  font-style: italic;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-prior-year-current-year-indirects td.current-year-indirects {
  color: #323539;
  font-style: italic;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-prior-year-one-year-directs td.one-year-directs {
  color: #323539;
  font-style: italic;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-prior-year-one-year-indirects td.one-year-indirects {
  color: #323539;
  font-style: italic;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk-actuals-directs td.actuals-directs {
  color: #F95050;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk-actuals-indirects td.actuals-indirects {
  color: #F95050;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk-current-year-directs td.current-year-directs {
  color: #F95050;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk-current-year-indirects td.current-year-indirects {
  color: #F95050;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk-one-year-directs td.one-year-directs {
  color: #F95050;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk-one-year-indirects td.one-year-indirects {
  color: #F95050;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk-two-years-directs td.two-year-directs {
  color: #F95050;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-risk-two-years-indirects td.two-year-indirects {
  color: #F95050;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-actuals-directs td.actuals-directs {
  color: #00AA6E;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-actuals-indirects td.actuals-indirects {
  color: #00AA6E;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-current-year-directs td.current-year-directs {
  color: #00AA6E;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-current-year-indirects td.current-year-indirects {
  color: #00AA6E;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-one-year-directs td.one-year-directs {
  color: #00AA6E;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-one-year-indirects td.one-year-indirects {
  color: #00AA6E;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-two-years-directs td.two-year-directs {
  color: #00AA6E;
  font-style: italic;
  font-weight: 900;
}
.ember-light-table .lt-body-wrap .lt-body tr.highlight-gain-two-years-indirects td.two-year-indirects {
  color: #00AA6E;
  font-style: italic;
  font-weight: 900;
}

.table-pending-wrapper table {
  position: relative;
}
.table-pending-wrapper table tbody tr.is-expandable {
  border-bottom: 1px solid #D7DEE3;
  cursor: pointer;
  position: relative;
}
.table-pending-wrapper table tbody tr.is-expandable td {
  cursor: pointer !important;
}
.table-pending-wrapper table tbody tr.is-expandable td:first-child {
  padding-left: 20px !important;
  position: relative;
}
.table-pending-wrapper table tbody tr.is-expandable td:first-child:before {
  content: "";
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #889CAC;
  border-width: 3.5px 0 3.5px 4px;
  left: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.table-pending-wrapper table tbody tr.is-expandable.is-expanded {
  background: #FAFBFB;
}
.table-pending-wrapper table tbody tr.is-expandable.is-expanded td:first-child:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.table-pending-wrapper table tbody tr.is-expandable:last-child {
  background: #FAFBFB;
  border: none;
  cursor: default;
  pointer-events: none;
}
.table-pending-wrapper table tbody tr.is-expandable:last-child:hover {
  background: #FAFBFB !important;
}
.table-pending-wrapper table tbody tr.is-expandable:last-child td {
  cursor: default !important;
}
.table-pending-wrapper table tbody tr.is-expandable:last-child td:first-child {
  color: #889CAC;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0.5rem 1rem 0.5rem !important;
}
.table-pending-wrapper table tbody tr.is-expandable:last-child td:first-child:before {
  display: none;
}

.institution-info-wrapper {
  display: block;
}
.institution-info-wrapper span {
  display: inline-block;
  min-width: 9.6rem;
  padding: 1rem 1.5rem 0 0;
  width: calc(99% / 4);
}

.role-wrapper {
  color: #416477;
  font-size: 1rem;
  line-height: 1.5;
}

.link-padding {
  padding: 0 1rem 0 1rem;
}

.institution-access-header {
  margin: 4rem 0 1.5rem 0;
}

.search-users {
  margin-right: 1rem;
}

.landing-page {
  background: #ffffff;
}
.landing-page p {
  font-size: 1.5rem;
  line-height: 1.65;
}
.landing-page p.bold {
  color: #323539;
  font-weight: 900;
}
.landing-page p.small {
  color: #889CAC;
  font-size: 1.2rem;
}
.landing-page .divider {
  margin: 2rem 0 1rem;
}
.landing-page section {
  padding: 5rem 0;
}
.landing-page h3 {
  font-size: 2rem;
  font-weight: 900;
}
.landing-page ul {
  list-style-type: none;
  padding: 0 0 0 0.5rem;
}
.landing-page ul li {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0.35rem 0;
}
.landing-page ul li:before {
  content: "";
  background: #00558C;
  display: inline-block;
  height: 6px;
  margin: 0px 0.5rem 3px 0;
  width: 6px;
}
.landing-page button, .landing-page [type=button], .landing-page [type=reset], .landing-page [type=submit] {
  background: #00558C;
  font-size: 1.35rem;
  padding: 1rem 3rem;
  text-shadow: none;
}

@media (max-width: 767px) {
  .landing-page h1 {
    font-size: 3rem !important;
  }
  .landing-page h2 {
    font-size: 2rem !important;
  }
}
.landing-page .overlapping-cards-wrapper {
  margin: 8rem 0;
  position: relative;
}
.landing-page .overlapping-cards-wrapper .card, .landing-page .overlapping-cards-wrapper .card--login, .landing-page .overlapping-cards-wrapper .card--welcome, .landing-page .overlapping-cards-wrapper .card--border {
  color: #323539;
  display: inline-block;
  max-width: calc(99% - 28rem);
  padding: 3rem 8rem 3rem 3rem;
  width: calc(99% - 28rem);
}
.landing-page .overlapping-cards-wrapper .card h2, .landing-page .overlapping-cards-wrapper .card--login h2, .landing-page .overlapping-cards-wrapper .card--welcome h2, .landing-page .overlapping-cards-wrapper .card--border h2 {
  font-weight: 900;
}
.landing-page .overlapping-cards-wrapper .card.overlap, .landing-page .overlapping-cards-wrapper .overlap.card--login, .landing-page .overlapping-cards-wrapper .overlap.card--welcome, .landing-page .overlapping-cards-wrapper .overlap.card--border {
  max-width: 32rem;
  right: 2rem;
  padding: 1.5rem;
  position: absolute;
  top: -2rem;
  width: 32rem;
}
.landing-page .overlapping-cards-wrapper .card h3, .landing-page .overlapping-cards-wrapper .card--login h3, .landing-page .overlapping-cards-wrapper .card--welcome h3, .landing-page .overlapping-cards-wrapper .card--border h3 {
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 0;
}
.landing-page .overlapping-cards-wrapper .card ul, .landing-page .overlapping-cards-wrapper .card--login ul, .landing-page .overlapping-cards-wrapper .card--welcome ul, .landing-page .overlapping-cards-wrapper .card--border ul {
  list-style-type: none;
  padding: 0 0 0 0.5rem;
}
.landing-page .overlapping-cards-wrapper .card ul li, .landing-page .overlapping-cards-wrapper .card--login ul li, .landing-page .overlapping-cards-wrapper .card--welcome ul li, .landing-page .overlapping-cards-wrapper .card--border ul li {
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0.35rem 0;
}
.landing-page .overlapping-cards-wrapper .card ul li:before, .landing-page .overlapping-cards-wrapper .card--login ul li:before, .landing-page .overlapping-cards-wrapper .card--welcome ul li:before, .landing-page .overlapping-cards-wrapper .card--border ul li:before {
  content: "";
  background: #00558C;
  display: inline-block;
  height: 6px;
  margin: 0px 0.5rem 3px 0;
  width: 6px;
}
.landing-page .overlapping-cards-wrapper.overlap-left {
  text-align: right;
}
.landing-page .overlapping-cards-wrapper.overlap-left .card, .landing-page .overlapping-cards-wrapper.overlap-left .card--login, .landing-page .overlapping-cards-wrapper.overlap-left .card--welcome, .landing-page .overlapping-cards-wrapper.overlap-left .card--border {
  padding: 3rem 3rem 3rem 8rem;
}
.landing-page .overlapping-cards-wrapper.overlap-left .card.overlap, .landing-page .overlapping-cards-wrapper.overlap-left .overlap.card--login, .landing-page .overlapping-cards-wrapper.overlap-left .overlap.card--welcome, .landing-page .overlapping-cards-wrapper.overlap-left .overlap.card--border {
  float: none;
  left: 2rem;
  padding: 1.5rem;
  right: auto;
}
.landing-page .about .overlapping-cards-wrapper .card.overlap, .landing-page .about .overlapping-cards-wrapper .overlap.card--login, .landing-page .about .overlapping-cards-wrapper .overlap.card--welcome, .landing-page .about .overlapping-cards-wrapper .overlap.card--border {
  left: 11rem;
  width: 22rem;
}

@media (max-width: 1100px) {
  .landing-page .overlapping-cards-wrapper .card, .landing-page .overlapping-cards-wrapper .card--login, .landing-page .overlapping-cards-wrapper .card--welcome, .landing-page .overlapping-cards-wrapper .card--border {
    margin-top: -8rem;
    max-width: 100%;
    padding: 2rem;
    position: relative;
    width: 100%;
    z-index: 999;
  }
  .landing-page .overlapping-cards-wrapper .card.overlap, .landing-page .overlapping-cards-wrapper .overlap.card--login, .landing-page .overlapping-cards-wrapper .overlap.card--welcome, .landing-page .overlapping-cards-wrapper .overlap.card--border {
    left: auto;
    margin: 0;
    max-width: 28rem;
    padding: 1rem;
    position: relative;
    right: 2rem;
    top: auto;
    width: 100%;
    z-index: 1;
  }
  .landing-page .overlapping-cards-wrapper.overlap-left {
    text-align: left;
  }
  .landing-page .overlapping-cards-wrapper.overlap-left .card, .landing-page .overlapping-cards-wrapper.overlap-left .card--login, .landing-page .overlapping-cards-wrapper.overlap-left .card--welcome, .landing-page .overlapping-cards-wrapper.overlap-left .card--border {
    padding: 2rem;
  }
  .landing-page .overlapping-cards-wrapper.overlap-left .card.overlap, .landing-page .overlapping-cards-wrapper.overlap-left .overlap.card--login, .landing-page .overlapping-cards-wrapper.overlap-left .overlap.card--welcome, .landing-page .overlapping-cards-wrapper.overlap-left .overlap.card--border {
    left: auto;
    padding: 1rem;
    right: 2rem;
  }
  .landing-page .about .overlapping-cards-wrapper .card.overlap, .landing-page .about .overlapping-cards-wrapper .overlap.card--login, .landing-page .about .overlapping-cards-wrapper .overlap.card--welcome, .landing-page .about .overlapping-cards-wrapper .overlap.card--border {
    top: -6rem;
  }
}
@media (max-width: 767px) {
  .landing-page .overlapping-cards-wrapper {
    margin: 3rem 0;
  }
  .landing-page .overlapping-cards-wrapper .card, .landing-page .overlapping-cards-wrapper .card--login, .landing-page .overlapping-cards-wrapper .card--welcome, .landing-page .overlapping-cards-wrapper .card--border {
    margin-top: -8rem;
    max-width: 100%;
    padding: 2rem;
    position: relative;
    width: 100%;
    z-index: 999;
  }
  .landing-page .overlapping-cards-wrapper .card.overlap, .landing-page .overlapping-cards-wrapper .overlap.card--login, .landing-page .overlapping-cards-wrapper .overlap.card--welcome, .landing-page .overlapping-cards-wrapper .overlap.card--border {
    left: auto;
    margin: 0;
    max-width: 28rem;
    padding: 1rem;
    position: relative;
    right: 2rem;
    top: auto;
    width: 100%;
    z-index: 1;
  }
  .landing-page .overlapping-cards-wrapper.overlap-left {
    text-align: left;
  }
  .landing-page .overlapping-cards-wrapper.overlap-left .card, .landing-page .overlapping-cards-wrapper.overlap-left .card--login, .landing-page .overlapping-cards-wrapper.overlap-left .card--welcome, .landing-page .overlapping-cards-wrapper.overlap-left .card--border {
    padding: 2rem;
  }
  .landing-page .overlapping-cards-wrapper.overlap-left .card.overlap, .landing-page .overlapping-cards-wrapper.overlap-left .overlap.card--login, .landing-page .overlapping-cards-wrapper.overlap-left .overlap.card--welcome, .landing-page .overlapping-cards-wrapper.overlap-left .overlap.card--border {
    left: auto;
    padding: 1rem;
    right: 2rem;
  }
  .landing-page .about .overlapping-cards-wrapper .card.overlap, .landing-page .about .overlapping-cards-wrapper .overlap.card--login, .landing-page .about .overlapping-cards-wrapper .overlap.card--welcome, .landing-page .about .overlapping-cards-wrapper .overlap.card--border {
    top: -6rem;
  }
}
.landing-page .features {
  padding: 5rem 0;
}
.landing-page .features h2 {
  margin-bottom: 5rem;
}
.landing-page .features h3 {
  margin-bottom: 0.5rem;
}
.landing-page .features img {
  height: 134px;
}

@media (max-width: 767px) {
  .landing-page .features ul {
    margin-bottom: 4rem;
  }
}
.landing-page footer {
  background-color: #00558C;
  background-image: url("https://s3.amazonaws.com/b3i.analytics.web.app.assets.testing/img/landing-page/footer-bg-e4dccda6769d95df8b0e2752eb997c0f.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  color: #ffffff;
  padding: 8rem 4rem;
}
.landing-page footer.video {
  padding: 2rem 4rem 6rem 4rem;
}
.landing-page footer h2 {
  color: #ffffff;
  font-size: 3.25rem;
}
.landing-page footer h3 {
  margin-bottom: 0;
}
.landing-page footer p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 0.5rem;
}
.landing-page footer a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.landing-page footer .form {
  color: #323539;
}
.landing-page footer .form p {
  color: #416477;
  font-size: 1.75rem;
}
.landing-page footer .preview-form {
  padding: 0 2rem;
  text-align: left;
  width: 100%;
}
.landing-page footer .preview-form .field {
  padding: 0.5rem 0;
}
.landing-page footer .preview-form [type=color], .landing-page footer .preview-form [type=date], .landing-page footer .preview-form [type=datetime], .landing-page footer .preview-form [type=datetime-local], .landing-page footer .preview-form [type=email], .landing-page footer .preview-form [type=month], .landing-page footer .preview-form [type=number], .landing-page footer .preview-form [type=password], .landing-page footer .preview-form [type=search], .landing-page footer .preview-form [type=tel], .landing-page footer .preview-form [type=text], .landing-page footer .preview-form [type=time], .landing-page footer .preview-form [type=url], .landing-page footer .preview-form [type=week], .landing-page footer .preview-form input:not([type]), .landing-page footer .preview-form textarea {
  max-width: 100%;
  width: 100%;
}
.landing-page footer .form-success-message {
  padding: 3rem 1rem;
}
.landing-page footer .form-success-message p {
  font-size: 1.5rem;
}
.landing-page footer .form-success-message p a {
  color: #00558C;
  font-size: 1.5rem;
}
.landing-page footer .form-error {
  color: #F95050;
  display: block;
  font-size: 1.25rem;
  font-weight: 900;
  padding: 1rem 0;
  width: 100%;
}
.landing-page footer .copyright {
  padding: 10rem 0 3rem;
}
.landing-page footer .launch-date {
  padding-top: 0;
}

@media (max-width: 767px) {
  .landing-page footer {
    padding: 4rem 0;
  }
  .landing-page footer .form {
    margin: 1rem 0 3rem 0;
  }
}
.landing-page .green-bg-wrapper, .commentary-page .green-bg-wrapper {
  background-color: #ffffff;
  background-image: url("https://s3.amazonaws.com/b3i.analytics.web.app.assets.testing/img/landing-page/hero-bg-8cca761ea9c66b7d1c245508ba5c213d.svg");
  background-repeat: no-repeat;
  background-size: contain;
  color: #00558C;
}
.landing-page .hero, .commentary-page .hero {
  padding: 3rem 0 8rem 0;
}
.landing-page .hero .container, .commentary-page .hero .container {
  text-align: center;
}
.landing-page .hero .container .top-buttons, .commentary-page .hero .container .top-buttons {
  display: inline-block;
  position: absolute;
  right: 2rem;
  z-index: 999;
}
.landing-page .hero .container .top-buttons a, .commentary-page .hero .container .top-buttons a {
  display: inline-block;
}
.landing-page .hero .container .top-buttons button, .landing-page .hero .container .top-buttons [type=button], .landing-page .hero .container .top-buttons [type=reset], .landing-page .hero .container .top-buttons [type=submit], .commentary-page .hero .container .top-buttons button, .commentary-page .hero .container .top-buttons [type=button], .commentary-page .hero .container .top-buttons [type=reset], .commentary-page .hero .container .top-buttons [type=submit] {
  margin: 0 0 0 1rem;
}
.landing-page .hero .hero-text, .commentary-page .hero .hero-text {
  padding: 6rem 0 0;
}
.landing-page .hero h1, .commentary-page .hero h1 {
  font-size: 4.5rem;
  font-weight: 900;
}
.landing-page .hero ul, .commentary-page .hero ul {
  padding: 1.5rem 0 2rem;
}
.landing-page .hero ul li, .commentary-page .hero ul li {
  display: inline-block;
  font-size: 2rem;
}
.landing-page .hero ul li:before, .commentary-page .hero ul li:before {
  content: "";
  background: #00558C;
  display: inline-block;
  height: 6px;
  margin: 0px 0.5rem 5px;
  width: 6px;
}
.landing-page .hero ul li:first-child:before, .commentary-page .hero ul li:first-child:before {
  display: none;
}
.landing-page .hero button, .landing-page .hero [type=button], .landing-page .hero [type=reset], .landing-page .hero [type=submit], .commentary-page .hero button, .commentary-page .hero [type=button], .commentary-page .hero [type=reset], .commentary-page .hero [type=submit] {
  background: #00558C;
  color: #ffffff;
  font-size: 1.35rem;
  padding: 1rem 3rem;
  text-shadow: none;
}
.landing-page .link-white, .commentary-page .link-white {
  color: #ffffff;
  font-size: 1.5em;
  margin-right: 1em;
}
.landing-page .link-green, .commentary-page .link-green {
  color: #00558C;
  margin-right: 2em;
}

@media (max-width: 767px) {
  .landing-page .hero {
    padding: 2rem 0 2rem 0;
  }
  .landing-page .hero .hero-text {
    padding: 3rem 0 0;
  }
  .landing-page .hero ul li {
    font-size: 1.5rem;
  }
  .landing-page .hero ul li:before {
    margin-bottom: 3px;
  }
}
.landing-page .methods .overlapping-cards-wrapper {
  margin: 0;
}
.landing-page .methods .overlapping-cards-wrapper .card, .landing-page .methods .overlapping-cards-wrapper .card--login, .landing-page .methods .overlapping-cards-wrapper .card--welcome, .landing-page .methods .overlapping-cards-wrapper .card--border {
  padding: 4rem 10rem 4rem 4rem;
  max-width: calc(99% - 22rem);
  width: calc(99% - 22rem);
  z-index: 1;
}
.landing-page .methods .overlapping-cards-wrapper .card.overlap, .landing-page .methods .overlapping-cards-wrapper .overlap.card--login, .landing-page .methods .overlapping-cards-wrapper .overlap.card--welcome, .landing-page .methods .overlapping-cards-wrapper .overlap.card--border {
  padding: 2rem;
  position: absolute;
  top: 5rem;
  width: 28rem;
}
.landing-page .methods .overlapping-cards-wrapper .card.overlap p, .landing-page .methods .overlapping-cards-wrapper .overlap.card--login p, .landing-page .methods .overlapping-cards-wrapper .overlap.card--welcome p, .landing-page .methods .overlapping-cards-wrapper .overlap.card--border p {
  margin: 0;
}
.landing-page .methods .overlapping-cards-wrapper .card.overlap ul li, .landing-page .methods .overlapping-cards-wrapper .overlap.card--login ul li, .landing-page .methods .overlapping-cards-wrapper .overlap.card--welcome ul li, .landing-page .methods .overlapping-cards-wrapper .overlap.card--border ul li {
  font-size: 1.2rem;
}

@media (max-width: 1100px) {
  .landing-page .methods .overlapping-cards-wrapper .card, .landing-page .methods .overlapping-cards-wrapper .card--login, .landing-page .methods .overlapping-cards-wrapper .card--welcome, .landing-page .methods .overlapping-cards-wrapper .card--border {
    max-width: 100%;
    padding: 4rem 16rem 4rem 4rem;
    width: calc(99% - 10rem);
    z-index: 1;
  }
  .landing-page .methods .overlapping-cards-wrapper .card.overlap, .landing-page .methods .overlapping-cards-wrapper .overlap.card--login, .landing-page .methods .overlapping-cards-wrapper .overlap.card--welcome, .landing-page .methods .overlapping-cards-wrapper .overlap.card--border {
    padding: 2rem;
    position: absolute;
    width: 22rem;
  }
}
@media (max-width: 767px) {
  .landing-page .methods {
    background: transparent;
  }
  .landing-page .methods .overlapping-cards-wrapper {
    margin: 3rem 0;
  }
  .landing-page .methods .overlapping-cards-wrapper .card, .landing-page .methods .overlapping-cards-wrapper .card--login, .landing-page .methods .overlapping-cards-wrapper .card--welcome, .landing-page .methods .overlapping-cards-wrapper .card--border {
    max-width: 100%;
    padding: 2rem;
    position: relative;
    width: 100%;
  }
  .landing-page .methods .overlapping-cards-wrapper .card.overlap, .landing-page .methods .overlapping-cards-wrapper .overlap.card--login, .landing-page .methods .overlapping-cards-wrapper .overlap.card--welcome, .landing-page .methods .overlapping-cards-wrapper .overlap.card--border {
    left: auto;
    margin: 2rem 0 0;
    padding: 1rem;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
}
.landing-page .sticky-element, .commentary-page .sticky-element {
  left: 0 !important;
  top: 0 !important;
  position: fixed;
  width: 100% !important;
  z-index: 9999;
}
.landing-page .sticky-element .sticky-nav, .commentary-page .sticky-element .sticky-nav {
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.14);
  position: absolute;
  opacity: 0;
  padding: 1rem 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
  visibility: hidden;
}
.landing-page .sticky-element .sticky-nav .logo, .landing-page .sticky-element .sticky-nav .logo--horizontal, .landing-page .sticky-element .sticky-nav .logo--stacked, .commentary-page .sticky-element .sticky-nav .logo, .commentary-page .sticky-element .sticky-nav .logo--horizontal, .commentary-page .sticky-element .sticky-nav .logo--stacked {
  height: 40px;
  width: 120px;
}
.landing-page .sticky-element .sticky-nav .nav-text, .commentary-page .sticky-element .sticky-nav .nav-text {
  text-align: right;
}
.landing-page .sticky-element .sticky-nav .nav-text a, .commentary-page .sticky-element .sticky-nav .nav-text a {
  font-size: 1.35rem;
  line-height: 2;
}
.landing-page .sticky-element .sticky-nav .nav-text button, .commentary-page .sticky-element .sticky-nav .nav-text button {
  background: #00558C;
  color: #ffffff;
  margin: 0;
}
.landing-page .sticky-element--sticky .sticky-nav, .commentary-page .sticky-element--sticky .sticky-nav {
  opacity: 1;
  visibility: visible;
}

.sticky-nav-always-show {
  opacity: 1 !important;
  visibility: visible !important;
}

.landing-page h2 {
  font-size: 2.75rem;
  line-height: 1.35;
}
.landing-page .value-section {
  padding: 3rem 0 5rem;
}
.landing-page .value-section h2 {
  font-style: italic;
}