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

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

.pop-logo {
  width: 80%;
  padding: 5px 25px; }

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

.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; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn-text {
      margin-left: -15px;
      font-size: 14px; } }

.input-field {
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  width: 230px;
  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 {
      font-size: 14px; } }

.completed-field {
  background-color: #AFD9B8 !important; }

.dropdown {
  max-width: 100%;
  position: relative;
  display: inline; }
  @media only screen and (max-width: 767px) {
    .dropdown {
      display: inline; } }

.dropdown:after {
  background-image: url(../images/drop_down_arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  color: #333333;
  right: 20px;
  top: 7px;
  width: 20px;
  height: 10px;
  padding: 0px 4px 0px 14px;
  position: absolute;
  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;
    }*/ }

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

#selectAge {
  width: 254px; }

#selectTerm {
  width: 254px; }
  @media only screen and (max-width: 767px) {
    #selectTerm {
      margin-left: 5px; } }

#selectHomeType {
  width: 400px; }
  @media only screen and (max-width: 767px) {
    #selectHomeType {
      max-width: 310px;
      font-size: 12px; } }

#select-product {
  width: 254px; }

#selectStay {
  width: 254px; }
  @media only screen and (max-width: 767px) {
    #selectStay {
      margin-left: 5px; } }

#city-dropdown {
  width: 400px; }
  @media only screen and (max-width: 767px) {
    #city-dropdown {
      max-width: 310px;
      font-size: 12px; } }

#place-city {
  width: 376px; }
  @media only screen and (max-width: 767px) {
    #place-city {
      width: 286px;
      font-size: 12px; } }

.dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #666666;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  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 {
      font-size: 14px; } }

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

.table-dropdown {
  display: none; }
  @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;
    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;
  padding-top: 5px;
  vertical-align: -webkit-baseline-middle; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slider-info-value {
      position: relative;
      top: -9px; } }

.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 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: #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 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: #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 0.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; }

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

.question-input-container.name-input input {
  text-transform: capitalize; }

.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; }
    .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 all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .percentage-field {
      position: relative;
      top: -9px; } }
  @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 .prod-img {
  width: 220px;
  padding-left: 10px; }

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

#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 td:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  text-align: left;
  padding-left: 1.5rem;
  padding-top: 1px;
  padding-bottom: 1px; }

#pageResults tr td:last-child {
  border-top-right-radius: 18px;
  border-bottom-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%; } }

#pageResults .start-over-button-container {
  margin-top: 50px;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    #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; }

#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 {
    background-color: #FDDD03; }

.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-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: 10px;
  left: 5px;
  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; }
  .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 */
/***** Strat Inline css*****/
 .popupopens-products{
    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%;
  }
  .popupopens-products .popupinner{
    max-width: 90%;
  }
  .popupopens-products .closebtns{
    right: 4%;
  }
  
  #contact_guide_cal:before{
    margin-left: 428px;
  }
  #contact_guide_cal:after{
    margin-left: 431px;
  }
    .tooltip .top{
      z-index: 99;
    }
    select #selectHomeType{
      width: 278px;
      font-size: 12px;
    }
    .dropdown:after {
      right: 18px;
    }
    @-moz-document url-prefix() {
      .dropdown:after {
        right: 28px;
      }
    }
    .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown select {
      padding: 10px 30px 10px 10px;
      font-size: 16px !important;
      max-width: 100% !important;
    }

    .dropdown:after {
      right: 10px;
      position: absolute;
      height: 16px;
      width: 16px;
      background-size: 16px auto;
      padding: 0;
      top: 32px;
    }

/***** End Inline css*****/

