.tooltip-arrow,
.tooltip-inner {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.hero,
.hero-article {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
    url(../../assets/img/hero-1.jpg);
  background-size: cover;
  background-position: center center;
}
.about-chris,
.hero,
.hero-article {
  background-position: center center;
}
.hero-header,
.hero-subtext {
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
}
body {
  font-family: proxima-nova;
}
.tab-content {
  background-color: #fff;
  padding: 5rem;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.tooltip-inner {
  background-color: #fff;
  color: #1e5895;
  font-size: 1rem;
  padding: 1rem;
  opacity: 1 !important;
  border-radius: 8px;
  max-width: 400px !important;
}
.tooltip-arrow {
  border-bottom-color: #fff !important;
}
.nav-tabs {
  display: none;
}
@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
  }
  .card {
    border: none;
  }
  .card .card-header {
    display: none;
  }
  .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    padding-bottom: 2rem;
  }
  .tab-content > .tab-pane:last-child {
    padding-bottom: 0;
  }
  .tab-content {
    padding: 1rem;
    border-radius: 8px;
  }
}
.block-container {
  background-color: #fff;
  padding: 4rem 2rem;
  border-radius: 8px;
  transition: ease all 0.3s;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition-timing-function: linear;
  top: 0;
  height: 400px;
}
.faq-card:hover > .block-container {
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.25) !important;
  border-bottom: 0.7rem solid #1e5895;
  position: relative;
  top: -20px;
  background-color: rgba(30, 88, 149, 0.05);
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  transition-timing-function: linear;
  height: 100%;
}
.faq-card > .block-container,
.faq-subtext {
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
}
@media (max-width: 768px) {
  .block-container {
    padding: 2rem 1rem;
    height: 100%;
  }
}
.faq-card > .block-container {
  border-bottom: 0 solid #1e5895;
  transition: ease all 0.5s;
  transition-timing-function: linear;
  top: 0;
}
.faq-card > .block-container > h1 {
  font-size: 2rem;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  transition-timing-function: linear;
}
.step-1-btn {
  border-radius: 8px 0 0 !important;
}
.step-8-btn {
  border-radius: 0 8px 0 0 !important;
}
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #fff !important;
}
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #fff !important;
}
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #fff !important;
}
.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #fff !important;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}
.faq-content {
  line-height: 2rem;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 00.02rem;
}
.chris-content,
.loan-steps-content {
  line-height: 2rem;
  font-size: 1.3rem;
  letter-spacing: 00.02rem;
  font-weight: 300;
}
.loan-steps-content {
  margin-bottom: 1rem;
}
.loan-steps-content:last-child {
  margin-bottom: 0;
}
.faq-subtext {
  opacity: 0;
  line-height: 31px;
  font-size: 21px;
  font-weight: 300;
  transition: ease all 0.5s;
}
.faq-card:hover > .block-container:hover > .faq-subtext {
  opacity: 1;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
  transition: ease all 0.5s;
}
.loan-process {
  border-radius: 8px;
}
.loan-btn {
  background-color: #cad6df;
  color: #1e5895;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 1rem;
  transition: ease all 0.5s;
}
.nav-logo {
  height: 25px;
}
.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}
.footer-basic li {
  padding: 0 10px;
}
.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}
.footer-basic ul a:hover {
  opacity: 1;
}
.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}
.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}
.footer-basic .social > a:hover {
  opacity: 0.9;
}
.footer-basic {
  padding: 40px 0;
  background-color: #1e5895;
  color: #fff;
}
.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}
.hero-article {
  height: 100%;
}
.hero {
  height: 90%;
  height: calc(100vh - 87px);
}
@media (max-width: 576px) {
  .hero {
    height: 100% !important;
  }
  .faq-subtext {
    display: none;
  }
}
#chris-b,
.about-chris {
  background-size: cover;
  height: 100%;
}
.about-chris {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)),
    url(../../assets/img/hero-2.jpg);
}
#chris-b {
  background-image: url(../../assets/img/chris-butts.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
}
.hero-header {
  font-weight: 800;
}
.hero-subtext {
  font-weight: 300;
  font-size: 21px;
  line-height: 31px;
}
.navbar.navbar-light.navbar-expand-md.sticky-top.bg-white.border-bottom.rounded-0.shadow-md {
  z-index: 100000;
}
.footer-logo {
  height: 35px;
}
@media (min-width: 992px) {
  .chris-headshot {
    max-height: 500px;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 1500px) {
  .chris-headshot {
    max-height: 620px;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 1800px) {
  .chris-headshot {
    max-height: 800px;
    height: 100%;
    z-index: -1;
  }
}
