body {
  margin: 0;
}

[v-cloak] {
  display: none;
}

#iprospect {
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  font-family: "Karla", sans-serif;
}
#iprospect h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#iprospect hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
#iprospect pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#iprospect a {
  background-color: transparent;
}
#iprospect abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
#iprospect b,
#iprospect strong {
  font-weight: bolder;
}
#iprospect code,
#iprospect kbd,
#iprospect samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#iprospect small {
  font-size: 80%;
}
#iprospect sub,
#iprospect sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#iprospect sub {
  bottom: -0.25em;
}
#iprospect sup {
  top: -0.5em;
}
#iprospect img {
  border-style: none;
}
#iprospect button,
#iprospect input,
#iprospect optgroup,
#iprospect select,
#iprospect textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
#iprospect button,
#iprospect input {
  /* 1 */
  overflow: visible;
}
#iprospect button,
#iprospect select {
  /* 1 */
  text-transform: none;
}
#iprospect button,
#iprospect [type=button],
#iprospect [type=reset],
#iprospect [type=submit] {
  -webkit-appearance: button;
}
#iprospect button::-moz-focus-inner,
#iprospect [type=button]::-moz-focus-inner,
#iprospect [type=reset]::-moz-focus-inner,
#iprospect [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#iprospect button:-moz-focusring,
#iprospect [type=button]:-moz-focusring,
#iprospect [type=reset]:-moz-focusring,
#iprospect [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#iprospect fieldset {
  padding: 0.35em 0.75em 0.625em;
}
#iprospect legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
#iprospect progress {
  vertical-align: baseline;
}
#iprospect textarea {
  overflow: auto;
}
#iprospect [type=checkbox],
#iprospect [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
#iprospect [type=number]::-webkit-inner-spin-button,
#iprospect [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#iprospect [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
#iprospect [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#iprospect ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
#iprospect details {
  display: block;
}
#iprospect summary {
  display: list-item;
}
#iprospect template {
  display: none;
}
#iprospect [hidden] {
  display: none;
}
#iprospect .bold {
  font-weight: 700;
}
#iprospect p {
  font-size: 18px;
  color: #2A2A2A;
}
#iprospect a {
  color: #097AC6;
}
#iprospect h2 {
  font-size: 26px;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.5em;
  position: relative;
}
#iprospect h2 img {
  position: absolute;
}
#iprospect h2 span {
  margin-left: 3em;
}
#iprospect select {
  float: right;
  margin-bottom: 20px;
  padding: 5px 5px;
  background: #F6F6F6;
  border: 1px solid #979797;
  border-radius: 5px;
  width: 210px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: 98% 55%;
  background-size: 20px;
}
#iprospect hr {
  border-style: solid;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-color: #979797;
  width: 90%;
  max-width: 1140px;
  margin-block-start: 0;
  margin-block-end: 0;
}
#iprospect #s1, #iprospect #s2, #iprospect #s3, #iprospect #s4, #iprospect #s5, #iprospect #s6, #iprospect #s7 {
  scroll-margin: 80px;
}
#iprospect .col2 {
  column-count: 2;
}
#iprospect .row {
  display: flex;
  justify-content: flex-end;
}
#iprospect .row .switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
#iprospect .row .switch .toggle {
  border: 2px solid #097AC6;
  border-radius: 18px;
  width: 60px;
  height: 30px;
  box-sizing: border-box;
  display: flex;
  padding: 2px;
  margin: 0 10px;
  position: relative;
}
#iprospect .row .switch .toggle span {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #097AC6;
  left: 2px;
  transition: all 0.2s;
}
#iprospect .row .switch .toggle.active span {
  left: 32px;
}
#iprospect .inner {
  width: 90%;
  margin: auto;
  padding: 50px 0;
  max-width: 1140px;
}
#iprospect .inner > :first-child {
  margin-top: 0;
}
#iprospect .inner > :last-child {
  margin-bottom: 0;
}
#iprospect .nav {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #54C0F0;
}
#iprospect .nav .inner {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0;
  max-width: 1200px;
}
#iprospect .nav .inner .navtext {
  white-space: nowrap;
  color: white;
}
#iprospect .nav .inner .buttons {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#iprospect .nav .inner .buttons .btn {
  background: white;
  margin-left: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
  color: #2A2A2A;
  border-radius: 10px;
  padding: 4px 5px;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  position: relative;
  top: 0;
  transition: all 0.1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
#iprospect .nav .inner .buttons .btn:hover {
  top: 2px;
}
#iprospect .nav .inner .buttons .btn:active {
  top: 5px;
}
#iprospect .header {
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
#iprospect .header .inner {
  padding: 100px 0;
}
#iprospect .header .inner h1 {
  text-align: left;
  color: white;
  margin: 0;
}
#iprospect .header .inner h1 div {
  font-size: 54px;
  line-height: 64.8px;
  font-weight: 400;
}
#iprospect .header .inner h1 .bold {
  font-size: 63px;
  line-height: 75.6px;
  font-weight: 700;
}
#iprospect .intro .inner {
  max-width: 1040px;
}
#iprospect .intro .inner .bold {
  margin-top: 2em;
}
#iprospect .intro .inner .findings {
  display: grid;
  grid-template-columns: 0.8fr 1fr 0.9fr;
  grid-column-gap: 45px;
}
#iprospect .intro .inner .findings .find {
  background: linear-gradient(180deg, #54C0F0 0%, #097AC6 100%);
  padding: 15px;
  font-size: 18px;
  line-height: 22px;
  color: white;
}
#iprospect .spending {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 10%, #54C0F0 10%, #097AC6 100%);
  padding-bottom: 80px;
}
#iprospect .spending .inner {
  background: white;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
  box-sizing: border-box;
}
#iprospect .spending .inner h2 img {
  width: 58px;
}
#iprospect .spending .inner .notes {
  font-size: 15px;
}
#iprospect .spending .inner #vmap {
  width: 100%;
  border: 2px solid #E5E5E5;
  height: 500px;
  padding: 50px 0;
}
#iprospect .pocket .inner {
  max-width: 1040px;
}
#iprospect .pocket .inner h2 img {
  width: 56px;
}
#iprospect .pocket .inner .bag img {
  width: 38px;
}
#iprospect .prescribed {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 10%, #54C0F0 10%, #097AC6 100%);
  padding-bottom: 80px;
}
#iprospect .prescribed .inner {
  background: white;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
  box-sizing: border-box;
}
#iprospect .prescribed .inner h2 img {
  width: 65px;
}
#iprospect .prescribed .inner .search {
  text-align: right;
  padding-right: 13px;
  margin-bottom: 10px;
}
#iprospect .prescribed .inner .search input {
  background: #F6F6F6;
  font-size: 18px;
  border-radius: 5px;
  padding: 5px;
  text-align: left;
  border-color: #979797;
}
#iprospect .prescribed .inner .table .thead, #iprospect .prescribed .inner .table .tbody .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  font-size: 20px;
}
#iprospect .prescribed .inner .table .thead {
  user-select: none;
  margin-bottom: 10px;
  margin-right: 13px;
}
#iprospect .prescribed .inner .table .thead .col {
  padding: 10px;
  cursor: pointer;
  display: flex;
  background: #54C0F0;
  color: white;
  display: flex;
  justify-content: space-between;
}
#iprospect .prescribed .inner .table .thead .col img {
  width: 10px;
}
#iprospect .prescribed .inner .table .thead .col.rotate img {
  transform: rotate(180deg);
}
#iprospect .prescribed .inner .table .thead .col:hover {
  background: #4bacd8;
}
#iprospect .prescribed .inner .table .tbody {
  border-top: 1px solid #097AC6;
  border-bottom: 1px solid #097AC6;
  word-break: break-word;
  height: 455px;
  overflow-y: scroll;
}
#iprospect .prescribed .inner .table .tbody .row .col {
  padding: 6px;
}
#iprospect .prescribed .inner .table .tbody .row > :nth-child(3) {
  font-weight: 700;
}
#iprospect .prescribed .inner .table .tbody > :nth-child(odd) {
  background-image: linear-gradient(180deg, rgba(84, 192, 240, 0.6) 0%, rgba(140, 225, 249, 0.6) 100%);
}
#iprospect .prescribed .inner .table .tbody::-webkit-scrollbar {
  width: 13px;
}
#iprospect .prescribed .inner .table .tbody::-webkit-scrollbar-track {
  background: #E9E9E9;
}
#iprospect .prescribed .inner .table .tbody::-webkit-scrollbar-thumb {
  background: #C6C6C6;
  border-radius: 10px;
}
#iprospect .prescribed .inner .table .tbody::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#iprospect .changes .inner {
  max-width: 1040px;
}
#iprospect .changes .inner .left h2 img {
  width: 62px;
}
#iprospect .changes .inner .row {
  justify-content: space-between;
  align-items: center;
  margin-top: 3em;
}
#iprospect .changes .inner .row .bold {
  margin-left: 3em;
}
#iprospect .changes .split {
  display: flex;
  justify-content: space-between;
}
#iprospect .changes .split .left p {
  max-width: 595px;
}
#iprospect .changes .split .right .table {
  display: flex;
  font-size: 18px;
}
#iprospect .changes .split .right .table .l {
  padding-right: 20px;
}
#iprospect .changes .split .right .table .l > div {
  padding: 5px;
  white-space: nowrap;
}
#iprospect .changes .split .right .table .r {
  color: white;
  text-align: center;
  width: 110px;
}
#iprospect .changes .split .right .table .r > div {
  padding: 5px;
}
#iprospect .changes .split .right .table .r > :nth-child(1) {
  background: #097AC6;
}
#iprospect .changes .split .right .table .r > :nth-child(2) {
  background: #1181CA;
}
#iprospect .changes .split .right .table .r > :nth-child(3) {
  background: #1989CF;
}
#iprospect .changes .split .right .table .r > :nth-child(4) {
  background: #2291D4;
}
#iprospect .changes .split .right .table .r > :nth-child(5) {
  background: #2A99D8;
}
#iprospect .changes .split .right .table .r > :nth-child(6) {
  background: #32A0DD;
}
#iprospect .changes .split .right .table .r > :nth-child(7) {
  background: #3BA8E2;
}
#iprospect .changes .split .right .table .r > :nth-child(8) {
  background: #43B0E6;
}
#iprospect .changes .split .right .table .r > :nth-child(9) {
  background: #4BB8EB;
}
#iprospect .changes .split .right .table .r > :nth-child(10) {
  background: #54C0F0;
}
#iprospect .deviations {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 10%, #54C0F0 10%, #097AC6 100%);
  padding-bottom: 80px;
}
#iprospect .deviations .inner {
  background: white;
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.1);
  padding: 40px 50px;
  box-sizing: border-box;
}
#iprospect .deviations .inner h2 img {
  width: 40px;
}
#iprospect .deviations .inner .median {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0;
}
#iprospect .deviations .inner .median div {
  width: 30px;
  height: 3px;
  background: #F9BF4B;
  margin-right: 10px;
}
#iprospect .deviations .inner .m1 {
  margin-bottom: 2em;
}
#iprospect .deviations .inner .m2 {
  margin-top: 2em;
}
#iprospect .sources {
  background: #F3F3F3;
}
#iprospect .sources a {
  word-break: break-all;
}
#iprospect .desktop {
  display: none;
}
#iprospect .footer .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
#iprospect .footer .inner > * {
  margin: 20px 0;
}
#iprospect .footer .inner .logo img {
  width: 305px;
}
@media only screen and (min-width: 1000px) {
  #iprospect .desktop {
    display: block;
  }
  #iprospect .mobile {
    display: none;
  }
  #iprospect .footer .inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
  #iprospect .footer .inner > * {
    margin: 0;
  }
  #iprospect .footer .inner .cc {
    display: flex;
    align-items: center;
  }
  #iprospect .footer .inner .cc > :first-child {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  #iprospect .col2 {
    column-count: 1;
  }
  #iprospect #s1, #iprospect #s2, #iprospect #s3, #iprospect #s4, #iprospect #s5, #iprospect #s6, #iprospect #s7 {
    scroll-margin: 300px;
  }
  #iprospect h2 {
    font-size: 20px;
  }
  #iprospect h2 span {
    margin-left: 4em;
  }
  #iprospect p {
    font-size: 15px;
  }
  #iprospect .header .inner h1 div {
    font-size: 34px;
    line-height: 40px;
  }
  #iprospect .header .inner h1 .bold {
    font-size: 40px;
    line-height: 48px;
  }
  #iprospect .nav .inner {
    flex-direction: column;
  }
  #iprospect .nav .inner .buttons {
    margin-top: 1em;
    display: none;
    flex-wrap: wrap;
  }
  #iprospect .nav .inner .buttons .btn {
    font-size: 14px;
    margin: 3px;
    max-width: 100%;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #iprospect .nav .inner .show {
    display: flex;
  }
  #iprospect .nav .inner .toggle img {
    width: 40px;
    margin-top: 0.5em;
  }
  #iprospect .intro .inner .findings {
    grid-template-columns: auto;
    grid-row-gap: 20px;
    justify-content: center;
  }
  #iprospect .intro .inner .findings .find {
    max-width: 300px;
  }
  #iprospect .changes .split {
    flex-wrap: wrap;
    justify-content: center;
  }
  #iprospect .spending .inner {
    padding: 40px 20px;
  }
  #iprospect .spending .inner #vmap {
    height: 300px;
  }
  #iprospect .deviations .inner {
    padding: 40px 20px;
  }
  #iprospect .prescribed .inner {
    padding: 40px 20px;
  }
  #iprospect .prescribed .inner .table .thead {
    font-size: 14px;
    word-break: break-all;
  }
  #iprospect .prescribed .inner .table .tbody .row {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1001px) and (max-width: 1310px) {
  #iprospect .nav .inner {
    flex-direction: row;
    justify-content: center;
  }
  #iprospect .nav .inner .buttons .btn {
    font-size: 12px;
    max-width: 100px;
    background: white;
    margin-left: 10px;
    margin-bottom: 3px;
    margin-top: 3px;
    text-align: center;
    color: #2A2A2A;
    border-radius: 10px;
    padding: 4px 5px;
  }
}
