@charset "UTF-8";
.calculators .temp-hide {
  display: none;
}
.calculators .tools .calcResults {
  overflow: hidden;
  width: 100%;
  margin-top: 2em;
  border-top: 1px solid #e5e5e5;
  clear: both;
  padding: 25px 0;
}
.calculators .calcResults {
  display: none;
  padding-top: 40px;
}
.calculators .calcResults {
  position: relative;
}
.calculators input, .calculators select {
  height: auto;
  outline: none;
}
.calculators input[type=text], .calculators select {
  height: auto;
  width: 100%;
}
.calculators .sidenav .panel {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #CCCCCC;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 0;
}
.calculators .sidenav .panel + .panel {
  margin-top: 0px;
}
.calculators .sidenav .panel-body {
  padding: 3px 0;
}
.calculators .sidenav .group-header {
  font-size: 16px;
  font-weight: bold;
  color: #007dc5;
  padding: 0px 0;
  display: block;
}
.calculators .sidenav .group-header:hover,
.calculators .sidenav .group-header:focus,
.calculators .sidenav .group-header.current {
  text-decoration: none;
  color: #00578a;
}
.calculators .sidenav .group-element {
  font-size: 14px;
  padding: 7px 0 7px 20px;
  display: block;
  color: #4b4b4b;
  line-height: 1.25em;
  font-weight: normal;
}
.calculators .sidenav .group-element:hover,
.calculators .sidenav .group-element:focus,
.calculators .sidenav .group-element.current {
  background-color: #ededed;
  text-decoration: none;
}
.calculators .a-side-nav.active {
  color: #004A92 !important;
}
.calculators .panel .panel-collapse a.active {
  background-color: #ededed;
  text-decoration: none;
  color: #4b4b4b !important;
}
.calculators .test1 {
  color: #3e4b5c;
}
.calculators .callout_icon {
  margin-bottom: 1.5em;
  min-height: 28rem;
}
.calculators .callout_icon a:hover,
.calculators .callout_icon a:focus {
  text-decoration: none;
}
.calculators .callout_icon .icon {
  text-shadow: 2px 2px 2px #ccc;
}
.calculators .promo {
  margin-bottom: 40px;
}
.calculators .promo.cta-icon {
  background-color: #ededed;
  padding: 30px 10px;
  text-align: center;
}
.calculators .promo.cta-icon .icon {
  padding: 12px 20px;
  display: inline-block;
  border-bottom: 1px solid #dcdcdc;
}
.calculators .promo.cta-icon h3 {
  font-weight: 400;
}
@media print {
  .calculators .promo {
    height: auto !important;
  }
}
.calculators .promo-img img {
  max-width: 100%;
}
.calculators .icon {
  background-color: #ededed;
  padding-bottom: 48px;
  padding-top: 48px;
  text-align: center;
  font-size: 110px;
}
.calculators .icon a {
  text-decoration: none;
}
.calculators a:hover, .calculators a:focus {
  color: #004A92;
}
.calculators .calc-container-asdf {
  padding: 1rem;
}
.calculators .form-group {
  width: 100%;
  line-height: 1em;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.calculators .form-group .frsurvey {
  padding-right: 50px;
  min-width: 120px;
}
.calculators .form-group ::-webkit-input-placeholder {
  color: #cecece;
}
.calculators .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #cecece;
}
.calculators .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cecece;
}
.calculators .form-group :-ms-input-placeholder {
  color: #cecece;
}
.calculators .form-group .help-block {
  font-size: 12px;
  font-style: italic;
  color: #9E0000;
  line-height: 1.5;
  margin-bottom: -1.5em;
  margin-top: 0px;
  position: relative;
  top: 5px;
}
.calculators .form-group label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  line-height: 1.5em;
  cursor: default;
}
.calculators .form-group label i {
  cursor: pointer;
}
.calculators .form-group label.rdioLabel {
  width: auto;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 15px;
}
.calculators .form-group label.rdioLabel span {
  width: 139px;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 2px;
}
.calculators .form-group label.rdioLabel input {
  position: relative;
  top: 3px;
}
.calculators .form-group label.agreeLabel {
  margin: 20px 0 5px;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}
.calculators .form-group label.agreeLabel input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  visibility: visible;
}
.calculators .form-group label .info {
  position: absolute;
  bottom: 9px;
  right: 5px;
}
.calculators .form-group .form-control {
  font-size: 18px;
}
.calculators .has-error.form-group .form-control {
  border: 2px solid #d02c11;
}
.calculators .form-group .form-control:focus {
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
}
.calculators .form-group input {
  padding: 13px 18px 13px 28px;
  height: 51px;
  -webkit-appearance: none;
}
.calculators .form-group input[type=checkbox],
.calculators .form-group input[type=button],
.calculators .form-group input[type=submit] {
  height: auto;
  padding: 0px;
  cursor: pointer;
}
.calculators .form-group input[type=button],
.calculators .form-group input[type=submit] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.calculators .form-group input[type=checkbox] + i.fa {
  margin-right: 8px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
}
.calculators .boxshadow.form-group input[type=checkbox] + i.fa {
  border: none;
}
.calculators .has-error.form-group input[type=checkbox] + i.fa {
  border: 2px solid #d02c11;
}
.calculators .form-group input[type=checkbox] + i.fa:hover {
  border-color: #AAA;
  -webkit-box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
}
.calculators .form-group input[type=checkbox] + i.fa:before {
  visibility: hidden;
}
.calculators .form-group input[type=checkbox]:checked + i.fa:before {
  visibility: visible;
}
.calculators .form-group input[type=checkbox] + i.fa {
  color: #72a951;
}
.calculators .form-group input[type=radio] {
  border: 2px solid #bbb;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 10px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: middle;
  width: 16px;
  border-radius: 50%;
}
.calculators .form-group input[type=radio]:checked + label:before {
  color: #888;
}
.calculators .form-group input[type=radio]:disabled,
.calculators .form-group input[type=radio]:disabled:checked:before {
  opacity: 0.7;
}
.calculators .form-group input[type=radio]:checked:before {
  display: inline-block;
  content: "•";
  text-indent: -9999px;
  border-radius: 50px;
  width: 6px;
  height: 6px;
  margin: 3px;
  background-color: #000000;
}
.calculators .form-group textarea {
  width: 100%;
  border-radius: 0;
  border-color: #CCC;
  padding: 13px 18px 13px 28px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
}
.calculators .form-group.has-success input {
  border-color: #CCC;
}
.calculators .form-group.has-success .form-control:focus {
  border-color: #CCC;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.85);
}
.calculators .form-group.dollars label {
  position: relative;
}
.calculators .form-group.dollars label:after {
  content: "$";
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: auto;
  bottom: -40px;
  font-size: 20px;
  font-weight: bold;
}
.calculators .form-group.percent label {
  position: relative;
}
.calculators .form-group.percent label:after {
  content: "%";
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: auto;
  bottom: -40px;
  font-size: 20px;
  font-weight: bold;
}
.calculators .form-group .custom-select-icon {
  height: 51px;
  position: relative;
}
.calculators .form-group .custom-select-icon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  height: 51px;
  padding: 13px 18px 13px 28px;
  border-color: #CCC;
}
.calculators .boxshadow.form-group .custom-select-icon select {
  border: none;
}
.calculators .form-group .custom-select-icon select:focus {
  border-color: #66afe9;
}
.calculators .form-group .custom-select-icon select::-ms-expand {
  display: none;
}
.calculators .form-group .custom-select-icon:after {
  font-family: FontAwesome;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 26px;
  top: 19px;
  width: 0;
  font-size: 1.5em;
}
@-moz-document url-prefix() {
  .calculators .calculator .custom-select-icon:after {
    content: none;
  }
}
.calculators .ie9 .form-group .custom-select-icon:after {
  content: none;
}
.calculators input.placeholder {
  color: #b4b4b4;
}
.calculators .clear {
  clear: both;
}
.calculators .uppercase {
  text-transform: uppercase;
}
.calculators .disclaimer {
  color: #4B4B4B;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  font-style: italic;
}
@media (max-width: 767px) {
  .calculators .disclaimer {
    font-size: 13px;
  }
}
.calculators input:focus:invalid, .calculators textarea:focus:invalid, .calculators select:focus:invalid {
  color: #000000;
}
.calculators select {
  background-color: #fff;
}
.calculators .fa-question-circle {
  color: #b4b4b4;
  color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.calculators .calcResults {
  display: none;
  padding-top: 40px;
}
.calculators .calcResults .chart-container {
  padding: 25px 0;
}
.calculators .monthly_payment .calcResults .graph .totalPayment {
  font-weight: bold;
}
.calculators .refinance .tools {
  margin-bottom: 1em;
}
.calculators .refinance .calcResults {
  padding: 20px 0;
}
.calculators .refinance .calcResults .results {
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .calculators .refinance .calcResults .chart-details h3 span {
    width: 100%;
    margin: 0.5em 0 1.5em;
  }
}
.calculators .refinance .calcResults .button.primary {
  margin-right: 1em;
  margin-bottom: 1em;
}
.calculators .refinance .calcResults .button .fa {
  padding-right: 0.5em;
}
@media (min-width: 992px) {
  .calculators .rent_vs_buy .tools .help-block {
    font-size: 11px;
  }
}
.calculators .calcResults {
  overflow: hidden;
  width: 100%;
  margin-top: 2em;
  border-top: 1px solid #e5e5e5;
  clear: both;
  padding: 25px 0;
}
.calculators .calcResults p {
  color: #4b4b4b;
  margin-bottom: 1.5em;
}
.calculators .calcResults p.disclaimer {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  font-size: 14px;
}
.calculators .calcResults table {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.calculators .calcResults table tr td {
  font-size: 20px;
  padding: 0.5em 8px 0.5em 8px;
  border-top: 1px solid #ccc;
}
.calculators .calcResults table tr td.resultLabel {
  color: #000;
}
.calculators .calcResults table tr td.result {
  padding-left: 0.5em;
  font-weight: bold;
  text-align: right;
  color: #000;
}
.calculators .calcResults table.results-list tr td {
  padding: 0.5em 0px;
}
.calculators .calcResults .results-list {
  list-style: none;
  padding-left: 0;
}
.calculators .calcResults .results-list li {
  border-top: 1px solid #E5E5E5;
  font-size: 18px;
  color: #000;
  position: relative;
  padding: 0.5em 0 0.5em 0;
  width: 100%;
  clear: both;
}
.calculators .calcResults .results-list li i {
  font-size: 12px;
  position: relative;
  top: -5px;
}
.calculators .calcResults .results-list li .legend {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  top: 15px;
  left: 0px;
}
.calculators .calcResults .results-list li .legend.data-1 {
  background-color: #60a2e5;
}
.calculators .calcResults .results-list li .legend.data-2 {
  background-color: #ee922f;
}
.calculators .calcResults .results-list li .legend.data-3 {
  background-color: #5bbeb8;
}
.calculators .calcResults .results-list li .legend.data-4 {
  background-color: #673b8f;
}
.calculators .calcResults .results-list li.total {
  float: right;
  text-align: right;
}
.calculators .calcResults .results-list li .resultLabel {
  float: left;
  max-width: 50%;
}
.calculators .calcResults .results-list li .result {
  float: right;
  font-weight: bold;
  margin-left: 0.5em;
  color: #000;
}
.calculators .calcResults .results-list ul {
  padding-left: 15px;
}
.calculators .calcResults .results-list ul li {
  border: none;
}
.calculators .calcResults .results-list ul li.light {
  padding: 0;
}
.calculators .calcResults .results-list ul li.light:first-child {
  padding-top: 0.5em;
}
.calculators .calcResults .results-list ul li.light .result {
  color: #666;
  font-weight: normal !important;
}
.calculators .calcResults .legend-list li {
  padding-left: 40px;
}
.calculators .calcResults .legend-list li.light {
  padding-left: 0px;
  color: #666;
  font-size: 16px;
}
.calculators .calcResults .legend-list td.resultLabel {
  padding-left: 40px;
}
.calculators .calcResults .primary.button {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.calculators .calcResults .primary.button.btnShowSchedule {
  width: 100%;
}
@media (min-width: 992px) {
  .calculators .calcResults .primary.button {
    width: 35%;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
  }
}
.calculators .calcResults .secondary.button {
  margin-bottom: 20px;
}
.calculators .calcResults .secondary.button .fa {
  margin-right: 0.5em;
}
@media (min-width: 992px) {
  .calculators .calcResults .secondary.button {
    width: 60%;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .calculators .calcResults {
    width: 100%;
  }
  .calculators .calcResults table tr td {
    font-size: 17px;
  }
  .calculators .calcResults .results-list li {
    font-size: 17px;
  }
}
.calculators .calcResults .monthlySavings {
  padding: 0 0.5em 0.5em;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}
.calculators .calcResults .savingsPercent {
  font-weight: bold;
}
.calculators .calcResults .alert {
  clear: both;
}
.calculators .graph {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  margin: 20px 0;
  position: relative;
}
.calculators .graph .graph-head {
  background-color: #4b4b4b;
  color: #FFF;
  text-align: center;
  padding: 0.5em;
  font-size: 24px;
}
.calculators .graph .tooltip-date {
  display: block;
  width: 130px;
  font-weight: bold;
  text-transform: uppercase;
}
.calculators .graph .tooltip-dollars {
  font-weight: bold;
  text-align: right;
  float: right;
}
.calculators .button-wrap {
  float: none;
}
@media (max-width: 768px) {
  .calculators .form-group {
    margin-bottom: 10px;
  }
  .calculators .col-md-4.col-sm-6.col-xs-12 {
    height: auto;
  }
}
@media (max-width: 500px) {
  .calculators .calcResults .button {
    width: 100%;
    text-align: center;
  }
}
.calculators .btn-submit i {
  margin-right: 0.5rem;
}
.calculators #amtTable tr:nth-child(even) {
  background-color: #ededed;
}
.calculators #amtTable tr td {
  border-top: none;
}
.calculators .chart-details p {
  color: #4b4b4b;
}
.calculators .chart-details h3 {
  margin-top: 15px;
  font-size: 20px;
}
.calculators .chart-details h3.bold {
  margin-bottom: 20px;
  margin-top: 0;
}
.calculators .chart-details .savings {
  background-color: #ededed;
  padding: 20px;
}
.calculators .chart-details .button .fa {
  padding-right: 0.5em;
}
@media (min-width: 1200px) {
  .calculators .chart-details .button {
    margin-bottom: 1em;
    text-align: center;
  }
}

.modal-body form {
  overflow: auto;
}

.modal-body {
  max-height: 100%;
}

.breadcrumb > li + li:before {
  content: none !important;
}

.calculators {
  max-width: 100%;
  width: 1140px;
  margin: 0 auto;
}

.calculatorsv2 .breadcrumb {
  max-width: 100%;
  margin: 0 auto;
  width: 1140px;
  background: none;
  padding-left: 0.5rem;
}

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