[v-cloak] {
  display: none;
}

.inflation-calc h6 {
  color: #005581;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  line-height: 1;
  margin: 0 0 0.375em;
}

.inflation-calc__page.is-hidden {
  display: none;
  visibility: hidden;
}
.inflation-calc__page.is-showing {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: inflationcalc_fadeInUp;
          animation-name: inflationcalc_fadeInUp;
}

@-webkit-keyframes inflationcalc_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 35%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes inflationcalc_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 35%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.inflation-calc__select-wrap {
  position: relative;
  display: block;
  padding: 0;
  border: 1px solid #bbb;
  border-radius: 0.3em;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  background: #f3f3f3; /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); /* W3C */
}

.inflation-calc__select-wrap select {
  width: 100%;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #444;
  padding: 0.6em 1.9em 0.5em 0.8em;
  line-height: 1.3;
}

.inflation-calc__select-wrap::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 0.75em;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #888;
  z-index: 2;
  pointer-events: none;
}

_:-ms-input-placeholder,
:root .inflation-calc__select-wrap select::-ms-expand {
  display: none;
}

_:-ms-input-placeholder,
:root .inflation-calc__select-wrap select:focus::-ms-value {
  background: transparent;
  color: #222;
}

body:last-child .inflation-calc__select-wrap::after,
x:-moz-any-link {
  display: none;
}

body:last-child .inflation-calc__select-wrap select,
x:-moz-any-link {
  padding-right: 0.8em;
}

_::-moz-progress-bar,
body:last-child .inflation-calc__select-wrap:after {
  display: block;
}

_::-moz-progress-bar,
body:last-child .inflation-calc__select-wrap select {
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  padding-right: 13%;
}

@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  _::-moz-progress-bar,
body:last-child .inflation-calc__select-wrap {
    overflow: hidden;
  }
  _::-moz-progress-bar,
body:last-child .inflation-calc__select-wrap select {
    width: 120%;
  }
}
_::-moz-progress-bar,
body:last-child .inflation-calc__select-wrap select:focus {
  outline: 2px solid rgba(180, 222, 250, 0.7);
}

x:-o-prefocus,
.inflation-calc__select-wrap::after {
  display: none;
}

.inflation-calc__select-wrap:hover {
  border: 1px solid #888;
}

.inflation-calc__select-wrap select:focus {
  outline: none;
  box-shadow: 0 0 1px 3px #447ba2;
  background-color: transparent;
  color: #222;
  border: 1px solid #aaa;
  outline-color: #005581;
}

.inflation-calc__select-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.inflation-calc__select-wrap option {
  font-weight: normal;
}

.inflation-calc__controls {
  border: 2px solid #e6e4d9;
  border-radius: 0.25rem;
  padding: 2.5rem;
  margin-bottom: 1.25rem;
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .inflation-calc__controls {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2.5rem;
    }
  }
}

.inflation-calc__control {
  padding-bottom: 1.875rem;
  position: relative;
}
@media (min-width: 23.25em) {
  .inflation-calc__control {
    padding-left: 4.25rem;
  }
}
@supports (display: grid) {
  @media (min-width: 48em) {
    .inflation-calc__control {
      padding-bottom: 0;
    }
  }
}
.inflation-calc__control:last-child {
  padding-bottom: 0;
}
.inflation-calc__control label {
  font-weight: bold;
  display: block;
}
.inflation-calc__control [type=tel] {
  font-size: 16px;
  font-size: 1rem;
  max-width: none;
  padding: 0.6em 1.9em 0.5em 1.5em;
  width: 100%;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
}
@media screen and (min-width: 23.25em), print {
  .inflation-calc__control:before {
    content: "";
    display: block;
    position: absolute;
    width: 3.5em;
    height: 3.5em;
    left: 0;
    top: 0;
    background-image: url(/graphics/site/inflationcalculator/icons.png);
    background-size: 200px 230px;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 23.25em) and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 23.25em) and (min-device-pixel-ratio: 1.5), screen and (min-width: 23.25em) and (min-resolution: 144dpi), screen and (min-width: 23.25em) and (min-resolution: 1.5dppx), print and (-webkit-min-device-pixel-ratio: 1.5), print and (min-device-pixel-ratio: 1.5), print and (min-resolution: 144dpi), print and (min-resolution: 1.5dppx) {
  .inflation-calc__control:before {
    background-image: url(/graphics/site/inflationcalculator/icons@2x.png);
  }
}

.inflation-calc__control--amount::before {
  background-position: 0 -170px;
}

.inflation-calc__control--year::before {
  background-position: 0 -90px;
}

.inflation-calc__control-input--num {
  position: relative;
}
.inflation-calc__control-input--num::before {
  content: "$";
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0.6;
  position: absolute;
  left: 0.8rem;
  top: 0.75rem;
}

.inflation-calc__result {
  background-color: #005581;
  border-radius: 0.25rem;
  color: white;
  margin-bottom: 1.25rem;
  padding: 1.875rem;
  text-align: center;
}

.inflation-calc__purchase,
.inflation-calc__deflated {
  align-self: center;
}
@media (min-width: 72em) {
  .inflation-calc__purchase,
.inflation-calc__deflated {
    padding: 0.625rem 0;
  }
}
.inflation-calc__purchase span,
.inflation-calc__deflated span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  display: block;
}
@media (min-width: 48em) {
  .inflation-calc__purchase span,
.inflation-calc__deflated span {
    font-size: 16px;
    font-size: 1rem;
  }
}
.inflation-calc__purchase div,
.inflation-calc__deflated div {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
}
@media (min-width: 48em) {
  .inflation-calc__purchase div,
.inflation-calc__deflated div {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.inflation-calc__purchase div:last-child,
.inflation-calc__deflated div:last-child {
  padding-bottom: 0;
}
.inflation-calc__purchase strong,
.inflation-calc__deflated strong {
  color: #f0cf77;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 48em) {
  .inflation-calc__purchase strong,
.inflation-calc__deflated strong {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.inflation-calc__deflated {
  text-align: center;
}
.inflation-calc__deflated div {
  padding-bottom: 0;
}

.show-results-enter-active,
.show-results-leave-active {
  transition: all 0.5s;
}

.show-results-enter,
.show-results-leave-to {
  opacity: 0;
  transform: translateY(2.5rem);
}