@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,400i,500,600,700,800&display=swap");
.header {
  background-color: #0e5898;
  padding: 15px 0; }
  .header a {
    color: #e2e2e2;
    margin: 0; }
  .header .region.region-logo {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    .header .region.region-logo a.name.navbar-brand {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: auto;
      font-weight: bold;
      height: auto; }

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif; }

.webform-progress ul.webform-progress-tracker.progress-tracker {
  margin: 14px 0 10px auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  max-width: 260px; }
  .webform-progress ul.webform-progress-tracker.progress-tracker li.progress-step {
    margin: 0 auto;
    min-width: 0; }
    .webform-progress ul.webform-progress-tracker.progress-tracker li.progress-step::after, .webform-progress ul.webform-progress-tracker.progress-tracker li.progress-step::before {
      display: none !important; }
    .webform-progress ul.webform-progress-tracker.progress-tracker li.progress-step .progress-marker {
      font-size: 0;
      width: 8px;
      height: 8px;
      background-color: #d9d9d9; }
    .webform-progress ul.webform-progress-tracker.progress-tracker li.progress-step .progress-text {
      display: none !important; }
    .webform-progress ul.webform-progress-tracker.progress-tracker li.progress-step.is-active .progress-marker {
      background-color: #2699fb; }

.ui-widget.ui-widget-content {
  border: none;
  padding: 0;
  color: #ffffff;
  background-color: #2699fb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-height: calc(100vh - 80px);
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto; }
  .ui-widget.ui-widget-content .ui-widget-header {
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: bold; }
    .ui-widget.ui-widget-content .ui-widget-header .ui-dialog-title {
      font-size: 24px;
      font-weight: 600; }
  .ui-widget.ui-widget-content .ui-dialog-content.ui-widget-content {
    color: #ffffff; }

form #edit-signature {
  max-width: 768px; }
  form #edit-signature .control-label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #0e5898; }
  form #edit-signature #edit-signature--description {
    color: #2699fb;
    font-weight: 600;
    font-size: 14px; }

.main-content {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .main-content::before {
    content: "";
    min-height: calc(100vh - 107px);
    width: 1px;
    margin-right: -1px;
    display: block; }
  .main-content .region-content {
    padding-top: 40px;
    padding-bottom: 30px; }

.left-wrapper {
  width: 66.6667%; }
  .left-wrapper .block-title {
    color: #0e5898;
    margin-bottom: 30px;
    margin-top: 0; }
  .left-wrapper h4 {
    margin-top: 30px;
    margin-bottom: 0;
    color: #2699fb; }
  .left-wrapper .link {
    margin-top: 20px; }
    .left-wrapper .link a {
      color: #ffffff;
      background-color: #2699fb;
      border-radius: 3px;
      padding: 12px 30px;
      line-height: 1;
      text-align: center;
      transition: 0.25s;
      -ms-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      -webkit-transition: 0.25s;
      display: inline-block;
      text-decoration: none;
      font-size: 16px;
      margin-top: 30px;
      min-width: 260px; }
      .left-wrapper .link a:hover, .left-wrapper .link a:focus {
        background-color: #0e5898;
        color: #ffffff; }

.right-wrapper {
  width: 33.3333%; }

.flex-wrap.quick-portfolio-wrap {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px; }
  .flex-wrap.quick-portfolio-wrap .left-content > .field--name-field-content {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 30px; }
    .flex-wrap.quick-portfolio-wrap .left-content > .field--name-field-content > .field--item {
      width: 33.3333333333%;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 20px; }
      .flex-wrap.quick-portfolio-wrap .left-content > .field--name-field-content > .field--item .field--name-field-icon.field--type-image {
        min-height: 45px; }

  #edit-intro h1 {
    color: #0e5898;
    margin-bottom: 30px;
    margin-top: 0; }
  #edit-intro .left, #edit-intro .right {
    width: calc(50% - 40px); }
  #edit-intro .right {
    padding-top: 30px; }

#webform-submission-personal-portfolio-test-drive-add-form .form-actions {
  padding-top: 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }
  #webform-submission-personal-portfolio-test-drive-add-form .form-actions .webform-button--next.btn, #webform-submission-personal-portfolio-test-drive-add-form .form-actions .webform-button--submit.btn {
    color: #ffffff;
    background-color: #2699fb;
    border-radius: 3px;
    padding: 12px 30px;
    line-height: 1;
    text-align: center;
    transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    margin-top: 10px;
    min-width: 260px;
    border: none;
    outline: none;
    box-shadow: none;
    margin-right: 0;
    margin-left: auto; }
    #webform-submission-personal-portfolio-test-drive-add-form .form-actions .webform-button--next.btn:hover, #webform-submission-personal-portfolio-test-drive-add-form .form-actions .webform-button--next.btn:focus, #webform-submission-personal-portfolio-test-drive-add-form .form-actions .webform-button--submit.btn:hover, #webform-submission-personal-portfolio-test-drive-add-form .form-actions .webform-button--submit.btn:focus {
      background-color: #0e5898;
      color: #ffffff; }
  #webform-submission-personal-portfolio-test-drive-add-form .form-actions .webform-button--previous.btn {
    padding-left: 0;
    padding-right: 0;
    border: none;
    outline: none;
    box-shadow: none;
    color: #2699fb;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background-color: transparent;
    transition: 0.25s;
    -ms-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    -webkit-transition: 0.25s; }
    #webform-submission-personal-portfolio-test-drive-add-form .form-actions .webform-button--previous.btn:hover, #webform-submission-personal-portfolio-test-drive-add-form .form-actions .webform-button--previous.btn:focus {
      background-color: transparent;
      outline: none;
      box-shadow: none;
      color: #0e5898; }

#edit-p2 .form-item.form-group {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }
  #edit-p2 .form-item.form-group > .control-label {
    width: calc(100% - 275px);
    padding-left: 20px;
    padding-right: 15px;
    margin: 0 15px 0 0;
    line-height: 1.2;
    height: 34px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    font-weight: normal;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  #edit-p2 .form-item.form-group:nth-child(2n) > .control-label {
    background-color: #f8f8f8;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  #edit-p2 .form-item.form-group > .form-control, #edit-p2 .form-item.form-group > .select-wrapper {
    width: 260px; }
  #edit-p2 .form-item.form-group .form-control {
    color: #2699fb;
    border: 1px solid #2699fb;
    text-align: center; }

.report-section {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  background-color: #2699fb;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .report-section .report-right {
    padding-right: 30px; }
    .report-section .report-right h3 {
      font-size: 40px;
      color: #fff;
      max-width: 18em;
      margin-bottom: 60px; }
  .report-section .report-left .report-pdf.white-bg {
    background-color: #ffffff;
    padding: 60px 25px 30px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #2699fb; }
    .report-section .report-left .report-pdf.white-bg .fa-folder {
      font-size: 24px; }
    .report-section .report-left .report-pdf.white-bg p {
      margin-bottom: 0; }
    .report-section .report-left .report-pdf.white-bg .small {
      font-size: 14px; }
  .report-section .report-left .download-link {
    padding-top: 30px; }
    .report-section .report-left .download-link a {
      color: #ffffff;
      background-color: #2699fb;
      border-radius: 3px;
      padding: 12px 30px;
      line-height: 1;
      text-align: center;
      transition: 0.25s;
      -ms-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      -webkit-transition: 0.25s;
      display: inline-block;
      text-decoration: none;
      font-size: 10px;
      text-transform: uppercase; }
      .report-section .report-left .download-link a:hover, .report-section .report-left .download-link a:focus {
        background-color: #0e5898;
        color: #ffffff; }
  .report-section .email-sent {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .report-section .email-sent .white-email {
      padding-right: 15px; }
      .report-section .email-sent .white-email p {
        color: #2699fb;
        background-color: #ffffff;
        border-radius: 3px;
        padding: 12px 30px;
        line-height: 1;
        text-align: center;
        transition: 0.25s;
        -ms-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        -webkit-transition: 0.25s;
        display: inline-block;
        text-decoration: none; }
        .report-section .email-sent .white-email p:hover, .report-section .email-sent .white-email p:focus {
          background-color: #0e5898;
          color: #ffffff; }
        @media screen and (min-width: 992px) {
          .report-section .email-sent .white-email p {
            min-width: 380px; } }
    .report-section .email-sent .blue-email p {
      padding: 11px 30px;
      border: 1px solid #ffffff; }
  .report-section form.email-form {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .report-section form.email-form .form-item {
      padding-right: 15px;
      max-width: 390px; }
      .report-section form.email-form .form-item .form-control {
        color: #2699fb;
        background-color: #ffffff;
        border-radius: 3px;
        padding: 6px 15px;
        border: none;
        height: 40px; }
        .report-section form.email-form .form-item .form-control::-moz-placeholder {
          color: #2699fb;
          opacity: 1; }
        .report-section form.email-form .form-item .form-control::-webkit-input-placeholder {
          opacity: 1;
          color: #2699fb; }
        .report-section form.email-form .form-item .form-control:-ms-input-placeholder {
          opacity: 1;
          color: #2699fb; }
        .report-section form.email-form .form-item .form-control::-ms-input-placeholder {
          opacity: 1;
          color: #2699fb; }
        .report-section form.email-form .form-item .form-control:focus::-moz-placeholder {
          opacity: 1; }
          .report-section form.email-form .form-item .form-control:focus::-moz-placeholder::-webkit-input-placeholder {
            opacity: 1; }
          .report-section form.email-form .form-item .form-control:focus::-moz-placeholder:-ms-input-placeholder {
            opacity: 1; }
        .report-section form.email-form .form-item .form-control:focus::-ms-input-placeholder {
          opacity: 1; }
    .report-section form.email-form .button.btn {
      color: #ffffff;
      background-color: #2699fb;
      border-radius: 3px;
      padding: 12px 30px;
      line-height: 1;
      text-align: center;
      transition: 0.25s;
      -ms-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      -webkit-transition: 0.25s;
      display: inline-block;
      text-decoration: none;
      border: 1px solid #ffffff;
      margin-bottom: 15px; }
      .report-section form.email-form .button.btn:hover, .report-section form.email-form .button.btn:focus {
        background-color: #ffffff;
        color: #2699fb; }

.main-content.bg-light-primary {
  background-color: #2699fb; }

.graph-outer .graph-head {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px; }
  .graph-outer .graph-head .result-type {
    margin-top: auto; }
    .graph-outer .graph-head .result-type > div {
      display: inline-block; }
      .graph-outer .graph-head .result-type > div span {
        padding: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px; }
    .graph-outer .graph-head .result-type .type-best {
      margin-right: 25px; }
      .graph-outer .graph-head .result-type .type-best span {
        background-color: #92ccfd; }
    .graph-outer .graph-head .result-type .type-worst span {
      background-color: #bfbfbf; }
.graph-outer h2 {
  margin-bottom: 0px;
  color: #707070; }
  .graph-outer h2 span {
    color: #0e5898; }

.graph-plot {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex; }
  .graph-plot .graph-cordinates {
    color: #0e5898; }
    .graph-plot .graph-cordinates .caption {
      padding: 104px 15px 3px;
      font-size: 20px;
      line-height: 1;
      font-weight: 700; }
    .graph-plot .graph-cordinates .cordinates {
      padding-top: 68px;
      padding-bottom: 0; }
    .graph-plot .graph-cordinates .cordinate {
      padding: 0 10px;
      text-align: center;
      height: 60px;
      font-size: 20px;
      font-weight: 700;
      line-height: 0;
      position: relative; }
      .graph-plot .graph-cordinates .cordinate:last-child {
        height: 60px; }
  .graph-plot .plot-outer {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative; }
    .graph-plot .plot-outer .scale-lines {
      position: absolute;
      right: 8px;
      width: calc(100% + 15px);
      bottom: 60px; }
      .graph-plot .plot-outer .scale-lines .line {
        border-bottom: 1px solid rgba(112, 112, 112, 0.25);
        font-size: 0;
        line-height: 0;
        display: block;
        width: 100%;
        margin-top: 59px;
        position: relative;
        z-index: 1; }
        .graph-plot .plot-outer .scale-lines .line.center {
          border-color: #2699fb; }
  .graph-plot .plot-item {
    padding: 0 8px;
    -webkit-flex: 1;
    flex: 1;
    position: relative; }
    .graph-plot .plot-item .image_radio {
      position: absolute;
      top: 0;
      left: 8px;
      display: none; }
    .graph-plot .plot-item .input-overlay {
      position: absolute;
      width: calc(100% - 16px);
      margin: 0 8px;
      height: 100%;
      cursor: pointer;
      border-radius: 3px;
      z-index: 2;
      font-size: 0;
      color: transparent; }
  .graph-plot .plot {
    text-align: center; }
    .graph-plot .plot .plot-header {
      background-color: #0e5898;
      color: #ffffff;
      padding: 0 15px 30px;
      position: relative;
      -webkit-border-radius: 3px 3px 0 0;
      transition: 0.25s;
      -ms-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      -webkit-transition: 0.25s;
      border-radius: 3px 3px 0 0; }
      .graph-plot .plot .plot-header .title {
        text-transform: uppercase;
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .graph-plot .plot .plot-header .title-sub {
        padding: 10px 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 1.286; }
      .graph-plot .plot .plot-header .value {
        width: 60px;
        height: 60px;
        line-height: 58px;
        border: 1px solid #707070;
        background-color: #F5F5F5;
        color: #707070;
        position: absolute;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        left: 50%;
        margin-left: -30px;
        bottom: -30px;
        font-size: 15px;
        font-weight: 700; }
    .graph-plot .plot .plot-display {
      padding: 68px 0 60px;
      /*border-width: 0 1px  1px 1px;*/
      /*border-style: solid;*/
      /*border-color: #707070;*/
      -webkit-border-radius: 0 0 3px 3px;
      transition: color 0.25s;
      -ms-transition: color 0.25s;
      -o-transition: color 0.25s;
      -moz-transition: color 0.25s;
      -webkit-transition: color 0.25s;
      border-radius: 0 0 3px 3px; }
      .graph-plot .plot .plot-display .plot-display-content {
        position: relative; }
      .graph-plot .plot .plot-display .plot-scale {
        display: block;
        height: 60px; }

.graph-plot .plot-item:nth-child(even) .plot .plot-display{
  background: #f4f4f4;
}
.plot-value-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 100%; }
  .plot-value-wrapper .plot-value-top {
    position: absolute;
    bottom: 120px;
    background-color: #92ccfd;
    width: 100%;
    left: 0;
    right: 0; }
  .plot-value-wrapper .plot-value-bottom {
    position: absolute;
    top: 240px;
    background: #bfbfbf;
    width: 100%;
    left: 0;
    right: 0; }
    .plot-value-wrapper .plot-value-bottom.positive {
      top: auto;
      background: rgba(136, 135, 135, 0.54);
      bottom: 120px; }
  .plot-value-wrapper .positive-value,
  .plot-value-wrapper .negative-value {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 4px;
    font-weight: 700;
    color: #ffffff;
    z-index: 2;
    font-size: 15px; }
  .plot-value-wrapper .positive-value {
    top: 0; }
  .plot-value-wrapper .negative-value {
    bottom: 0; }
  .plot-value-wrapper .plot-value-bottom.top .negative-value {
    top: 0;
    bottom: auto; }

.average-plot-value {
  position: absolute;
  bottom: 0;
  width: 55%;
  border-top: 1px solid #0e5898;
  right: 50%;
  text-align: left;
  line-height: 0; }
  .average-plot-value .average-value {
    display: inline-block;
    background: #fff;
    padding: 5px 4px;
    margin-top: -2px;
    color: #0e5898;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #2699fb;
    margin-top: -14px;
    position: absolute;
    right: 100%;
    font-size: 18px; }

.ten_year .plot-value-wrapper.value-8 {
  --max: 15.67;
  --min: -0.65;
  --avg: 6.64;
}

.ten_year .plot-value-wrapper.value-7 {
  --max: 18.03;
  --min: 7.57;
  --avg: 13.99;
}
.ten_year .plot-value-wrapper.value-6 {
  --max: 13.23;
  --min: 1.18;
  --avg: 6.61;
}
.ten_year .plot-value-wrapper.value-5 {
  --max: 15.381;
  --min: 7.26;
  --avg: 12.18;
}
.ten_year .plot-value-wrapper.value-4 {
  --max: 10.80;
  --min: 2.75;
  --avg: 6.36;
}

.ten_year .plot-value-wrapper.value-3 {
  --max: 9.58;
  --min: 3.45;
  --avg: 6.16;
}

.ten_year .plot-value-wrapper.value-2 {
  --max: 6.35;
  --min: 2.90;
  --avg: 4.56;
}

.ten_year {
  --from: -10;
  --to: 20;
}

.five_year {
  --from: -10;
  --to: 15;
}

.three_year {
  --from: -20;
  --to: 20;
}

.one_year {
  --from: -50;
  --to: 30;
}

.six-month{
  --from: -50;
  --to: 30;
}

[class^=graph-outer]{
  --mult: calc(100% / (var(--to) - var(--from)));
}

[class^=graph-outer] .plot-value-top {
  bottom: auto !important;
  /*--avg: calc(var(--max) / 2 + var(--min) / 2);*/
  top: calc((var(--to) - var(--max)) * var(--mult)) !important;
  height: calc((var(--max) - var(--avg)) * var(--mult)) !important;
  width: 100%;
  left: 0;
  color:  transparent;
  /*color: #f4f4f4;*/

  background: currentColor;
  z-index: 2;
  /*transform: translateX(-50%);*/
}
[class^=graph-outer] .plot-value-top::before{
  content:"";
  display: block;
  height: 10px;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 100%;
  background-image:
    linear-gradient(to right bottom, transparent, transparent 50%, currentColor 50%, currentColor),
    linear-gradient(to left bottom, transparent, transparent 50%, currentColor 50%, currentColor);
  background-position: left, right;
  background-size: 50% auto;
  background-repeat: no-repeat;
}


[class^=graph-outer] .plot-value-bottom {
  top: auto !important;
  /*--avg: calc(var(--max) / 2 + var(--min) / 2);*/
  bottom: calc((var(--min) - var(--from)) * var(--mult)) !important;
  height: calc((var(--avg) - var(--min)) * var(--mult)) !important;
  width:  100%;
  left: 0;
  color: #cdeee5;
  background: currentColor !important;
}

[class^=graph-outer] .plot-value-bottom::before{
  content:"";
  display: block;
  height: 10px;
  left: 0;
  right: 0;
  position: absolute;
  top: 100%;
  background-image:
    linear-gradient(to right top, transparent, transparent 50%, currentColor 50%, currentColor),
    linear-gradient(to left top, transparent, transparent 50%, currentColor 50%, currentColor);
  background-position: left, right;
  background-size: 50% auto;
  background-repeat: no-repeat;
}

[class^=graph-outer] .average-plot-value{
  height: 100% !important;
  top: 100% !important;
  bottom: auto !important;
  /*background: #2a75b6;*/
  border: none;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}

[class^=graph-outer] .average-value {
  background: #2a549d;
  top: 50%;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  border: none;
}

[class^=graph-outer] .positive-value {
  width: auto;
  right: auto;
  color: #0f0f0f;
  transform: translateY(-50%);
  display: none;
}

[class^=graph-outer] .negative-value {
  width: auto;
  right: auto;
  color: #ab1b1b;
  transform: translateY(50%);
  top: auto !important;
  bottom: 0 !important;
  display: none;
}

[class^= graph-outer] .graph-cordinates .caption {
  visibility: hidden;
}

[class^=graph-outer] .graph-cordinates .cordinates .cordinate::after {
  content: '%';
}

[class^=graph-outer] .plot-header .title-sub {
  display: none;
}

[class^=graph-outer] .plot-header .value {
  display: none;
}

[class^=graph-outer] .plot .plot-header .title {
  border-bottom: none;
}

[class^=graph-outer] .result-type {
  display: none;
}

[class^=graph-outer] .graph-plot .plot .plot-header {
  padding: 0;
}

[class^= graph-outer] .graph-plot .graph-cordinates .caption {
  padding: 36px 15px 3px;
}

[class^=graph-outer] .price-wrapper{
  white-space: nowrap;
  width: auto;
}
[class^=graph-outer] .positive-price::before{
  content: "Best ";
}
[class^=graph-outer] .actual-price::before{
  content: "Average ";
}
[class^=graph-outer] .negative-price::before{
  content: "Worst ";
}

.five_year .value-8{
  --max: 23.53;
  --avg: 7.16;
  --min: -7.59;
}

.five_year .value-7 {
  --max: 22.59;
  --avg: 13.39;
  --min: -1.03;
}


.five_year .value-6 {
  --max: 19.63;
  --avg: 6.89;
  --min: -4.79;
}


.five_year .value-5 {
  --max: 18.79;
  --avg: 11.63;
  --min: 0.72;
}

.five_year .value-4 {
  --max: 15.80;
  --avg: 6.45;
  --min: -2.30;
}

.five_year .value-3 {
  --max: 13.93;
  --avg: 6.18;
  --min: -1.17;
}


.five_year .value-2 {
  --max: 7.57;
  --avg: 4.30;
  --min: 1.32;
}



.three_year .value-8 {
  --max: 27.69;
  --avg: 7.14;
  --min:-17.30;
}
.three_year .value-7 {
  --max: 27.40;
  --avg: 12.80;
  --min:-15.69;
}
.three_year .value-6 {
  --max: 23.22;
  --avg: 6.82;
  --min:-12.24;
}
.three_year .value-5 {
  --max: 22.45;
  --avg: 11.16;
  --min:-10.98;
}
.three_year .value-4 {
  --max: 18.94;
  --avg: 6.38;
  --min:-7.49;
}
.three_year .value-3 {
  --max: 16.87;
  --avg: 6.11;
  --min:-5.23;
}
.three_year .value-2 {
  --max: 11.41;
  --avg: 4.36;
  --min: 0.255;
}

.one_year .value-8 {
  --max: 73.46;
  --avg: 7.07;
  --min: -48.77;
}
.one_year .value-7 {
  --max: 59.26;
  --avg: 11.69;
  --min: -29.82;
}
.one_year .value-6 {
  --max: 57.56;
  --avg: 6.66;
  --min: -39.13;
}
.one_year .value-5 {
  --max: 47.64;
  --avg: 10.27;
  --min: -22.27;
}
.one_year .value-4 {
  --max: 43.37;
  --avg: 6.23;
  --min: -29.58;
}
.one_year .value-3 {
  --max: 36.83;
  --avg: 6.23;
  --min: -25.97;
}
.one_year .value-2 {
  --max: 23.11;
  --avg: 6.01;
  --min: -6.96;
}

.six-month .value-8 {
  --max: 59.09;
  --avg: 3.34;
  --min: -47.955;
}
.six-month .value-7 {
  --max: 41.44;
  --avg: 5.39;
  --min: -22.84;
}
.six-month .value-6 {
  --max: 46.00;
  --avg: 3.19;
  --min: -38.50;
}
.six-month .value-5 {
  --max: 33.83;
  --avg: 4.79;
  --min: -17.12;
}
.six-month .value-4 {
  --max: 34.21;
  --avg: 3.02;
  --min: -29.244;
}
.six-month .value-3 {
  --max: 28.93;
  --avg: 2.93;
  --min: -24.67;
}
.six-month .value-2 {
  --max: 12.63;
  --avg: 2.44;
  --min: -11.82;
}

.graph-plot .plot-item.active {
  margin-top: -20px;
  margin-bottom: -20px; }
  .graph-plot .plot-item.active .plot .plot-header {
    background-color: #2699fb; }
    .graph-plot .plot-item.active .plot .plot-header .title {
      font-size: 40px;
      line-height: 1.2; }
  .graph-plot .plot-item.active .plot .plot-display {
    border-color: #2699fb;
    border-width: 0 2px 2px 2px;
    padding-bottom: 80px; }

.plot-outer-detail {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto; }
  .plot-outer-detail .scale-lines {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 60px; }
    .plot-outer-detail .scale-lines .line {
      width: 100%;
      border-bottom: 1px solid rgba(112, 112, 112, 0.25);
      left: 0;
      position: relative;
      z-index: 1;
      font-size: 0;
      margin-top: 59px; }
      .plot-outer-detail .scale-lines .line.invisible-right {
        border-bottom: 2px solid #2699fb;
        max-width: 415px; }
  .plot-outer-detail .plot-item {
    max-width: 150px;
    margin-left: 22%; }

.graph-outer-detail .graph-plot .plot .plot-detail-header {
  position: relative;
  background-color: #2699FB; }
  .graph-outer-detail .graph-plot .plot .plot-detail-header .title {
    font-size: 40px;
    line-height: 1.2; }
  .graph-outer-detail .graph-plot .plot .plot-detail-header .plot-detail {
    position: absolute;
    left: 100%;
    color: #0E5898;
    width: 16em;
    text-align: left;
    margin-left: 35px;
    top: 0px;
    font-size: 30px;
    font-weight: 500; }
.graph-outer-detail .graph-plot .plot .plot-display {
  border-width: 0 2px 2px 2px;
  border-color: #2699FB; }
.graph-outer-detail .graph-plot .plot .plot-display-content {
  position: relative; }
.graph-outer-detail .graph-plot .plot .price-wrapper {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  left: 100%;
  margin-left: 35px;
  text-align: left;
  top: 0;
  width: 320px;
  height: 100%;
  line-height: 60px; }
  .graph-outer-detail .graph-plot .plot .price-wrapper .positive-price {
    color: #B9B9B9; }
  .graph-outer-detail .graph-plot .plot .price-wrapper .actual-price {
    color: #2699FB;
    line-height: 120px;
    font-size: 200%;
  }
  .graph-outer-detail .graph-plot .plot .price-wrapper .negative-price {
    color: #cdeee5; }

.graph-outer-detail.ten_year .graph-plot .plot .price-wrapper {
  top: 120px; }
.graph-outer-detail.five_year .graph-plot .plot .price-wrapper {
  top: 180px; }
.graph-outer-detail.three_year .graph-plot .plot .price-wrapper {
  top: 60px; }
.graph-outer-detail.one_year .graph-plot .plot .price-wrapper {
  top: 360px; }
.graph-outer-detail.six-month .graph-plot .plot .price-wrapper {
  top: 240px; }


.error_response {
  width: 100%;
  margin-top: 15px;
  text-align: center;
  color: #2699fb;
  font-size: 20px;
  height: 20px;
  font-weight: 500; }

.webform-button--previous {
  display: none; }

/*# sourceMappingURL=style.css.map */

.ten_year {
  --parts: 8;
  --parts-offset: 4;
}

.five_year {
  --parts: 7;
  --parts-offset: 3;
}
.three_year {
  --parts: 6;
  --parts-offset: 2;
}
.one_year {
  --parts: 10;
  --parts-offset: 3;
}

.six-month {
  --parts: 10;
  --parts-offset: 3;
}
.graph-plot .graph-cordinates .cordinates, .graph-plot .plot .plot-display, .graph-plot [class^=plot-outer] .scale-lines {
  height: 480px;
  /*outline: #ab1b1b 1px solid;*/
}

.graph-plot .plot .plot-display .plot-display-content{
  height: calc(100% / (var(--parts) ));

}

.graph-plot .plot-item .plot-display{
  padding: 0 !important;
}
.graph-plot .plot-item .plot-display::before{
  content: '';
  display: block;
  height: calc(100% / (var(--parts) ));
}

.graph-plot .plot .plot-display .plot-display-content{
  height: calc(100% - 200% / (var(--parts) ));
}

.graph-plot .graph-cordinates .cordinates{
  padding-top: 0;
}

.graph-plot .graph-cordinates .cordinates::before{
  content: '';
  display: block;
  height: calc(100% / (var(--parts) ));
}

.graph-plot [class^=plot-outer] .scale-lines{
 bottom: 0;
}
.graph-plot .graph-cordinates .cordinate{
  height: calc(100% / var(--parts)) !important;
  box-sizing: border-box;
}

.graph-plot .plot .plot-display .plot-scale{
  height: calc(100% / (var(--parts) - 2));
  box-sizing: border-box;
}


.graph-plot [class^=plot-outer] .scale-lines .line{
  margin-top: 0;
  height: calc(100% / (var(--parts) ));
}


.graph-outer-detail .graph-plot .plot .price-wrapper {
  height: auto !important;
  transform: translateY(-50%);
  top: calc(100% * var(--parts-offset) / (var(--parts) - 2)) !important;
}

.graph-plot .plot-item.active{
  margin-top: 0 ;
  margin-bottom: 0 ;
}
.graph-plot .plot-item .plot .plot-header {
  transition:none;

}
.graph-plot .plot-item.active .plot .plot-header{
  margin-top: -20px;
}