@import url('https://fonts.googleapis.com/css?family=Cagliostro');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

:root {
    --light-blue: #79ddff;
    --dark-blue: #3235ff;
    --yellow: #f9e200;
    --text-color: #212121;
    --text-mid: #565656;
    --text-light: #757575;
    --brand-font: 'Cagliostro', serif;
    --default-font: 'Open Sans', sans-serif;
    --nav-height: 100px;
    --mobile-menu: 250px;
}

html,
body {
    color: var(--text-color);
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    width: 100%;
}

h1 {
    font-weight: 700;
}

p {
    font-family: var(--default-font);
    line-height: 1.75em;
}

a {
    color: var(--text-color);
}

a:hover {
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .container {
        max-width: 100% !important;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media screen and (max-width: 500px) {
    .container {
        max-width: 100% !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.row {
    margin-bottom: 3em;
}

.step-image {
    width: 100%;
}

.section-icon {
    height: 180px;
    margin-bottom: 2em;
}

.section {
    margin: 3em 0 0;
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    .section {
        margin: 2em 0 0;
    }

    .section-icon {
        height: 120px;
    }

    h1 {
        font-size: 2em;
    }
}

.superscript {
    color: white;
    font-size: .85em;
    font-weight: 100;
    margin-left: -5px;
    vertical-align: sub;
}

.hero {
    margin-bottom: -5px;
}

.hero-content {
    margin: 0 auto;
    max-width: 800px;
    width: 80%;
}

.hero-content h1 {
    color: white;
}

.hero-content h1 .brand-font {
    font-size: 1.25em;
}

.hero-content p {
    color: white;
    font-size: 1.5em;
    width: auto !important;
    margin-bottom: 40px !important;
    line-height: 35px !important;
}

/* @media (min-width: 401px) and (max-width: 990px) {
    .hero {
        padding-top: 100px;
    }
}

@media (max-width: 400px) {
    .hero {
        padding-top: 140px;
    }
} */

.clientLawyerTitles {
    color: #fff;
    display: block;
    font-size: 5em;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: .25em;
    text-align: center;
}

@media only screen and (max-width: 1050px) {
    .clientLawyerTitles {
        font-size: 3em;
    }
}

@media only screen and (max-width: 730px) {
    .clientLawyerTitles {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .clientLawyerTitles {
        font-size: 50px !important;
        margin-bottom: -40px;
    }
}

.brand-font {
    font-family: var(--brand-font);
    letter-spacing: -1px;
}

.main-title {
    color: var(--text-color);
}

.subtitle {
    color: var(--text-mid);
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 1em;
}

.step-title {
    color: var(--text-light);
    font-size: 1.25em;
    text-transform: uppercase;
    width: 150px;
}

.step-title.blue {
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
    border-bottom: 4px dotted var(--dark-blue);
}

.step-title.light-blue {
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
    border-bottom: 4px dotted var(--light-blue);
}

.step-title.yellow {
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
    border-bottom: 4px dotted var(--yellow);
}

.separator {
    border-bottom: 1px solid #ccc;
    opacity: 0.3;
}

.account .action:hover {
    color: #333;
}

/* buttons in nav */
.action {
    background: transparent;
    border: 2px solid var(--light-blue);
    color: #333;
    margin: 0 .5em;
    font-size: .85em !important;
    font-weight: 600;
    text-transform: uppercase;
}

.action:hover {
    background: var(--light-blue);
}

@media (max-width: 1200px) {
    .action {
        display: none !important;
    }
}

.clientLawyerTitles:hover {
    text-decoration: none;
}

.copyright a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

.copyright a:hover {
    color: #22b0cd !important;
}

.landing-page .mobile-menu img {
    width: 200px;
    margin-top: 1rem;
    margin-bottom: 0;
}

.g-recaptcha {
    display: inline-block !important;
    margin-bottom: 2em;
}

#email-subscribe-success,
#email-subscribe-error,
#questions-success-container,
#questions-error-container,
#subscribebutton-container {
    margin-top: 2em;
}

.footer {
    color: #333;
    background: var(--light-blue);
    margin-top: 4em;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 2em 0;
}

.footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo img {
    margin-bottom: 1em;
}

.footer-logo a {
    color: #333;
}

.footer-logo a:hover {
    text-decoration: underline;
}

.social-links {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3em 0 4em;
}

.social-links a:hover i {
    color: var(--light-blue);
}

.footer i {
    color: #333;
    font-size: 2em;
    margin: 0 .5em;
}

.footer .copyright {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: .85em;
    padding: 0 1em;
    text-align: center;
}

.copyright ul li {
    display: inline-block;
    margin-left: 1em;
}

.footer .copyright a {
    color: #333;
    font-size: .95em;
    font-weight: 300;
    text-align: right;
}

@media screen and (max-width: 600px) {
    .footer-content {
        padding-bottom: 6em;
    }

    .footer-logo {
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    
    .copyright {
        padding-bottom: 5em;
    }
}

/*Modal*/
.btn-modal-close
{
  background-color: #f9e200;
  color: #545454;
  border: 1px solid #f9e200;
  border-radius: 50px!important;
  padding: .5em 2em!important;
}

.btn-modal-close:hover
{
  background-color: #3235ff;
  border: 1px solid #3235ff;
  color: #fff;
}

.textarea-box p
{
  font-size: 14px;
}

.textarea-box h3
{
  font-size: 18px;
}

.textarea-box h4
{
  font-size: 16px;
}

/*-- Media Queries --*/

@media only screen and (max-width: 360px)
{
  .textarea-box
  {
    max-height: 370px;
    overflow: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 411px) and (min-width: 374px)
{
  .textarea-box
  {
    max-height: 440px;
    overflow: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 415px) and (min-width: 413px)
{
  .textarea-box
  {
    max-height: 470px;
    overflow: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 813px) and (min-width: 482px)
{
  .textarea-box
  {
    max-height: 470px;
    overflow: hidden;
    overflow-y: auto;
  }
}

@media (min-width: 768px)
{
  .textarea-box
  {
    max-height: 520px;
    overflow: hidden;
    overflow-y: auto;
  }
}

@media (max-width: 1990px) and (min-width: 1424px)
{
  .textarea-box
  {
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
  }
}