html,
body {
  height: 100%;
  overscroll-behavior-y: none; }

.container-main {
  display: flex;
  flex-flow: column;
  min-height: 100%; }
  .container-main .header {
    flex: 0 1 auto;
    background: linear-gradient(#1275b4, #040829);
    color: #ffffff; }
    @media (min-width: 992px) {
      .container-main .header {
        background: #ffffff;
        color: #040829; } }
    .container-main .header .logo {
      max-width: 400px; }
      @media (max-width: 400px) {
        .container-main .header .logo {
          max-width: 100%; } }
    .container-main .header .header-row-1, .container-main .header .header-row-2, .container-main .header .header-row-3 {
      width: 100%; }
    .container-main .header .header-row-1 {
      background: white; }
    .container-main .header .header-row-2 {
      background: #040829;
      color: #ffffff; }
    .container-main .header .header-row-3 {
      background: #232643;
      color: #ffffff; }
  .container-main .content {
    flex: 1 1 auto;
    background-color: white;
    color: black; }
    .container-main .content.bg-white {
      background: white !important; }
    .container-main .content.bg-light {
      background: #efefef !important; }
    @media (min-width: 992px) {
      .container-main .content {
        background-color: #040829;
        color: #ffffff; } }
    .container-main .content .bot-wrapper {
      flex: 1 1 auto; }
      @media (min-width: 992px) {
        .container-main .content .bot-wrapper {
          background: transparent; } }
    .container-main .content .bot-container {
      background-color: #ffffff;
      width: 100%;
      min-height: 100%; }
      .container-main .content .bot-container.bot-container-mini {
        width: 100%; }
        @media (min-width: 992px) {
          .container-main .content .bot-container.bot-container-mini {
            max-width: 550px;
            min-height: 750px; } }
    .container-main .content .cta-arrow {
      height: 200px;
      transform: rotate(185deg) translateX(50%);
      margin-top: 50px; }
      @media (max-width: 1300px) {
        .container-main .content .cta-arrow {
          height: 150px; } }
      .container-main .content .cta-arrow.cta-arrow-right {
        transform: rotate(180deg) translateX(0%) rotateY(180deg); }
      .container-main .content .cta-arrow.cta-arrow-small {
        margin-top: 30px;
        height: 150px; }
    .container-main .content .logo {
      max-width: 350px; }
    .container-main .content .anchor-bottom {
      margin-top: auto; }
  .container-main .footer {
    flex: 0 1 auto;
    background-color: #232643; }
  .container-main .footer-light {
    background-color: #efefef;
    color: #040829;
    font-size: 14px; }
  .container-main .text-em {
    color: #faaa38; }
  .container-main .headline1 {
    font-size: 32px; }
  .container-main .headline2 {
    font-size: 24px;
    font-weight: 300; }
    @media (min-width: 992px) {
      .container-main .headline2 {
        font-size: 28px; } }
  .container-main .masthead .logo {
    max-width: 200px;
    max-height: 40px; }
  .container-main .masthead .phone {
    color: #232643; }
  .container-main .banner {
    color: #ffffff;
    background-color: #040829; }
    .container-main .banner .banner-list {
      list-style-type: circle; }
      .container-main .banner .banner-list li {
        padding: 4px 0;
        font-weight: 400;
        font-size: 18px; }
    .container-main .banner .headline1 h1 {
      font-weight: 700;
      font-size: 34px;
      line-height: 1.3;
      text-align: center; }
    .container-main .banner .headline2 h2 {
      font-size: 34px;
      line-height: 1.3;
      text-align: center;
      font-weight: 300; }
    .container-main .banner .headline3 h3 {
      font-size: 26px;
      font-weight: 300;
      text-align: center;
      line-height: 1.3; }
  @media (min-width: 992px) {
    .container-main .col-lg-offset {
      margin-left: 25%; } }
  .container-main .hero-thin {
    background: #232643;
    color: #ffffff; }
    .container-main .hero-thin .chart-bar-svg {
      height: 60px;
      width: auto;
      margin-right: 35px; }
    .container-main .hero-thin .hero-thin-title {
      font-size: 22px; }
    .container-main .hero-thin .hero-thin-subtitle {
      font-size: 18px; }
  .container-main .bot-wrapper-const-height {
    min-height: 566px; }
  .container-main .hero {
    min-height: 150px;
    color: #ffffff;
    background-image: url(/images/trulaw-magnifying-glass-transp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #232643; }
    .container-main .hero h3 {
      font-weight: 300;
      font-size: 22px; }
    @media (min-width: 992px) {
      .container-main .hero {
        min-height: 250px; }
        .container-main .hero h3 {
          font-size: 44px;
          line-height: 1.5; } }
  .container-main .wyg .iphone-case {
    max-width: 200px;
    height: auto; }
    @media (min-width: 992px) {
      .container-main .wyg .iphone-case {
        max-width: 300px; } }
  .container-main .paid {
    background-color: #efefef;
    color: #040829; }
    .container-main .paid h3 {
      font-weight: 600;
      font-size: 28px; }
    .container-main .paid h4 {
      font-weight: 400;
      font-size: 22px; }
    .container-main .paid p {
      font-weight: 300;
      font-size: 18px; }
  .container-main .about .landing-about-name {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0; }
  .container-main .about .landing-about-subname {
    font-weight: 300;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 30px; }
  .container-main .about .landing-headshot-wrapper {
    margin: 15px 0; }
    .container-main .about .landing-headshot-wrapper img {
      width: 200px;
      height: auto; }
  .container-main .testimonials {
    background-color: #efefef;
    color: #040829; }
    .container-main .testimonials .testimonial-quote {
      width: 35px;
      height: auto;
      margin-bottom: 15px; }
      .container-main .testimonials .testimonial-quote svg > path {
        fill: #bcbcbc; }
  .container-main .results {
    font-size: 1.2rem;
    font-weight: 300; }
    .container-main .results .result .result-highlight {
      color: #005996; }
  .container-main .content-text {
    color: #040829; }
    .container-main .content-text.bg-white {
      background: white !important; }
    .container-main .content-text.bg-light {
      background: #efefef !important; }
  .container-main .disclaimer {
    background-color: #232643;
    padding: 0;
    padding-top: 40px;
    font-size: 11px;
    color: #b3b3b3;
    font-weight: 400px; }
    .container-main .disclaimer a {
      color: #cccccc;
      font-weight: 600px; }
    .container-main .disclaimer .copyright {
      font-size: 16px; }
  .container-main .description1 {
    font-size: 18px; }
    @media (min-width: 992px) {
      .container-main .description1 {
        font-size: 28px; } }
  .container-main .description2,
  .container-main .description3 {
    font-size: 14px; }
    @media (min-width: 992px) {
      .container-main .description2,
      .container-main .description3 {
        font-size: 20px; } }
  .container-main .privacy-links {
    color: #faaa38; }
    .container-main .privacy-links a {
      color: #faaa38;
      font-size: .8rem; }
      .container-main .privacy-links a:hover {
        color: #f99506;
        text-decoration: none; }
      @media (min-width: 992px) {
        .container-main .privacy-links a {
          font-size: 1rem; } }
  .container-main .banner-home .banner-privacy-text, .container-main .banner-home .privacy-links a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-align: center; }
  .container-main .banner-home .privacy-links a {
    text-decoration: underline; }
  .container-main .banner-home div {
    max-width: 600px; }
  .container-main .btn-cta {
    color: #ffffff;
    background: #ea5b41;
    border: 1px solid #ea5b41;
    padding: .75rem 2rem;
    font-size: 22px;
    box-shadow: none !important; }
    @media (min-width: 992px) {
      .container-main .btn-cta {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; } }
    .container-main .btn-cta:hover {
      background: #df3719; }
  .container-main .arrow-down {
    position: relative; }
    .container-main .arrow-down :after {
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -27px;
      content: '';
      width: 0;
      height: 0;
      border-top: solid 20px #232643;
      border-left: solid 27px transparent;
      border-right: solid 27px transparent;
      border-top-color: #232643; }

.terms-modal {
  height: 400px;
  overflow: scroll; }
  .terms-modal p {
    font-weight: 400;
    font-size: 16px; }

.modal-title, .terms-modal h3 {
  font-size: 1.2rem;
  font-weight: 600; }

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