/* UHM Color Palette */
/* Typography */
/* Shapes */
/* Screen Sizes */
/* Padding */
@media (min-width: 1368px) {
  .tabsContent {
    width: 1350px;
    margin: auto; } }

.seriesName {
  font-size: 11px;
  height: auto;
  display: block; }

.seriesAmount {
  font-size: 17px;
  font-weight: 600; }

@media (min-width: 690px) {
  .calculatorChart .apexcharts-legend {
    display: flex;
    flex-wrap: wrap; }
    .calculatorChart .apexcharts-legend .apexcharts-legend-series {
      width: 50%;
      text-align: left; } }

.errorMessage {
  text-align: left; }

.addressHeader {
  display: flex;
  align-items: center;
  gap: 20px; }

label.headerLabel {
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0px !important; }

.dollarLargeInput {
  position: relative; }

.dollarLargeInput input {
  padding-left: 25px; }

.dollarLargeInput span {
  position: absolute;
  left: 15px;
  top: 16.5px; }

.flexBox, .flexGroup, .smallInput {
  display: flex;
  gap: 15px; }

.flexBox {
  justify-content: space-between; }

.flexBox .inputBoxes, .smallInput div {
  width: 50%; }

.calculatorContainer {
  padding-top: 0; }

.calculatorHeader {
  min-height: 200px;
  background: #fffeff;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0; }

.calculatorHeader h1 {
  font-size: 45px !important;
  color: #3c1951;
  letter-spacing: 1px; }

.calculatorHeader p {
  text-align: center;
  letter-spacing: 0px;
  color: #3c1951;
  width: 100%; }

.calculatorContainer .tabsContainer {
  position: relative; }

.calculatorContainer .tabsContainer .tabsHeader {
  background: #fffeff;
  position: relative;
  z-index: 1;
  height: 61px;
  white-space: nowrap;
  border-bottom: 3px solid #3c1951; }

.calculatorContainer .tabsContainer .tabsHeader button {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 0px -16px;
  color: #3c1951;
  background: transparent;
  border: none !important;
  font-size: 13px;
  word-spacing: 2px;
  line-height: 39px;
  height: 66px;
  width: 240px;
  text-align: center; }

.calculatorContainer .tabsContainer .tabsHeader button span {
  position: relative;
  top: 6px;
  z-index: -1; }

.calculatorContainer .tabsContainer .tabsHeader button::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.5em;
  left: 0px;
  z-index: -1;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  background: #2CC185;
  transform: perspective(3px) rotateX(1deg);
  transform-origin: bottom;
  background: #ffffff;
  box-shadow: 2px 0 4px -4px #1f497d, 0px 1px 9px -4px #1f497d; }

.calculatorContainer .tabsContainer .tabsHeader button.active {
  z-index: 99999 !important;
  color: #ffffff !important; }

.calculatorContainer .tabsContainer .tabsHeader button.active::before {
  box-shadow: unset;
  background: #3d1951; }

.calculatorContainer .tabsContainer .tabsContent {
  padding: 30px; }

.calculatorContainer .tabsContainer .tabsContent .firstSec {
  display: flex;
  gap: 50px; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values {
  width: 50%;
  position: relative;
  text-align: left; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values label {
  font-size: 16px;
  color: #000;
  letter-spacing: 0px;
  font-weight: 500; }

/*.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon {*/
.calculatorContainer .inputWithIcon {
  position: relative; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon h2.monthly-payment-amount {
  position: absolute;
  top: 5px;
  font-size: 30px;
  color: #3c1951;
  font-weight: 500; }

/*.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon input {*/
.calculatorContainer .inputWithIcon input {
  width: 100%;
  height: 55px;
  padding-left: 31px;
  font-size: 28px;
  color: #3c1951;
  font-weight: 500; }

/*.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon .dollarIcon {*/
.calculatorContainer .inputWithIcon .dollarIcon {
  font-size: 30px;
  color: #3c1951;
  top: 23px;
  position: absolute;
  left: 13px; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon + .row {
  margin-top: 55px;
  margin-bottom: 0; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon + .row h4 {
  margin: 0;
  font-size: 13px; }

.calculatorContainer .tabsContainer .tabsContent .firstSec .Values .estimatedpayment .dollarIcon {
  left: 0;
  font-weight: 500; }

.calculatorContainer .tabsContainer .tabsContent .secondSec {
  margin: 30px 0; }
  .calculatorContainer .tabsContainer .tabsContent .secondSec hr {
    max-width: 100%;
    color: #dddddd; }

.calculatorContainer .tabsContainer .tabsContent .secondSec input[type=range] {
  height: 5px;
  margin: 10px 0;
  width: 100%;
  border-radius: 10px; }

datalist {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.dataList {
  position: relative;
  left: 30px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec {
  display: flex;
  gap: 50px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .Values {
  width: 50%;
  position: relative;
  text-align: left; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .Values label {
  font-size: 16px;
  color: #000;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 35px; }

.startedButton {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-left: auto;
  display: block;
  margin-right: 0; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .flexBox {
  margin-bottom: 25px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm label {
  font-size: 12px;
  text-transform: uppercase;
  color: #5e5959;
  font-weight: 500;
  margin-bottom: 0px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm label span {
  text-transform: lowercase; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm input, .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm select {
  height: 35px;
  width: 100%;
  border: 1px solid #cbcaca !important; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm select {
  appearance: auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .propertyTaxes {
  position: relative; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .propertyTaxes span {
  position: absolute;
  top: 16.5px;
  left: 17px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .propertyTaxes .textValue {
  padding-left: 27px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput {
  position: relative;
  display: flex; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput span.dollarSymbol {
  position: absolute;
  top: 16.5px;
  left: 17px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput span.percentSymbol {
  position: absolute;
  top: 16.5px;
  right: 17px; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput .textValue {
  padding-left: 27px;
  width: 70%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput .percentValue {
  width: 30%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: 34px !important; }

.flexGroup .homeValueContainer {
  width: 59%;
  padding-right: 120px; }

.flexGroup .cashRecieveContainer {
  width: 43%; }

.cashReceive {
  padding-left: 70px;
  border-left: 2px solid #b7b6b6; }

label {
  text-align: left;
  font-weight: 500;
  color: #000000; }

.firstForm .currentMortgage label,
.firstForm .estimatedCredit label,
.cashOutMount label, .newMortgagePayment label, .smallInput label, .refinanceInputGroup label {
  font-size: 12px;
  text-transform: uppercase;
  color: #5e5959;
  font-weight: 500;
  margin-bottom: 0px; }

.firstForm .currentMortgage input,
.firstForm .estimatedCredit select,
.cashOutMount input, .newMortgagePayment input, .smallInput input, .refinanceInputGroup input {
  height: 35px;
  width: 100%;
  border: 1px solid #cbcaca !important; }

.firstForm .currentMortgage, .firstForm .estimatedCredit {
  width: 50%;
  margin-top: 15px; }

.firstForm .estimatedCredit select, .refinanceInputGroup select {
  appearance: auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 42px; }

.VA_mortgage_check {
  margin-top: 15px;
  display: flex;
  gap: 15px; }

.Va_mortgage {
  font-size: 13.5px;
  display: flex;
  gap: 10px;
  align-items: baseline;
  width: 50%; }

.homeValueContainer .firstForm .buttonCalculate {
  padding: 10px;
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 0px; }

.cashReceive a.buttonContactMe, .cashReceive a.buttonContactMe.active {
  padding: 10px;
  width: 100%;
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: 0px; }

.cashRecieveContainer h2.recieveAmount {
  height: 52px;
  text-align: left;
  color: #3c1951;
  font-weight: 500 !important;
  font-size: 30px !important; }

.newMortgagePayment {
  margin-top: 25px; }

.cashRecieveContainer .para p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px; }

.paymentBreakDownSecs {
  margin-top: 30px; }

.paymentBreakDownSecs .pieChart {
  margin: 30px 0;
  border-bottom: 1px solid #cacbcb; }

.smallInput {
  margin-top: 15px; }

.smallInput input {
  border: none !important;
  border-bottom: 1px solid #cbcaca !important;
  border-radius: 0 !important;
  padding: 0;
  margin: 0 !important; }

.dollarInput {
  width: 100% !important;
  position: relative; }

.boldInput {
  font-weight: 600; }
  .boldInput input {
    font-weight: 600;
    color: #000000; }

.dollarInput input {
  padding-left: 11px; }

.dollarInput span {
  position: absolute;
  left: 0;
  top: 8px; }

.homeValueContainer .address {
  text-align: left;
  margin-bottom: 15px; }
  .homeValueContainer .address .infoMsg {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px; }
  .homeValueContainer .address .addressInput {
    margin-top: 25px; }
    .homeValueContainer .address .addressInput input {
      height: 35px;
      width: 100%;
      border: 1px solid #cbcaca !important; }
    .homeValueContainer .address .addressInput label {
      font-size: 12px;
      text-transform: uppercase;
      color: #5e5959;
      font-weight: 500;
      margin-bottom: 0px; }
  .homeValueContainer .address .switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 31px; }
  .homeValueContainer .address .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  .homeValueContainer .address .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  .homeValueContainer .address .slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  .homeValueContainer .address input:checked + .slider {
    background-color: #2e8337; }
  .homeValueContainer .address input:focus + .slider {
    box-shadow: 0 0 1px #2e8337; }
  .homeValueContainer .address input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px); }
  .homeValueContainer .address .slider.round {
    border-radius: 34px;
    width: 100%; }
  .homeValueContainer .address .slider.round:before {
    border-radius: 50%; }

.disclaimerMessage {
  text-align: left;
  margin-top: 25px; }

.PurchaseBox button.startedButton, .PurchaseBox a.startedButton {
  background: white;
  color: #2e8337; }

.PurchaseBox button.startedButton.enableButton, .PurchaseBox a.startedButton.enableButton {
  background: #2e8337 !important;
  color: white; }

.PurchaseBox button.startedButton:active {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-left: auto;
  display: block;
  margin-right: 0; }

.PurchaseBox a.startedButton {
  height: 47px;
  border-radius: 4px;
  line-height: 31px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-right: auto;
  margin-left: 0;
  position: absolute;
  bottom: 33px; }

.refinanceBox .yourSaving .dollarLargeInput h2.refinance-payment, .refinanceBox .yourSaving .dollarLargeInput h2.savings-amount, .refinanceBox .yourSaving .dollarLargeInput .total-savings h2 {
  height: 43px;
  text-align: left;
  font-weight: 500;
  display: block;
  margin: 5px 0 10px 0;
  line-height: 1.2;
  color: #3d1951;
  display: flex;
  align-items: center; }

.refinanceBox .currentLoan, .refinanceBox .potentialNewLoan, .refinanceBox .yourSaving {
  width: 33%; }

.refinanceBox .currentLoan {
  padding-right: 60px; }

.refinanceBox .yourSaving {
  padding-left: 60px; }

.refinanceBox .potentialNewLoan {
  padding: 0 30px;
  border: 2px solid #cbcaca;
  border-top: 0;
  border-bottom: 0; }

.refinanceBox .smallCaps {
  text-transform: lowercase; }

.refinanceBox .refinanceInputGroup {
  margin-bottom: 15px; }

.refinanceBox button.startedButton {
  width: 100%;
  margin-top: 34px !important;
  height: 42px;
  line-height: 23px;
  font-size: 14px;
  background: white;
  color: #2e8337; }

.refinanceBox button.startedButton.enableButton {
  background: #2e8337 !important;
  color: white; }

.refinanceBox a.savingNow {
  margin-top: 15px !important;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 500;
  background: #2e8337 !important;
  color: white;
  text-decoration: none;
  font-size: 14px; }

.refinanceBox button.startedButton:active {
  width: 100%;
  margin-top: 19px !important;
  height: 42px;
  line-height: 5px;
  font-size: 14px;
  border: none !important;
  font-weight: 500;
  letter-spacing: 0; }

.refinanceBox .refinanceInputGroup select {
  border: 1px solid #cbcaca;
  width: 100%; }

.refinanceBox .headerLabel {
  margin-bottom: 20px; }

@media (min-width: 576px) and (max-width: 831px) {
  .thirdSec {
    display: block !important; }
    .thirdSec .Values {
      width: 100% !important; }
    .thirdSec .detailsForm {
      margin-bottom: 20px; }
      .thirdSec .detailsForm .flexBox {
        margin-bottom: 0px; }
  .cashoutRefinanceBox .flexGroup {
    width: 100%; } }

@media (max-width: 575px) {
  .cashRecieveContainer .main__contact .contact__us {
    width: 100%; }
  calculatorHeader h1 {
    line-height: 52px !important; }
  .firstSec {
    display: block !important; }
    .firstSec .Values {
      margin-bottom: 10px;
      width: 100% !important; }
  .secondSec {
    margin-top: 25px !important; }
  .thirdSec {
    display: block !important; }
    .thirdSec .Values {
      width: 100% !important; }
    .thirdSec .detailsForm {
      margin-bottom: 20px; }
      .thirdSec .detailsForm .flexBox {
        margin-bottom: 0px !important; } }

@media (max-width: 370px) {
  .smallInput {
    display: block; }
  .smallInput div {
    width: 100%;
    margin-bottom: 20px; }
  .calculatorHeader {
    padding: 25px !important; }
    .calculatorHeader h1, .calculatorHeader p {
      text-align: left !important; } }

#values.mobileViewRange {
  display: none; }

@media (max-width: 620px) {
  #values {
    display: none; }
  #values.mobileViewRange {
    display: flex; }
  .dataList {
    position: relative;
    left: 10px; } }

@media (max-width: 460px) {
  .calculatorContainer .tabsContainer .tabsHeader button.tabsButton {
    /*   padding: 20px 30px !important;
        background: transparent !important;
        border: none !important;
        font-size: 10px;*/
    background: transparent !important;
    border: none !important;
    font-size: 8px !important;
    width: 140px !important; }
  .calculatorContainer .tabsContainer .tabsHeader button.active {
    padding: 20px 25px !important; }
  .calculatorContainer .tabsContainer .tabsHeader button {
    margin: 10px -16px;
    line-height: 29px;
    height: 55px; }
  .calculatorContainer .tabsContainer .tabsHeader {
    background: #fffeff;
    position: relative;
    z-index: 1;
    height: 63px !important;
    white-space: nowrap;
    border-bottom: 3px solid #3c1951; }
  .Va_mortgage {
    width: 100%; }
  .calculatorContainer .tabsContainer .tabsHeader button::before {
    background: transparent;
    box-shadow: unset; }
  .thirdSec {
    display: block !important; }
    .thirdSec .Values {
      width: 100% !important; }
    .thirdSec .detailsForm {
      margin-bottom: 20px; }
      .thirdSec .detailsForm .flexBox {
        display: block; }
        .thirdSec .detailsForm .flexBox .inputBoxes {
          width: 100%; }
  .cashoutRefinanceBox .firstForm .flexBox {
    width: 100%;
    display: block; }
  .cashoutRefinanceBox .firstForm .currentMortgage, .cashoutRefinanceBox .firstForm .estimatedCredit {
    width: 100%; } }

@media (max-width: 1024px) {
  .calculatorContainer {
    padding-top: 0; }
  .refinanceBox .flexBox {
    display: block; }
    .refinanceBox .flexBox .currentLoan, .refinanceBox .flexBox .potentialNewLoan, .refinanceBox .flexBox .yourSaving {
      width: 100%;
      padding: 0;
      border: 0; }
    .refinanceBox .flexBox .potentialNewLoan, .refinanceBox .flexBox .yourSaving {
      margin-top: 35px; } }

.legendNamePieChart {
  display: none;
  flex-wrap: wrap; }
  .legendNamePieChart div {
    width: 50%;
    margin-bottom: 15px; }
    .legendNamePieChart div span {
      display: block; }
    .legendNamePieChart div .statusbar {
      height: 5px;
      border-radius: 10px;
      width: 30px; }
    .legendNamePieChart div .text {
      font-size: 14px; }
    .legendNamePieChart div .value {
      font-size: 20px !important;
      font-weight: 600; }

@media (max-width: 832px) {
  .PurchaseBox a.startedButton.enableButton {
    position: relative;
    bottom: 0;
    margin-left: auto;
    margin-right: 0; } }

@media (max-width: 850px) and (min-width: 660px) {
  .legendNamePieChart {
    display: flex; }
  .chartContainer {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

@media (max-width: 660px) {
  .calculatorContainer .tabsContainer .tabsHeader {
    height: 64px; }
  .calculatorContainer .tabsContainer .tabsHeader button {
    padding: 20px 35px !important;
    width: 180px !important;
    font-size: 10px !important; }
  .calculatorContainer .tabsContainer .tabsHeader button.active {
    background: transparent;
    color: #3c1951;
    border-bottom: none !important; }
  .legendNamePieChart {
    display: flex; } }

@media (max-width: 900px) {
  .cashoutRefinanceBox .flexGroup {
    width: 100%;
    display: block; }
  .cashoutRefinanceBox .flexGroup .homeValueContainer {
    width: 100%;
    padding: 0; }
  .cashoutRefinanceBox .flexGroup .cashRecieveContainer {
    width: 100%;
    margin-top: 50px; }
  .cashoutRefinanceBox .flexGroup .cashRecieveContainer .cashReceive {
    padding: 0;
    border: none; } }

.cashoutRefinanceBox .no-suggestions {
  font-style: normal !important;
  color: #000000;
  font-weight: 600;
  padding: 10px;
  box-shadow: -1px 5px 7px #ccc;
  position: relative;
  top: -10px; }

.calculateButtonDiv {
  display: flex;
  align-items: center; }
  .calculateButtonDiv button {
    margin-top: 14px; }

@media (max-width: 850px) and (min-width: 660px) {
  .calculatorContainer .tabsContainer .tabsHeader button {
    padding: 20px 50px; } }

@media (min-width: 832px) and (max-width: 1300px) {
  .chartContainer {
    display: flex;
    align-items: center; }
  .legendNamePieChart {
    display: flex;
    position: relative;
    left: -44px;
    top: 26px; }
  .calculatorChart {
    position: relative;
    left: -50px; } }

@media (min-width: 830px) and (max-width: 1200px) {
  .thirdSec {
    display: block !important;
    width: 100% !important; }
    .thirdSec .Values {
      width: 100% !important; }
  .PurchaseBox a.startedButton {
    position: relative;
    bottom: 0px; } }
.elementor-widget-container .errorMessage {
  text-align: left;
  top: 0 !important;
  font-size: 12px;
  color: #ff0000; }

.elementor-widget-container .calculatorContainer {
  padding-top: 14px; }

.elementor-widget-container calculatorHeader {
  min-height: 150px; }

.elementor-widget-container .calculatorContainer .inputWithIcon .dollarIcon {
  top: 5px; }

.elementor-widget-container .calculatorContainer .tabsContainer .tabsContent {
  width: 100%; }

.elementor-widget-container .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput span.dollarSymbol {
  top: 6.5px; }

.elementor-widget-container .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput span.percentSymbol {
  top: 6.5px; }

.elementor-widget-container .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .propertyTaxes span {
  top: 6.5px; }

.elementor-widget-container .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm select {
  height: 35px; }

.elementor-widget-container .calculatorContainer .tabsContainer .tabsContent .secondSec hr {
  border: 1px solid; }

.elementor-widget-container .PurchaseBox button.startedButton.enableButton, .elementor-widget-container .PurchaseBox a.startedButton.enableButton {
  border-color: #2e8337;
  text-decoration: none; }

.elementor-widget-container .PurchaseBox a.startedButton {
  height: 44px;
  line-height: 27px;
  bottom: 26px; }

.elementor-widget-container .dollarLargeInput span {
  top: 5.5px; }

.elementor-widget-container .refinanceBox .refinanceInputGroup select {
  height: 35px; }

.elementor-widget-container .refinanceBox button.startedButton.enableButton {
  border-color: #2e8337; }

.elementor-widget-container .refinanceBox button.startedButton {
  line-height: 20px; }

.elementor-widget-container .firstForm .estimatedCredit select, .elementor-widget-container .refinanceInputGroup select {
  height: 36px; }

.elementor-widget-container .homeValueContainer .address .addressInput input {
  height: 45px; }

.elementor-widget-container .autoCompleteContainer {
  position: relative; }

.elementor-widget-container .clear-button.edge {
  position: absolute;
  top: 10px;
  right: 15px; }

.elementor-widget-container .visuallyhidden {
  display: none; }

.elementor-widget-container .homeValueContainer .firstForm .buttonCalculate {
  background: #2e8337;
  border-color: #2e8337;
  color: #ffffff; }

.elementor-widget-container .cashReceive a.buttonContactMe, .elementor-widget-container .cashReceive a.buttonContactMe.active {
  text-align: center;
  display: block;
  background: #2e8337;
  color: #ffffff;
  border-radius: 4px;
  height: 43px; }

.elementor-widget-container .legendNamePieChart div .statusbar {
  margin-bottom: 0; }

.elementor-widget-container .legendNamePieChart div .text {
  margin-bottom: 0; }

.elementor-widget-container .legendNamePieChart div {
  margin-bottom: 0; }

.elementor-widget-container .legendNamePieChart div .value {
  font-size: 17px !important; }

.elementor-widget-container .refinanceBox button.startedButton:active {
  margin-top: 34px; }

.elementor-widget-container .refinanceBox a.savingNow {
  text-align: center; }

.elementor-widget-container .elementor-widget-container .cashReceive a.buttonContactMe, .elementor-widget-container .elementor-widget-container .cashReceive a.buttonContactMe.active {
  text-decoration: underline; }

.elementor-widget-container .autocomplete-dropdown-container ul {
  padding: 0;
  list-style: none;
  background: white;
  box-shadow: -1px 5px 5px 0px #d0d0d0;
  max-height: 180px;
  overflow-x: auto; }

.elementor-widget-container .autocomplete-dropdown-container li {
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  align-items: center;
  cursor: pointer; }

.elementor-widget-container .autocomplete-dropdown-container span.lo-name {
  color: #3c1951;
  font-size: 14px;
  display: block;
  line-height: 20px;
  font-weight: bold; }

.elementor-widget-container .calculatorContainer .tabsContainer .tabsHeader button {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 0px -16px;
  color: #3c1951;
  background: transparent;
  border: none !important;
  font-size: 14px;
  word-spacing: 2px;
  line-height: 52px;
  height: 60px;
  width: 260px;
  text-align: center; }

.elementor-widget-container .calculatorContainer .tabsContainer .tabsHeader {
  text-align: center;
  height: 56px !important; }

@media (max-width: 850px) {
  .calculatorContainer .tabsContainer .tabsHeader button {
    line-height: 28px !important; } }

@media (min-width: 832px) and (max-width: 1300px) {
  .legendNamePieChart {
    top: 5px; } }

@media (max-width: 1400px) and (min-width: 1300px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
    min-width: 100%; } }

@media (min-width: 1401px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1375px;
    min-width: 1375px; } }
html {
  font-size: unset; }

body {
  font-size: 22px; }

@media (max-width: 1400px) {
  .custom-background {
    padding: 0 !important; }
  .tpo-hubspot {
    max-width: 100% !important; } }

.tpo-hubspot {
  max-width: 1300px;
  margin: auto; }
  .tpo-hubspot #DownPaymentPercentage {
    width: 45% !important; }
  .tpo-hubspot .apexcharts-datalabels-group text:last-child {
    font-size: 20px !important; }
  .tpo-hubspot * {
    font-family: sans-serif !important; }
  .tpo-hubspot .apexcharts-legend {
    top: 0 !important; }
  .tpo-hubspot .errorMessage {
    text-align: left;
    top: 0 !important;
    font-size: 12px;
    color: #ff0000; }
  .tpo-hubspot .calculatorContainer {
    padding-top: 14px; }
  .tpo-hubspot .calculatorHeader {
    background-color: transparent;
    min-height: 150px !important;
    font-size: 18px;
    padding: 0; }
    .tpo-hubspot .calculatorHeader h1 {
      text-align: center !important;
      margin: 0; }
    .tpo-hubspot .calculatorHeader p {
      margin: 5px;
      font-size: 18px; }
  .tpo-hubspot .startedButton, .tpo-hubspot .startedButton:hover, .tpo-hubspot .startedButton:active {
    height: 44px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 3px;
    margin-top: 32px !important;
    font-size: 14px !important; }
  .tpo-hubspot .disclaimerMessage p {
    font-size: 18px; }
  .tpo-hubspot input, .tpo-hubspot select {
    font-family: sans-serif; }
  .tpo-hubspot .calculatorContainer .tabsContainer .tabsContent .firstSec .Values .inputWithIcon + .row h4 {
    margin: 0;
    font-size: 14px;
    font-weight: bold; }
  .tpo-hubspot .calculatorContainer .tabsContainer .tabsContent .firstSec .Values .estimatedpayment .dollarIcon {
    left: 0 !important;
    font-weight: 500;
    font-family: sans-serif; }
  .tpo-hubspot .calculatorContainer .inputWithIcon .dollarIcon {
    font-size: 30px;
    color: #3c1951;
    top: 8px !important;
    position: absolute;
    left: 13px !important; }
  .tpo-hubspot .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .propertyTaxes span {
    position: absolute;
    left: 10px; }
  .tpo-hubspot .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm input, .tpo-hubspot .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm select {
    height: 46px;
    width: 100%;
    padding-left: 20px;
    border: 1px solid #cbcaca !important; }
  .tpo-hubspot .calculatorContainer .tabsContainer .tabsContent {
    width: 100%; }
  .tpo-hubspot .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput span.dollarSymbol {
    position: absolute;
    left: 10px;
    top: 8px; }
  .tpo-hubspot .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .downPaymentInput span.percentSymbol {
    top: 8px; }
  .tpo-hubspot .calculatorContainer .tabsContainer .tabsContent .thirdSec .detailsForm .propertyTaxes span {
    top: 8px; }
  .tpo-hubspot .calculatorContainer .tabsContainer .tabsContent .secondSec hr {
    border: 1px solid; }
  .tpo-hubspot select {
    padding-left: 20px; }
  .tpo-hubspot .PurchaseBox button.startedButton.enableButton, .tpo-hubspot .PurchaseBox a.startedButton.enableButton {
    border-color: #2e8337;
    text-decoration: none;
    height: 44px;
    line-height: 24px;
    border-radius: 3px;
    margin-top: 32px !important;
    font-size: 14px !important; }
  .tpo-hubspot .PurchaseBox a.startedButton {
    display: none; }
  .tpo-hubspot .refinanceBox a.startedButton {
    display: none; }
  .tpo-hubspot .dollarLargeInput span {
    top: 8px; }
  .tpo-hubspot .refinanceBox .refinanceInputGroup select {
    height: 46px; }
  .tpo-hubspot .refinanceBox button.startedButton.enableButton {
    border-color: #2e8337; }
  .tpo-hubspot .refinanceBox button.startedButton {
    line-height: 20px; }
  .tpo-hubspot .firstForm .estimatedCredit select {
    height: 46px; }
  .tpo-hubspot .firstForm .currentMortgage input, .tpo-hubspot .firstForm .estimatedCredit select, .tpo-hubspot .cashOutMount input, .tpo-hubspot .newMortgagePayment input, .tpo-hubspot .smallInput input, .tpo-hubspot .refinanceInputGroup input {
    height: 46px;
    width: 100%;
    border: 1px solid #cbcaca !important; }
  .tpo-hubspot .homeValueContainer .address .addressInput input {
    height: 46px; }
  .tpo-hubspot .autoCompleteContainer {
    position: relative; }
  .tpo-hubspot .clear-button.edge {
    position: absolute;
    top: 8px;
    right: 15px;
    color: #000; }
  .tpo-hubspot .input-long {
    font-size: 16px;
    padding-left: 5px; }
  .tpo-hubspot .visuallyhidden {
    display: none; }
  .tpo-hubspot .homeValueContainer .firstForm .buttonCalculate {
    background: #2e8337;
    border-color: #2e8337;
    color: #ffffff; }
  .tpo-hubspot .cashReceive a.buttonContactMe {
    display: none; }
  .tpo-hubspot .legendNamePieChart div .statusbar {
    margin-bottom: 0; }
  .tpo-hubspot .legendNamePieChart div .text {
    margin-bottom: 0; }
  .tpo-hubspot .legendNamePieChart div {
    margin-bottom: 0; }
  .tpo-hubspot .legendNamePieChart div .value {
    font-size: 17px !important; }
  .tpo-hubspot .refinanceBox button.startedButton {
    margin-top: 0 !important;
    height: 44px; }
  .tpo-hubspot .refinanceBox a.savingNow {
    text-align: center; }
  .tpo-hubspot .autocomplete-dropdown-container ul {
    padding: 0;
    list-style: none;
    background: white;
    box-shadow: -1px 5px 5px 0px #d0d0d0;
    max-height: 180px;
    overflow-x: auto; }
  .tpo-hubspot .autocomplete-dropdown-container li {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    align-items: center;
    cursor: pointer; }
  .tpo-hubspot .autocomplete-dropdown-container span.lo-name {
    color: #3c1951;
    font-size: 14px;
    display: block;
    line-height: 20px;
    font-weight: bold; }
  .tpo-hubspot .calculatorContainer .tabsContainer .tabsHeader button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0px -16px;
    color: #3c1951;
    background: transparent;
    border: none !important;
    font-size: 15px;
    word-spacing: 2px;
    line-height: 44px;
    height: 64px;
    width: 260px;
    text-align: center; }
  .tpo-hubspot .calculateButtonDiv {
    display: flex;
    align-items: center; }
    .tpo-hubspot .calculateButtonDiv button {
      margin-top: 14px; }
  @media (max-width: 850px) and (min-width: 660px) {
    .tpo-hubspot .calculatorContainer .tabsContainer .tabsHeader button {
      padding: 20px 50px; } }
  @media (min-width: 832px) and (max-width: 1300px) {
    .tpo-hubspot .chartContainer {
      display: flex;
      align-items: center; }
    .tpo-hubspot .legendNamePieChart {
      display: flex;
      position: relative;
      left: -44px;
      top: 26px; }
    .tpo-hubspot .calculatorChart {
      position: relative;
      left: -50px; } }
  @media (min-width: 830px) and (max-width: 1200px) {
    .tpo-hubspot .thirdSec {
      display: block !important;
      width: 100% !important; }
      .tpo-hubspot .thirdSec .Values {
        width: 100% !important; } }
  @media (max-width: 460px) {
    .tpo-hubspot .calculatorContainer .tabsContainer .tabsHeader button.tabsButton {
      background: transparent !important;
      border: none !important;
      font-size: 8px !important;
      width: 147px !important; }
    .tpo-hubspot .calculatorContainer .tabsContainer .tabsHeader button.active {
      padding: 20px 25px !important; }
    .tpo-hubspot .calculatorContainer .tabsContainer .tabsHeader button {
      margin: 10px -16px;
      line-height: 29px;
      height: 55px; }
    .tpo-hubspot .calculatorContainer .tabsContainer .tabsHeader {
      background: #fffeff;
      position: relative;
      z-index: 1;
      height: 63px !important;
      white-space: nowrap;
      border-bottom: 3px solid #3c1951; }
    .tpo-hubspot .Va_mortgage {
      width: 100%; }
    .tpo-hubspot .calculatorContainer .tabsContainer .tabsHeader button::before {
      box-shadow: unset; }
    .tpo-hubspot .thirdSec {
      display: block !important; }
      .tpo-hubspot .thirdSec .Values {
        width: 100% !important; }
      .tpo-hubspot .thirdSec .detailsForm {
        margin-bottom: 20px; }
        .tpo-hubspot .thirdSec .detailsForm .flexBox {
          display: block; }
          .tpo-hubspot .thirdSec .detailsForm .flexBox .inputBoxes {
            width: 100%; }
    .tpo-hubspot .cashoutRefinanceBox .firstForm .flexBox {
      width: 100%;
      display: block; }
    .tpo-hubspot .cashoutRefinanceBox .firstForm .currentMortgage, .tpo-hubspot .cashoutRefinanceBox .firstForm .estimatedCredit {
      width: 100%; } }
  @media (max-width: 370px) {
    .tpo-hubspot .smallInput {
      display: block; }
    .tpo-hubspot .smallInput div {
      width: 100%;
      margin-bottom: 20px; }
    .tpo-hubspot .calculatorHeader {
      padding: 25px !important; }
      .tpo-hubspot .calculatorHeader h1, .tpo-hubspot .calculatorHeader p {
        text-align: left !important; } }

.tpo-hubspot .calculatorContainer .tabsContainer .tabsHeader {
  text-align: center;
  height: 60px !important;
  background-color: transparent; }

/*# sourceMappingURL=uhmCalculator2022External.min.css.map*/