.rmd-calc {
  padding: 1em 0 0; }
  .rmd-calc .rmd-calc__label-heading {
    color: #005581;
    font-size: 18px;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 0.375em;
    display: block; }

.rmd-calc__errors {
  background-color: #8c1008;
  color: white;
  font-weight: bold;
  padding: 1em; }

.rmd-calc__page {
  padding-bottom: 2em; }
  .rmd-calc__page.is-hidden {
    display: none;
    visibility: hidden; }
  .rmd-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: rmdcalc_fadeInUp;
    animation-name: rmdcalc_fadeInUp; }

@-webkit-keyframes rmdcalc_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 35%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

@keyframes rmdcalc_fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 35%, 0); }
  100% {
    opacity: 1;
    transform: none; } }

.rmd-calc__select-wrap {
  position: relative;
  display: inline-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 */ }

.rmd-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; }

.rmd-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 .rmd-calc__select-wrap select::-ms-expand {
  display: none; }

_:-ms-input-placeholder,
:root .rmd-calc__select-wrap select:focus::-ms-value {
  background: transparent;
  color: #222; }

body:last-child .rmd-calc__select-wrap::after,
x:-moz-any-link {
  display: none; }

body:last-child .rmd-calc__select-wrap select,
x:-moz-any-link {
  padding-right: 0.8em; }

_::-moz-progress-bar,
body:last-child .rmd-calc__select-wrap:after {
  display: block; }

_::-moz-progress-bar,
body:last-child .rmd-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 .rmd-calc__select-wrap {
    overflow: hidden; }
  _::-moz-progress-bar,
  body:last-child .rmd-calc__select-wrap select {
    width: 120%; } }

_::-moz-progress-bar,
body:last-child .rmd-calc__select-wrap select:focus {
  outline: 2px solid rgba(180, 222, 250, 0.7); }

x:-o-prefocus,
.rmd-calc__select-wrap::after {
  display: none; }

.rmd-calc__select-wrap:hover {
  border: 1px solid #888; }

.rmd-calc__select-wrap select:focus {
  outline: none;
  box-shadow: 0 0 1px 3px #b4defa;
  background-color: transparent;
  color: #222;
  border: 1px solid #aaa; }

.rmd-calc__select-wrap select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.rmd-calc__select-wrap option {
  font-weight: normal; }

@media screen and (min-width: 56em), print {
  .rmd-calc__controls {
    border-top: 1px solid #e6e4d9;
    zoom: 1; }
    .rmd-calc__controls:before, .rmd-calc__controls:after {
      content: "";
      display: table; }
    .rmd-calc__controls:after {
      clear: both; } }

.rmd-calc__page--chart .rmd-calc__controls {
  display: none;
  visibility: hidden; }
  @media screen and (min-width: 48em), print {
    .rmd-calc__page--chart .rmd-calc__controls {
      display: block;
      visibility: visible; } }
  .rmd-calc__page--chart .rmd-calc__controls.is-showing {
    display: block;
    visibility: visible; }

.rmd-calc__text-wrapper {
  position: relative; }
  .rmd-calc__text-wrapper::before {
    content: "$";
    display: block;
    position: absolute;
    font-size: 18px;
    font-size: 1.125rem;
    left: 0.6em;
    opacity: 0.5;
    top: 0.375em; }
  .rmd-calc__text-wrapper input {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    padding-left: 1.25em; }

.rmd-calc__control {
  padding-bottom: 1.5em;
  position: relative; }
  @media screen and (min-width: 24em), print {
    .rmd-calc__control {
      padding: 0 0 2em 4.25em; } }
  @media screen and (min-width: 56em), print {
    .rmd-calc__control {
      padding-top: 1.75em; } }
  @media screen and (min-width: 24em), print {
    .rmd-calc__control:before {
      content: "";
      display: block;
      position: absolute;
      width: 3.5em;
      height: 3.5em;
      left: 0;
      top: 0;
      background-image: url(/graphics/site/rmdcalculator/icons.png);
      background-size: 200px 230px;
      background-position: 0 0;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 24em) and (-webkit-min-device-pixel-ratio: 1.5), print and (-webkit-min-device-pixel-ratio: 1.5), screen and (min-width: 24em) and (min-device-pixel-ratio: 1.5), print and (min-device-pixel-ratio: 1.5), screen and (min-width: 24em) and (min-resolution: 144dpi), print and (min-resolution: 144dpi), screen and (min-width: 24em) and (min-resolution: 1.5dppx), print and (min-resolution: 1.5dppx) {
    .rmd-calc__control:before {
      background-image: url(/graphics/site/rmdcalculator/icons@2x.png); } }
  @media screen and (min-width: 56em), print {
    .rmd-calc__control:before {
      top: 1.75em; } }

@media screen and (min-width: 56em), print {
  .rmd-calc__control--balance {
    width: 56%;
    float: left; } }

@media screen and (min-width: 70em), print {
  .rmd-calc__control--balance {
    width: 54%;
    left: 2em; } }

@media screen and (min-width: 24em), print {
  .rmd-calc__control--balance:before {
    background-position: 0 -170px; } }

@media screen and (min-width: 56em), print {
  .rmd-calc__control--age {
    border-left: 1px solid #e6e4d9;
    float: left;
    padding-left: 5em;
    width: 44%; } }

@media screen and (min-width: 70em), print {
  .rmd-calc__control--age {
    padding-left: 6em;
    width: 46%; } }

@media screen and (min-width: 24em), print {
  .rmd-calc__control--age:before {
    background-position: 0 -90px; } }

@media screen and (min-width: 56em), print {
  .rmd-calc__control--age:before {
    left: 1em; } }

@media screen and (min-width: 70em), print {
  .rmd-calc__control--age:before {
    left: 2em; } }

.rmd-calc__control--blend ul {
  padding: 0.5em 0 0 0.25em;
  list-style: none; }
  .rmd-calc__control--blend ul input {
    margin-right: 0.5em;
    position: relative;
    top: -0.2em; }
  .rmd-calc__control--blend ul strong {
    font-weight: bold; }
  .rmd-calc__control--blend ul li {
    background: none;
    padding: 0 0 0.5em; }

.rmd-calc__submit {
  border-top: 1px solid #e6e4d9;
  padding: 1em 0 0.6em;
  text-align: center; }
  @media screen and (min-width: 48em), print {
    .rmd-calc__submit {
      padding: 1.5em; } }

.rmd-calc--see-chart {
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 3em;
  overflow: hidden; }
  .rmd-calc--see-chart:focus {
    outline: 1px dotted #005581; }
  .rmd-calc--see-chart:before {
    position: absolute;
    content: "";
    background-color: #730e07;
    left: 0;
    top: 0;
    font-size: 18px;
    font-size: 1.125rem;
    height: 105%;
    width: 2.5em;
    background-image: url(/graphics/site/rmdcalculator/icons.png);
    background-size: 200px 230px;
    background-position: -154px 3px;
    background-repeat: no-repeat; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
      .rmd-calc--see-chart:before {
        background-image: url(/graphics/site/rmdcalculator/icons@2x.png); } }

.rmd-calc__result {
  text-align: center; }
  .rmd-calc__result h5 {
    border-top: 1px solid #e6e4d9;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0;
    padding: 2em 0 0.25em; }
  .rmd-calc__result .rmd-calc__result-num {
    font-size: 42px;
    font-size: 2.625rem;
    color: #005581;
    padding-bottom: 0.625em; }
    .rmd-calc__result .rmd-calc__result-num span {
      color: #646464;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: normal;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      position: relative;
      top: -0.625em;
      margin-left: 0.625em; }

@-webkit-keyframes rmdcalc_pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    transform: scale3d(1, 1, 1); } }

@keyframes rmdcalc_pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    transform: scale3d(1, 1, 1); } }

.rmd-calc__chart {
  border-top: 1px solid #e6e4d9;
  padding: 1.5em 1.5em 1em 1em;
  background-color: #182e39; }
  @media screen and (min-width: 48em), print {
    .rmd-calc__chart {
      padding: 2.5em 2em 1.5em; } }

.rmd-calc__chart-legend {
  color: white;
  text-align: center;
  padding-top: 1em; }

.rmd-calc__chart-item--blended,
.rmd-calc__chart-item--dow {
  display: inline-block;
  margin: 0 1em; }
  .rmd-calc__chart-item--blended:before,
  .rmd-calc__chart-item--dow:before {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1em;
    border-radius: 2em;
    margin-right: 0.325em;
    position: relative;
    top: 0.2em; }

.rmd-calc__chart-item--blended:before {
  background-color: #d4190c; }

.rmd-calc__chart-item--dow:before {
  background-color: #c5e7f8; }

.rmd-calc__more-info {
  display: none;
  border-top: 1px solid #e6e4d9;
  padding: 1.25em 2em 1.5em;
  text-align: center; }
  .rmd-calc__more-info.is-showing {
    display: block;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rmdcalc_fadeInUp;
    animation-name: rmdcalc_fadeInUp; }
  .rmd-calc__more-info h4 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.2;
    font-weight: normal; }
    .rmd-calc__more-info h4 strong {
      font-weight: bold; }
  .rmd-calc__more-info .button {
    font-size: 21px;
    font-size: 1.3125rem;
    padding-left: 3.425em;
    padding-right: 0.75em;
    overflow: hidden;
    text-align: left; }
    .rmd-calc__more-info .button span {
      display: block;
      font-size: 11px;
      font-size: 0.6875rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-top: 0.2em;
      margin-bottom: -0.4em; }
    .rmd-calc__more-info .button:before {
      position: absolute;
      content: "";
      background-color: #730e07;
      left: 0;
      top: 0;
      font-size: 18px;
      font-size: 1.125rem;
      height: 105%;
      width: 3em;
      background-image: url(/graphics/site/rmdcalculator/icons.png);
      background-size: 200px 230px;
      background-position: -149px -32px;
      background-repeat: no-repeat; }
      @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
        .rmd-calc__more-info .button:before {
          background-image: url(/graphics/site/rmdcalculator/icons@2x.png); } }

.modal-rmdcalc-access {
  max-width: 22em; }
  @media screen and (min-width: 26em), print {
    .modal-rmdcalc-access {
      left: 50%;
      margin-left: -11em; } }
  .modal-rmdcalc-access .errors__inner {
    background-color: #8c1008;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 1em; }
  .modal-rmdcalc-access h5 {
    color: #fae161;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.2;
    margin: 0.125em 0 1em; }
  .modal-rmdcalc-access label {
    display: block;
    font-weight: bold;
    padding-bottom: 0.125em; }
  .modal-rmdcalc-access fieldset {
    padding: 0 0 1em; }
    @media screen and (min-width: 24em), print {
      .modal-rmdcalc-access fieldset {
        padding: 0 2em 1em; } }
  .modal-rmdcalc-access input[maxlength="3"] {
    width: 3.5em; }
  .modal-rmdcalc-access input[maxlength="4"] {
    width: 4.25em; }
  .modal-rmdcalc-access .form__acknowledgement {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.5em 0 1em 1.5em;
    position: relative; }
    .modal-rmdcalc-access .form__acknowledgement [type="checkbox"] {
      margin-right: 0.125em;
      position: absolute;
      left: 0;
      top: 0.7em; }
    .modal-rmdcalc-access .form__acknowledgement label {
      display: inline;
      font-weight: normal; }
  .modal-rmdcalc-access .form__submit {
    margin-top: 0.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1.5em;
    text-align: center; }
    .modal-rmdcalc-access .form__submit input {
      font-size: 16px;
      font-size: 1rem; }
    .modal-rmdcalc-access .form__submit a {
      color: #68a0bc;
      font-size: 12px;
      font-size: 0.75rem;
      font-style: italic;
      margin-left: 0.5em; }
