<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Main CSS for Calculators
 */

@import url('https://fonts.googleapis.com/css?family=Merriweather:400,900');

.content {
  padding-bottom: 14px;
  margin-top: 20px;
}
.view-mode .content {
  margin-top: 0px !important;
}
table {
  border: 0px;
  border-collapse: collapse;
}
table td {
  padding: 0px;
}
ul,
ol,
ul li,
ol li {
  list-style: none;
  margin: 0px;
  background: 0px center;
  padding: 0px;
}
input,
textarea,
select {
  font-size: 12px;
}
a:link {
  text-decoration: underline;
  color: rgb(30, 101, 190);
}
a {
  outline: none;
  text-decoration: underline;
  color: rgb(42, 42, 42);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(0, 0, 0);
  font-weight: normal;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
p {
  margin: 0px;
}
h1 {
  font-size: 28px;
  color: rgb(34, 34, 34);
}
h3 {
  font-size: 18px;
  color: rgb(34, 34, 34);
}
.head-section h1,
.head-section h2,
.head-section h3,
.head-section h4 {
  text-align: center;
  background: rgb(36, 86, 157);
  color: rgb(255, 255, 255);
  font-size: 30px;
  line-height: 40px;
  padding: 15px 0px 5px;
  font-family: museo-slab, Georgia, 'Times New Roman', Times, serif;
  font-weight: 700;
  margin-bottom: 0;
}
.content-section {
  color: rgb(50, 50, 50);
  background: rgb(246, 246, 246);
}
.content-section input[type='text'] {
  border-radius: 6px;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(149, 149, 149);
  width: 148px;
  height: 30px;
  padding: 5px 10px;
  margin: 0px 5px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
}
.btn {
  border-radius: 10px;
  border: 1px solid rgb(112, 112, 112);
  height: 37px;
  line-height: 35px;
  padding: 0px 21px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  min-width: 127px;
  margin: 0px 6px;
  font-weight: bold;
  background-color: rgb(35, 85, 157);
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.og-calc-plugin-default {
  text-align: center;
  font-size: 14pt;
  background-color: #f6f6f6;
  max-width: none !important;
}

.og-calc-plugin-default h3,
.og-calc-plugin-default h2 {
  background-color: #24569d;
  color: #ffffff;
  line-height: 2.5em;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
  padding: 15px 0 5px;
  line-height: 100%;
  font-weight: 900;
}
.og-calc-plugin-default h2:before {
  display: none;
}

.og-calc-plugin-default .mf-grid-card {
  display: grid;
  width: 90%;
  margin: auto;
  grid-template-areas:
    'mf_label . mf_field'
    'mf_slider mf_slider mf_slider';
  grid-template-columns: 1fr 1em 1fr;
  grid-column-gap: 0rem;
  grid-template-rows: 2fr 1fr;
  grid-row-gap: 0.3rem;
  margin-bottom: 0.5em;
}

label.mf-grid {
  grid-area: mf_label;
  justify-content: right;
  margin: auto 0;
  margin-left: 1.5em;
  font-weight: 300;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  text-align: right;
}

input.mf-grid {
  grid-area: mf_field;
  justify-self: flex-start;
  margin: auto 0;
  border-radius: 0.25em;
  padding: 0.25em;
  background-color: #ffffff;
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  font-weight: 500;
  width: auto;
  height: 30px;
  border: 1px solid #959595;
}
.select2-container {
  width: 200px !important;
  font-weight: 300;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  margin: 0 5px !important;
}
.select2-results__option {
  font-size: 14px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #959595;
  border-radius: 6px;
}
.dollar-text {
  position: absolute;
  margin-left: -13px;
}
#symbol {
  float: left;
  width: 180px;
}
.clear {
  clear: both;
  height: 0px !important;
  line-height: 0 !important;
}

@media only screen and (max-width: 991px) {
  .content-section input[type='text'] {
    width: 128px;
  }
}

@media only screen and (max-width: 767px) {
  #investment-return-result,
  #investment-return-result &gt; div,
  #investment-return-result svg {
    width: 100% !important;
    height: 50vw !important;
  }
  .og-calc-plugin-default .wrdrc {
    width: 100%;
  }
  .og-calc-plugin-default .mf-grid-card {
    width: 100%;
    font-size: 12px;
    margin-bottom: 1em;
  }
  label.mf-grid {
    min-width: 126px;
    font-size: 12px;
    margin: 0;
  }
  .select2-container,
  .select2-drop,
  .select2-search,
  .select2-search input {
    width: 100px !important;
    font-size: 12px;
  }
  .dollar-text {
    margin-left: -5px;
    margin-top: 2px;
  }

  .content-section input[type='text'] {
    height: 25px;
    max-width: 100px !important;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content,
  .entry .entry-summary {
    max-width: 90% !important;
    margin: 0 5% !important;
    padding: 0 35px !important;
  }
}
</pre></body></html>