/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 27 February 2020 14:30:01
*/


@charset "UTF-8";
.full-width .sidebar {
  display: none;
  width: 0; }
.full-width .content-wrapper {
  width: 100%; }

.calculator-form {
  margin: 0 0 20px 0;
  font-family: Nunito, Arial, sans-serif; }
  .calculator-form .error-container {
    padding-left: 20px; }
  .calculator-form .float-left {
    float: left; }
  .calculator-form .float-right {
    float: right; }
  .calculator-form .text-center {
    text-align: center; }
  .calculator-form .questions-row {
    border: 1px solid #ddd; }
  .calculator-form .question-cell {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    width: 100%;
    vertical-align: top;
    position: relative; }
    .calculator-form .question-cell.highlighted {
      background-color: #bed32f; }
    .calculator-form .question-cell.highlighted__red {
      background-color: #ff0000; }
      .calculator-form .question-cell.highlighted__red label,
      .calculator-form .question-cell.highlighted__red .select select.replaced + .option span span,
      .calculator-form .question-cell.highlighted__red input, .calculator-form .question-cell.highlighted__red.question-cell-3:after {
        color: #ffffff; }
      .calculator-form .question-cell.highlighted__red .select.replaced:after {
        background: url(https://www.waternsw.com.au/__data/assets/image/0006/127752/sprite.png?v=0.1.2) -86px -951px; }
    .calculator-form .question-cell label {
      color: #424242;
      display: block;
      font-size: 14px;
      font-weight: 300;
      line-height: 16px;
      text-transform: uppercase;
      height: 20px;
      position: relative;
      z-index: 1;
      margin-bottom: 6px; }
    .calculator-form .question-cell .select {
      border: none;
      width: 100% !important;
      height: auto; }
      .calculator-form .question-cell .select select::-ms-expand {display: none; }
      .calculator-form .question-cell .select select.replaced {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        text-overflow: ''; }
      .calculator-form .question-cell .select select.replaced,
      .calculator-form .question-cell .select .option {
        background-color: transparent;
        color: #0A68B8;
        font-size: 14px;
        font-family: ArialMT, Arial, sans-serif;
        font-weight: bold;
        height: 25px; }
      .calculator-form .question-cell .select:after {
        content: '';
        display: block;
        position: absolute;
        width: 14px;
        height: 9px;
        background: url(https://www.waternsw.com.au/__data/assets/image/0006/127752/sprite.png?v=0.1.2) -86px -915px;
        top: 10px;
        right: 0;
        z-index: 10; }
    .calculator-form .question-cell .select .option > span {
      background: none;
      color: #0A68B8; }
      .calculator-form .question-cell .select .option > span span {
        padding-left: 0;
        padding-right: 0;
        padding-top: 6px;
        text-overflow: inherit; }
    .calculator-form .question-cell.question-cell-2 .select select,
    .calculator-form .question-cell.question-cell-2 .select .option, .calculator-form .question-cell.question-cell-4 .select select,
    .calculator-form .question-cell.question-cell-4 .select .option {
      font-size: 16px; }
    .calculator-form .question-cell input[type='text'] {
      font-size: 16px;
      font-family: ArialMT, Arial, sans-serif;
      font-weight: bold;
      line-height: 20px;
      border: none;
      border-bottom: 1px solid #ddd;
      background-color: transparent;
      color: #0A68B8;
      width: 100% !important;
      height: 29px;
      padding: 6px 0 6px 0 !important;
      position: relative;
      z-index: 1; }
      .calculator-form .question-cell input[type='text']:focus {
        color: #000; }
    .calculator-form .question-cell input[type="text"]:focus + .focus-overlay {
      opacity: 1; }
    .calculator-form .question-cell .focus-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 0;
      background-color: #bed32f;
      opacity: 0; }
    .calculator-form .question-cell.question-cell-3:after {
      font-size: 16px;
      font-weight: bold;
      content: 'ML';
      display: block;
      position: absolute;
      z-index: 10;
      top: 47px;
      right: 26px;
      width: 22px;
      height: 13px;
      line-height: 20px;
      color: #0A68B8; }
    .calculator-form .question-cell.question-cell-4:after {
      font-size: 14px;
      font-weight: bold;
      content: 'ML';
      display: block;
      position: absolute;
      z-index: 10;
      top: 70px;
      right: 26px;
      width: 22px;
      height: 13px;
      line-height: 20px;
      color: #0A68B8; }
    .calculator-form .question-cell.question-cell-4 span.icon-percentage {
      position: absolute;
      z-index: 10;
      top: 50px;
      left: 50px; }
      .calculator-form .question-cell.question-cell-4 span.icon-percentage:after {
        content: 'ML';
        display: block;
        width: 22px;
        height: 13px;
        line-height: 20px;
        color: #0A68B8;
        font-size: 16px;
        font-weight: bold; }
    .calculator-form .question-cell.question-cell-3.highlighted:after, .calculator-form .question-cell.question-cell-4.highlighted .icon-percentage:after {
      color: #000; }
    .calculator-form .question-cell.question-cell-6 label {
      width: 243px; }
    .calculator-form .question-cell.disabled {
      background-color: #f5f5f5;
      cursor: initial;
      pointer-events: none; }
      .calculator-form .question-cell.disabled input,
      .calculator-form .question-cell.disabled select {
        pointer-events: none; }
  .calculator-form .btn-calculate {
    margin: 20px;
    text-align: center; }
    .calculator-form .btn-calculate .btn-calculate__wrapper {
      border: 1px solid #fff;
      border-radius: 5px;
      background: #0a68b8;
      font-size: 14px;
      font-family: "Nunito";
      font-weight: 700;
      color: #fff;
      display: inline-block;
      padding: 5px 32px 5px 12px;
      position: relative; }
      .calculator-form .btn-calculate .btn-calculate__wrapper:hover {
        cursor: pointer;
        background: #fff;
        border: 1px solid #ddd; }
        .calculator-form .btn-calculate .btn-calculate__wrapper:hover input {
          color: #0a68b8; }
        .calculator-form .btn-calculate .btn-calculate__wrapper:hover:after {
          width: 12px;
          height: 12px;
          background: url(https://www.waternsw.com.au/__data/assets/image/0006/127752/sprite.png?v=0.1.2) -256px -909px;
          -ms-transform: rotate(270deg);
          -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }
      .calculator-form .btn-calculate .btn-calculate__wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        right: 5px;
        width: 6px;
        height: 9px;
        background: url(https://www.waternsw.com.au/__data/assets/image/0006/127752/sprite.png?v=0.1.2) -40px -915px; }
      .calculator-form .btn-calculate .btn-calculate__wrapper input[type="submit"] {
        background: none;
        border: none;
        padding: 0; }

@media screen and (min-width: 960px) {
  .calculator-form {
    margin: 0 -20px 20px -20px; }
    .calculator-form .questions-row {
      border-left: none;
      border-right: none; }
    .calculator-form .question-cell {
      border-bottom: none;
      border-right: 1px solid #ddd;
      height: 120px;
      padding: 20px 15px; }
      .calculator-form .question-cell:first-of-type {
        padding-left: 20px; }
      .calculator-form .question-cell:last-of-type {
        padding-right: 20px;
        border-right: none; }
      .calculator-form .question-cell label {
        font-size: 11px; }
      .calculator-form .question-cell input[type="text"],
      .calculator-form .question-cell .select select.replaced,
      .calculator-form .question-cell .select .option {
        font-size: 14px; }
      .calculator-form .question-cell input[type="text"],
      .calculator-form .question-cell .select {
        margin-top: 20px; }
      .calculator-form .question-cell .select:after {
        background: url(https://www.waternsw.com.au/__data/assets/image/0006/127752/sprite.png?v=0.1.2) -259px -915px; }
      .calculator-form .question-cell.question-cell-1 {
        width: 22%; }
      .calculator-form .question-cell.question-cell-2 {
        width: 16%; }
        .calculator-form .question-cell.question-cell-2 .select span span {
          font-size: 14px; }
      .calculator-form .question-cell.question-cell-3, .calculator-form .question-cell.question-cell-4 {
        width: 11%; }
      .calculator-form .question-cell.question-cell-5 {
        width: 17%; }
      .calculator-form .question-cell.question-cell-6 {
        width: 23%; }
      .calculator-form .question-cell.question-cell-3:after {
        font-size: 14px;
        top: 70px; }
      .calculator-form .question-cell.question-cell-4 span.icon-percentage {
        top: 70px; }
        .calculator-form .question-cell.question-cell-4 span.icon-percentage:after {
          font-size: 14px; }
    .calculator-form .btn-calculate {
      text-align: left; } }
.results-table {
  overflow-x: scroll;
  font-family: Nunito, Arial, sans-serif; }
  .results-table .table-heading {
    margin-bottom: 20px; }
  .results-table table {
    min-width: 920px;
    overflow-y: visible; }
    .results-table table thead {
      background-color: #0A68B8; }
      .results-table table thead th, .results-table table thead td {
        font-size: 12px;
        color: #ffffff;
        text-transform: none;
        letter-spacing: 1px;
        text-align:left; }
      .results-table table thead th.rowspan2 {
        padding-top: 0;
        vertical-align: middle;
        padding: 0; }
     .results-table table thead tr:first-of-type th:nth-child(1) {
        width: 26%;
        padding-left: 20px;
        border-top-left-radius: 8px; }
      .results-table table thead tr:first-of-type th:nth-child(2) {
        width: 19%; }
      .results-table table thead tr:first-of-type th:nth-child(3) {
        width: 20%; }
      .results-table table thead tr:first-of-type th:nth-child(4) {
        width: 10%; }
      .results-table table thead tr:first-of-type th:nth-child(5) {
        width: 24%;}
      .results-table table thead tr:first-of-type th:nth-child(6) {
        width: 1%;
        padding-right: 20px;
        border-top-right-radius: 8px; }
    .results-table table tbody td {
      font-family: ArialMT, Arial, sans-serif;
      position: relative; }
    .results-table table tbody tr:first-of-type td,
    .results-table table tbody tr:first-of-type.hidden + tr td {
      padding-top: 23px; }
    .results-table table tbody tr.row-subtotal td,
    .results-table table tbody tr.row-total td {
      color: #0A68B8;
      font-weight: bold;
      padding-bottom: 23px; }
    .results-table table tbody tr.divider {
      border-top: 1px solid #ddd; }
    .results-table table tbody tr.row-total td {
      background-color: #F3F7FA;
      padding-top: 10px;
      padding-bottom: 10px; }
    .results-table table tbody td:nth-child(1) {
      padding-left: 20px; }
    .results-table table tbody td:nth-child(8) {
      padding-left: 25px; }
     .results-table table tbody td:nth-child(6),.results-table table tbody td:nth-child(7) {
      text-align: center; }
      .results-table table tbody td:nth-child(6).highlighted,.results-table table tbody td:nth-child(7).highlighted {
       background-color: #bed32f; }
    .results-table table tbody #resultsSet4-row1 .icon-help:after {
      right: 60px; }
    .results-table table tbody .icon-help {
      position: relative;
      z-index: 10; }
      .results-table table tbody .icon-help:after {
        position: absolute;
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        top: -17px;
        right: -26px;
        background: url(https://www.waternsw.com.au/__data/assets/image/0006/127752/sprite.png?v=0.1.2) 0 -915px; }
    .results-table table tbody .help-tip {
      display: none;
      width: 320px;
      height: auto;
      background-color: #0A68B8;
      color: #fff;
      font-weight: normal;
      padding: 20px;
      border-radius: 5px;
      position: absolute;
      z-index: 11;
      top: 50px;
      left: 0px; }
    .results-table table tbody .icon-help:hover + .help-tip {
      display: block; }
    .results-table table tbody tr.resultsSet3-min td:nth-child(2) {
      padding-right: 0; }
    .results-table table tbody .icon-arrow__down,
    .results-table table tbody .icon-arrow__up {
      position: absolute;
      display: block;
      width: 9px;
      height: 6px;
      left: 10px;
      top: 14px; }
      .results-table table tbody .icon-arrow__down:before,
      .results-table table tbody .icon-arrow__up:before {
        content: '';
        display: block;
        width: 9px;
        height: 6px; }
    .results-table table tbody .row-total .icon-arrow__down,
    .results-table table tbody .row-total .icon-arrow__up {
      top: 16px; }
    .results-table table tbody .icon-arrow__down:before {
      background: url(https://www.waternsw.com.au/__data/assets/image/0006/127752/sprite.png?v=0.1.2) -140px -915px; }
    .results-table table tbody .icon-arrow__up:before {
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      background: url(https://www.waternsw.com.au/__data/assets/image/0006/127752/sprite.png?v=0.1.2) -196px -915px; }
    .results-table table tbody tr:first-of-type td .icon-arrow__down,
    .results-table table tbody tr:first-of-type td .icon-arrow__up,
    .results-table table tbody tr:first-of-type.hidden + tr td .icon-arrow__down,
    .results-table table tbody tr:first-of-type.hidden + tr td .icon-arrow__up {
      top: 29px; }
    .results-table table tbody #resultsSet5-row2 td {
      padding-bottom: 23px; }

@media screen and (min-width: 960px) {
  .results-table {
    min-width: 768px;
    overflow: initial; }
    .results-table table tbody .icon-help:after {
      right: 2px; }
    .results-table table tbody #resultsSet4-row1 .icon-help:after {
      right: 2px; }

  .help-tip {
    top: 30px; }

  .calculator-form .question-cell.question-cell-6 label {
    width: 100%; } }
.comparison-chart {
  margin-top: 30px; }

#mobile-legend {
  text-align: center;
  padding-bottom: 20px; }
  #mobile-legend li {
    display: inline;
    font-size: 12px;
    margin-right: 5px; }
    #mobile-legend li:before {
      content: none; }
    #mobile-legend li span {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: -19px;
      margin-right: 5px; }

canvas#canvas {
  overflow-x: scroll;
  height: auto !important;
  min-height: 100px !important;
  max-height: 280px !important; }

@media screen and (min-width: 480px) {
  canvas#canvas {
    height: auto !important;
    min-height: 0 !important;
    max-height: 420px !important; } }
.comparison-chart .downloadPDF-wrap,
.comparison-chart .emailPDF-wrap {
  padding-top: 40px;
  float: left;
  width: 100%; }
  .comparison-chart .downloadPDF-wrap input[type="email"],
  .comparison-chart .emailPDF-wrap input[type="email"] {
    height: 31px;
    padding: 2px 6px;
    font-size: 14px; }
  .comparison-chart .downloadPDF-wrap input[type="submit"],
  .comparison-chart .emailPDF-wrap input[type="submit"] {
    border: none;
    padding: 0; }
.comparison-chart .msg-error {
  color: red;
  font-weight: bold; }
.comparison-chart .emailPDF-wrap {
  position: relative; }
  .comparison-chart .emailPDF-wrap .spinner {
    opacity: 0;
    visibility: hidden; }
.comparison-chart .emailPDF-wrap.disabled #emailPDF_form-wrap {
  opacity: 0;
  visibility: hidden; }
.comparison-chart .emailPDF-wrap.disabled .spinner {
  position: absolute;
  opacity: 1;
  bottom: 55px;
  visibility: visible;
  width: 100%; }
.comparison-chart .emailPDF-wrap.disabled .bounce {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
.comparison-chart .emailPDF-wrap.disabled .bounce0 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }
.comparison-chart .emailPDF-wrap.disabled .bounce1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.comparison-chart .emailPDF-wrap.disabled .bounce2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.comparison-chart .emailPDF-wrap.disabled .bounce3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.comparison-chart .emailPDF-wrap.disabled .bounce4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
@media screen and (min-width: 960px) {
  .comparison-chart .downloadPDF-wrap {
    width: 33%; }
  .comparison-chart .emailPDF-wrap {
    width: 67%; }
    .comparison-chart .emailPDF-wrap input[type='email'] {
      width: 60%; }
    .comparison-chart .emailPDF-wrap input[type='submit'] {
      width: auto; } }
.comparison-chart .btn_cal-wrap {
  border: 1px solid #fff;
  border-radius: 5px;
  background: #0a68b8;
  font-size: 14px;
  font-family: "Nunito";
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 5px 32px 5px 12px;
  position: relative;
  text-decoration: none; }
  .comparison-chart .btn_cal-wrap:hover {
    cursor: pointer;
    background: #fff;
    color: #0a68b8;
    border: 1px solid #ddd; }
    .comparison-chart .btn_cal-wrap:hover input[type="submit"] {
      background: #fff;
      color: #0a68b8; }
    .comparison-chart .btn_cal-wrap:hover:after {
      width: 12px;
      height: 12px;
      background: url(https://www.waternsw.com.au/__data/assets/image/0006/127752/sprite.png?v=0.1.2) -256px -909px;
      -ms-transform: rotate(270deg);
      -webkit-transform: rotate(270deg);
      transform: rotate(270deg); }
  .comparison-chart .btn_cal-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 6px;
    height: 9px;
    background: url(https://www.waternsw.com.au/__data/assets/image/0006/127752/sprite.png?v=0.1.2) -40px -915px; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*
** Extra style added for https://jira.squiz.net/browse/SDNSW-3706
** Choose any two years to calculate and compare
*/
.questions__extra {
  margin-bottom: 20px; }
  .questions__extra h3 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .questions__extra .select__wrapper {
    display: inline-block; }
    .questions__extra .select__wrapper .option.active > span {
      box-shadow: none; }

.error-wrapper {
  padding: 20px; }
  .error-wrapper .error-msg {
    color: red;
    font-weight: bold; }

.calculator-form.loading {
  position: relative; }
  .calculator-form.loading:before, .calculator-form.loading:after {
    content: '';
    display: block;
    position: absolute; }
  .calculator-form.loading:before {
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5); }
  .calculator-form.loading:after {
    z-index: 12;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }

@media screen and (min-width: 960px) {
  .questions__extra {
    padding-left: 20px; }

  .error-wrapper {
    padding: 0;
    margin-top: 20px;
    padding-left: 20px; } }
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2), 2.5em 0em 0 0em rgba(20, 104, 184, 0.2), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.2), 0em 2.5em 0 0em rgba(20, 104, 184, 0.2), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.2), -2.6em 0em 0 0em rgba(20, 104, 184, 0.5), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(20, 104, 184, 0.2), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.2), 0em 2.5em 0 0em rgba(20, 104, 184, 0.2), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.2), -2.6em 0em 0 0em rgba(20, 104, 184, 0.2), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.5), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.2), 0em 2.5em 0 0em rgba(20, 104, 184, 0.2), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.2), -2.6em 0em 0 0em rgba(20, 104, 184, 0.2), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.2), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.5), 2.5em 0em 0 0em rgba(20, 104, 184, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(20, 104, 184, 0.2), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.2), -2.6em 0em 0 0em rgba(20, 104, 184, 0.2), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.2), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2), 2.5em 0em 0 0em rgba(20, 104, 184, 0.5), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.2), -2.6em 0em 0 0em rgba(20, 104, 184, 0.2), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.2), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2), 2.5em 0em 0 0em rgba(20, 104, 184, 0.2), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.5), 0em 2.5em 0 0em rgba(20, 104, 184, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(20, 104, 184, 0.2), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.2), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2), 2.5em 0em 0 0em rgba(20, 104, 184, 0.2), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.2), 0em 2.5em 0 0em rgba(20, 104, 184, 0.5), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.2), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2), 2.5em 0em 0 0em rgba(20, 104, 184, 0.2), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.2), 0em 2.5em 0 0em rgba(20, 104, 184, 0.2), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.5), -2.6em 0em 0 0em rgba(20, 104, 184, 0.7), -1.8em -1.8em 0 0em #ffffff; } }
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2), 2.5em 0em 0 0em rgba(20, 104, 184, 0.2), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.2), 0em 2.5em 0 0em rgba(20, 104, 184, 0.2), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.2), -2.6em 0em 0 0em rgba(20, 104, 184, 0.5), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(20, 104, 184, 0.2), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.2), 0em 2.5em 0 0em rgba(20, 104, 184, 0.2), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.2), -2.6em 0em 0 0em rgba(20, 104, 184, 0.2), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.5), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.2), 0em 2.5em 0 0em rgba(20, 104, 184, 0.2), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.2), -2.6em 0em 0 0em rgba(20, 104, 184, 0.2), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.2), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.5), 2.5em 0em 0 0em rgba(20, 104, 184, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(20, 104, 184, 0.2), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.2), -2.6em 0em 0 0em rgba(20, 104, 184, 0.2), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.2), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2), 2.5em 0em 0 0em rgba(20, 104, 184, 0.5), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.2), -2.6em 0em 0 0em rgba(20, 104, 184, 0.2), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.2), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2), 2.5em 0em 0 0em rgba(20, 104, 184, 0.2), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.5), 0em 2.5em 0 0em rgba(20, 104, 184, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(20, 104, 184, 0.2), -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.2), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2), 2.5em 0em 0 0em rgba(20, 104, 184, 0.2), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.2), 0em 2.5em 0 0em rgba(20, 104, 184, 0.5), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(20, 104, 184, 0.2), 1.8em -1.8em 0 0em rgba(20, 104, 184, 0.2), 2.5em 0em 0 0em rgba(20, 104, 184, 0.2), 1.75em 1.75em 0 0em rgba(20, 104, 184, 0.2), 0em 2.5em 0 0em rgba(20, 104, 184, 0.2), -1.8em 1.8em 0 0em rgba(20, 104, 184, 0.5), -2.6em 0em 0 0em rgba(20, 104, 184, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

/*# sourceMappingURL=online-calculator.css.map */
