@charset "UTF-8";
#fetchPointValueSlider[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 24.5px 0;
  width: 100%;
}
#fetchPointValueSlider[type=range]::-moz-focus-outer {
  border: 0;
}
#fetchPointValueSlider[type=range]:focus {
  outline: 0;
}
#fetchPointValueSlider[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(13, 13, 13, 0.1);
}
#fetchPointValueSlider[type=range]:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.1);
}
#fetchPointValueSlider[type=range]:focus::-ms-fill-upper {
  background: rgba(13, 13, 13, 0.1);
}
#fetchPointValueSlider[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 18px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: rgba(0, 0, 0, 0.1);
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 9px;
}
#fetchPointValueSlider[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: url(../images/slider-thumb.png);
  border: 0px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: default;
  height: 49px;
  width: 40px;
  -webkit-appearance: none;
  margin-top: -15.5px;
}
#fetchPointValueSlider[type=range]::-moz-range-track {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 18px;
  transition: all 0.2s ease;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 9px;
  height: 9px;
}
#fetchPointValueSlider[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: url(../images/slider-thumb.png);
  border: 0px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: default;
  height: 49px;
  width: 40px;
}
#fetchPointValueSlider[type=range]::-ms-track {
  cursor: default;
  height: 18px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 24.5px 0;
  color: transparent;
}
#fetchPointValueSlider[type=range]::-ms-fill-lower {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: rgba(0, 0, 0, 0.1);
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}
#fetchPointValueSlider[type=range]::-ms-fill-upper {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: rgba(0, 0, 0, 0.1);
  border: 0px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
}
#fetchPointValueSlider[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0 0 0px rgba(13, 13, 13, 0.2);
  background: url(../images/slider-thumb.png);
  border: 0px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: default;
  height: 49px;
  width: 40px;
  margin-top: 4.5px;
}
#fetchPointValueSlider[type=range]:disabled::-webkit-slider-thumb, #fetchPointValueSlider[type=range]:disabled::-moz-range-thumb, #fetchPointValueSlider[type=range]:disabled::-ms-thumb, #fetchPointValueSlider[type=range]:disabled::-webkit-slider-runnable-track, #fetchPointValueSlider[type=range]:disabled::-ms-fill-lower, #fetchPointValueSlider[type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

body.dashboard {
  margin-top: 0;
  background-color: #E6E6E6;
}
@media (min-width: 1024px) {
  body.dashboard {
    margin-left: 70px;
  }
}
body.dashboard .btn {
  border-radius: 10px;
}

h1, h2 {
  letter-spacing: 0;
}

/*
Sidemenu Style Starts
 */
.dashboard #sidebarCollapse .collapse-button-icon {
  position: fixed;
  left: 0;
  top: 0;
  height: 88px;
  width: 70px;
  padding: 20px 14px 5px;
}
.dashboard #sidebarCollapse .collapse-button-icon img.collapsed {
  display: none;
}
@media (max-width: 1023px) {
  .dashboard #sidebarCollapse .collapse-button-icon img {
    width: 48px;
    height: 42px;
  }
}
@media (max-width: 1023px) {
  .dashboard #sidebarCollapse .collapse-button-icon {
    height: 80px;
    z-index: 999;
  }
}
.dashboard #sidebarCollapse.collapsed img.collapsed {
  display: block;
}
.dashboard #sidebarCollapse.collapsed img.open {
  display: none;
}
.dashboard .navbar {
  z-index: 999;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .dashboard .navbar {
    margin-left: 70px;
  }
}
.dashboard .navbar #logout-menu-icon {
  font-size: 0.75rem;
  text-align: center;
  color: #00A7E1;
  width: 5rem;
  padding: 1.2rem 0 1.2rem 1rem;
}
.dashboard .navbar #logout-menu-icon:hover, .dashboard .navbar #logout-menu-icon:active {
  color: #033C5B;
}
.dashboard .navbar #logout-menu-icon > .far {
  font-size: 1.5rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 1023px) {
  .dashboard .navbar #logout-menu-icon {
    display: none;
  }
}
.dashboard .navbar .custom-logo-link {
  margin: 0.5rem;
}
@media (max-width: 1023px) {
  .dashboard .navbar .custom-logo-link {
    max-width: 200px;
  }
}
@media (max-width: 1023px) {
  .dashboard .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    height: 80px;
  }
}
.dashboard #profile-nav {
  background: #333 !important;
  z-index: 99;
  position: relative;
}
.dashboard #profile-nav li.active .nav-link {
  color: #00A7E1;
}
.dashboard #profile-nav li.active:hover {
  background: transparent;
}
.dashboard #profile-nav .nav-link {
  font-size: 1rem !important;
  padding: 1rem;
}
@media (min-width: 1024px) {
  .dashboard #profile-nav .menu-profile-mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .dashboard #profile-nav .menu-profile {
    display: none;
  }
}
.dashboard #profile-nav > .container-fluid {
  display: table;
}
.dashboard #profile-nav #top-menu {
  justify-content: center;
}
@media (min-width: 1024px) {
  .dashboard #profile-nav #top-menu {
    float: right !important;
  }
}
.dashboard #profile-nav .menu-profile-mobile > .nav-link {
  padding: 0.6rem 1rem;
}
.dashboard #profile-nav .menu-profile-mobile > .nav-link .fa-user {
  font-size: 1.7rem;
}
@media (max-width: 1023px) {
  .dashboard #profile-nav {
    margin-top: 80px;
  }
}
.dashboard #sidebar {
  left: 0;
  width: 70px;
  position: fixed;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #033C5B;
  overflow: hidden;
  height: 100%;
  z-index: 9999;
}
@media (max-width: 1023px) {
  .dashboard #sidebar {
    width: 0;
    max-height: calc(100% - 141px);
  }
}
@media (min-width: 1024px) {
  .dashboard #sidebar {
    top: 88px;
    max-height: calc(100% - 88px);
  }
}
.dashboard #sidebar li {
  white-space: nowrap;
}
.dashboard #sidebar li.menu-item-has-children .nav-link:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  padding: 1rem;
  position: absolute;
  right: 5px;
  top: 0px;
}
.dashboard #sidebar li.menu-item-has-children.open .nav-link:after {
  content: "";
}
.dashboard #sidebar li.menu-item-has-children .dropdown-menu {
  margin: 0;
  background: #033C5B;
  color: white;
}
.dashboard #sidebar li.menu-item-has-children .dropdown-menu a {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding-right: 5rem;
  padding-left: 7rem;
}
.dashboard #sidebar li.menu-item-has-children .dropdown-menu a:hover, .dashboard #sidebar li.menu-item-has-children .dropdown-menu a:active {
  background: #00A7E1;
}
.dashboard #sidebar .nav-link {
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding-right: 5rem;
  padding-left: 4px;
}
.dashboard #sidebar .nav-link.active, .dashboard #sidebar .nav-link:hover, .dashboard #sidebar .nav-link:active {
  background: #00A7E1;
}
.dashboard #sidebar .nav-link[title=Home]:before {
  content: "";
}
.dashboard #sidebar .nav-link[title=Illustrator]:before {
  content: "";
}
.dashboard #sidebar .nav-link[title=Calculator]:before {
  content: "";
}
.dashboard #sidebar .nav-link[title=Training]:before {
  content: "";
}
.dashboard #sidebar .nav-link[title=Resources]:before {
  content: "";
}
.dashboard #sidebar .nav-link[title=Dashboard]:before {
  content: "";
}
.dashboard #sidebar .nav-link[title=Products]:before {
  content: "";
}
.dashboard #sidebar .nav-link[title=Logout]:before {
  content: "";
  font-weight: normal;
}
@media (min-width: 1024px) {
  .dashboard #sidebar .nav-link[title=Logout] {
    display: none;
  }
}
.dashboard #sidebar .nav-link:before {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  display: inherit;
  padding-bottom: 0;
  display: inline-block;
  width: 70px;
  margin-right: 1rem;
  font-size: 1.7rem;
  padding: 1rem;
}
.dashboard #sidebar.active {
  width: auto;
  overflow-y: auto;
}
.dashboard #sidebar.active::-webkit-scrollbar {
  width: 10px;
}
.dashboard #sidebar.active::-webkit-scrollbar-track {
  background: #033C5B;
}
.dashboard #sidebar.active::-webkit-scrollbar-thumb {
  background: #fff;
}
.dashboard #sidebar.active::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.dashboard #sidebar.active .dropdown-menu li a {
  padding-right: 1rem;
}
.dashboard #sidebar.active li a {
  max-width: 100%;
  white-space: normal;
}
@media (max-width: 1023px) {
  .dashboard #sidebar.active {
    width: 100%;
  }
}

/*
Sidemenu Style Ends
 */
#signed-in-content .row {
  width: 100%;
}
@media (max-width: 767px) {
  #signed-in-content .row {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }
}

#page .page .container-fluid.header-container .row {
  margin-left: -8px;
  margin-right: -8px;
}

#signed-in-content,
#page .page {
  margin-top: 0;
}
#signed-in-content .tribe-events-view-wrapper,
#page .page .tribe-events-view-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#signed-in-content .level-tracker,
#page .page .level-tracker {
  margin-bottom: 3rem;
}
@media (max-width: 1023px) {
  #signed-in-content .level-tracker,
#page .page .level-tracker {
    margin-bottom: 0;
  }
}
@media (max-width: 1279px) {
  #signed-in-content,
#page .page {
    margin-top: 2rem;
  }
}
@media (max-width: 1023px) {
  #signed-in-content,
#page .page {
    margin-top: 0;
  }
}
#signed-in-content .signed-in-product .section-page-header-row,
#page .page .signed-in-product .section-page-header-row {
  padding-top: 0;
}
#signed-in-content .signed-in-product .section-page-header-row .content-text,
#page .page .signed-in-product .section-page-header-row .content-text {
  width: 100%;
  background: transparent;
  margin: 1rem auto;
  color: #033C5B;
  position: static;
  margin: 0 auto;
  padding: 3rem 2rem;
  height: auto;
  max-width: 70%;
}
#signed-in-content .signed-in-product .section-page-header-row .content-image,
#page .page .signed-in-product .section-page-header-row .content-image {
  display: none;
}
#signed-in-content .signed-in-product .section-page-product-categories,
#page .page .signed-in-product .section-page-product-categories {
  background: white;
}
#signed-in-content .product-availability #header-wrapper,
#page .page .product-availability #header-wrapper {
  padding-top: 3rem;
}

#product-compare-previous {
  position: absolute;
  top: -3rem;
}
#product-compare-previous #submit-previous {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
@media (max-width: 1023px) {
  #product-compare-previous {
    top: -2rem;
  }
}

#page .page #product-compare-previous {
  top: -2.5rem;
}

.plain-link {
  text-decoration: none;
  color: initial;
}
.plain-link:active, .plain-link:hover {
  text-decoration: none;
  color: initial;
}

.normal-link {
  text-decoration: none;
  text-transform: capitalize;
}
.normal-link:active, .normal-link:hover {
  text-decoration: none;
}

form label {
  font-size: 1.5rem;
}
form label.required:after {
  content: " *";
}
form input, form textarea, form select {
  border-color: rgba(0, 0, 0, 0.3);
  margin: 5px 0 2rem 0;
}
form input:focus, form textarea:focus, form select:focus {
  border-color: #00A7E1;
  box-shadow: none !important;
}
form input.error, form textarea.error, form select.error {
  border-color: red !important;
}
form input:-moz-read-only {
  /* For Firefox */
  background-color: rgba(255, 255, 255, 0.26) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
form input:read-only {
  background-color: rgba(255, 255, 255, 0.26) !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
}
form .form-date-input {
  display: block;
  width: 60px !important;
  text-align: center;
  height: calc(2.75rem + 2px);
  padding: 0.875rem 1.125rem;
  font-size: 1rem;
  line-height: 1;
  color: #033C5B;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form .form-date-input#yearOfBirth {
  width: 80px !important;
}
form .form-date-input + .separator {
  font-weight: bold;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width: 1279px) {
  form .form-date-input + .separator {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 413px) {
  form .form-date-input + .separator {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
form select.form-control {
  padding: 0.5rem 1.125rem;
}
form .optional-submit {
  width: 100%;
  margin-bottom: 1rem;
}
form .bg-denim input:-moz-read-only {
  background-color: #5B7E96;
  color: white;
}
form .bg-denim input:read-only {
  background-color: #5B7E96;
  color: white;
}

#borrower-story-unsigned-form-wrapper {
  margin: 0 0;
  padding-top: 2rem;
  position: relative;
}
#borrower-story-unsigned-form-wrapper .farxcel-title h1 {
  font-size: 1.5rem;
}
#borrower-story-unsigned-form-wrapper form {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  #borrower-story-unsigned-form-wrapper form {
    margin-top: 2rem;
    margin-left: 0;
  }
}
#borrower-story-unsigned-form-wrapper form .farxcel-notices {
  padding-bottom: 1rem;
}
#borrower-story-unsigned-form-wrapper form .submit-row {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#borrower-story-unsigned-form-wrapper form .required-notice {
  margin-top: 1rem;
  display: none;
}
@media (max-width: 1279px) {
  #borrower-story-unsigned-form-wrapper form .required-notice {
    display: block;
  }
}
#borrower-story-unsigned-form-wrapper form #unsigned-submit {
  font-size: 1.25rem;
}
#borrower-story-unsigned-form-wrapper .farxcel-introduction {
  display: none;
  margin-top: 2rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {
  #borrower-story-unsigned-form-wrapper .farxcel-introduction.up {
    display: block;
  }
}
@media (max-width: 1023px) {
  #borrower-story-unsigned-form-wrapper .farxcel-introduction.down {
    display: block;
  }
}

.zillow-strip-wrapper {
  background: white;
  position: relative;
  padding: 1.5rem 0;
}
.zillow-strip-wrapper p {
  font-size: 14px;
  margin-top: unset;
  margin-bottom: unset;
}
.zillow-strip-wrapper a {
  text-decoration: none !important;
  text-transform: unset !important;
}
.zillow-strip-wrapper .container {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
@media (max-width: 1279px) {
  .zillow-strip-wrapper .zillow-logo {
    padding: 1rem 8px;
  }
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.signed-form-wrapper {
  max-width: 43.5rem;
  margin: 1.25rem auto;
  background: white;
  padding: 1.25rem;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  border-radius: 5px;
}
@media (max-width: 1023px) {
  .signed-form-wrapper {
    max-width: 90%;
  }
}
.signed-form-wrapper .submit-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 1279px) {
  .signed-form-wrapper .submit-row {
    flex-direction: column;
  }
  .signed-form-wrapper .submit-row .submit {
    margin-bottom: 2rem;
  }
}
.signed-form-wrapper .submit-row .btn {
  font-size: 1.1rem;
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.signed-form-wrapper label {
  margin-bottom: 0.2rem;
  width: 100%;
}
.signed-form-wrapper label.required:after {
  content: " *";
}
.signed-form-wrapper label.error {
  color: #DD5F13;
  font-size: 0.875rem;
  font-weight: bold;
}
@media (max-width: 413px) {
  .signed-form-wrapper label {
    font-size: 0.9rem;
  }
}
.signed-form-wrapper .form-control {
  width: 100%;
  margin-bottom: 1.5rem;
}
.signed-form-wrapper .farxcel-title {
  padding: 1rem 2rem;
  text-align: center;
}
.signed-form-wrapper .form-footer p {
  margin: 0;
}
.signed-form-wrapper .form-footer .required-field {
  font-size: 14px;
  margin: 0 0 3px 0;
}
.signed-form-wrapper .form-footer img {
  max-width: 5.6rem;
}
@media (max-width: 1279px) {
  .signed-form-wrapper .form-footer > * {
    text-align: center !important;
  }
  .signed-form-wrapper .form-footer > *:first-child {
    margin-bottom: 1rem;
  }
}
.signed-form-wrapper + .zillow-strip-wrapper {
  margin: 1rem 0 0;
  padding: 1rem 3rem 0 0.5rem;
}
.signed-form-wrapper + .zillow-strip-wrapper .col-12:first-child {
  display: none;
}
.signed-form-wrapper#borrower-story-form-start {
  position: relative;
}
@media (max-width: 413px) {
  .signed-form-wrapper#borrower-story-form-start .dateOfBirth {
    justify-content: space-around;
  }
}
.signed-form-wrapper .home-value-spin {
  position: absolute;
  top: 60%;
  left: 47%;
}

.panel.panel-product-compare {
  position: relative;
  margin-bottom: 2rem;
  background: white;
}
.panel.panel-product-compare .panel-heading img {
  width: 100%;
}
.panel.panel-product-compare .panel-content {
  padding: 1rem 0.4rem 0.4rem;
  border: 1px solid #5B7E96;
  border-top: 0;
}
.panel.panel-product-compare .panel-content .submit-row {
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  text-align: center;
}
.panel.panel-product-compare .panel-content .submit-row .btn-transparent {
  width: 100%;
}
.panel.panel-product-compare .panel-content .submit-row .btn-transparent:active, .panel.panel-product-compare .panel-content .submit-row .btn-transparent:hover {
  background: transparent;
  border-color: #033C5B;
  color: #033C5B;
}
.panel.panel-product-compare .panel-content .submit-row .btn-transparent:disabled {
  background: transparent;
  border-color: #00A7E1;
  color: #00A7E1;
}
.panel.panel-product-compare .panel-content .description {
  min-height: 4rem;
  padding: 0 5%;
  text-align: center;
  overflow-y: hidden;
  color: rgba(0, 0, 0, 0.5);
  text-transform: initial;
}
.panel.panel-product-compare .panel-text-heading {
  background: url("/wp-content/uploads/2019/05/Mask-Group-260.png"), #5B7E96;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: inherit;
  font-size: 2rem;
  min-height: 90px;
}

.panel.panel-product-compare .panel-text-simple {
  background: #5B7E96;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: inherit;
  font-size: 1rem;
  min-height: 30px;
}

#borrower-story-form-start-links {
  max-width: 43.5rem;
  margin: 1.25rem auto;
  display: flex;
  align-items: center;
  border-radius: 5px;
}
@media (max-width: 1023px) {
  #borrower-story-form-start-links {
    max-width: 90%;
  }
}
#borrower-story-form-start-links a {
  text-transform: capitalize;
}
#borrower-story-form-start-links .col-12 {
  margin: 0.5rem auto;
}
#borrower-story-form-start-links .col-12:last-child {
  text-align: right;
}
@media (max-width: 1023px) {
  #borrower-story-form-start-links .col-12:last-child {
    text-align: left;
  }
}
.optional-message, .form-help-card {
  background: white;
  padding: 1.2rem;
  width: 43.5rem;
  max-width: 96%;
  margin: 1.25rem auto;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 5px #999;
}
@media (max-width: 1023px) {
  .optional-message, .form-help-card {
    width: 90%;
    max-width: 90%;
  }
}
.optional-message .title, .form-help-card .title {
  color: #00A47E;
  margin: 0 0 0.5rem;
}
.optional-message p, .form-help-card p {
  font-size: 0.9rem;
  padding-right: 1rem;
}

@media (max-width: 1024px) {
  .level-tracker {
    visibility: hidden;
  }
}

.close-optional {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: gray;
}

#help-wrapper {
  margin-top: 4.6rem;
}
#help-wrapper .popular-posts {
  padding: 1rem;
  background: white;
  margin-bottom: 2rem;
}
#help-wrapper .popular-posts .plain-link {
  text-transform: initial;
}
#help-wrapper .popular-posts p {
  color: #00A7E1;
}
#help-wrapper .popular-posts h2 {
  border-bottom: 1px solid #033C5B;
  padding-bottom: 1rem;
}
#help-wrapper #training-video {
  background: white;
  padding: 1rem;
}
#help-wrapper #training-video iframe {
  width: 100%;
}
#help-wrapper #training-video .help-card {
  padding-left: 0;
  padding-right: 16px;
}
#help-wrapper .search-bar {
  float: right;
}
#help-wrapper .type-farxcel_faqs {
  border-bottom: 1px solid #033C5B;
  margin-top: 1rem;
}
#help-wrapper .faqs {
  background: white;
  padding: 1rem;
  width: 98%;
  min-height: 10rem;
  margin-bottom: 2rem;
}
#help-wrapper .faqs .expanded-faq {
  display: none;
}
#help-wrapper .faqs .expand-faq > a {
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: capitalize;
  font-weight: 600;
}

@media (min-width: 1920px) {
  #help-wrapper, #training-videos-wrapper {
    max-width: 1635px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1920px) {
  #help-wrapper, #training-videos-wrapper {
    padding-left: 18px;
  }
}
#help-wrapper h2, #training-videos-wrapper h2 {
  font-size: 1.4rem;
}

.search-bar {
  margin-bottom: 1rem;
}
.search-bar .see-all {
  color: white;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding: 0.8rem 5px;
}
.search-bar .category-list {
  display: inline-block;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  padding: 0 2rem 0 0;
  margin: 0;
  height: 100%;
  background-color: #033C5B;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search-bar .category-list:active {
  border: 0;
}
.search-bar .category-list option {
  font: inherit;
}
.search-bar .category-list button,
.search-bar .category-list .btn {
  border: 0;
  border-radius: 0;
  background-color: #033C5B;
  color: #fff;
  text-transform: none;
  padding-left: 0.5rem;
}
.search-bar .category-list button:after,
.search-bar .category-list .btn:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  padding: 0.8rem 1rem;
  position: absolute;
  right: 5px;
  top: 0px;
}
.search-bar .category-list.show button:after {
  content: "";
}
.search-bar .category-list .dropdown-item {
  background-color: #033C5B;
  color: #fff;
  padding: 0.8rem 1.5rem;
  margin-top: -2px;
}
.search-bar .category-list .dropdown-item:hover {
  background-color: #00A7E1;
}

.search-btn {
  padding: 0.7rem 1rem;
  color: white;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  float: right;
}
.search-btn .fa-search {
  font-size: 1.4rem;
}

.bg-denim a:hover, .bg-denim a:active {
  color: #00A7E1;
}

.content-box {
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

#product-compare {
  margin: 1rem 5%;
  position: relative;
}
@media (max-width: 1023px) {
  #product-compare {
    margin: 2rem 1rem 1rem;
  }
}
#product-compare .farxcel-title {
  padding: 0 0.5rem;
  margin-bottom: 2rem;
}
#product-compare form .product-link#hecm .description {
  padding: 0;
}
#product-compare form .product-link#hecm .panel-heading {
  border: 1px solid #5B7E96;
}
#product-compare form .product-link#homesafe-standard .panel-heading {
  border: 1px solid #00A7E1;
}
#product-compare form .product-link#homesafe-second .panel-heading {
  border: 1px solid #CFDD28;
}
#product-compare form .product-link#homesafe-select .panel-heading {
  border: 1px solid #00A7E1;
}
#product-compare form .product-link .total-proceeds {
  background: #033C5B;
  color: white;
  padding: 12px 7px;
  font-size: 0.9rem;
}
#product-compare form .product-link .total-proceeds .amount {
  font-size: 1rem;
}
#product-compare form .product-link .home-value {
  background: white;
  font-size: 0.8rem;
  padding: 7px;
}
#product-compare form .product-link .interest-rate {
  background: aliceblue;
  font-size: 0.8rem;
  padding: 7px;
}
#product-compare form .product-link .remaining-equity {
  background: #5B7E96;
  color: white;
  padding: 7px;
  font-size: 0.9rem;
}
#product-compare form .product-link .mortgage-payoff {
  background: #00A7E1;
  color: white;
  padding: 7px;
  font-size: 0.9rem;
  font-weight: 600;
}
#product-compare form .product-link .amount-strip {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 600;
}
#product-compare form .product-link .amount {
  display: inline-block;
}
#product-compare form .product-link.active > .panel .submit-row > .btn {
  color: white;
  background: #00A47E;
  border-color: #00A47E;
}
#product-compare form .product-link.active > .panel .submit-row > .btn:active, #product-compare form .product-link.active > .panel .submit-row > .btn:hover {
  background: #033C5B;
  border-color: #033C5B;
}
#product-compare form .product-link.recommended > .panel {
  border: 4px solid #DD5F13;
  border-top: 20px solid #DD5F13;
}
#product-compare form .product-link.recommended > .panel .description {
  font-weight: 600;
  color: #033C5B;
  margin-bottom: 20px;
}
#product-compare form .product-link.recommended > .panel .total-proceeds {
  font-size: 0.91rem;
}
#product-compare form .product-link.recommended > .panel .total-proceeds .amount {
  font-size: 1.125rem;
}
#product-compare form .product-link.recommended > .panel .mortgage-payoff, #product-compare form .product-link.recommended > .panel .remaining-equity {
  font-size: 0.9rem;
}
#product-compare form .product-link.recommended > .panel:before {
  width: 100%;
  content: "Recommended";
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: white;
  position: absolute;
  top: -19px;
  letter-spacing: 3px;
}
#product-compare form .product-link.recommended > .panel .panel-content {
  padding-top: 0.4rem;
}
#product-compare form .product-link.recommended > .panel .submit-row {
  margin-top: 0.5rem;
}
#product-compare form > .container-fluid > .row {
  align-items: flex-end;
}

#page .page #product-compare {
  margin: 5rem 5%;
}
@media (max-width: 1279px) {
  #page .page #product-compare {
    margin-top: 8rem;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.gray-link {
  color: gray;
  font-weight: 600;
}

.category-bar {
  margin-top: 3rem;
}
.category-bar .category-title {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 1rem 0.5rem;
}

.help-card {
  margin-bottom: 1rem;
}

.search-form-wrapper {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
  display: none;
  padding: 0.25rem 1rem;
  width: 60%;
}
@media (max-width: 1023px) {
  .search-form-wrapper {
    width: 100%;
  }
}
.search-form-wrapper .form-group {
  display: flex;
  margin-bottom: 0;
}
.search-form-wrapper .submit {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #033C5B;
  padding-left: 1rem;
}
.search-form-wrapper input.form-control {
  margin: 0;
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  height: 2.35rem;
  width: 90%;
}

.card.help-card {
  background: transparent;
  box-shadow: none;
  border: none;
}
.card.help-card .card-body {
  margin-top: 1rem;
}

.featured-card iframe,
.help-card iframe {
  width: 100%;
}
.featured-card .thumbnail-help,
.help-card .thumbnail-help {
  width: 100%;
}

.profile-page {
  margin-top: 4.6rem;
}
.profile-page .title-row {
  max-width: 43.5rem;
  margin: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .profile-page .title-row {
    max-width: 90%;
  }
}
.profile-page .title-row h1 {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .profile-page .title-row h1 {
    margin-bottom: 1rem;
  }
}
.profile-page #user-profile form {
  max-width: 100%;
}
.profile-page .farxcel-links {
  text-align: right;
}
@media (max-width: 1279px) {
  .profile-page .farxcel-links {
    text-align: left;
  }
}

.fa-question-circle {
  color: #00A7E1;
}
@media (max-width: 768px) {
  .fa-question-circle {
    font-weight: 900;
  }
}

#mobile-year {
  display: none;
}
@media (max-width: 1023px) {
  #mobile-year {
    display: block;
    height: 1.5rem;
    text-align: center;
    line-height: 4rem;
  }
}

#fetchPointValueSlider {
  display: none;
  border: none;
}
@media (max-width: 1023px) {
  #fetchPointValueSlider {
    display: block;
  }
}

.slidercontainer {
  position: relative;
}
.slidercontainer .range-value {
  position: absolute;
}
.slidercontainer .slider {
  -webkit-appearance: none;
  appearance: none;
  background: white;
  width: 100%;
  height: 25px;
  border-radius: 10px;
  outline: none;
  opacity: 0.9;
  margin-bottom: 0;
}
@media (max-width: 1365px) {
  .slidercontainer .slider {
    height: 12px;
  }
}
.slidercontainer .slider::-ms-fill-lower {
  background: #00A7E1 !important;
}
.slidercontainer .slider::-moz-range-progress {
  background: #00A7E1 !important;
  height: 15px;
  border-radius: 8px;
}
@media (max-width: 1365px) {
  .slidercontainer .slider::-moz-range-progress {
    height: 8px;
  }
}
.slidercontainer .slider::-moz-range-track {
  background: white;
}
.slidercontainer .slider::-webkit-slider-runnable-track {
  border-radius: 8px;
}
.slidercontainer .slider:hover, .slidercontainer .slider:active {
  opacity: 1;
}
.slidercontainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #033C5B;
  cursor: pointer;
  border: 1px solid white;
  box-sizing: content-box;
  box-shadow: 0 0 5px #888;
  position: relative;
}
@media (max-width: 1365px) {
  .slidercontainer .slider::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
  }
}
.slidercontainer .slider::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #033C5B;
  cursor: pointer;
  border: 1px solid white;
  box-sizing: content-box;
  box-shadow: 0 0 5px #888;
}
@media (max-width: 1365px) {
  .slidercontainer .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
  }
}
.slidercontainer .current-val {
  position: absolute;
  text-align: center;
  background: white;
  width: 55px;
  height: 30px;
  color: #033C5B;
  border-radius: 10px;
  display: inline-block;
  top: 23px;
  margin-left: -1%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 1px #888888;
  padding: 5px 10px 0;
  margin-top: 15px;
  font-size: 0.75rem;
  line-height: 1.8;
}
.slidercontainer .current-val:before {
  content: "";
  border-color: white;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 20px solid white;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  top: -10px;
  left: 50%;
  margin-left: -14px;
  margin-top: -1px;
}

.slider-ranges {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  margin-top: 10px;
}

.product-chart {
  width: 80%;
  height: auto;
  margin: 1rem 0 0;
}

#illustration-wrapper .row {
  margin-right: 0;
  margin-left: 0;
}
#illustration-wrapper .title {
  font-size: 1rem;
  margin: 1rem 0;
}
#illustration-wrapper label,
#illustration-wrapper .heading,
#illustration-wrapper th {
  font-size: 0.875rem;
}
#illustration-wrapper #illustration-form {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
#illustration-wrapper .farxcel-notices-illustration {
  margin-left: -8px;
}
#illustration-wrapper ul.nav li {
  padding: 10px;
  margin-bottom: 0;
  min-width: 50%;
}
@media (min-width: 1279px) {
  #illustration-wrapper ul.nav li {
    min-width: 25%;
  }
}
#illustration-wrapper ul.nav li.active {
  background: white;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
#illustration-wrapper ul.nav li.active:after {
  content: "";
  display: block;
  width: 93%;
  border-bottom: 1px dashed #00A7E1;
  position: absolute;
  bottom: 0;
}
#illustration-wrapper ul.nav li.nav-link-active-shadow {
  background: transparent;
  position: absolute;
  z-index: -99;
  left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
#illustration-wrapper ul.nav li a {
  font-size: 1rem;
  padding: 10px;
  color: #033C5B;
  text-decoration: none;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  #illustration-wrapper ul.nav li#exit-illustration-wrapper {
    font-weight: 600;
    position: absolute;
    right: 0;
    text-align: right;
    padding: 0;
  }
  #illustration-wrapper ul.nav li#exit-illustration-wrapper span {
    display: none;
  }
  #illustration-wrapper ul.nav li#exit-illustration-wrapper a {
    font-size: 1.5rem;
  }
}
#illustration-wrapper #illustration-top {
  background: white;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 1279px) {
  #illustration-wrapper #illustration-top {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
}
#illustration-wrapper #illustration-top #illustration-quick-fill-collapsed {
  border-radius: 5px;
  background-color: #EFEFEF;
  width: 40px;
  min-height: 850px;
  position: relative;
  display: none;
  text-align: center;
}
#illustration-wrapper #illustration-top #illustration-quick-fill-collapsed .far {
  font-size: 0.9rem;
  color: #00A7E1;
}
#illustration-wrapper #illustration-top #illustration-quick-fill-collapsed .fa-edit {
  margin-top: 1rem;
}
#illustration-wrapper #illustration-top #illustration-quick-fill-collapsed .fa-chevron-right {
  position: absolute;
  bottom: 1rem;
  margin-right: 3px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill {
  border-radius: 5px;
  position: relative;
  background-color: #EFEFEF;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .close-optional {
  right: 0;
  font-size: 14px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill h1.title {
  margin: 0.5rem 0 0;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .current-val {
  top: 10px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill > div {
  padding: 0 18px 0 0.5rem;
  width: 100%;
}
@media (max-width: 1279px) {
  #illustration-wrapper #illustration-top #illustration-quick-fill > div:first-child {
    background: white;
    padding: 0.5rem 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1279px) {
  #illustration-wrapper #illustration-top #illustration-quick-fill .dob-wrapper {
    justify-content: space-between;
  }
}
#illustration-wrapper #illustration-top #illustration-quick-fill .dob-wrapper .form-date-input {
  width: 22% !important;
}
@media (max-width: 1279px) {
  #illustration-wrapper #illustration-top #illustration-quick-fill .dob-wrapper .form-date-input {
    width: 2rem !important;
  }
}
#illustration-wrapper #illustration-top #illustration-quick-fill .dob-wrapper .form-date-input#yearOfBirth {
  width: 30% !important;
}
@media (max-width: 1279px) {
  #illustration-wrapper #illustration-top #illustration-quick-fill .dob-wrapper .form-date-input#yearOfBirth {
    width: 3.5rem !important;
  }
}
#illustration-wrapper #illustration-top #illustration-quick-fill .dob-wrapper input {
  padding: 0;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .slider-ranges {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.75rem;
}
#illustration-wrapper #illustration-top #illustration-quick-fill input:not([type=range]), #illustration-wrapper #illustration-top #illustration-quick-fill select {
  padding: 0.25rem;
  margin: 0;
  font-size: 0.625rem;
  height: 2rem;
}
#illustration-wrapper #illustration-top #illustration-quick-fill label {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .separator {
  margin: 0 5px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill form .separator {
  margin-left: 4px;
  margin-right: 4px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .label-subscript {
  font-size: 14px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .label-subscript span {
  font-size: 12px;
  color: #00A7E1;
}
#illustration-wrapper #illustration-top #illustration-quick-fill select {
  border-radius: 0.375rem;
  width: 100%;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .bg-denim {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 1rem 0;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .bg-denim .title, #illustration-wrapper #illustration-top #illustration-quick-fill .bg-denim label {
  color: white;
}
@media (max-width: 1279px) {
  #illustration-wrapper #illustration-top #illustration-quick-fill .fa-window-close {
    display: none;
  }
}
#illustration-wrapper #illustration-top #illustration-quick-fill #takePaymentsLater {
  display: block;
  float: left;
  margin-right: 0.5rem;
}
#illustration-wrapper #illustration-top #illustration-quick-fill #illustration-advanced-options-link {
  font-size: 0.625rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: block;
}
#illustration-wrapper #illustration-top #illustration-quick-fill #illustration-advanced-options-link::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1rem;
  margin-left: 4px;
  position: absolute;
  top: 0.5rem;
  bottom: auto;
}
#illustration-wrapper #illustration-top #illustration-quick-fill #illustration-advanced-options-link.active::after {
  content: "";
  bottom: 0.6rem;
  top: auto;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .tier-types {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  background: rgba(0, 0, 0, 0.25);
  padding: 0.5rem 0;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .tier-types .btn-tier-type {
  min-width: 45%;
  margin: 2px;
  background: white;
  border-color: #00A7E1;
  padding: 3px;
  font-size: 0.75rem;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .tier-types .btn-tier-type.active {
  background: #033C5B;
  border-color: #033C5B;
  color: white;
}
#illustration-wrapper #illustration-top #illustration-quick-fill #illustration-save-wrapper-mobile {
  display: none;
  background: white;
  padding-top: 1rem;
  padding-bottom: 2rem;
  justify-content: space-between;
}
#illustration-wrapper #illustration-top #illustration-quick-fill #illustration-save-wrapper-mobile a {
  font-size: 1.5rem;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#illustration-wrapper #illustration-top #illustration-quick-fill #illustration-save-wrapper-mobile a.print-borrower {
  width: 60%;
  color: #033C5B;
}
#illustration-wrapper #illustration-top #illustration-quick-fill #illustration-save-wrapper-mobile a.print-borrower:hover, #illustration-wrapper #illustration-top #illustration-quick-fill #illustration-save-wrapper-mobile a.print-borrower:active {
  color: white;
}
#illustration-wrapper #illustration-top #illustration-quick-fill #illustration-save-wrapper-mobile a.save-borrower {
  width: 35%;
}
@media (max-width: 1279px) {
  #illustration-wrapper #illustration-top #illustration-quick-fill #illustration-save-wrapper-mobile {
    display: flex;
  }
}
#illustration-wrapper #illustration-top #illustration-quick-fill #fundAccess:disabled {
  background: transparent;
  color: #000;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .slider {
  height: 12px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .slider::-moz-range-progress {
  height: 8px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .slider::-webkit-slider-thumb {
  width: 15px;
  height: 15px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .slidercontainer .current-val {
  margin-left: -1.2rem;
}
@media (max-width: 1365px) {
  #illustration-wrapper #illustration-top #illustration-quick-fill .title {
    font-size: 1.5rem;
  }
}
#illustration-wrapper #illustration-top #illustration-quick-fill input[type=checkbox] {
  position: relative;
  top: 2px;
  margin: 0 2px 5px 0;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .closingCostsOpen {
  position: relative;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .closingCostsOpen a {
  position: absolute;
  right: 0.1rem;
  top: 0.25rem;
  display: block;
  background-color: transparent;
  height: 90%;
  padding: 0 5px;
}
#illustration-wrapper #illustration-top #illustration-quick-fill .closingCostsOpen a i {
  background-color: #033C5B;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  padding: 3px 3px 4px 5px;
  border-radius: 5px;
  border: none;
}
#illustration-wrapper #illustration-advanced-wrapper {
  visibility: hidden;
  height: 1px;
  background: white;
}
@media (max-width: 1365px) {
  #illustration-wrapper #illustration-advanced-wrapper {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    margin-top: 3rem;
  }
}
#illustration-wrapper #illustration-advanced-wrapper #illustration-advanced {
  padding: 1rem;
}
#illustration-wrapper #illustration-advanced-wrapper #illustration-advanced .form-control {
  height: 1.875rem;
  padding: 0 0.5rem;
}
#illustration-wrapper #illustration-advanced-wrapper #illustration-advanced .title {
  margin: 0;
}
#illustration-wrapper #illustration-advanced-wrapper #illustration-advanced table {
  text-align: center;
}
#illustration-wrapper #illustration-advanced-wrapper #illustration-advanced table td {
  width: 10%;
}
#illustration-wrapper #illustration-advanced-wrapper #illustration-advanced table td, #illustration-wrapper #illustration-advanced-wrapper #illustration-advanced table th {
  vertical-align: middle;
}
#illustration-wrapper #illustration-advanced-wrapper #illustration-advanced table input, #illustration-wrapper #illustration-advanced-wrapper #illustration-advanced table textarea, #illustration-wrapper #illustration-advanced-wrapper #illustration-advanced table select {
  margin: 0;
}
@media (max-width: 1365px) {
  #illustration-wrapper #illustration-advanced-wrapper #illustration-advanced {
    padding-top: 1.5rem;
  }
}

#page #illustration-wrapper {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media (max-width: 1279px) {
  #page #illustration-wrapper {
    margin-top: 7rem;
  }
}
@media (max-width: 1279px) {
  #page .signed-form-wrapper,
#page .product-compare-wrapper {
    margin-top: 8rem;
  }
}

#ajax-in-progress {
  display: none;
  position: fixed;
  background: #033C5B;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 99;
}
#ajax-in-progress > div {
  margin-left: 50%;
  margin-top: 300px;
}
#ajax-in-progress .fa-spinner {
  font-size: 2rem;
  color: white;
}

.modal-backdrop {
  background-color: rgba(3, 60, 91, 0.9);
}

#illustration-results h1.title {
  margin: 0 10px;
}

#results-actions-wrapper {
  margin-top: 0;
}
#results-actions-wrapper #chart-key span {
  font-size: 0.625rem;
}
#results-actions-wrapper #chart-key .btn-group {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: block;
}
#results-actions-wrapper #chart-key .btn-group .btn {
  background: transparent;
  color: #033C5B;
  text-transform: none;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  border-radius: 0;
  display: block;
  text-align: left;
  padding: 0;
}
#results-actions-wrapper #chart-key .btn-group .btn.active, #results-actions-wrapper #chart-key .btn-group .btn.focus {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#results-actions-wrapper #chart-key .btn-group .btn img {
  margin-right: 10px;
}
@media (max-width: 1024px) {
  #results-actions-wrapper #chart-key {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 1rem 0;
    background: rgba(0, 0, 0, 0.05);
  }
  #results-actions-wrapper #chart-key .btn-group .btn.active, #results-actions-wrapper #chart-key .btn-group .btn.focus {
    background-color: rgba(0, 167, 225, 0.4);
    border: none;
  }
}
#results-actions-wrapper #illustration-save-wrapper {
  text-align: right;
}
#results-actions-wrapper #illustration-save-wrapper .btn {
  border-radius: 10px;
}
#results-actions-wrapper #illustration-save-wrapper .fa-print {
  font-size: 1.2rem;
  margin-right: 10px;
}
#results-actions-wrapper #illustration-save-wrapper .print-borrower {
  font-size: 1.2rem;
  padding: 12px 18px;
  color: #033C5B;
}
#results-actions-wrapper #illustration-save-wrapper .print-borrower:hover, #results-actions-wrapper #illustration-save-wrapper .print-borrower:active {
  color: white;
}
#results-actions-wrapper #illustration-save-wrapper .save-borrower {
  font-size: 1.2rem;
  padding: 12px 18px;
  margin-left: 5px;
}
@media (max-width: 1279px) {
  #results-actions-wrapper #illustration-save-wrapper {
    display: none;
  }
}

.fa-spin {
  margin-left: 8px;
}

.level-tracker {
  height: 1rem;
  background: #00A7E1;
}

#overallResults {
  margin-bottom: 1rem;
}
#overallResults tbody td {
  font-size: 1.3rem;
  font-weight: 300;
  padding-top: 0;
}

#overall-results-table,
#overall-results-table-2 {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
#overall-results-table .result-box,
#overall-results-table-2 .result-box {
  background: aliceblue;
  padding: 10px 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#overall-results-table .result-box .heading,
#overall-results-table-2 .result-box .heading {
  font-weight: bold;
  color: #033C5B;
  font-size: 0.7rem;
  text-align: center;
}
#overall-results-table .result-box .data,
#overall-results-table-2 .result-box .data {
  font-size: 1.3rem;
  font-weight: 300;
  padding-top: 0;
  text-align: center;
}
#overall-results-table.table-1 .result-box,
#overall-results-table-2.table-1 .result-box {
  flex-grow: 1;
}
#overall-results-table.standard-result-table #result-box-Rate,
#overall-results-table-2.standard-result-table #result-box-Rate {
  border-left: 10px solid white;
}
#overall-results-table.hecm-result-table #result-box-Initial-Rate,
#overall-results-table-2.hecm-result-table #result-box-Initial-Rate {
  border-left: 10px solid white;
}
#overall-results-table.second-result-table #result-box-HS-Second-Rate,
#overall-results-table-2.second-result-table #result-box-HS-Second-Rate {
  border-left: 10px solid white;
}
@media (max-width: 1279px) {
  #overall-results-table,
#overall-results-table-2 {
    display: none;
  }
}

#overall-results-table-mobile {
  margin: 1rem 0;
  display: none;
}
@media (max-width: 1279px) {
  #overall-results-table-mobile {
    display: block;
  }
}
#overall-results-table-mobile .row:nth-child(2n) {
  background: white;
}
#overall-results-table-mobile .row:nth-child(2n+1) {
  background: aliceblue;
}
#overall-results-table-mobile .row .col-6:first-child {
  font-weight: bold;
  color: #033C5B;
  font-size: 1rem;
}
#overall-results-table-mobile .row .col-6:last-child {
  font-size: 1.3rem;
  font-weight: 300;
  padding-top: 0;
  text-align: right;
}
#overall-results-table-mobile .row .col-6 div {
  padding: 1rem 5px;
}

#playVideo .modal-header {
  border-bottom: 0;
}
@media (max-width: 414px) {
  #playVideo .modal-body {
    padding: 1rem 0;
  }
}
#playVideo .modal-body iframe {
  width: 100%;
  height: 30rem;
}
@media (max-width: 767px) {
  #playVideo .modal-body iframe {
    height: 315px;
  }
}

p.error {
  color: red;
}

.fa-question-circle {
  position: relative;
  display: inline-block;
}

.fa-question-circle .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #033C5B;
  color: #fff;
  text-align: left;
  position: absolute;
  z-index: 1;
  top: -13px;
  left: 100%;
  padding: 15px;
  font-family: Montserrat sans-serif;
  font-size: 0.9rem;
  border-radius: 10px;
  line-height: 1rem;
}

.fa-question-circle .tooltiptext::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #033C5B transparent transparent;
}

.fa-question-circle:hover .tooltiptext {
  visibility: visible;
}

#illustrator-chart {
  margin-top: 2rem;
  overflow-x: scroll;
}

.illustration-modal {
  text-align: center;
}
.illustration-modal .modal-content {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  border-radius: 6px;
}
.illustration-modal .modal-header {
  border-bottom: 0;
}
.illustration-modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.illustration-modal .modal-body h1 {
  padding: 0 4rem;
}
.illustration-modal .modal-body p {
  padding: 0 4rem 3rem;
}
.illustration-modal .modal-body .stay {
  margin-left: 10px;
}

#closingCostsBreakdown {
  text-align: left;
}
#closingCostsBreakdown button.close {
  color: rgba(0, 0, 0, 0.2);
}
#closingCostsBreakdown .fa-minus-circle {
  color: #DD5F13;
}
@media (min-width: 1279px) {
  #closingCostsBreakdown .modal-dialog {
    max-width: 840px;
  }
}
#closingCostsBreakdown thead tr th {
  font-size: 1.2rem;
  font-weight: 500;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  #closingCostsBreakdown thead tr th {
    font-size: 0.9rem;
  }
}
#closingCostsBreakdown thead tr th:nth-child(1) {
  width: 47%;
}
#closingCostsBreakdown thead tr th:nth-child(2) {
  width: 30%;
}
#closingCostsBreakdown thead tr th:nth-child(3) {
  width: 22%;
}
#closingCostsBreakdown tbody tr > td:last-child {
  text-align: right;
  padding: 0;
  vertical-align: middle;
}
#closingCostsBreakdown tbody tr td:nth-child(1) {
  width: 47%;
}
#closingCostsBreakdown tbody tr td:nth-child(2) {
  width: 30%;
}
#closingCostsBreakdown tbody tr td:nth-child(3) {
  width: 22%;
}
#closingCostsBreakdown tbody input, #closingCostsBreakdown tbody select {
  margin: 5px 0 0 0;
}
@media (max-width: 768px) {
  #closingCostsBreakdown tbody input, #closingCostsBreakdown tbody select {
    font-size: 0.7rem;
  }
}
#closingCostsBreakdown tbody select {
  padding: 0;
}
#closingCostsBreakdown .addLineItem {
  margin-left: 10px;
  text-transform: capitalize;
  text-decoration: none;
}
#closingCostsBreakdown .addLineItem .fa-plus-circle {
  color: #00A7E1;
}
#closingCostsBreakdown .modal-content {
  width: auto;
}
#closingCostsBreakdown #calculateClosingCosts {
  float: right;
  margin: 2rem 10px 0;
  font-size: 1.2rem;
  padding: 0.6rem;
}

#saved-illustrations-wrapper {
  margin: 3.6rem 4rem;
}
#saved-illustrations-wrapper > .row {
  margin-bottom: 1rem;
}
#saved-illustrations-wrapper table {
  background: white;
  margin-right: 1rem;
  word-wrap: break-word;
}
#saved-illustrations-wrapper table .fa-trash {
  color: black;
  font-size: 1.2rem;
}
#saved-illustrations-wrapper table .fa-edit {
  color: #00A7E1;
  font-size: 1.2rem;
}
#saved-illustrations-wrapper table td, #saved-illustrations-wrapper table td {
  padding: 0.95rem;
}
#saved-illustrations-wrapper table .editIllustrationForm {
  display: inline;
}
#saved-illustrations-wrapper table .editIllustrationForm a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#scroll-top-link {
  position: fixed;
  border-radius: 2px;
  background: #033C5B;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  right: 0;
  bottom: 0;
  z-index: 1030;
  display: none;
}
#scroll-top-link i {
  color: white;
}
@media (max-width: 1365px) {
  #scroll-top-link {
    display: none !important;
  }
}

.section-page-header-row.xcelerate-home-header {
  padding: 0;
  background-color: #033C5B;
  margin-left: 0;
  margin-right: -16px;
}
@media (max-width: 1279px) {
  .section-page-header-row.xcelerate-home-header {
    margin-top: -2rem;
  }
}
@media (max-width: 1023px) {
  .section-page-header-row.xcelerate-home-header {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section-page-header-row.xcelerate-home-header {
    margin-left: -16px;
  }
}
.section-page-header-row.xcelerate-home-header .content-text {
  background-color: #033C5B;
  color: white;
}
.section-page-header-row.xcelerate-home-header .content-text h1 {
  font-size: 2.3rem;
}
.section-page-header-row.xcelerate-home-header .content-image {
  margin-bottom: 1rem;
  background-image: url(../images/xcelerate-home-header-background.png), url(../images/speedometer.png);
  background-repeat: no-repeat;
  background-position: left, 80% !important;
}
@media (min-width: 1279px) {
  .section-page-header-row.xcelerate-home-header .content-image .container {
    max-width: 1400px;
  }
}
.section-page-header-row.xcelerate-home-header .content-image .container .content-text {
  background-color: transparent;
  padding: 5rem 1rem;
}

.section-row-w-cols.wrapper.xcelerate-home-column-wrapper {
  background-color: white;
  padding: 6rem 0;
}
@media (min-width: 1279px) {
  .section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container {
    max-width: 1400px;
  }
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row {
  justify-content: space-around;
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row a {
  text-decoration: none;
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column {
  display: flex;
  background-color: white;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1023px) {
  .section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column {
    max-width: 48%;
  }
}
@media (min-width: 1279px) {
  .section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column {
    max-width: 21%;
  }
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column .column-header {
  text-align: left;
  padding: 0 1rem;
  width: 100%;
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column .column-header h4 {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column .column-icon {
  position: absolute;
  top: -2.1rem;
  border: 0;
  left: 50%;
  margin-left: -2.185rem;
  background-color: #033C5B;
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column .column-icon .far {
  color: white;
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column .column-body {
  text-align: left;
  width: 100%;
  padding: 1rem;
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column .column-body a {
  text-transform: lowercase;
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column .column-footer {
  width: 100%;
  padding-right: 1.5rem;
  bottom: 0;
  right: 0;
  text-align: right;
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column .column-footer a {
  font-weight: 600;
}
.section-row-w-cols.wrapper.xcelerate-home-column-wrapper .container .row .column .column-footer a::after {
  font-family: Font Awesome\ 5 Pro;
  content: "";
  font-weight: 600;
  padding-left: 5px;
}

/*# sourceMappingURL=global.css.map */


.nav-item a::after {
  display: none;
}

.active .nav-item a::after {
  display: block;
}
