/* /Pages/Index.cshtml.rz.scp.css */
section#banner[b-lydk9mat6n] {
    margin-bottom: 150px;
}

    section#banner h1[b-lydk9mat6n] {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 50px;
        margin-top: 50px;
    }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    section#banner[b-lydk9mat6n] {
        margin-bottom: 125px;
    }

        section#banner h1[b-lydk9mat6n] {
            font-size: 2.5rem;
            font-weight: 700;
        }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    section#banner h1[b-lydk9mat6n] {
        font-size: 3rem;
        font-weight: 700;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    section#banner[b-lydk9mat6n] {
        margin-bottom: 100px;
    }

        section#banner h1[b-lydk9mat6n] {
            font-size: 4rem;
            font-weight: 700;
        }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    section#banner h1[b-lydk9mat6n] {
        font-size: 4rem;
        font-weight: 700;
        margin-bottom: 50px;
        margin-top: 250px;
    }
}
/* /Pages/Landing.cshtml.rz.scp.css */
section#banner[b-ompb3r64zd] {
    height: 301px;
}

    section#banner h1[b-ompb3r64zd] {
        font-size: 2rem;
        font-weight: 700;
    }

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    section#banner[b-ompb3r64zd] {
        
    }

        section#banner h1[b-ompb3r64zd] {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 50px;
        }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    section#banner[b-ompb3r64zd] {
        
    }

        section#banner h1[b-ompb3r64zd] {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 50px;
        }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    section#banner[b-ompb3r64zd] {
        
    }

        section#banner h1[b-ompb3r64zd] {
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 50px;
        }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    section#banner[b-ompb3r64zd] {
        height: 496px;
    }

        section#banner h1[b-ompb3r64zd] {
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 200px;
        }
}
/* /Pages/Questions/Index.cshtml.rz.scp.css */
.conversation-thread[b-59ly2t22sa] {
    margin: 0 auto;
    padding: 1rem;
}
/* /Pages/Questions/_MessagePartial.cshtml.rz.scp.css */
.message[b-7hrbxxnxd3] {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

.message-content[b-7hrbxxnxd3] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.message.attorney .message-content[b-7hrbxxnxd3] {
    align-items: flex-end;
}

.message.admin .message-content[b-7hrbxxnxd3] {
    align-items: flex-end;
}

.sender[b-7hrbxxnxd3] {
    font-weight: bold;
    margin-bottom: 0.25rem;
    color: #444;
    font-size: 0.9rem;
}

.bubble[b-7hrbxxnxd3] {
    display: inline-block;
    padding: 0.75rem 1rem;
    border-radius: 16px;
    max-width: 85%;
    line-height: 1.5;
    font-size: 1rem;
    position: relative;
}

@media (min-width: 768px) {
    .bubble[b-7hrbxxnxd3] {
        max-width: 70%;
    }
}

.message.client .bubble[b-7hrbxxnxd3] {
    background-color: #f0f0f0;
    color: #000;
    align-self: flex-start;
}

.message.attorney .bubble[b-7hrbxxnxd3] {
    background-color: #0079c2;
    color: #fff;
    align-self: flex-end;
}

.message.admin .bubble[b-7hrbxxnxd3] {
    background-color: #ff7e00;
    color: #fff;
    align-self: flex-end;
}
/* /Pages/Questions/_TimestampPartial.cshtml.rz.scp.css */
.timestamp[b-zb6fm3jlky] {
    text-align: center;
    font-size: 0.85rem;
    color: #777;
    margin: 1rem 0;
}
/* /Pages/Shared/_FooterPartial.cshtml.rz.scp.css */
.footer[b-md7tjrw2se] {
    background-color: #444;
}

#footer-menu[b-md7tjrw2se] {
    font-size: 0.8rem;
}

a[b-md7tjrw2se] {
    color: #fff;
}
/* /Pages/Shared/_HowItWorksPartial.cshtml.rz.scp.css */
h2[b-4r4d1debb2] {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.card[b-4r4d1debb2] {
    border-top: 5px solid #0079c2;
}

h5.card-title[b-4r4d1debb2] {
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

p.card-text[b-4r4d1debb2] {
    margin-bottom: 1.5rem;
    margin-left: 3rem;
    margin-right: 3rem;
    text-align: center;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    p.card-text[b-4r4d1debb2] {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    h2[b-4r4d1debb2] {
        font-size: 4rem;
    }

    p.card-text[b-4r4d1debb2] {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    p.card-text[b-4r4d1debb2] {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    p.card-text[b-4r4d1debb2] {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
a.navbar-brand[b-7z8txo3o96] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-7z8txo3o96] {
  color: #0077cc;
}

.navbar-default[b-7z8txo3o96] {
    background-color: #f8f8f8;
    min-height: 76px;
}

.navbar-fla-border[b-7z8txo3o96] {
    border-bottom: 10px solid #0079c2;
}

.btn-primary[b-7z8txo3o96] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-7z8txo3o96], .nav-pills .show > .nav-link[b-7z8txo3o96] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-7z8txo3o96] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-7z8txo3o96] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-7z8txo3o96] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-7z8txo3o96] {
  font-size: 1rem;
  line-height: inherit;
}

.fla-logo[b-7z8txo3o96] {
    display: none;
    width: 200px;
}

@media (min-width: 992px) {
    .fla-logo[b-7z8txo3o96] {
        display: block;
    }
}
/* /Pages/Shared/_LayoutLanding.cshtml.rz.scp.css */
main[b-02b9r3x2mc] {
    background-image: url("/images/landing-banner-md.jpg");
    background-position-x: center;
    background-repeat: no-repeat;
}

a.navbar-brand[b-02b9r3x2mc] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-02b9r3x2mc] {
    color: #0077cc;
}

.navbar-default[b-02b9r3x2mc] {
    background-color: #f8f8f8;
    min-height: 76px;
}

.navbar-fla-border[b-02b9r3x2mc] {
    border-bottom: 10px solid #0079c2;
}

.btn-primary[b-02b9r3x2mc] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-02b9r3x2mc], .nav-pills .show > .nav-link[b-02b9r3x2mc] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-02b9r3x2mc] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-02b9r3x2mc] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-02b9r3x2mc] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-02b9r3x2mc] {
    font-size: 1rem;
    line-height: inherit;
}

.fla-logo[b-02b9r3x2mc] {
    display: none;
    width: 200px;
}

@media (min-width: 992px) {
    .fla-logo[b-02b9r3x2mc] {
        display: block;
    }
}

@media (min-width: 1200px) {
    main[b-02b9r3x2mc] {
        background-image: url("/images/landing-banner.jpg");
    }
}
/* /Pages/Shared/_LoginPartial.cshtml.rz.scp.css */
#AccountDropdown.dropdown-toggle[b-nr3hqnyyvb]::after {
    display: none;
}

.nav[b-nr3hqnyyvb] {
    margin-right: 200px;
}
/* /Pages/Users/Attorneys/Timekeeping/Index.cshtml.rz.scp.css */
output[b-u5dpcy222f] {
    font-weight: 300;
    font-size: 1.5em;
}
