/* Fix IE and iOS text resizing on orientation change */


button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
  cursor: pointer;
  border: none;
  background: transparent;
  font-weight: inherit;
}

button.link {
  border: 0;
  background: transparent;
  text-align: left;
}

input,
select,
textarea {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  border: 1px solid black;
}

a.btn:link {
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

a.btn:link:hover {
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

/* turn off buttons in input[type=number] */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* removes "x" button from IE10/11 input fields */
input::-ms-clear {
  display: none;
}

.row,
.form-row,
.inline-buttons,
.form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.no-gutter {
  padding-left: 0;
  padding-right: 0;
}



.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row>* {
  padding-left: 15px;
  padding-right: 15px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter>* {
  padding-left: 0;
  padding-right: 0;
}

.form-row {
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.form-row>* {
  padding-left: 5px;
  padding-right: 5px;
}

.form-row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.form-row.no-gutter>* {
  padding-left: 0;
  padding-right: 0;
}

.inline-buttons {
  margin: -5px;
}

.inline-buttons>* {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 5px;
}

.form-item {
  margin: 1rem 0;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.form-item>* {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.rm-calculator .next-btn button.primary {
  background: var(--dark-green);
  color: var(--white);
}

.rm-calculator .next-btn button.primary:hover {
  background: var(--hover-green);
  color: #001B20;
}

.rm-calculator td .custom-radio {
  margin: 0;
  display: block;
  text-align: left;
}

.rm-calculator td.inactive .custom-radio {
  pointer-events: none;
  font-size: inherit;
}

.rm-calculator td .custom-radio input[type="radio"] {
  display: none;
}

.rm-calculator .option-table-content td.selected-chip-rate input[type="radio"]+span:before {
  background: url(../images/check.svg) no-repeat center;
  border-color: #fff;
}

.rm-calculator .option-table-content td input[type="radio"]+span:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #00414C;
  background-color: #fff;
  margin-right: 10px;
  transition: background-color 0.3s, border-color 0.3s;
  position: relative;
  top: 5px;

}

.rm-calculator td.active .custom-radio input[type="radio"]:checked+span:before {
  background: url(../images/check.svg) no-repeat center;
  border-color: #fff;
}

.rm-calculator .option-table-content td.inactive input[type="radio"]+span:before {
  opacity: .5;
}

/* Hover state of the custom radio button */
.custom-radio:hover::before {
  border-color: #007BFF;
}

.rm-calculator label.estimated_value {
  display: flex;
  gap: 5px;
  align-items: center;
  position: relative;
}

.rm-calculator label.estimated_value .tool-tip {
  /* position: relative; */
}

.rm-calculator label.estimated_value .tooltip_que,
.rm-calculator .tooltip_que {
  border: 1px solid var(--dark-green);
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  text-align: center;
  border-radius: 100%;
  color: var(--dark-green);
  font-size: 12px;
}

.rm-calculator label.estimated_value .info-text,
.rm-calculator .info-text {
  position: absolute;
  background: #E6ECED;
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  top: 40px;
  margin-left: -10px;
  display: none;
  z-index: 1;
  color: var(--dark-green);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  width: 250px;
}

.rm-calculator label.estimated_value .info-text:after,
.rm-calculator .info-text:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #E6ECED;
  border-width: 8px;
  margin-left: -8px;
}

.results-section .graph {
  max-width: 500px;
  margin: auto;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .col-sm-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    max-width: 8.33333%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    max-width: 16.66667%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    max-width: 66.66667%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }

  .w-sm-0 {
    width: 0%;
  }

  .w-sm-auto {
    width: auto;
  }

  .w-sm-1-1,
  .w-sm-2-2,
  .w-sm-3-3,
  .w-sm-4-4,
  .w-sm-5-5,
  .w-sm-6-6,
  .w-sm-8-8,
  .w-sm-9-9,
  .w-sm-10-10,
  .w-sm-12-12 {
    width: 100%;
  }

  .w-sm-1-2,
  .w-sm-2-4,
  .w-sm-3-6,
  .w-sm-4-8,
  .w-sm-5-10,
  .w-sm-6-12 {
    width: 50%;
  }

  .w-sm-1-3,
  .w-sm-2-6,
  .w-sm-3-9,
  .w-sm-4-12 {
    width: 33.33333%;
  }

  .w-sm-2-3,
  .w-sm-4-6,
  .w-sm-6-9,
  .w-sm-8-12 {
    width: 66.66667%;
  }

  .w-sm-1-4,
  .w-sm-2-8,
  .w-sm-3-12 {
    width: 25%;
  }

  .w-sm-3-4,
  .w-sm-6-8,
  .w-sm-9-12 {
    width: 75%;
  }

  .w-sm-1-5,
  .w-sm-2-10 {
    width: 20%;
  }

  .w-sm-2-5,
  .w-sm-4-10 {
    width: 40%;
  }

  .w-sm-3-5,
  .w-sm-6-10 {
    width: 60%;
  }

  .w-sm-4-5,
  .w-sm-8-10 {
    width: 80%;
  }

  .w-sm-1-6,
  .w-sm-2-12 {
    width: 16.66667%;
  }

  .w-sm-5-6,
  .w-sm-10-12 {
    width: 83.33333%;
  }

  .w-sm-1-8 {
    width: 12.5%;
  }

  .w-sm-3-8 {
    width: 37.5%;
  }

  .w-sm-5-8 {
    width: 62.5%;
  }

  .w-sm-7-8 {
    width: 87.5%;
  }

  .w-sm-1-9 {
    width: 11.11111%;
  }

  .w-sm-2-9 {
    width: 22.22222%;
  }

  .w-sm-4-9 {
    width: 44.44444%;
  }

  .w-sm-5-9 {
    width: 55.55556%;
  }

  .w-sm-7-9 {
    width: 77.77778%;
  }

  .w-sm-8-9 {
    width: 88.88889%;
  }

  .w-sm-1-10 {
    width: 10%;
  }

  .w-sm-3-10 {
    width: 30%;
  }

  .w-sm-7-10 {
    width: 70%;
  }

  .w-sm-9-10 {
    width: 90%;
  }

  .w-sm-1-12 {
    width: 8.33333%;
  }

  .w-sm-5-12 {
    width: 41.66667%;
  }

  .w-sm-7-12 {
    width: 58.33333%;
  }

  .w-sm-11-12 {
    width: 91.66667%;
  }

  .d-sm-none {
    display: none;
  }

  .d-sm-inline {
    display: inline;
  }

  .d-sm-inline-block {
    display: inline-block;
  }

  .d-sm-block {
    display: block;
  }

  .d-sm-table {
    display: table;
  }

  .d-sm-table-cell {
    display: table-cell;
  }

  .d-sm-table-row {
    display: table-row;
  }

  .d-sm-flex {
    display: -ms-flexbox;
    display: flex;
  }

  .d-sm-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .d-sm-inline-flex-column {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .j-sm-flex-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .j-sm-flex-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .j-sm-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .j-sm-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .j-sm-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .j-sm-space-evenly {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .a-sm-flex-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .as-sm-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .a-sm-flex-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .as-sm-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .a-sm-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .as-sm-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .a-sm-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .as-sm-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .a-sm-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .as-sm-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .align-sm-left {
    text-align: left;
  }

  .align-sm-center {
    text-align: center;
  }

  .align-sm-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .col-md-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    max-width: 8.33333%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    max-width: 16.66667%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 auto;
    /* flex: 0 0 auto; */
    /* width: 33.33333%; */
    /* max-width: 33.33333%; */
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 auto;
    /* flex: 0 0 auto; */
    /* width: 66.66667%; */
    /* max-width: 66.66667%; */
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }

  .w-md-0 {
    width: 0%;
  }

  .w-md-auto {
    width: auto;
  }

  .w-md-1-1,
  .w-md-2-2,
  .w-md-3-3,
  .w-md-4-4,
  .w-md-5-5,
  .w-md-6-6,
  .w-md-8-8,
  .w-md-9-9,
  .w-md-10-10,
  .w-md-12-12 {
    width: 100%;
  }

  .w-md-1-2,
  .w-md-2-4,
  .w-md-3-6,
  .w-md-4-8,
  .w-md-5-10,
  .w-md-6-12 {
    width: 50%;
  }

  .w-md-1-3,
  .w-md-2-6,
  .w-md-3-9,
  .w-md-4-12 {
    width: 33.33333%;
  }

  .w-md-2-3,
  .w-md-4-6,
  .w-md-6-9,
  .w-md-8-12 {
    width: 66.66667%;
  }

  .w-md-1-4,
  .w-md-2-8,
  .w-md-3-12 {
    width: 25%;
  }

  .w-md-3-4,
  .w-md-6-8,
  .w-md-9-12 {
    width: 75%;
  }

  .w-md-1-5,
  .w-md-2-10 {
    width: 20%;
  }

  .w-md-2-5,
  .w-md-4-10 {
    width: 40%;
  }

  .w-md-3-5,
  .w-md-6-10 {
    width: 60%;
  }

  .w-md-4-5,
  .w-md-8-10 {
    width: 80%;
  }

  .w-md-1-6,
  .w-md-2-12 {
    width: 16.66667%;
  }

  .w-md-5-6,
  .w-md-10-12 {
    width: 83.33333%;
  }

  .w-md-1-8 {
    width: 12.5%;
  }

  .w-md-3-8 {
    width: 37.5%;
  }

  .w-md-5-8 {
    width: 62.5%;
  }

  .w-md-7-8 {
    width: 87.5%;
  }

  .w-md-1-9 {
    width: 11.11111%;
  }

  .w-md-2-9 {
    width: 22.22222%;
  }

  .w-md-4-9 {
    width: 44.44444%;
  }

  .w-md-5-9 {
    width: 55.55556%;
  }

  .w-md-7-9 {
    width: 77.77778%;
  }

  .w-md-8-9 {
    width: 88.88889%;
  }

  .w-md-1-10 {
    width: 10%;
  }

  .w-md-3-10 {
    width: 30%;
  }

  .w-md-7-10 {
    width: 70%;
  }

  .w-md-9-10 {
    width: 90%;
  }

  .w-md-1-12 {
    width: 8.33333%;
  }

  .w-md-5-12 {
    width: 41.66667%;
  }

  .w-md-7-12 {
    width: 58.33333%;
  }

  .w-md-11-12 {
    width: 91.66667%;
  }

  .d-md-none {
    display: none;
  }

  .d-md-inline {
    display: inline;
  }

  .d-md-inline-block {
    display: inline-block;
  }

  .d-md-block {
    display: block;
  }

  .d-md-table {
    display: table;
  }

  .d-md-table-cell {
    display: table-cell;
  }

  .d-md-table-row {
    display: table-row;
  }

  .d-md-flex {
    display: -ms-flexbox;
    display: flex;
  }

  .d-md-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .d-md-inline-flex-column {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .j-md-flex-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .j-md-flex-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .j-md-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .j-md-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .j-md-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .j-md-space-evenly {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .a-md-flex-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .as-md-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .a-md-flex-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .as-md-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .a-md-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .as-md-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .a-md-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .as-md-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .a-md-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .as-md-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .align-md-left {
    text-align: left;
  }

  .align-md-center {
    text-align: center;
  }

  .align-md-right {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .col-lg-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    max-width: 8.33333%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    max-width: 16.66667%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    max-width: 66.66667%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }

  .w-lg-0 {
    width: 0%;
  }

  .w-lg-auto {
    width: auto;
  }

  .w-lg-1-1,
  .w-lg-2-2,
  .w-lg-3-3,
  .w-lg-4-4,
  .w-lg-5-5,
  .w-lg-6-6,
  .w-lg-8-8,
  .w-lg-9-9,
  .w-lg-10-10,
  .w-lg-12-12 {
    width: 100%;
  }

  .w-lg-1-2,
  .w-lg-2-4,
  .w-lg-3-6,
  .w-lg-4-8,
  .w-lg-5-10,
  .w-lg-6-12 {
    width: 50%;
  }

  .w-lg-1-3,
  .w-lg-2-6,
  .w-lg-3-9,
  .w-lg-4-12 {
    width: 33.33333%;
  }

  .w-lg-2-3,
  .w-lg-4-6,
  .w-lg-6-9,
  .w-lg-8-12 {
    width: 66.66667%;
  }

  .w-lg-1-4,
  .w-lg-2-8,
  .w-lg-3-12 {
    width: 25%;
  }

  .w-lg-3-4,
  .w-lg-6-8,
  .w-lg-9-12 {
    width: 75%;
  }

  .w-lg-1-5,
  .w-lg-2-10 {
    width: 20%;
  }

  .w-lg-2-5,
  .w-lg-4-10 {
    width: 40%;
  }

  .w-lg-3-5,
  .w-lg-6-10 {
    width: 60%;
  }

  .w-lg-4-5,
  .w-lg-8-10 {
    width: 80%;
  }

  .w-lg-1-6,
  .w-lg-2-12 {
    width: 16.66667%;
  }

  .w-lg-5-6,
  .w-lg-10-12 {
    width: 83.33333%;
  }

  .w-lg-1-8 {
    width: 12.5%;
  }

  .w-lg-3-8 {
    width: 37.5%;
  }

  .w-lg-5-8 {
    width: 62.5%;
  }

  .w-lg-7-8 {
    width: 87.5%;
  }

  .w-lg-1-9 {
    width: 11.11111%;
  }

  .w-lg-2-9 {
    width: 22.22222%;
  }

  .w-lg-4-9 {
    width: 44.44444%;
  }

  .w-lg-5-9 {
    width: 55.55556%;
  }

  .w-lg-7-9 {
    width: 77.77778%;
  }

  .w-lg-8-9 {
    width: 88.88889%;
  }

  .w-lg-1-10 {
    width: 10%;
  }

  .w-lg-3-10 {
    width: 30%;
  }

  .w-lg-7-10 {
    width: 70%;
  }

  .w-lg-9-10 {
    width: 90%;
  }

  .w-lg-1-12 {
    width: 8.33333%;
  }

  .w-lg-5-12 {
    width: 41.66667%;
  }

  .w-lg-7-12 {
    width: 58.33333%;
  }

  .w-lg-11-12 {
    width: 91.66667%;
  }

  .d-lg-none {
    display: none;
  }

  .d-lg-inline {
    display: inline;
  }

  .d-lg-inline-block {
    display: inline-block;
  }

  .d-lg-block {
    display: block;
  }

  .d-lg-table {
    display: table;
  }

  .d-lg-table-cell {
    display: table-cell;
  }

  .d-lg-table-row {
    display: table-row;
  }

  .d-lg-flex {
    display: -ms-flexbox;
    display: flex;
  }

  .d-lg-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .d-lg-inline-flex-column {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .j-lg-flex-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .j-lg-flex-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .j-lg-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .j-lg-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .j-lg-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .j-lg-space-evenly {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .a-lg-flex-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .as-lg-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .a-lg-flex-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .as-lg-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .a-lg-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .as-lg-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .a-lg-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .as-lg-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .a-lg-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .as-lg-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .align-lg-left {
    text-align: left;
  }

  .align-lg-center {
    text-align: center;
  }

  .align-lg-right {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
  }

  .col-xl-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
    max-width: 8.33333%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
    max-width: 16.66667%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    max-width: 25%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
    max-width: 33.33333%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
    max-width: 41.66667%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    max-width: 50%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
    max-width: 58.33333%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
    max-width: 66.66667%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
    max-width: 75%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
    max-width: 83.33333%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
    max-width: 91.66667%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }

  .w-xl-0 {
    width: 0%;
  }

  .w-xl-auto {
    width: auto;
  }

  .w-xl-1-1,
  .w-xl-2-2,
  .w-xl-3-3,
  .w-xl-4-4,
  .w-xl-5-5,
  .w-xl-6-6,
  .w-xl-8-8,
  .w-xl-9-9,
  .w-xl-10-10,
  .w-xl-12-12 {
    width: 100%;
  }

  .w-xl-1-2,
  .w-xl-2-4,
  .w-xl-3-6,
  .w-xl-4-8,
  .w-xl-5-10,
  .w-xl-6-12 {
    width: 50%;
  }

  .w-xl-1-3,
  .w-xl-2-6,
  .w-xl-3-9,
  .w-xl-4-12 {
    width: 33.33333%;
  }

  .w-xl-2-3,
  .w-xl-4-6,
  .w-xl-6-9,
  .w-xl-8-12 {
    width: 66.66667%;
  }

  .w-xl-1-4,
  .w-xl-2-8,
  .w-xl-3-12 {
    width: 25%;
  }

  .w-xl-3-4,
  .w-xl-6-8,
  .w-xl-9-12 {
    width: 75%;
  }

  .w-xl-1-5,
  .w-xl-2-10 {
    width: 20%;
  }

  .w-xl-2-5,
  .w-xl-4-10 {
    width: 40%;
  }

  .w-xl-3-5,
  .w-xl-6-10 {
    width: 60%;
  }

  .w-xl-4-5,
  .w-xl-8-10 {
    width: 80%;
  }

  .w-xl-1-6,
  .w-xl-2-12 {
    width: 16.66667%;
  }

  .w-xl-5-6,
  .w-xl-10-12 {
    width: 83.33333%;
  }

  .w-xl-1-8 {
    width: 12.5%;
  }

  .w-xl-3-8 {
    width: 37.5%;
  }

  .w-xl-5-8 {
    width: 62.5%;
  }

  .w-xl-7-8 {
    width: 87.5%;
  }

  .w-xl-1-9 {
    width: 11.11111%;
  }

  .w-xl-2-9 {
    width: 22.22222%;
  }

  .w-xl-4-9 {
    width: 44.44444%;
  }

  .w-xl-5-9 {
    width: 55.55556%;
  }

  .w-xl-7-9 {
    width: 77.77778%;
  }

  .w-xl-8-9 {
    width: 88.88889%;
  }

  .w-xl-1-10 {
    width: 10%;
  }

  .w-xl-3-10 {
    width: 30%;
  }

  .w-xl-7-10 {
    width: 70%;
  }

  .w-xl-9-10 {
    width: 90%;
  }

  .w-xl-1-12 {
    width: 8.33333%;
  }

  .w-xl-5-12 {
    width: 41.66667%;
  }

  .w-xl-7-12 {
    width: 58.33333%;
  }

  .w-xl-11-12 {
    width: 91.66667%;
  }

  .d-xl-none {
    display: none;
  }

  .d-xl-inline {
    display: inline;
  }

  .d-xl-inline-block {
    display: inline-block;
  }

  .d-xl-block {
    display: block;
  }

  .d-xl-table {
    display: table;
  }

  .d-xl-table-cell {
    display: table-cell;
  }

  .d-xl-table-row {
    display: table-row;
  }

  .d-xl-flex {
    display: -ms-flexbox;
    display: flex;
  }

  .d-xl-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .d-xl-inline-flex-column {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .j-xl-flex-start {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .j-xl-flex-end {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .j-xl-center {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .j-xl-space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .j-xl-space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .j-xl-space-evenly {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .a-xl-flex-start {
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .as-xl-flex-start {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .a-xl-flex-end {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .as-xl-flex-end {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .a-xl-center {
    -ms-flex-align: center;
    align-items: center;
  }

  .as-xl-center {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .a-xl-baseline {
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .as-xl-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }

  .a-xl-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .as-xl-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .align-xl-left {
    text-align: left;
  }

  .align-xl-center {
    text-align: center;
  }

  .align-xl-right {
    text-align: right;
  }
}


.percentage-field {
  width: 80px !important;
  padding-left: 2px;
  padding-right: 2px;
}



form {
  display: block;
  margin-top: 0em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#form-calculator {
  padding-left: 10%;
  padding-right: 10%;
}

#client-pdf-content .table-row-odd,
#client-pdf-content .table-row-even {
  border-radius: 25px !important;
}

/* my get started calculator css start */
#city2 option:first-child {
  display: none;
}

.contact_guide_form .option,
.contact_guide_form input#confirm_email {
  display: none;
}

div#output {
  text-align: center;
}

div#contact_guide_cal {
  background: #fff;
  padding: 25px;
  position: relative;
  border: 2px solid #ddd;
  margin: 4% 6% 5% 6%;
  border-radius: 8px;
}

.contact_guide_form h3 {
  font-size: 30px;
}

#output p {
  text-align: center;
  color: #333;
  margin-top: 20px;
  font-size: 24px;
  line-height: 27px;
  padding-bottom: 5px;
}

.contact_guide_form h2 {
  text-align: center;
  font-weight: 700;
}

.contact_guide_form .submit_div {
  text-align: center;
  position: relative;
  width: 100%;
  margin: auto;
  right: 3%;
}

.contact_guide_form .ajax_loading img {
  display: block;
  margin: 15px auto 0;
}

.contact_guide_form input[placeholder] {
  color: #222;
}


#contact_guide_cal {
  position: relative;
  background: #fff;
  border: 2px solid #dddddd;
}

#contact_guide_cal:after,
#contact_guide_cal:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#contact_guide_cal:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}

#contact_guide_cal:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #dddddd;
  border-width: 18px;
  margin-left: -18px;
}

.contact_guide_form input {
  border: 2px solid #00414c;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding: 10px;
  font-size: 15px;
  margin-top: 14px;
  background-color: #ebebeb;
  font-family: "Open Sans", sans-serif;
}



/* .btn-yellow {
  cursor: pointer;
} */

.bottom-btn {
  display: -ms-flexbox;
  /* display: flex; */
  /* margin-top: 25px; */
}

.bottom-btn a:hover {
  text-decoration: none;
}

/* @media (min-width: 768px) {
  .bottom-btn {
    padding: 0 50px;
  }
} */

.bottom-btn .left-btn {
  /* max-width: 110px; */
  /* margin-left: 20px; */
  /* text-align: center; */
}

@media (min-width: 768px) {
  .bottom-btn .left-btn {
    /* max-width: 100%; */
  }

  .bottom-btn .left-btn:lang(fr) {
    margin-left: 10px;
  }
}

@media (min-width: 992px) {
  .bottom-btn .left-btn {
    /* margin-left: 30px; */
  }
}

.bottom-btn .right-btn {
  /* margin-left: 40px; */
  /* max-width: 110px; */
  /* text-align: center; */
}

@media (min-width: 768px) {
  .bottom-btn .right-btn {
    /* max-width: 100%; */
    /* margin-left: 25%; */
  }
}

@media (min-width: 992px) {
  .bottom-btn .right-btn {
    /* margin-left: 330px; */
  }
}

/* .bottom-btn .right-btn .btn-yellow {
  margin-top: 0;
  font-size: 10px;
  padding: 8px 12px;
} */

/* @media (min-width: 768px) {
  .bottom-btn .right-btn .btn-yellow {
    font-size: 15px;
    padding: 12px 18px;
  }
} */

@media only screen and (max-width: 349px) {
  .left-btn:lang(fr) {
    margin-left: 15px;
  }

  .right-btn:lang(fr) {
    margin-left: 10px;
    max-width: 145px;
  }
}

@media only screen and (min-width: 350px) and (max-width: 767px) {
  .bottom-btn {
    /* padding: 0 50px; */
  }

  .bottom-btn:lang(fr) {
    padding: 0 40px;
  }

  .bottom-btn .left-btn {
    /* min-width: 90px; */
    /* margin-left: 0; */
    /* margin-right: 30px; */
  }

  .bottom-btn .left-btn:lang(fr) {
    margin-right: 15px;
  }

  .bottom-btn .right-btn {
    /* margin-left: 25px; */
    /* min-width: 115px; */
  }

  .bottom-btn .right-btn:lang(fr) {
    margin-left: 10px;
    min-width: 165px;
  }

}

@media only screen and (max-width: 991px) {
  .graph-container {
    display: none;
  }
}

.contact_guide_form a.submit_button {
  background: #fddd03;
  color: #00414d;
  text-transform: uppercase;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 22px;
  margin: 25px auto 0;
  border-radius: 8px;
  text-decoration: none;
  width: 200px;
  padding: 0;
  line-height: 60px;
  white-space: nowrap;
  float: none;
  display: block;
  text-align: center;
}

.contact_guide_form em.error,
.contact_guide_form strong.error,
.contact_guide_form select.error,
.contact_guide_form input.error {
  color: #fb0d1c;
  font-size: 15px;
  background-color: #fff;
  font-style: normal;
}

.contact_guide_form select#salutation {
  width: 100%;
  border: 2px solid #00414c;
  color: #666;
  padding: 9px 9px 10px 5px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 41px;
  background-color: #ebebeb;
  font-family: "Open Sans", sans-serif;
}


.downloadreportcta {
  /* background-color: #00414d; */
  /* color: #fff; */
  /* padding: 12px 20px; */
  font-size: 16px;
  /* font-weight: 600; */
  /* max-width: 360px; */
  width: 100%;
}

.customize-btn a {
  background: #E6ECED;
  /* max-width: 360px; */
}

.downloadreportcta:hover {
  /* background-color: #afd9b8; */
}

@media (min-width: 768px) {
  .download-btn {
    /* width: 200px; */
    /* margin-left: 30px; */
    /* margin-right: 150px; */
  }
}

@media (min-width: 768px) {
  .download-btn-fr {
    width: 251px;
  }
}

.customize-btn {}

@media (min-width: 768px) {
  .customize-btn {}
}

@media (min-width: 992px) {
  .customize-btn {}
}

.customize-btn-fr {
  width: 237px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .customize-btn-fr {
    margin-left: 140px;
  }
}

@media (min-width: 992px) {
  .customize-btn-fr {
    margin-left: 235px;
  }
}

.popup-details {
  max-width: 100%;
  width: 500px;
  padding: 15px;
  color: #00414d;
  background-color: white;
  font-weight: normal;
  /* border-radius: 8px; */
  position: absolute;
  z-index: 998;
  -ms-transform: translate(0, -550px);
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 62px;
}

@media (min-width: 768px) {
  .popup-details {
    /* max-width: 450px; */
    -ms-transform: translate(50%, -125%);
    /* transform: translate(50%, -125%); */
    padding: 20px 30px;
  }
}

@media (min-width: 992px) {
  .popup-details {
    /* max-width: 500px; */
    -ms-transform: translate(85%, -125%);
    /* transform: translate(85%, -125%); */
  }
}

.popup-details .close-x {
  margin-top: 5px;
  margin-bottom: 5px;
}

.popup-details .details-header {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .popup-details .details-header {
    font-size: 18px;
  }
}

.popup-details .details-content {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.popup-details .details-content .content-title {
  width: 50%;
}

.popup-details .details-content .content-title p {
  font-weight: 700;
}

.popup-details .details-content .content-input {
  width: 50%;
}

.popup-details .details-content .content-input .input-field {
  width: 100%;
  background-color: #e2f1e5;
  border: none;
}

.popup-details .download-btn {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup-details .download-btn {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

.popup-details:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  -ms-transform: translate(-50%, 3px) rotate(45deg);
  transform: translate(-50%, 6px) rotate(45deg);
  background-color: white;
  box-shadow: 2px 2px rgba(165, 165, 165, 0.5);
}

@media (min-width: 768px) {
  .popup-details:after {
    -ms-transform: translate(115px, 12px) rotate(45deg);
    transform: translate(115px, 12px) rotate(45deg);
  }
}

@media (max-width: 992px) {
  .popup-details:after {
    left: 10%;
  }
}

#client-pdf-content .header .logo img,
#client-pdf-content .house-image img {
  height: auto !important;
}

#client-pdf-content .call-number-steps a {
  color: #fff !important;
}

#client-pdf-content .call-number a {
  color: #333 !important;
}

th.desktop-only.desktop-header {
  color: #00414d !important;
  text-transform: none !important;
  font-weight: normal;
}

/* my get started calculator css end */


th,
tr td {
  text-align: center;
}


.stop-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.pdf-container,
.pdf-container-fullreport {
  position: absolute;
  left: -10000px;
  top: -10000px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .content-container {
    /* width: auto; */
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
  }
}

@media (min-width: 992px) {
  .content-container {
    /* width: 916px; */
    /* margin: auto; */
  }
}

/* .shadow-top {
  background-image: url(../images/shadow_top.png);
  width: 100%;
  height: 14px;
  background-size: 100% 100%;
  background-position: top;
  margin-bottom: 1rem;
} */

.shadow-bottom {
  background-image: url(../images/shadow_bottom.png);
  width: 100%;
  height: 14px;
  background-size: 100% 100%;
  background-position: bottom;
  margin-top: 1rem;
}

.shadow-bottom-text {
  display: block;
  background-image: url(../images/shadow_bottom.png);
  width: 100%;
  height: 14px;
  background-size: 100% 100%;
  background-position: bottom;
  margin-top: 1rem;
  bottom: 0px;
}

@media (min-width: 768px) {
  .shadow-bottom-text {
    display: none;
  }
}

.hidden {
  display: none !important;
}



/* .btn-yellow {
  background-color: #fddd03;
  color: #00414d;
  border-radius: 12px;
  padding: 12px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 768px) {
  .btn-yellow {
    margin-top: 0;
    margin-bottom: 60px;
  }
}

.btn-yellow:hover,
.btn-yellow:focus {
  background-color: #afd9b8;
} */

/* .btn-blue {
  background-color: #00414d;
  color: #fff !important;
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 768px) {
  .btn-blue {
    font-size: 15px;
    padding: 12px 18px;
  }
} */

.btn-blue:hover,
.btn-blue:focus {
  background-color: #afd9b8;
  color: #00414d;
}

.hidden {
  display: none;
}

/* .btn-text {
  color: #00414d;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.btn-text:hover {
  color: green;
} */

/*
.input-field {
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    width: 200px;
    border: solid 2px #333333;
    font-family: "Open Sans", sans-serif;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
    .input-field {
        margin-left: -15px;
    }
}*/

/* .completed-field {
  background-color: #afd9b8 !important;
} */



@media only screen and (max-width: 767px) {
  .table-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    margin-top: 1rem;
    border: solid 2px #333333;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    background-image: none;
    word-break: normal;
  }

  .popup-details .details-content {
    flex-direction: column;
  }

  .popup-details .details-content .content-title,
  .popup-details .details-content .content-input {
    width: 100%;
  }

  .popup-details .details-content .content-title p {
    margin: 0 0 5px;
  }
}

.table-dropdown select option {
  width: 50%;
}

.slidecontainer {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 768px) {
  .slidecontainer {
    /* max-width: 97%; */
  }
}

@media (min-width: 992px) {
  .slidecontainer {
    /* max-width: 100%; */
    /* display: flex; */
    /* gap: 20px; */
    /* align-items: center; */
  }
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #cfd8dc;
  border: solid 4px #fff;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #cfd8dc;
  border: solid 4px #fff;
  cursor: pointer;
}

.slider-info-value {
  display: inline-block;
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  vertical-align: -webkit-baseline-middle;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input[type="range"] {
  -webkit-appearance: none;
  width: 66%;
  /* margin-top: 15px; */
  border: 0px solid transparent;
  border-radius: 50%;
}

@media (min-width: 768px) {
  input[type="range"] {
    width: 80%;
  }
}

input[type="range"]:focus {
  outline: 0;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #cfd8dc;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #cfd8dc;
}

input[type="range"]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 6px;
  width: 67%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  border: 0px solid #cfd8dc;
  border-radius: 5px;
  background-color: #00414d;
}

input[type="range"]::-webkit-slider-thumb {
  background: #B0C4C8;
  border: 3px solid #00414C;
  border-radius: 40px;
  cursor: pointer;
  height: 37px;
  width: 37px;
  -webkit-appearance: none;
  margin-top: -16px;
}

input[type="range"]::-moz-range-track {
  cursor: pointer;
  height: 6px;
  width: 67%;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 60%;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: transparent;
  border: 0px solid #cfd8dc;
  border-radius: 5px;
  background-color: #00414d;
  width: 100%;
}

input[type="range"]::-moz-range-thumb {
  background: #B0C4C8;
  border: 1.5px solid #ccc;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}

input[type="range"]::-ms-track {
  cursor: pointer;
  height: 6px;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 95%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}

input[type="range"]::-ms-tooltip {
  display: none;
}

input[type="range"]::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #00414d;
  border: 0px solid #cfd8dc;
  border-radius: 10px;
}

input[type="range"]::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  background: #00414d;
  border: 0px solid #cfd8dc;
  border-radius: 10px;
}

input[type="range"]:focus::-ms-fill-lower {
  background: #00414d;
}

input[type="range"]:focus::-ms-fill-upper {
  background: #00414d;
}

input[type="range"]::-ms-thumb {
  background: #B0C4C8;
  border: 1.5px solid #fff;
  border-radius: 16px;
  cursor: pointer;
  height: 20px;
  width: 20px;
}

.tooltip {
  display: inline-block;
  position: relative;
  margin-top: 5px;
  text-align: left;
  opacity: 1;
  z-index: 997;
}

@media (min-width: 768px) {
  .tooltip {
    width: 27px;
    margin: 0px 0px 0px 3px;
    padding: 0px;
  }
}

.header-report {
  margin-bottom: 10px;
}

.tooltip h3 {
  margin: 12px 0;
  font-size: 20px;
}

.tooltip h3:lang(fr) {
  font-size: 19px;
}

.tooltip h3 {
  font-size: 11px;
}

@media (min-width: 768px) {
  .tooltip h3 {
    font-size: 15px;
    margin: 0 0 15px;
    color: #fff;
  }
}

.tooltip p {
  font-size: 10px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .tooltip p {
    font-size: 13px;
  }
}

.tooltip p a {
  color: #ffffff;
}

.tooltip .top {
  min-width: 103px;
  top: -20px;
  left: 50%;
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  padding: 10px;
  color: #ffffff !important;
  background-color: #00414d;
  font-weight: normal;
  font-size: 10px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

.tooltip .top p {
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 0;
}

@media only screen and (max-width: 320px) {
  .tooltip .top {
    min-width: 60px;
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .tooltip .top {
    min-width: 194px;
  }
}

@media (min-width: 992px) {
  .tooltip .top {
    max-width: 600px;
    top: -20px;
    left: 50%;
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 575px) {
  .tooltip .top.chip-open-fr {
    min-width: 83px;
  }
}

@media only screen and (max-width: 321px) {
  .tooltip .top.chip-open-fr {
    min-width: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .tooltip .top.chip-max-fr {
    min-width: 120px;
  }
}

.tooltip .top ::after {
  content: "";
  position: absolute;
  height: 30px;
  bottom: 3px;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #00414d;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.tooltip:hover .top {
  visibility: visible;
  opacity: 1;
}

.tooltip .top.text {
  min-width: 400px;
}

.tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 15px;
  overflow: hidden;
}

.tooltip .top .hacky-solution {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-left: -20px;
  height: 30px;
  overflow: hidden;
}

.tooltip .top i::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #00414d;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.tooltip .top.testClass {
  visibility: visible;
  opacity: 1;
}

.tooltip .negative {
  min-width: 250px;
  top: -20px;
  left: 50%;
  -ms-transform: translate(-180px, -290px);
  transform: translate(-180px, -290px);
  padding: 10px;
  color: #ffffff;
  background-color: #00414d;
  font-weight: normal;
  font-size: 10px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.8s;
}

@media only screen and (max-width: 320px) {
  .tooltip .negative {
    -ms-transform: translate(-150px, -280px);
    transform: translate(-150px, -280px);
    max-width: 240px;
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .tooltip .negative {
    min-width: 500px;
    -ms-transform: translate(-450px, -270px);
    transform: translate(-450px, -270px);
  }
}

@media (min-width: 992px) {
  .tooltip .negative {
    min-width: 600px;
    right: 0;
    left: -286px;
    padding: 20px;
    font-size: 14px;
    transform: none;
    bottom: 43px;
    top: auto;
    margin: auto;
  }

  .tooltip .negative:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 65, 77, 0);
    border-top-color: #00414d;
    border-width: 10px;
    margin-left: -10px;
  }
}

.tooltip .negative:lang(fr) {
  -ms-transform: translate(-180px, -350px);
  transform: translate(-180px, -350px);
}

@media only screen and (max-width: 320px) {
  .tooltip .negative:lang(fr) {
    -ms-transform: translate(-200px, -330px);
    transform: translate(-200px, -330px);
  }
}

@media (min-width: 768px) {
  .tooltip .negative:lang(fr) {
    -ms-transform: translate(-450px, -270px);
    /* transform: translate(-450px, -270px); */
    transform: translate(0px, 0px);
  }
}

.tooltip .negative i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 80%;
  height: 20%;
  visibility: hidden;
}

.tooltip .negative .hacky-solution {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-left: -20px;
  height: 30px;
  overflow: hidden;
}

.tooltip .negative i::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: 50%;
  -ms-transform: translate(-40px, -50px) rotate(45deg);
  transform: translate(-40px, -50px) rotate(45deg);
  background-color: #00414d;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 320px) {
  .tooltip .negative i::after {
    -ms-transform: translate(-70px, -50px) rotate(45deg);
    transform: translate(-70px, -50px) rotate(45deg);
  }
}

@media (min-width: 768px) {
  .tooltip .negative i::after {
    -ms-transform: translate(5px, -42px) rotate(45deg);
    transform: translate(5px, -42px) rotate(45deg);
  }
}

@media (min-width: 992px) {
  .tooltip .negative i::after {
    -ms-transform: translate(-80px, -42px) rotate(45deg);
    transform: translate(-80px, -42px) rotate(45deg);
  }
}

.tooltip .negative i:lang(fr):after {
  -ms-transform: translate(-40px, -64px) rotate(45deg);
  transform: translate(-40px, -64px) rotate(45deg);
}

@media (min-width: 768px) {
  .tooltip .negative i:lang(fr):after {
    -ms-transform: translate(5px, -50px) rotate(45deg);
    transform: translate(5px, -50px) rotate(45deg);
  }
}

@media (min-width: 992px) {
  .tooltip .negative i:lang(fr):after {
    -ms-transform: translate(-80px, -42px) rotate(45deg);
    transform: translate(-80px, -42px) rotate(45deg);
  }
}

/*
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tooltip .top:lang(fr) {
            min-width: 225px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
    .tooltip .top:lang(fr) {
        min-width: 210px;
    }
}
@media only screen and (max-width: 575px) {
    .tooltip .top:lang(fr) {
        min-width: 165px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tooltip .top {
        min-width: 225px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
    .tooltip .top {
        min-width: 210px;
    }
}
@media only screen and (max-width: 575px) {
    .tooltip .top {
        min-width: 165px;
    }
}
*/
/*
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tooltip .top {
        min-width: 225px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (max-width: 575px) {
    .tooltip .top {
        min-width: 210px;
    }
}
@media only screen and (max-width: 575px) {
    .tooltip .top {
        min-width: 165px;
    }
}*/
/* @media (min-width: 768px) {
  .term-value {
    margin-left: auto;
  }
} */

.custom-input-margin {
  margin-bottom: none;
}

@media (min-width: 768px) {
  .custom-input-margin {
    margin-bottom: 1rem;
    display: inline;
  }
}


@media (min-width: 768px) {
  .header-text-container {
    width: 54%;
    display: inline-block;
    margin-top: 40px;
    margin-left: 1rem;
    vertical-align: top;
  }
}

.header-text-container .header-text {
  position: relative;
  color: #fff;
  animation: fadein 1s;
}

.header-text-container .header-text p {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .header-text-container .header-text {
    text-align: center;
    overflow: hidden;
    max-height: 11rem;
    transition: 2s ease-in-out;
    text-align: center;
    overflow: hidden;
    transition: 0.25s ease;
  }
}


@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.house-image-container {
  width: auto;
  display: block;
  margin-right: 0rem;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .house-image-container {
    width: 34%;
    display: inline-block;
    margin-right: 1rem;
  }
}

/*
.house-image-container .house-bubble {
    margin-left: 15%;
    width: 60%;
    position: relative;
    background-color: $deep-green;
    border-radius: 9px;
    border: solid #fff 4px;
    font-size: 16px;
    color: #fff;
    padding: 1rem;
    text-align: center;
    margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .house-image-container .house-bubble {
        display: none;
    }
}
.house-image-container .house-bubble .eligable-amount {
    color: $yellow;
    font-size: 21px;
    font-weight: bold;
    font-style: italic;
}

.house-image-container .house-bubble:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -20px;
}

.house-image-container .house-bubble:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: $deep-green;
    border-bottom: 0;
    margin-left: -20px;
    margin-bottom: -14px;
    z-index: 3;
} */
.house-image-container .house-image {
  display: none;
}

@media (min-width: 768px) {
  .house-image-container .house-image {
    display: inline;
    width: 100%;
  }
}

.house-image-container .house-image img {
  width: auto;
  height: 260px;
}

@media (min-width: 576px) {
  .house-image-container .house-image img {
    width: 100%;
    height: auto;
  }
}

.header-button-container {
  margin-top: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .header-button-container {
    margin-top: 2rem;
  }
}

/* .header-button-container .btn-yellow {
  position: relative;
}

.header-button-container .btn-yellow:after {
  content: "";
  width: 42px;
  height: 16px;
  background-image: url(../images/arrow_white.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -27px;
  left: calc(50% - 20px);
}

.footer {
  background-color: #00414d;
}

.footer-text {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
} */

.questions-section {
  /* padding-bottom: 2rem; */
}






.tips p {
  width: 100%;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .tips p {
    width: 100%;
  }
}

@media only screen and (min-width: 426px) and (max-width: 370px) {
  .tips p {
    width: 90%;
  }
}

.tip-desktop {
  display: none;
}

@media (min-width: 768px) {
  .tip-desktop {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  .tip-mobile {
    display: none;
  }
}



.info-title-button {
  background-color: #fddd03;
  color: #00414d;
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: bold;
  text-transform: lowercase;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .info-title-button {
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 14px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 5px;
  }
}

.question-title-button {
  background-color: #fddd03;
  color: #00414d;
  border-radius: 6px;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

@media (min-width: 768px) {
  .question-title-button {
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 10px;
  }
}

.question-title-button:hover,
.question-title-button:focus {
  background-color: #afd9b8;
}

.question-title-button-mobile {
  margin-bottom: 1.5rem;
  background-color: #fddd03;
  color: #00414d;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  display: none;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .question-title-button-mobile {
    display: none;
  }
}

.percentage-field {
  /* float: right; */
}

@media (min-width: 768px) {
  .percentage-field {
    width: 34px;
  }
}

@media (min-width: 992px) {
  .percentage-field {
    float: none;
    width: 34px;
  }
}

.get-results-btn {
  vertical-align: top;
  display: inline-block;
  margin-left: 0px;
}

.popup {
  position: fixed;
  top: 51%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999999;
  min-width: 250px;
  max-width: 90%;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #00414d;
  color: white;
  padding-bottom: 25px;
  animation: fadeUp 0.5s ease-in-out;
  text-align: left;
  box-sizing: content-box;
  transition: width 1s;
}

.z-index-low {
  z-index: 0 !important;
}



.squeeze-popup {
  bottom: 4vh;
}

@media only screen and (min-width: 992px) {
  .popup {
    min-width: 900px;
  }
}

.table-pop {
  background-color: #ffffff;
  color: #001B20;
}

@media (min-width: 992px) {
  .table-pop {
    min-width: 900px;
    padding: 0;
  }
}

.table-pop .pop-header {
  padding-bottom: 10px;
}

#page-content .popup .popup-header .close {
  text-decoration: none;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
}

.popup-header {
  font-size: 26px;
  line-height: 32px;
  background-color: #00414d;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}


.popup-content {
  max-height: 80vh;
  overflow: auto;
  font-size: 1rem;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .popup-content {
    /* padding-top: 20px;*/
    height: 80%;
    overflow: scroll;
    /* margin-top: 1rem;*/
  }
}

.popup-content a {
  color: #ffffff;
}

.hidden {
  display: none !important;
}

.popup-close-button {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #00414d;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  float: right;
  top: 0.75rem;
  right: 1rem;
}

.popup-close-button-2 {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #00414d;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  float: right;
  top: 5px;
  right: 5px;
}

@media (min-width: 768px) {
  .popup-close-button-2 {
    top: 10px;
    right: 10px;
  }
}

.popup-close-button::before,
.popup-close-button::after {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 13px;
  height: 3px;
  content: "";
  background-color: #00414d;
  display: block;
}

.popup-close-button::before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close-button::after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close-button:hover:focus {
  cursor: pointer;
}

.popup-close-button:hover:focus::before,
.x:hover:focus::after {
  display: block;
}

.popup-blocker {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup table th {
  font-size: 14px;
  color: white;
  background-color: #00414d;
  font-weight: normal;
  border: 1px solid var(--hover-green);
}

.popup table td {
  border: 1px solid var(--hover-green);
  font-size: 14px;
}

.popup .footnote {
  font-size: 0.7rem;
}

.popup table th:first-child {}

.popup table th:last-child {}

.infoTitle {
  width: 80%;
  font-size: 20px;
}

/*# sourceMappingURL=main.css.map */
/* standalone css*/
.popupopens {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  left: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.639216);
  height: 100%;
}

#calForm {
  width: 95%;
  margin: auto;
  background: #f8f8f8;
  padding: 15px;
  margin-top: -50px;
}

.request_guide_form form.mortgage_calculator {
  padding-top: 0;
}

@media (min-width: 768px) {
  .thepost {
    margin-left: 8em;
  }
}


/* .house-info {
  display: block;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .house-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 85%;
    margin-bottom: 20px;
  }
} */



.captcha {
  margin-bottom: 10px;
  width: 100%;
}

.captcha p {
  margin: 15px 15px 15px 20px;
  color: #00414d;
  font-size: 13px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .captcha p {
    margin-left: 40px;
    margin-right: 50px;
    margin-top: 10px;
  }
}

.captcha img {
  margin-left: 60px;
}

@media (min-width: 768px) {
  .captcha img {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .captcha {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
}

.FI-top {
  background-color: #c9e6cf;
  border-radius: 25px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .FI-top {
    padding: 20px 35px 0px 35px;
  }
}

.FI-top .input-field {
  width: 100%;
}

@media (min-width: 768px) {
  .FI-top .input-field {
    width: 225px;
  }
}

.FI-bottom {
  background-color: #e2f1e5;
  border-radius: 25px;
  padding: 15px 20px;
}

@media (min-width: 768px) {
  .FI-bottom {
    padding: 20px 35px;
  }
}

.FI-bottom .input-field {
  width: 100%;
}

@media (min-width: 768px) {
  .FI-bottom .input-field {
    width: 225px;
  }
}



.row1 {
  margin-bottom: 10px;
  margin-right: 20px;
}

.row2 {
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: bold;
}

/* .house-info .row2 {
  display: block;
  font-size: 13px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .house-info .row2 {
    display: -ms-flexbox;
    display: flex;
  }
}

.house-info .row2 .tooltip {
  margin-left: 10px;
  margin-top: 10px;
} */

.format-input,
#home-type,
#city-dropdown {}

@media (min-width: 768px) {

  .format-input,
  #home-type,
  #city-dropdown {}
}

@media (min-width: 992px) {

  .format-input:lang(fr),
  #home-type:lang(fr),
  #city-dropdown:lang(fr) {
    /* width: 90%; */
  }
}



/* #home-type:lang(fr) {
  font-size: 10px;
} */

/* @media screen and (max-width: 320px) {
  #home-type:lang(fr) {
    font-size: 8px;
  }
}

@media (min-width: 768px) {
  #home-type:lang(fr) {
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  #home-type:lang(fr) {
    font-size: 11px;
  }
} */



/* #length-of-term {
  background-color: white;
  color: #222;
  font-weight: bold;
  font-size: 13px;
  width: 100%;
  border: 1px solid #c9e6cf;
  padding: 10px;
} */

/* @media (min-width: 768px) {
  #length-of-term {
    font-size: 16px;
    width: 90%;
    margin-left: 5px;
  }
}

@media (min-width: 992px) {
  #length-of-term {
    margin-left: 30px;
  }
} */


.product-options {
  /* max-width: 400px; */
  /* margin: 30px auto; */
}

@media (min-width: 768px) {
  .product-options {
    max-width: 100%;
    margin: 0 auto;
  }
}

.table-header-text {
  font-size: 9px;
  font-weight: bold;
  color: white;
}

@media (min-width: 768px) {
  .option-table {
    /* max-width: 95%; */
    /* padding: 20px; */
    /* margin: 0 auto; */
  }
}

@media (min-width: 992px) {
  .option-table {
    /* max-width: 100%; */
    /* padding: 20px; */
  }
}

.option-table {
  overflow: auto;
}

.option-table .option-table-content {
  /* font-size: 8px; */
  width: 100%;
  min-width: 700px;
}

@media (min-width: 768px) {
  .option-table .option-table-content {
    /* font-size: 14px; */
  }
}

.option-table .option-table-content #logo-chip {
  /* display: inline-block; */
  /* max-width: 60px; */
  /* margin-bottom: 2px; */
}

@media (min-width: 768px) {
  .option-table .option-table-content #logo-chip {
    /* width: 100%; */
    /* max-width: 150px; */
  }
}

.option-table .option-table-content #logo-ia {
  /* display: inline-block; */
  /* max-width: 25px; */
  /* margin-bottom: 2px; */
}

@media (min-width: 768px) {
  .option-table .option-table-content #logo-ia {
    /* width: 78%; */
    /* max-width: 130px; */
  }
}

.option-table .option-table-content #logo-max {
  /* display: inline-block; */
  /* max-width: 20px; */
  /* margin-bottom: 4px; */
}

@media (min-width: 768px) {
  .option-table .option-table-content #logo-max {
    /* width: 55%; */
    /* max-width: 100px; */
  }
}

.option-table .option-table-content #logo-open {
  display: inline-block;
  max-width: 20px;
}

@media (min-width: 768px) {
  .option-table .option-table-content #logo-open {
    width: 55%;
    max-width: 100px;
  }

  .option-table .option-table-content th,
  .option-table .option-table-content td {
    /* font-size: 14px; */
    /* color: #00414d; */
  }
}

.option-table .first-row {
  /* color: white; */
  /* background-color: #00414d; */
}

.option-table .first-row th {
  /* padding: 3px; */
  /* width: 20%; */
}

@media (min-width: 768px) {
  .option-table .first-row th {
    /* padding: 9px; */
  }
}

.option-table .first-row th .question-title-button {
  padding: 2px 5px;
  font-size: 7px;
  margin: 0;
  float: left;
}

@media (min-width: 768px) {
  .option-table .first-row th .question-title-button {
    padding: 3px 8px;
    font-size: 12px;
    margin-top: 5px;
  }
}




.option-table .rg-content td,
.option-table .row-yellow td {
  /* font-weight: 400; */
  /* padding: 10px 7px; */
}

.option-table .inactive {
  /* background-color: #d1d3d4; */
  /* color: #58595b; */
}

.option-table-content tbody tr:last-child th:first-child {}

.option-table-content tbody tr:last-child td:last-child {
  /* border-bottom-right-radius: 18px; */
}

.top-first-col {
  /* border-top-left-radius: 18px; */
}

.top-last-col {
  /* border-top-right-radius: 18px; */
}

/*.btm-first-col {
    border-bottom-left-radius: 18px;
}
.btm-last-col {
    border-bottom-right-radius: 18px;
}*/
a {
  text-decoration: none;
}

.select-btn {
  background-color: #fddd03;
  width: 80%;
  padding: 10px;
  border-radius: 12px;
  margin-top: 20px;
  margin-left: 13px;
  color: #00414d;
}

.deselect-btn {
  background-color: #d1d3d4;
  width: 80%;
  padding: 10px;
  border-radius: 12px;
  margin-top: 20px;
  margin-left: 13px;
}

.deselect-btn a {
  color: #58595b;
}

.information {
  font-weight: 400;
  font-size: 11px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 10px;
}

@media (min-width: 768px) {
  .information {
    margin-left: 60px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .information {
    margin-left: 40px;
  }
}


.mortgage_calculator .calculate {
  margin: auto;
  text-align: center;
}

.mortgage_calculator .calculate {
  width: 45%;
}

#calculator_main .tabs_accordian {
  margin-bottom: 20px;
  border: 1px solid #eee;
  background: #f8f8f8;
  border-radius: 8px;
}

.accordion div.pane,
.calculator_combined .accordion div.pane {
  border: none;
}

.accordion div.pane {
  min-height: 0;
}

.accordion div.pane {
  padding: 5px 10px;
  display: none;
  border: 1px solid #c9d9eb;
  border-top: 0;
  overflow: visible !important;
}

.pane {
  padding-bottom: 20px !important;
}

.request_guide_form input[placeholder] {
  color: #222;
  font-size: 14px;
  line-height: 20px;
}

.request_guide_form input {
  border: 2px solid #00414c;
  border-radius: 0;
  background: #ebebeb !important;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
}

/* .how-reverse-multistep-form .ffSelect>a.entered span,
input[type="text"] {
  color: #222;
} */

.request_guide_form input {
  border: 2px solid #00414c;
  border-radius: 0;
  background: #ebebeb;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  margin-top: 14px;
}

a#calculate {
  float: none;
}

.hometype_homevalue select {
  margin-top: 14px;
}

.request_guide_form a.submit_button {
  background: #fddd03;
  text-decoration: none;
  color: #00414d;
  font-weight: 800;
  font-size: 22px;
  margin: 25px auto 0;
  border-radius: 8px;
  width: 200px;
  padding: 0;
  line-height: 70px;
  white-space: nowrap;
  float: none;
  display: block;
  text-align: center;
}

.content_wrapper .inner_banner a,
.process_is_more_easy .cta_box a,
.request_guide_form a.submit_button {
  display: inline-block;
  text-transform: uppercase;
  box-sizing: border-box;
}




.request_guide_form input.entered,
.hometype_homevalue #home_type.entered,
select.entered,
#city2.entered,
.homeowners .row2 #age1.entered,
.homeowners .row2 #gender1.entered {
  background-color: white;
}

.request_guide_form em.error,
.request_guide_form form select,
.request_guide_form strong.error {
  font-size: 15px;
}

.request_guide_form select {
  z-index: -1;
}


.request_guide_form em.error,
.request_guide_form strong.error {
  color: #fb0d1c;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  text-align: right;
  background-color: unset;
  font-style: italic;
}


.closebtns {
  width: 28px;
  height: 28px;
  right: 25%;
  top: 5%;
  position: absolute;
  text-align: center;
  line-height: 25px;
  background: #fff;
  border-radius: 50px;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
}

.popupinner {
  padding: 20px;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
  top: 7%;
  margin: auto;
  max-width: 600px;
  background: #fff;
}

.standalone #reason h1 {
  font-size: 32px;
  color: #333;
  text-align: center;
  line-height: 30px;
}

.standalone .ajax_loading_calform {
  padding-top: 15px;
}

.standalone select#city2 {
  margin-top: 14px;
  height: 44px;
}


/* .postalcode_city span.ui-helper-hidden-accessible,
.postalcode_city .col1 ul#ui-id-1 {
  display: none !important;
} */

@media screen and (max-width: 1024px) {
  .closebtns {
    right: 17%;
  }

  iframe {
    height: 62%;
  }

  .popupinner {
    padding: 0px 20px 20px 20px;
  }

  .rm-calculator .option-table-content td input[type="radio"] {
    /* position: relative; */
    /* left: -5px; */
    /* top: 4px; */
  }
}

@media screen and (max-width: 812px) {
  .closebtns {
    right: 8%;
    top: 3%;
  }

  .tooltip .top.text i {
    margin-left: 160px;
  }

  .tooltip:hover .top.text {
    left: -165px;
  }
}

@media screen and (max-width: 812px) {
  .popupinner {
    padding: 20px 20px 20px 20px;
  }


  #contact_guide_cal:after,
  #contact_guide_cal:before {
    left: 50%;
  }

  div#contact_guide_cal {
    border: none;
  }

  #contact_guide_cal:after,
  #contact_guide_cal:before {
    display: none;
  }

  div#contact_guide_cal {
    margin: 7%;
    padding: 0px 0px 0 10px;
  }

  .popupopen .popup {
    position: relative;
    top: 10%;
    margin-bottom: 5%;
  }

  .popup.contact_guide {
    left: 7%;
    width: 85%;
    top: 10%;
    display: block;
  }

  .popupopen {
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    left: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.639216);
    height: 100%;
  }

  .closebtn,
  .closebtns {
    width: 28px;
    height: 28px;
    right: 5%;
    top: 8%;
    position: absolute;
    text-align: center;
    line-height: 25px;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  }

  div#output {
    padding: 0 35px 0px 0px;
  }

  .popupopens .popupinner {
    top: 10%;
    height: 450px;
  }

  iframe {
    bottom: 18%;
    height: 475px;
    width: 100%;
    border: none;
    min-height: auto;
    /* margin: 0%; */
    bottom: 4%;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .closebtns {
    right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .closebtns {
    right: 4%;
  }
}

@media screen and (max-width: 667px) {
  .popupopens .popupinner {
    max-width: 540px;
  }

  .closebtns {
    right: 4%;
    top: 7%;
  }

  .tooltip:hover .top.text {
    left: -120px;
  }

  .tooltip .top.text i {
    margin-left: 120px;
  }
}

@media screen and (max-width: 640px) {
  .popupopens .popupinner {
    max-width: 520px;
  }

  .closebtns {
    right: 4%;
  }

  .tooltip .top.text i {
    margin-left: 125px;
  }
}

@media screen and (max-width: 568px) {
  .popupopens .popupinner {
    max-width: 330px;
  }

  iframe {
    bottom: 2%;
    height: 610px;
  }

  .popupopens .popupinner {
    top: 10%;
    height: 600px;
  }



  .contact_guide_form .submit_div {
    left: 0;
    width: 100%;
  }

  div#contact_guide_cal {
    padding: 0;
  }

  form#plan_guide_form {
    margin: 5%;
  }

  #output p {
    margin-top: 0;
    padding: 3px;
  }

  div#output {
    padding: 1px 5px 0px 0px;
  }

}

@media screen and (max-width: 480px) {
  .tooltip .top.text i {
    margin-left: 60px;
    top: 99%;
  }

  .tooltip:hover .top.text {
    left: -60px;
  }

  .tooltip .top.text {
    min-width: 310px;
  }

  .closebtn,
  .closebtns {
    right: 3%;
    top: 8%;
  }

  div#contact_guide_cal {
    top: 5%;
  }

}

@media screen and (max-width: 375px) {
  .popupopens .popupinner {
    max-width: 290px;
  }

  .popupopens .popupinner {
    height: 580px;
  }
}

@media screen and (max-width: 360px) {

  .closebtn,
  .closebtns {
    right: 1%;
    top: 8%;
  }
}



td.active.chip-max-rate-value:hover,
td.active.chip-open-rate-value:hover,
td.active.chip-rm-rate-value:hover,
td.active.income-advantage-rate-value:hover {
  background-color: #446D50;
  cursor: pointer;
  color: white;
}

td.active.chip-max-rate-value:hover span,
td.active.chip-open-rate-value:hover span,
td.active.chip-rm-rate-value:hover span,
td.active.income-advantage-rate-value:hover span {
  color: #fff;
}

.active.selected-chip-rate {
  background-color: #446D50 !important;
  color: white !important;
}

.bolde d {
  font-weight: 700;
}

.popup-close-button-2::before,
.popup-close-button-2::after {
  position: absolute;
  top: 8px;
  left: 3px;
  width: 13px;
  height: 3px;
  content: "";
  background-color: #00414d;
  display: block;
}

.popup-close-button-2::before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-close-button-2::after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-close-button-2:hover:focus {
  cursor: pointer;
}

.popup-close-button-2:hover:focus::before,
.x:hover:focus::after {
  display: block;
}

.smaller-font {
  font-size: 0.9em;
  font-style: normal;
}

.mobile-only-table {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-only-table {
    display: block !important;
  }

  .rm-calculator .option-table-content th,
  .rm-calculator .option-table-content td {
    padding: 15px;
  }
}

.desktop-only-table {
  /* display: block; */
}

@media only screen and (max-width: 991px) {
  .desktop-only-table {
    display: none !important;
  }
}

.spacing {
  margin-right: 4px;
}

th {
  position: relative;
}

th sup {
  position: absolute;
  font-size: 6px;
}

#pageResults .results-section {}

@media (min-width: 576px) {
  #pageResults .results-section {}
}

@media (min-width: 768px) {
  #pageResults .results-section {}
}

#pageResults .results-section .content-container {
  /* max-height: 1050px; */
}

@media (min-width: 576px) {
  #pageResults .results-section .content-container {
    /* max-height: 1200px; */
  }
}

@media (min-width: 768px) {
  #pageResults .results-section .content-container {
    /* max-height: 760px; */
  }
}

#pageResults .clear {
  clear: both;
}

#pageResults .clearfix:before,
#pageResults .clearfix:after {
  content: " ";
  display: table;
}

#pageResults .clearfix:after {
  clear: both;
}

#pageResults .graph-table-container {
  width: 100%;
  background-color: #fff;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph-table-container {
    /* padding-bottom: 1rem; */
    /* margin-top: 80px; */
  }
}

#pageResults .table-container {
  width: 50%;
  display: inline-block;
}

#pageResults .table-container .spacer {
  height: 2rem;
}

@media only screen and (max-width: 767px) {
  #pageResults .table-container {
    display: block;
    width: 100%;
    margin-left: 0%;
  }
}

/* #pageResults .graph-container {
  width: 45%;
  float: right;
} */

/* @media only screen and (max-width: 767px) {
  #pageResults .graph-container {
    display: none;
  }
} */

#pageResults .graph .spacer {
  height: 2rem;
}

#pageResults .graph img,
#pageResults .graph canvas {
  /* width: 100%; */
}

#pageResults .graph .legend {
  margin-left: 2rem;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  #pageResults .graph .legend {
    margin-left: 0rem;
    padding: 0;
    text-align: center;
  }
}

#pageResults .graph .legend .leg {
  display: block;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph .legend .leg .legend-tab {
    width: 50%;
    text-align: center;
    display: inline-block;
  }

  td,
  th {
    font-size: 12px;
  }

  .option-table .option-table-content {
    min-width: 500px;
  }
}

@media only screen and (min-width: 768px) {
  #pageResults .graph .legend .leg {
    display: block;
    padding-top: 5px;
  }
}

#pageResults .graph .legend .leg tr {
  height: auto;
}

#pageResults .graph .legend .leg td {
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
  border-radius: 0;
  padding: 0;
  height: 20px;
}

#pageResults .graph .legend .leg td.legicon {
  width: 20px;
}

#pageResults .graph .legend .leg td.legicon.home-value {
  background-color: #79c691;
}

#pageResults .graph .legend .leg td.legicon.rev-mort-int {
  background-color: #fcdd04;
}

#pageResults .graph .legend .leg td.legicon.rev-mort {
  background-color: #00414b;
}

#pageResults .graph .legend .leg td.legend-text {
  padding-left: 5px;
}

#pageResults .graph .graph-handle-wrapper {
  position: relative;
}

#pageResults .graph .graph-handle-wrapper .handles {
  position: absolute;
  top: 0px;
  width: 18px;
  height: 100%;
  transition: transform 0.1s linear;
}

#pageResults .graph .graph-handle-wrapper .handles .handle {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px white solid;
  border-radius: 50%;
  cursor: grab;
  box-sizing: border-box;
  transition: transform 0.1s linear;
}

#pageResults .graph .graph-handle-wrapper .handles .handle.value {
  background-color: #00414b;
}

#pageResults .graph .graph-handle-wrapper .handles .handle.rev-mort-int {
  background-color: #79c691;
}

#pageResults .graph .graph-handle-wrapper .handles .handle.rev-mort {
  background-color: #fcdd04;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph .graph-handle-wrapper .handles .handle {
    width: 15px;
    height: 15px;
  }
}

#pageResults .graph .graph-handle-wrapper .handles .dotted-line {
  position: absolute;
  height: 100%;
  width: 4px;
  left: 7px;
  border: 2px white dashed;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph .graph-handle-wrapper .handles .dotted-line {
    width: 2px;
    border: 1px white dashed;
  }
}

#pageResults .graph .graph-handle-wrapper .graph-bracket {
  height: 100%;
  position: relative;
  left: -14px;
  top: 0px;
}

#pageResults .graph .graph-handle-wrapper .graph-home-val {
  position: absolute;
  color: #000000;
  top: 0px;
  background: #bfcfd2;
  padding: 8px 14px;
  border-radius: 8px;
}

#pageResults .graph .graph-handle-wrapper .graph-home-val:after {
  left: 99%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #bfcfd2;
  border-width: 8px;
  margin-top: -9px;
}

#pageResults .graph .graph-handle-wrapper .graph-home-val.right-side:after {
  right: 99%;
  border-right-color: #bfcfd2;
  border-left: none;
  left: auto;
}

#pageResults .mobile-graph .legend {
  margin-left: 2rem;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  #pageResults .mobile-graph .legend {
    margin-left: 0rem;
    padding: 0;
    text-align: center;
  }
}

#pageResults .mobile-graph .legend .leg {
  height: 30px;
  display: block;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph .legend .leg .legend-tab {
    width: 80%;
    text-align: center;
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph .legend .leg {
    /* height: 40px; */
  }
}

@media only screen and (min-width: 768px) {
  #pageResults .mobile-graph .legend .leg {
    display: block;
    padding-top: 5px;
  }
}

#pageResults .mobile-graph .legend .leg tr {
  height: auto;
}

#pageResults .mobile-graph .legend .leg td {
  font-size: 12px;
  vertical-align: middle;
  text-align: left;
  border-radius: 0;
  padding: 5px;
}

#pageResults .mobile-graph .legend .leg td .home-value {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #79c691;
}

#pageResults .mobile-graph .legend .leg td .rev-mort-int {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #fcdd04;
}

#pageResults .mobile-graph .legend .leg td .rev-mort {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #00414b;
}

#pageResults .mobile-graph .legend .leg td .legend-text {
  padding-left: 5px;
}

#pageResults .mobile-graph .graph-handle-wrapper {
  position: relative;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles {
  position: absolute;
  top: 0px;
  width: 18px;
  height: 100%;
  transition: transform 0.1s linear;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px white solid;
  border-radius: 50%;
  cursor: grab;
  box-sizing: border-box;
  transition: transform 0.1s linear;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle.value {
  background-color: #00414b;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle.rev-mort-int {
  background-color: #79c691;
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .handle.rev-mort {
  background-color: #fcdd04;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph .graph-handle-wrapper .handles .handle {
    width: 15px;
    height: 15px;
  }
}

#pageResults .mobile-graph .graph-handle-wrapper .handles .dotted-line {
  position: absolute;
  height: 100%;
  width: 4px;
  left: 7px;
  border: 2px white dashed;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph .graph-handle-wrapper .handles .dotted-line {
    width: 2px;
    border: 1px white dashed;
  }
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-bracket {
  height: 100%;
  position: relative;
  left: -14px;
  top: 0px;
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val {
  position: absolute;
  color: #000000;
  top: 0px;
  background: #bfcfd2;
  padding: 8px 14px;
  border-radius: 8px;
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val:after {
  left: 99%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #bfcfd2;
  border-width: 8px;
  margin-top: -9px;
}

#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val.right-side:after {
  right: 99%;
  border-right-color: #bfcfd2;
  border-left: none;
  left: auto;
}

#pageResults .mobile-graph .graph-handle-wrapper {
  margin: 2rem 2rem 0;
}

/*  */

#pageResults table {
  /* width: 100%; */
  /* border-collapse: separate; */
  /* border-spacing: 2px; */
  border: none;
}

#pageResults tr {
  height: 40px;
}

#pageResults td {
  /* padding-right: 8px; */
  /* padding-left: 8px; */
  /* height: 40px; */
}

#pageResults td:lang(fr) {
  font-size: 14px;
}

#pageResults tr.remaining {
  background-color: #00414d;
  color: white;
}

#pageResults tr.remaining .round-cornerL {
  /* border-bottom-left-radius: 15px; */
}

#pageResults tr.remaining .round-cornerR {
  /* border-bottom-right-radius: 15px; */
}

#pageResults tr td:first-child {
  text-align: left;
  padding: 15px;
  line-height: normal;
}

#pageResults .even-row {
  background-color: #E6ECED;
}

@media only screen and (max-width: 767px) {
  #pageResults .desktop-only {
    /* display: none; */
  }
}

#pageResults .mobile-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-only {
    display: table-cell;
  }

  #pageResults .prod-img {
    margin-bottom: 10px;
  }
}

#pageResults .mobile-graph {
  display: none;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph {
    display: block;
    margin-bottom: 30px;
  }
}

#pageResults .mobile-graph img,
#pageResults .mobile-graph canvas {
  /* width: 90%; */
}

#pageResults .uri {
  width: 380px !important;
  height: 221px !important;
}

#pageResults .ctas-container {
  background: #fff;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pageResults .ctas-container .cta-container {
  /* width: 48%; */
  /* text-align: center; */
  /* display: inline-block; */
}

@media only screen and (max-width: 767px) {
  #pageResults .ctas-container .cta-container {
    display: block;
    width: 100%;
  }
}

#pageResults .start-over-button-container {
  margin-top: 50px;
  text-align: left;
}

#pageResults .summary-text {
  font-weight: normal;
  font-style: normal;
}

#pageResults .results-statement {
  text-align: center;
  margin-left: 1rem;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
  max-width: 360px;
}

@media only screen and (max-width: 767px) {
  #pageResults .results-statement {
    margin-top: 1rem;
    margin-bottom: 0rem;
    display: none;
  }
}

#pageResults .results-statement-mobile {
  text-align: center;
  display: none;
}

@media only screen and (max-width: 767px) {
  #pageResults .results-statement-mobile {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0rem;
    padding: 5px;
  }
}

#pageResults .desktop-header {
  height: 1rem !important;
  padding-bottom: 0.5rem;
}

#pageResults .question-title-button {
  background-color: #fddd03;
  color: #00414d;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

#pageResults .question-title-button:hover,
#pageResults .question-title-button:focus {
  background-color: #afd9b8;
}

#pageResults .btn-green {
  background-color: #afd9b8;
  color: #000;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

#pageResults .btn-green:hover,
#pageResults .btn-green:focus {
  background-color: #fddd03;
}

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

/* aj css */
table.option-table-content {
  /* border-collapse: separate; */
  /* border-spacing: 2px; */
}

/* a.btn-yellow:hover {
  text-decoration: none;
} */

table tbody tr {
  background-color: white;
  color: #00414d;
}

table.pop-tb {
  border: none;
  margin: 0 0 15px;
  table-layout: auto;
}

@media only screen and (max-width: 600px) {

  .thepost,
  td,
  th {
    font-size: 12px;
  }

  .tooltip {
    margin-top: 0px;
  }

  .table-header-text {
    margin: 0px;
  }

  .tooltip .top i {
    left: 25%;
  }

  .tooltip .top {
    width: 174px;
    top: -10px;
    left: 200%;
  }

  .pop-tb td {
    font-size: 14px;
  }
}


.row-gray {
  background-color: #eeeff0;
}

/*  table cells radio button clickable diables*/
.circle-check {
  /* pointer-events: none; */
}

/* Section 2 gray out for inactive table cells */
.table-cell-grey.inactive {
  background-color: #d1d1d1;
  color: #777;
}

#selected-prod-details {
  color: var(--dark-green);
  margin-bottom: 15px;
  display: block;
}

.table-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  gap: 20px;
  margin-top: 20px;
}

#resultTable th:first-child {
  width: 40%;
}

.rm-calculator .content-container {
  background: none;
  position: relative;
}

.rm-calculator .graph table {
  margin: 0;
  border: none;
}

.rm-calculator .option-table-content td.table-cell-green label {
  pointer-events: none;
  cursor: pointer;
  font-size: inherit;
}

.active.selected-chip-rate .radio-label {
  color: #fff;
}

@media (max-width: 767px) {
  .rm-calculator .bottom-btn {
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
    margin-top: 20px;
  }

  .rm-calculator .form-actions .row,
  #pageResults .ctas-container {
    flex-direction: column;
    gap: 20px;
  }

  .rm-calculator .section-title-container p {
    font-size: 20px;
  }

  .table-actions {
    flex-direction: column;
  }

  .rm-calculator .option-table-content td {
    padding: 10px;
  }

  .rm-calculator .option-table-content td input[type="radio"] {
    left: 5px;
    top: 16px;
  }
}

.planned-advance-sup {
  margin-top: 80px;
  font-size: 10px;
}

.special-rate-sup {
  margin-top: 60px;
  font-size: 10px;
}

.tool-tip3 {
  border: 1px solid var(--dark-green);
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  text-align: center;
  border-radius: 100%;
  color: var(--dark-green);
  font-size: 12px;
}

.tool-tip .info-text,
.tool-tip3 .info-text {
  display: none !important;
  position: absolute !important;
}

.tool-tip:hover .info-text,
.tool-tip3:hover .info-text {
  display: block !important;
}

a.view_detail_table {

  text-decoration: underline;
}

.info-text-slider p {
  font-size: 14px;
  margin-top: 10px;
}


#resultTable .prod-img[src$=".svg"] {
  width: 50%;
  position: relative;
  right: 20%;
  bottom: 20%;
}


.option-table .row-yellow td * {
  pointer-events: none;
}