body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif !important;
  color: #00414D;
  margin: 0px;
  transition: all ease .3s;
  box-sizing: border-box;
}

.input-field {
  width: 225px !important;
}

.percentage-field {
  width: 60px !important;
}

#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_form .twocol.col2.request_guide_form {
  width: 100%;
}

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

#contact_guide_cal:after,
#contact_guide_cal:before {
  bottom: 100%;
  left: 76%;
  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;
}

.contact_guide_form .twoCol {
  display: inline-block;
  width: 100%;
}

.contact_guide_form .col1,
.contact_guide_form .col2 {
  width: 46%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.btn-yellow {
  cursor: pointer;
}

.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;
}

.contact_guide_form .col2 {
  margin-left: 2%;
}

.applynowcta {
  background-color: #FDDD03;
  color: #00414D;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.applynowcta:hover {
  background-color: #AFD9B8;
}

#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 */
div {
  transition: all ease 0.5s;
}

tr td {
  text-align: center;
}

h1 {
  font-size: 40px;
  color: #AFD9B8;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 21px;
  }
}

h2 {
  font-weight: normal;
}

h2 span {
  font-weight: bold;
  font-style: italic;
}

p {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

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

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

.content-container {
  width: 916px;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .content-container {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.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: none;
  background-image: url(../images/shadow_bottom.png);
  width: 100%;
  height: 14px;
  background-size: 100% 100%;
  background-position: bottom;
  margin-top: 1rem;
  position: absolute;
  bottom: 0px;
}

@media only screen and (max-width: 767px) {
  .shadow-bottom-text {
    display: block;
  }
}

.hidden {
  display: none !important;
}

.error {
  border-color: red !important;
  background-color: #f443365e;
}

a {
  outline: none;
}

.btn-yellow {
  background-color: #FDDD03;
  color: #00414D;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

.btn-yellow:hover,
.btn-yellow:focus {
  background-color: #AFD9B8;
}

.btn-blue {
  background-color: #00414D;
  color: #fff;
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #AFD9B8;
  color: #00414D;
}

.btn-read-more {
  display: none;
}

@media only screen and (max-width: 767px) {
  .btn-read-more {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 1rem;
  }
}

.hidden {
  display: none;
}

.btn-text {
  color: #00414D;
  font-size: 16px;
  font-weight: bold;
}

.input-field {
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  width: 200px;
  margin-top: 1rem;
  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;
}

.dropdown {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .dropdown {}
}

.dropdown:after {
  background-image: url(../images/drop_down_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  color: #333333;
  right: 10px;
  top: 32px;
  width: 20px;
  padding: 0px 4px 0px 14px;
  pointer-events: none;
  /*      @media only screen and (max-width : 575px) {
    right: 12px;
    top: 34px;
    width: 20px;
    height: 7px;
    padding: 0px 4px 0px 14px;
    position: absolute;
    pointer-events: none;
    }*/
  position: absolute;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

.dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 35px 10px 10px;
  width: 224px;
  margin-top: 1rem;
  border: solid 2px #333333;
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  background-image: none;
  word-break: normal;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 767px) {
  .dropdown select {
    /*  margin-left: 20px;*/
  }
}

@-moz-document url-prefix() {
  .dropdown select option {
    font-family: 'arial', sans-serif;
  }
}

.table-dropdown {
  display: none;
}

.table-dropdown label {
  display: block;
}

@media only screen and (max-width: 767px) {
  .table-dropdown {
    display: block;
    position: relative;
    margin-bottom: 1rem;
  }
}

.table-dropdown:after {
  background-image: url(../images/drop_down_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  color: #333333;
  right: 14px;
  top: 33px;
  width: 20px;
  height: 10px;
  padding: 0px 4px 0px 14px;
  position: absolute;
  pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
  display: none;
}

@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;
    line-height: normal;
    word-break: normal;
  }
}

.slidecontainer {
  width: 100%;
  position: relative;
}

.slider:hover {
  opacity: 1;
}

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

.slider::-moz-range-thumb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #FDDD03;
  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: 250px;
  border: 0px solid transparent;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  input[type='range'] {
    width: 140px;
  }
}

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;
  transition: all .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: #FDDD03;
  border: 1.5px solid #fff;
  border-radius: 16px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  -webkit-appearance: none;
  margin-top: -11px;
}

input[type='range']::-moz-range-track {
  cursor: pointer;
  height: 6px;
  transition: all .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: #FDDD03;
  border: 1.5px solid #ccc;
  border-radius: 12px;
  cursor: pointer;
  height: 24px;
  width: 24px;
}

input[type='range']::-ms-track {
  cursor: pointer;
  height: 6px;
  transition: all .2s ease;
  width: 250px;
  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: #FDDD03;
  border: 1.5px solid #fff;
  border-radius: 16px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-top: 0;
}

.tooltip {
  display: inline-block;
  position: relative;
  margin-left: 0.5rem;
  text-align: left;
  opacity: 1;
  z-index: 1;
}

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

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

@media only screen and (max-width: 575px) {
  .tooltip h3 {
    font-size: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .tooltip p {
    font-size: 13px;
  }
}

.tooltip p a {
  color: #ffffff;
}

.tooltip .top {
  min-width: 400px;
  max-width: 600px;
  top: -20px;
  left: 50%;
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  padding: 10px 20px;
  color: #ffffff;
  background-color: #00414D;
  font-weight: normal;
  font-size: 14px;
  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:lang(fr) {
  min-width: 370px;
}

@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;
  }
}

.tooltip .top ::after {
  content: '';
  position: absolute;
  height: 30px;
  bottom: 0px;
  -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 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;
}

.term-value {
  margin-left: auto;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 575px) {
  .term-value {
    margin-left: -17px;
  }
}

.custom-input-margin {
  margin-bottom: 1rem;
  display: inline;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 575px) {
  .custom-input-margin {
    margin-bottom: none;
  }
}

.header {
  background-color: #00414D;
  padding-bottom: 3rem;
}

.header-text-container {
  width: 54%;
  display: inline-block;
  margin-left: 1rem;
  vertical-align: top;
  min-height: 348px;
}

@media only screen and (max-width: 767px) {
  .header-text-container {
    width: auto;
    display: block;
    margin-left: 0rem;
  }

  .header-text-container.open-text .header-text {
    max-height: 1000rem;
  }

  .header-text-container.open-text .btn-read-more,
  .header-text-container.open-text .shadow-bottom-text {
    display: none;
  }
}

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

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

.header-text-container .header-text.open-text {
  max-height: 1000rem;
}

.header-text-container .header-text.open-text .shadow-bottom-text {
  display: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.house-image-container {
  width: 34%;
  display: inline-block;
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .house-image-container {
    width: auto;
    display: block;
    margin-right: 0rem;
  }
}

.house-image-container .house-bubble {
  margin-left: 15%;
  width: 60%;
  position: relative;
  background-color: #00414D;
  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: #FDDD03;
  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: #00414D;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -14px;
  z-index: 3;
}

.house-image-container .house-image {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .house-image-container .house-image {
    display: none;
  }
}

.house-image-container .house-image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .house-image-container .house-image img {
    width: auto;
    height: 260px;
  }
}

@media only screen and (max-width: 575px) {
  .house-image-container .house-image img {
    width: 100%;
    height: auto;
  }
}

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

.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: 10px;
  color: #fff;
}

.questions-section {
  padding-bottom: 3rem;
}

.section-title-container {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.section-title-container .icon-container {
  width: 112px;
  height: 112px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .section-title-container .icon-container {
    width: 112px;
    height: 112px;
    display: block;
    margin: auto;
  }
}

.section-title-container .icon-container img {
  width: 100%;
}

.section-title-container .title-text-container {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: top;
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .section-title-container .title-text-container {
    text-align: center;
    margin-left: 0rem;
    width: 100%;
  }
}

.section-title-container .title-text-container h2 {
  margin-bottom: 0px;
}

.section-title-container .title-text-container p {
  margin-top: 1rem;
}

.sub-title-container {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .sub-title-container {
    text-align: center;
    margin-top: -2rem;
  }
}

.sub-title-container .question-progress-disc-container {
  width: 112px;
  height: 112px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .sub-title-container .question-progress-disc-container {
    display: none;
  }
}

.sub-title-container .question-progress-disc-container img {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.sub-title-container .icon-container {
  width: 112px;
  height: 112px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .sub-title-container .icon-container {
    display: none;
  }
}

.sub-title-container .icon-container img {
  width: 100%;
}

.sub-title-container .title-text-container {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: top;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .sub-title-container .title-text-container {
    width: 100%;
    margin-left: 0rem;
  }
}

.sub-title-container .title-text-container h2 {
  font-weight: normal;
  margin-bottom: 0px;
  margin-top: 0px;
}

.sub-title-container .title-text-container p {
  margin-top: 1rem;
}

.questions-button-container {
  text-align: left;
  margin-left: 112px;
  padding-left: 1rem;
}

@media only screen and (max-width: 767px) {
  .questions-button-container {
    text-align: center;
    margin-left: 0px;
    padding-left: 0px;
  }
}

.questions-button-container .btn-yellow {
  position: relative;
}

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

@media only screen and (max-width: 767px) {
  .question-container {
    text-align: center;
    margin-bottom: 3rem;
  }
}

.question-container .question-progress-disc-container {
  width: 112px;
  height: 112px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .question-container .question-progress-disc-container {
    display: none;
  }
}

.question-container .question-progress-disc-container img {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}

.question-container .question-content {
  display: inline-block;
  vertical-align: top;
  margin-left: 1rem;
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .question-container .question-content {
    width: 103%;
    margin-left: 0rem;
  }

  .question-container .question-content.name_input {
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .question-container .question-content.space2 {
    margin-bottom: 2rem;
  }
}

.question-container .question-content .question-title-container .question-title {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .question-container .question-content .question-title-container .question-title {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .question-container .question-content .question-title-container .question-title {
    max-width: 180px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .question-container .question-content .question-title-container .question-title:lang(fr) {
    max-width: 447px;
  }
}

.question-container .question-content .question-title-container .question-title span {
  font-weight: bold;
  font-style: italic;
}

.question-container .question-content .question-title-container .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;
  z-index: 1;
}

.question-container .question-content .question-title-container .question-title-button:hover,
.question-container .question-content .question-title-container .question-title-button:focus {
  background-color: #AFD9B8;
}

.question-container .question-content .question-title-container .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-container .question-content .question-title-container .question-title-button-mobile {
    display: none;
  }
}

.percentage-field {
  width: 34px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (max-width: 575px) {
  .percentage-field {
    margin-left: 15px;
  }
}

.time-line-container {
  position: relative;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .time-line-container {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .time-line-container {
    max-width: 320px;
    margin: 0 auto;
  }
}

.time-line-container::before {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #fff;
  top: auto;
  height: 100px;
  bottom: 0px;
  left: 56px;
  margin-left: -3px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .time-line-container::before {
    display: none;
  }
}

.time-line-container::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #00414D;
  top: 6px;
  bottom: 124px;
  left: 56px;
  margin-left: -3px;
  z-index: -2;
}

@media only screen and (max-width: 767px) {
  .time-line-container::after {
    display: none;
  }
}

.time-line-container .section-title-container {
  margin-bottom: -2rem;
}

@media only screen and (max-width: 767px) {
  .time-line-container .section-title-container {
    margin-bottom: 2rem;
  }
}

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

#pageResults .results-section {
  background-color: #ecf5ed;
  padding-bottom: 2rem;
}

#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;
  }
}

#pageResults .table-container {
  width: 50%;
  margin-left: 2%;
  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%;
  height: 240px;
}

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

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

  #pageResults .graph .legend,
  #pageResults .mobile-graph .legend {
    margin-left: 0rem;
    padding: 0;
    text-align: center;
  }
}

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

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

  #pageResults .graph .legend .leg .legend-tab,
  #pageResults .mobile-graph .legend .leg .legend-tab {
    width: 50%;
    text-align: center;
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {

  #pageResults .graph .legend .leg,
  #pageResults .mobile-graph .legend .leg {
    display: block;
    padding-top: 5px;
  }
}

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

#pageResults .graph .legend .leg td,
#pageResults .mobile-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,
#pageResults .mobile-graph .legend .leg td.legicon {
  width: 20px;
}

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

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

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

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

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

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

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

  #pageResults .graph .graph-handle-wrapper .handles,
  #pageResults .mobile-graph .graph-handle-wrapper .handles {
    left: 12px;
  }
}

#pageResults .graph .graph-handle-wrapper .handles .handle,
#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 .graph .graph-handle-wrapper .handles .handle.value,
#pageResults .mobile-graph .graph-handle-wrapper .handles .handle.value {
  background-color: #00414b;
}

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

#pageResults .graph .graph-handle-wrapper .handles .handle.rev-mort,
#pageResults .mobile-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,
  #pageResults .mobile-graph .graph-handle-wrapper .handles .handle {
    width: 15px;
    height: 15px;
    top: -3px;
    left: 1px;
  }
}

#pageResults .graph .graph-handle-wrapper .handles .dotted-line,
#pageResults .mobile-graph .graph-handle-wrapper .handles .dotted-line {
  position: absolute;
  height: 205px;
  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,
  #pageResults .mobile-graph .graph-handle-wrapper .handles .dotted-line {
    width: 2px;
    border: 1px white dashed;
  }
}

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

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

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

  #pageResults .graph .graph-handle-wrapper .graph-home-val,
  #pageResults .mobile-graph .graph-handle-wrapper .graph-home-val {
    right: 100%;
    top: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  #pageResults .graph .graph-handle-wrapper .graph-home-val,
  #pageResults .mobile-graph .graph-handle-wrapper .graph-home-val {
    right: 100%;
  }
}

#pageResults .graph .graph-handle-wrapper .graph-home-val.right-side,
#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val.right-side {
  right: auto;
  left: -64px;
}

#pageResults .graph .graph-handle-wrapper .graph-home-val:after,
#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 .graph .graph-handle-wrapper .graph-home-val.right-side:after,
#pageResults .mobile-graph .graph-handle-wrapper .graph-home-val.right-side:after {
  right: 99%;
  border-right-color: #bfcfd2;
  border-left: none;
  left: auto;
}

#pageResults .graph-button-container {
  text-align: right;
  margin-left: 1rem;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  #pageResults .graph-button-container {
    text-align: center;
    margin-top: 1rem;
    margin-right: 0rem;
  }
}

#pageResults table {
  width: 100%;
  margin: 10px 0;
}

#pageResults tr {
  height: 50px;
}

#pageResults td {
  padding-right: 8px;
  padding-left: 8px;
  height: 50px;
}

#pageResults td:lang(fr) {
  font-size: 14px;
}

#pageResults tr.remaining {
  background-color: #00414D;
  color: white;
}

#pageResults tr td:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  text-align: left;
  padding-left: 1.5rem;
  padding-top: 8px;
  padding-bottom: 8px;
}

#pageResults tr td:last-child {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

#pageResults .even-row {
  background-color: #ecf5ed;
}

@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 .mobile-graph {
  display: none;
}

@media only screen and (max-width: 767px) {
  #pageResults .mobile-graph {
    display: block;
  }
}

#pageResults .mobile-graph img,
#pageResults .mobile-graph canvas {
  width: 90%;
  height: 240px;
  margin-left: 5%;
  padding-top: 2rem;
}

#pageResults .uri {
  width: 380px !important;
  height: 221px !important;
}

#pageResults .ctas-container {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#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%;
    margin-top: 15px;
  }
}

#pageResults .start-over-button-container {
  text-align: center;
}

#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;
  padding-left: 8px;
  padding-right: 8px;
}

#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;
}

.popup {
  position: fixed;
  top: 51%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 200;
  min-width: 250px;
  border-radius: 4px;
  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;
}

@media only screen and (max-width: 767px) {
  .popup {
    position: fixed;
    top: 3vh;
    left: 50%;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    height: auto;
    overflow: hidden;
    width: 85%;
  }
}

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

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

.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;
  color: #333;
  letter-spacing: -0.5;
  background-color: #00414D;
  color: white;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  /* padding-bottom: 10px;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.popup-content {
  /* padding-top: 20px;*/
  max-height: 80vh;
  overflow: auto;
  padding-left: 25px;
  padding-right: 25px;
}

@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 {
  width: 75%;
}

.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::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;
  padding: 5px 10px;
  color: white;
  background-color: #00414D;
  line-height: normal;
}

.popup table th:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.popup table th:last-child {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

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

.popup table th:first-child {
  font-weight: normal;
  padding: 1rem;
}

.popup table th {
  font-weight: normal;
  padding: 1rem;
}

.popup table th:last-child {
  font-weight: normal;
  padding: 1rem;
}

.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.6392156862745098);
  height: 100%;
}

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

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

.mortgage_calculator .homeowners .label.col1 {
  margin-right: 8%;
  width: 46%;
}

.homeowners .twoCol.label {
  border-radius: 0;
  margin-top: 11px;
  color: inherit;
}

.mortgage_calculator .homeowners .label.col1,
.row .request_guide_form .twoCol .col2 {
  margin-right: 8%;
  width: 46%;
}

.homeowners .twoCol {
  float: left;
}

.mortgage_calculator .term,
.mortgage_calculator.homeowners,
.twoCol {
  width: 100%;
}

.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;
}

.mortgage_calculator .homeowners .label.col2,
.request_guide_form .twoCol .col1,
.request_guide_form .twoCol .col2 {
  width: 46%;
}

.request_guide_form .twoCol .col1,
.request_guide_form .twoCol .col2 {
  float: left;
  position: relative;
}

.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;
}

.request_guide_form .twoCol.postalcode_city .col2,
.hometype_homevalue .col2 {
  margin-left: 8%;
}

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;
}

.homeowners .twoCol .row1 label {
  font-weight: 700;
  font-size: 20px;
  color: #002f37;
}

#age1.select,
#age11.select,
#age2,
#age22,
#city2,
#gender1,
#gender2,
#city22,
#gender11,
#gender22,
#plan_guide_form #salutation,
#salutation,
.hometype_homevalue #home_type.entered,
.hometype_homevalue select {
  width: 100%;
  border: 2px solid #00414c;
  color: #666;
  padding: 8px 12px 9px;
  background-color: #ebebeb !important;
}

.request_guide_form input.entered,
.hometype_homevalue #home_type.entered,
select.entered,
#city2.entered,
.homeowners .row2 #age1.entered,
.homeowners .row2 #gender1.entered {
  background: #AFD9B8 !important;
}

.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;
  margin-top: 14px;
}

.twoCol.label .row2 .col1 {
  margin-bottom: 20px;
}

.twoCol.label .row2 .col1 {
  margin-left: 0;
  width: 100%;
}

.homeowners .twoCol .row2 {
  padding-bottom: 2.5%;
}

.homeowners .twoCol .row1,
.homeowners .twoCol .row2 {
  width: auto;
  padding-left: 2.5%;
  padding-right: 2.5%;
  clear: both;
  padding-top: 10px;
}

.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;
}

.request_guide_form .homeowners .twoCol .col2 {
  width: 100%;
}

.closebtns {
  width: 28px;
  height: 28px;
  right: 27%;
  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;
  height: 85%;
}

.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;
}

.request_guide_form .homeowners .twoCol .col2 {
  margin-left: 0;
}

.contact_guide_form .request_guide_form .twoCol.postalcode_city .col2,
.hometype_homevalue .col2,
.contact_guide_form .salutationCol.twoCol .col1,
.twoCol.email .col1 {
  margin-left: 2.5%;
}

.contact_guide_form .salutationCol.twoCol .col2,
.twoCol.email .col2 {
  margin-left: 0;
}

.contact_guide_form .request_guide_form .homeowners .twoCol.postalcode_city .col2 {
  width: 46%;
}

.error,
.errored {
  border-color: red !important;
  background-color: inherit;
}

iframe {
  height: 100%;
  width: 100%;
  border: none;
  min-height: auto;
}

.twocol.col2.request_guide_form {
  left: 1%;
}

.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: 100%;
  }

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

  .graph .graph-handle-wrapper .graph-home-val,
  .mobile-graph .graph-handle-wrapper .graph-home-val {
    right: 415px;
  }
}

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

  .graph .graph-handle-wrapper .graph-home-val,
  .mobile-graph .graph-handle-wrapper .graph-home-val {
    right: 320px;
  }

  .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;
  }

  .homeowners .twoCol .row1 label {
    font-size: 18px;
  }

  #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.6392156862745098);
    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: 530px;
  }

  iframe {
    bottom: 18%;
    height: 495px;
    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) {
  .tooltip .top {
    min-width: 350px;
  }

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

  .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 .col1,
  .contact_guide_form .col2 {
    width: 100%;
  }

  .contact_guide_form .col2 {
    margin-left: 0;
  }

  .contact_guide_form .col2 {
    margin-left: 0;
  }

  .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;
  }

  .mortgage_calculator .homeowners .label.col2,
  .request_guide_form .twoCol .col1,
  .request_guide_form .twoCol .col2 {
    width: 100%;
  }

  .contact_guide_form .request_guide_form .homeowners .twoCol.postalcode_city .col2 {
    width: 100%;
  }

  .contact_guide_form .request_guide_form .twoCol.postalcode_city .col2,
  .hometype_homevalue .col2 {
    margin-left: 0;
  }

  .twocol.col2.request_guide_form {
    left: 0;
  }
}

@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%;
  }

  .contact_guide_form .request_guide_form .twoCol.postalcode_city .col2,
  .hometype_homevalue .col2,
  .contact_guide_form .salutationCol.twoCol .col1,
  .twoCol.email .col1 {
    margin-left: 0;
  }

  .contact_guide_form .row2 .col2 {
    margin-top: 14px;
  }
}

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

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

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

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

#contact_guide_cal .request_guide_form {
  background: #fff;
  margin-top: 0px;
  padding: 20px 25px;
  box-sizing: border-box;
  border-radius: 8px;
  border: unset;
  position: unset;
}

.request_guide_form:after,
.request_guide_form:before {
  left: 76%;
  border: none;
}