.d-none {
   display: none !important;
}
.limble-gap-calculator.limble-gap-calculator--results-page {
   background-color: #f1f6f8;
}
.limble-gap-calculator__results-page {
   padding-top: 50px;
}
.limble-gap-calculator__wrapper {
   max-width: 1400px;
   margin: 0 auto;
   padding: 2rem;
   overflow: hidden;
}
.limble-gap-calculator__intro {
   min-height: 600px;
   position: relative;
   transition: 0.3s;
   opacity: 1;
}
.limble-gap-calculator__intro img {
   margin: 0 auto 50px;
   display: block;
   margin: 0;
}
.limble-gap-calculator__intro h2 {
   font-size: 30px;
   line-height: 1.2;
   margin: 0;
}

.limble-gap-calculator__intro h4 {
   font-weight: 100;
   font-family: 'PrimaryCustomFont' !important;
}
   

.limble-gap-calculator__intro p {
   font-weight: bold;
   font-size: 18px !important;
}
.limble-gap-calculator__intro-bg {
   position: absolute;
   bottom: -172px;
   right: -74%;
   width: 151%;
   opacity: 0.8;
   z-index: -1;
}
.limble-gap-calculator__progressbar {
   display: flex;
   column-gap: 5px;
   justify-content: center;
   width: 100%;
   margin-bottom: 30px;
}
.limble-gap-calculator__progressbar span {
   width: 100%;
   height: 9px;
   background-color: #f1f6f8;
   border-radius: 34px;
}
.limble-gap-calculator__progressbar span i {
   transform: translateY(-23px);
   display: block;
   text-align: center;
   font-size: 16px;
   color: #c6c6c6;
   font-weight: bold;
   display: none;
   font-style: normal;
}
.limble-gap-calculator__slide {
   font-weight: bold;
}
.limble-gap-calculator__slide small {
   display: block;
   margin-bottom: 1rem;
}

.limble-gap-calculator__slide p {
   font-size: 16px;
}
.limble-gap-calculator__slide-buttons {
   display: flex;
   justify-content: center;
   column-gap: 40px;
   flex-direction: column;
   align-items: center;
   row-gap: 30px;
   margin-top: 40px;
}
.limble-gap-calculator__slide-buttons div {
   display: flex;
   column-gap: 20px;
}
.limble-gap-calculator__slide-buttons button {
   width: 124px;
}
.limble-gap-calculator span[data-limble-gap-calculator__progressbar-step="completed"], .limble-gap-calculator span[data-limble-gap-calculator__progressbar-step="active"] {
   background-color: #429b1f;
}
.limble-gap-calculator span[data-limble-gap-calculator__progressbar-step="active"] i {
   display: block;
}
.limble-gap-calculator__questions {
   width: 100%;
   margin: 0 auto;
}

.limble-gap-calculator__question {
   margin-bottom: 10px;
   font-size: 18px;
   text-align: left;
   display: flex;
   flex-direction: column;
   row-gap: 10px;
   justify-content: space-between;
   padding: 10px 20px;
   background-color: #419b1f12;
}
@media (min-width: 769px) {
   .limble-gap-calculator__question {
      flex-direction: row;
   }
}

.limble-gap-calculator__question--tab div p {
   margin: 0;
}
.limble-gap-calculator__question--tab div input {
   margin-bottom: 1rem;
}
.limble-gap-calculator__question input, .limble-gap-calculator__question select {
   border: none;
}
.limble-gap-calculator__question input {
   border-bottom: 2px solid #daf4d3;
   height: 40px !important;
   padding: 0 0 0 10px;
   max-width: 170px;
}
.limble-gap-calculator__question input.limble-gap-calculator__input-error,
.limble-gap-calculator__question .limble-gap-calculator__input-error {
   color: red;
   font-family: Metropolis-bold, sans-serif;
}
.limble-gap-calculator__question input::placeholder {
   color: #289e49;
   font-family: Metropolis-bold, sans-serif;
   font-size: 18px;
}
.limble-gap-calculator__question select {
   border: 2px solid #daf4d3;
   border-radius: 8px;
   font-size: 18px;
   color: #309f4f;
   font-family: "PrimaryCustomFont" !important;
   padding: 4px 0 3px 6px;
}
.limble-gap-calculator.limble-post-content .limble-gap-calculator__question p {
   font-size: 18px;
}
.limble-gap-calculator.limble-post-content .limble-gap-calculator__question-total-hours {
   font-size: 25px;
}
.limble-gap-calculator__question-total-hours {
   font-size: 25px !important;
}
.limble-gap-calculator__question-total-hours span {
   color: #289e49;
}

@media (min-width: 769px) {
   .limble-gap-calculator__results-page h2 {
      font-size: 44px !important;
   }
}
.limble-gap-calculator__results-page-sections {
   display: flex;
   flex-flow: column wrap;
   row-gap: 40px;
   justify-content: center;
   margin-bottom: 30px;
}
@media (min-width: 769px) {
   .limble-gap-calculator__results-page-sections {
      flex-direction: row;
      column-gap: 40px;
   }
}
@media (min-width: 769px) {
   .limble-gap-calculator__results-page-sections section:nth-child(2) {
      align-self: start;
   }
}
.limble-gap-calculator__results-page-section {
   background-color: white;
   border-radius: 10px;
   box-shadow: 0 0 10px #000 29;
   width: 100%;
}
.limble-gap-calculator__results-page-section.limble-gap-calculator__results-page-section--total {
   background-color: #289e49;
}
section.limble-gap-calculator__results-page-section.limble-gap-calculator__results-page-section--total div {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   color: white;
   padding-bottom: 10px;
}
.limble-gap-calculator__results-section--cta {
   margin-top: 30px;
   margin-bottom: 30px;
}

.limble-gap-calculator__results-section--share {
   margin-bottom: 30px;
}
@media (min-width: 769px) {
   .limble-gap-calculator__results-page-section.limble-gap-calculator__results-page-section--total {
      align-self: stretch;
   }
   section.limble-gap-calculator__results-page-section.limble-gap-calculator__results-page-section--total {
      padding-top: 30px;
   }
  section.limble-gap-calculator__results-page-section.limble-gap-calculator__results-page-section--total div {
      flex-direction: row;
      padding-bottom: 30px;
      font-size: 55px;
      flex-wrap: wrap;
   }  
}
.limble-gap-calculator__results-page-section.limble-gap-calculator__results-page-section--total .limble-gap-calculator__results-page-title {
   color: white;
   font-size: 24px;
   padding: 1rem;
   background: none;
   margin-bottom: 0;
}
.limble-gap-calculator__results-page-section.limble-gap-calculator__results-page-section--total span {
   font-size: 29px;
   font-family: Metropolis-bold, sans-serif;
   display: block;
   text-align: center;
}
@media (min-width: 769px) {
   .limble-gap-calculator__results-page-section.limble-gap-calculator__results-page-section--total span {
      font-size: 45px !important;
   }
}
@media (min-width: 1000px) {
   .limble-gap-calculator__results-page-section.limble-gap-calculator__results-page-section--total span {
      font-size: 55px !important;
   }
}
.limble-gap-calculator__results-page-total {
   background-color: #289e49;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   padding: 7px 1rem;
   color: white;
   font-family: Metropolis-bold, sans-serif;
   font-size: 20px;
   display: flex;
   justify-content: space-between;
   flex-direction: column;
   align-items: center;
   padding: 20px 10px;
}
@media (min-width: 769px) {
   .limble-gap-calculator__results-page-total {
      font-size: 21px !important;
   }
}
.limble-gap-calculator__results-page-title {
   padding: 14px 1rem 16px;
   font-family: Metropolis-bold, sans-serif;
   font-size: 29px !important;
   background-color: #f9f9f9;
   border-radius: 10px;
   text-align: center;
}
@media (min-width: 769px) {
   .limble-gap-calculator__results-page-title {
      font-size: 35px !important;
   }
}
.limble-gap-calculator__results-page-row {
   padding: 7px 1rem;
   color: #152232;
   display: flex;
   justify-content: space-between;
}
.limble-gap-calculator__results-page-row span:last-child {
   font-weight: bold;
}
.limble-gap-calculator__results-page-row.limble-gap-calculator__results-page-row--total {
   font-weight: bold;
   font-size: 20px;
}
.limble-gap-calculator__results-page-row--separator {
   border-top: 1px dotted gray;
   margin-top: 20px;
   padding-top: 20px;
}
.limble-gap-calculator__results-page-cta {
   padding: 13px;
   font-size: 20px;
   border-radius: 10px !important;
   max-width: 481px;
}
@media (min-width: 769px) {
   .limble-gap-calculator__results-page-cta {
      font-size: 35px;
   }
}
.limble-gap-calculator__results-page-cta:hover {
   cursor: pointer;
}
.limble-gap-calculator__results-page-restart-link {
   display: block;
   border: none;
   background: none;
   border-bottom: 1px solid green;
   color: green;
   line-height: 1.1;
   max-width: 170px;
   margin: 0 auto;
}
.limble-gap-calculator__results-page-col {
   display: flex;
   flex: 1;
   flex-flow: column wrap;
   row-gap: 40px;
   max-width: 800px;
}
/* .limble-gap-calculator__tooltip {
   color: #289e49;
   background-color: #daf4d3;
   border-radius: 4px;
   padding: 2px 4px 4px;
}
.limble-gap-calculator__tooltip:hover {
   cursor: help;
} */
.limble-gap-calculator__checkbox-container {
   display: grid;
   grid-template-areas: "box label" " . input";
   grid-template-columns: 53px;
}
.limble-gap-calculator__checkbox-container--checked .limble-gap-calculator__checkbox-input {
   transform: translateY(15px);
}
.limble-gap-calculator__checkbox-container--checked .limble-gap-calculator__checkbox-input i {
   display: inline-block;
}
.limble-gap-calculator__checkbox-container--checked input {
   display: block !important;
}
.limble-gap-calculator__checkbox-container label {
   grid-area: label;
}
.limble-gap-calculator__checkbox-container input {
   grid-area: input;
   display: none;
}
.limble-gap-calculator__checkbox-input {
   grid-area: box;
   border: 4px solid #289e49;
   width: 37px;
   height: 37px;
   border-radius: 8px;
   grid-area: box;
   transition: 1s;
   transform: translateY(-5px);
}
.limble-gap-calculator__checkbox-input:hover {
   cursor: pointer;
}
.limble-gap-calculator__checkbox-input.limble-gap-calculator__checkbox-input--error {
   border-color: red;
}
.limble-gap-calculator__checkbox-input i {
   color: green;
   font-size: 24px;
   transform: translate(3px, 0px);
   display: none;
}
.limble-gap-calculator__slider-input {
   height: 5px;
   border: none;
   background-color: #daf4d3;
   appearance: none;
}
.limble-gap-calculator__slider-input::-webkit-slider-thumb {
   appearance: none;
   width: 25px;
   height: 25px;
   border-radius: 50%;
   background: #daf4d3;
   cursor: pointer;
}
.limble-gap-calculator__slider-input.limble-gap-calculator__input-error--slider {
   background-color: red;
}
.limble-gap-calculator__slider-input.limble-gap-calculator__input-error--slider::-webkit-slider-thumb {
   background: red;
}
.limble-gap-calculator__back-btn {
   background: none;
   border: none;
}
.limble-gap-calculator__nav-btns {
   display: flex;
   justify-content: center;
   flex-direction: row-reverse;
   align-items: center;
   row-gap: 20px;
}
.limble-gap-calculator__nav-btns button {
   width: 140px;
   margin: 0;
}
.collapsed-section {
   display: none;
}
.limble-gap-calculator__dollar-input {
   display: flex;
   column-gap: 5px;
   align-items: center;
}
.limble-gap-calculator__dollar-input-sign {
   margin-top: -1px;
   font-weight: 100;
   font-size: 22px;
}
.limble-gap-calculator .footnotes {
   margin-top: 40px;
   font-size: 13px;
   color: gray;
}
.limble-gap-calculator .footnotes p {
   font-size: 13px;
}
.limble-gap-calculator .footnotes ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
}
.limble-btn.limble-gap-calculator__btn {
   font-size: 20px;
   width: 204px;
   height: 57px;
   border-radius: 8px;
   font-family: Metropolis-bold, sans-serif;
}

.limble-procedure-library__show-mobile {
   font-size: 27px;
}
.limble-procedure-library__sendphone-modal-content {
   height: auto;
   padding: 2rem 2rem 0rem;
   z-index: 1001;
}
@media (min-width: 769px) {
   .limble-procedure-library__sendphone-modal-content {
      transform: translateY(-30px);
   }
}
@media (min-width: 769px) {
   .limble-procedure-library__sendphone-modal-content span {
      font-size: 39px;
   }
}
.limble-procedure-library__sendphone-modal-content form {
   background-color: #152232;
   box-shadow: none !important;
   width: 100%;
}
@media (min-width: 769px) {
   .limble-procedure-library__sendphone-modal-content form {
      background-color: #f1f6f8;
   }
}

.limble-gap-calculator__optin {
   height: 94vh;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   position: fixed;
   top: 82px;
   left: 0;
   z-index: 1;
   background: rgb(27 27 27 / 60%);
}




.limble-gap-calculator__optin-wrapper {
   background-color: white;
    padding: 30px 62px;
    border: 32px solid #f1f6f8;
    overflow: scroll;
    margin: 20px;
   height: -webkit-fill-available;
   max-height: 600px;
}

@media(max-width: 470px){
   .limble-gap-calculator__optin-wrapper {
      padding: 30px 30px;
      border: 5px solid #f1f6f8;
      height: 460px;
   }
}

.limble-gap-calculator__optin-wrapper h3 {
   padding: 15px 30px;
}


.limble-gap-calculator__results-page.limble-gap-calculator__results-page--hidden .limble-gap-calculator__results-page-total {
   filter: blur(9px);
}
.limble-gap-calculator__question--interests-list {
   display: flex;
   flex-direction: column;
}

.limble-gap-calculator__question--interests-list label:hover {
   cursor: pointer;
}

.limble-gap-calculator__question--interests-list div {
   display: flex;
   align-items: center;
   column-gap: 5px;
}

.limble-gap-calculator__question--interests-list div label {
   margin: 0;
}

input[type="range"] {
   height: 10px !important;
}

span.limble-gap-calculator__slider-input-display.d-block.text-center {
   flex-basis: 100px;
}
.limble-gap-calculator__intro-header {
   display: flex;
   align-items: center;
   column-gap: 20px;
   margin-bottom: 30px;
   justify-content: center;
}

/***** Thumb Styles *****/
/***** Firefox *****/
input[type="range"]::-moz-range-thumb {
   border: none; /*Removes extra border that FF applies*/
   border-radius: 50%; /*Removes default border-radius that FF applies*/
   background-color: #119e76;
   height: 34px;
   width: 34px;
}
/***** Thumb Styles *****/
/***** Chrome, Safari, Opera, and Edge Chromium *****/
input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none; /* Override default look */
   appearance: none;
   margin-top: 0; /* Centers thumb on the track */
   background-color: #119e76;
   height: 24px;
   width: 24px;    
}

.limble-gap-calculator__question.limble-gap-calculator__question--tab {
   flex-direction: column;
   align-items: flex-start;
}

.limble-gap-calculator__question.limble-gap-calculator__question--tab section div {
   display: flex;
   justify-content: space-between;
   width: 100%;
}

.limble-gap-calculator__question.limble-gap-calculator__question--tab section {
   width: 100%;
}

.limble-gap-calculator__question.limble-gap-calculator__question--tab p:last-child {
   text-align: right;
   width: 100%;
}
div#slide1-Interests {
   text-align: right;
   color: red;
}

#limble-gap-calculator__results-button {
   background-color: orange;
   border: 1px solid orange;
   width: 100%;
   margin: 0 0 20px;
   padding: 20px;
   font-size: 28px;
   box-shadow: 10px 10px #cacaca6e;
   z-index: 0;
   font-family: 'SecondaryCustomFont';
   line-height: 1.2;
}

#limble-gap-calculator__results-button:hover {
   background-color: white !important;
   color: orange;
}


#limble__share-link {
   word-break: break-all;
    height: 86px;
    overflow: scroll;
    border: 1px solid #f79468;
    padding: 10px 20px;
    background-color: white;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

#limble__share-button {
   margin: 0;
   border-radius: unset;
   width: 100%;
   border: unset;
   font-size: 18px;
   display: block;
   padding: 10px;
   background-color: orange;
   color: white;  
   border-bottom-right-radius: 6px;
   border-bottom-left-radius: 6px;
}
.limble__share-title {
   text-align: center;
   display: block;
   font-size: 44px;
   font-family: 'SecondaryCustomFont' !important;
   color: #f7946842;
   margin-bottom: 10px;
   transform: skewX(-20deg);
}

/* 


#limble__share-tool-tip {
   position: absolute;
   top: 0;
   right: 7px;
   background-color: #289e49;
   padding: 12px 20px;
   font-size: 18px;
   border-radius: 6px;
   transition: 1s;
   opacity: 0;
}

#limble__share-tool-tip.animate {
   opacity: 1;
   top: -50px;
   transform: scale(1.1);
   background-color: orange;
}




.limble__share-section {
   max-width: 100%;
   width: 100%;
}
.limble__share-title {
   font-size: 155px;
   opacity: .1;
}
.limble__share-link-section {
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   column-gap: 10px;
   max-width: 100%;
   transform: translateY(-41px);
} */