.multi-content {
  margin-bottom: 2em;
}
.multi-content .nav-tabs {
  border-bottom: none;
  margin-bottom: 2em;
}
.multi-content .nav-tabs > li a {
  font-size: 1.6rem;
  padding: 0 0 9px;
  margin-right: 20px;
  border: none;
  border-bottom: 3px solid transparent;
}
@media only screen and (min-width: 768px) {
  .multi-content .nav-tabs > li a {
    font-size: 1.8rem;
  }
}
.multi-content .nav-tabs > li a:hover,
.multi-content .nav-tabs > li a:focus,
.multi-content .nav-tabs > li a:active {
  background: transparent;
  border: none;
  border-bottom: 3px solid #4fbfed;
  outline: none;
}
.multi-content .nav-tabs > li a:last-of-type a {
  margin-right: 0;
}
.multi-content .nav-tabs > li.active a {
  border-bottom-color: #4fbfed;
}
.multi-content img {
  display: block;
  margin: 0px auto 1em auto;
  max-width: 75%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .multi-content img {
    margin: 0;
    max-width: 100%;
  }
}
.multi-content .btn-default {
  border: none;
  border-radius: 3px;
  background: #f2ca04;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: .5em 2em;
}
.multi-content .btn-default:hover,
.multi-content .btn-default:active {
  background-color: #d9b504;
  color: #fff;
}
.multi-content h2 {
  font-size: 3.6rem;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .multi-content h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .multi-content h2 {
    font-size: 4.8rem;
  }
}
.multi-content .btn {
  margin: 0px auto;
  display: block;
  max-width: 250px;
}
@media only screen and (min-width: 992px) {
  .multi-content .btn {
    margin: .5em 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  #home .multi-content-row .row:first-child > [class|="col"] > h2 {
    margin-top: -1em;
  }
}
#financial-advisors .nav-tabs > li a {
  color: #293861;
  background: transparent;
}
#financial-advisors .nav-tabs > li a:hover,
#financial-advisors .nav-tabs > li a:active,
#financial-advisors .nav-tabs > li a:focus {
  border-bottom: 3px solid #293861;
}
#financial-advisors .nav-tabs > li.active a {
  border-bottom-color: #293861;
}
