ul {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
h3 {
    font-size: 28px;
}
p.lh {
    line-height: 30px;
}
div#free-case-review h2 {
    font-weight: 300;
}
.close-button {
    color: #f3f4fd;
    font-size: 21px;
    cursor: pointer;
}
.lead {
    margin-top: 50px;
}
.inner-container {
    max-width: 1040px;
}
.outer-container {
    max-width: 100%;
    width: 1160px;
}
/* Header */

.row.header-row {

    padding: 30px;
}
a:visited,
a:focus {
    text-decoration: none;
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.logo img {
    max-width: 300px;
}
.nav-link {
    color: #fff;
}
.nav-link:hover {
    color: #fff;
}
.starter-template {
    padding: 70px 20px 100px 20px;
    text-align: center;
}
/* Hero */

.hero {
    color: #fff;
    background: url('/img/hero-bg.jpg');
    background-size: cover;
}
.ellipse {
    height: 37px;
    width: 35px;
    background: url('/img/circle.png');
    background-size: cover;
}
.text17px {
    font-size: 17px;
}
.modal-menu li {
    font-size: 20px !important;
    font-weight: 700;
    opacity: .8;
}
/* TImeline */

p.antispam.hidden {
    display: none;
}
.heading-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -19px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.title {
    padding-left: 25px;
    margin-top: -10px;
    line-height: 30px;
}
.lh p,
.lh h2 {
    line-height: 30px;
}
.bg-dotted {
    background-position: center 25%;
    background-repeat: no-repeat;
    margin-top: 40px;
}
.timeline-date {
    height: 50px;
    font-weight: 700;
    padding: 10px;
}
p.lead.text24px {
    margin-bottom: 40px;
}
.container-facts {
    padding: 40px 0px
}
.white-link,
.white-link:hover,
.white-link:active {
    color: #fff;
}
.container-facts:before,
.container-facts:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -17px;
    width: 2px;
    background-image: -webkit-gradient(linear, 0 0, 0 25% 50% 75% 100%, from(transparent), to (transparent));
    background-image: -webkit-linear-gradient(transparent, #c2b698, #c2b698, rgba(194, 182, 152, 0.85), transparent);
    background-image: -o-linear-gradient(transparent, #c2b698, #c2b698, rgba(194, 182, 152, 0.85), transparent);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#c2b698), color-stop(#c2b698), color-stop(rgba(194, 182, 152, 0.85)), to(transparent));
    background-image: linear-gradient(transparent, #c2b698, #c2b698, rgba(194, 182, 152, 0.85), transparent);
    z-index: -1
}
.fact {
    margin-bottom: 30px;
}
.border h3 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    max-width: 825px;
    line-height: 24px;
}
div#general-information {
    padding-bottom: 40px;
}
/* Utilities */

.remodal-wrapper {
    padding: 0px 0px 0px 0px;
}
button.remodal-close {
    margin-top: 10px !important;
}
.author {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    padding-bottom: 20px;
}
.quote {
    text-align: center;
    color: #004F9C;
    font-size: 30px;
    font-weight: 300;
    padding: 20px 0px;
}
.pptos p {
    padding-left: 20px;
}
.footer {
    background: #004F9C;
    color: #fff;
    text-align: center;
}
.bg-lightblue {
    background: #3c5ba4;
}
.bg-darkblue {
    background: #293a97;
}
.white {
    color: #fff;
}
.seperator {
    width: 100px;
    height: 3px;
    background: #c2b698;
    margin: 10px 0px 15px 0px;
}
.text24px {
    font-size: 24px;
}
.spacer64 {
    height: 64px;
    width: 100%;
}
.spacer100 {
    height: 100px;
    width: 100%;
}
.spacer {
    height: 150px;
    width: 100%;
}
.bg-gradient {
    background: url('/img/bg-gradient.jpg');
    background-size: cover;
    padding: 80px 20px;
}
.border {
    border: 2px solid #c2b698;
    padding: 20px;
}
.text21px {
    font-size: 21px;
}
.body-section p {
    line-height: 36px;
}
.tcenter {
    text-align: center;
}
.center {
    margin: 0 auto;
}
.tright {
    text-align: right;
}
.footerlightblue {
    padding: 40px 60px 40px 40px;
}
.footerdarkblue {
    padding: 40px 40px 40px 60px;
}
.padding-vertical-40 {
    padding: 40px 0px;
}
.padding-vertial-20 {
    padding: 20px 0;
}
.bg-blue {
    background: #004F9C;
}
ul.icon-list {
    display: table;
    margin-top: 15px;
}
.border li:before {
    content: "\f18e";
    font-family: "FontAwesome";
    padding-right: 10px;
    color: #c2b698;
    display: table-cell;
}
.border li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 5px 0px;
}
.hero-tel {
    color: #004F9C;
    font-size: 21px;
}
.bg-dotted img {
    max-width: 117px;
}
/* btns */

i.fa.fa-bars {
    color: #004F9C;
    font-size: 24px;
    margin-left: -20px;
}
a.tel-icon.mobileonly {
    color: #004F9C;
    font-size: 24px;
    margin-right: -20px;
    margin-top: -5px;
}
a.outline-btn {
    margin: 40px 0px;
    padding: 10px 60px;
    border-radius: 3px;
}
a.ppos {
    font-weight: 600;
    color: #cdd5dd;
    text-decoration: underline;
}

a.outline-btn.darkblue-btn:visited, a.outline-btn.darkblue-btn:focus  {
color:#004F9C;
    
}

a.outline-btn.white-btn:visited, a.outline-btn.white-btn:focus  {
color:#FFFFFF;
    
}
.footer p {
    font-size: 12px;
    color: #cdd5dd;
}
.white-btn {
    border: 2px solid #fff;
    color: #fff;
}
.white-btn:hover {
    color: #004F9C;
    background: #fff;
}
.darkblue-btn {
    border: 2px solid #004F9C;
    color: #004F9C;
    font-weight: 700;
}
.darkblue-btn:hover {
    background: #004F9C;
    color: #ffffff;
}
.footer p.tel {
    padding: 40px 0px 20px 0px;
    font-size: 26px;
    font-weight: 700;
}
/* Form */

.fcr-btn {
    background-color: #004F9C;
    color: #fff;
    margin-top: 15px;
    padding: 15px 60px;
    width: 100%;
    font-weight: 700;
    font-family: 'Open Sans';
    letter-spacing: 1.3px;
    cursor: pointer;
}
.form_box {
    background: #fff;
    padding: 40px 20px;
}
.form_box .heading {
    font-size: 28px;
    text-align: center;
    padding-bottom: 20px;
    color: #004F9C;
}
.form_box input {
    margin: 10px 0px;
    border-bottom: 2px solid #c2b698 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-radius: 0px !important;
}
textarea#describe {
    border: 2px solid #c2b698;
    padding: 5px 40px 40px 10px;
}
.form_box {
    background: #fff;
    padding: 30px 20px;
    border-top: 10px solid #c2b698;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.form_box:after {
    position: absolute;
    width: 90%;
    height: 5%;
    left: 5%;
    border-radius: 50%;
    z-index: -1;
    bottom: 0%;
    content: "";
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.7);
            box-shadow: 0 1px 12px rgba(0, 0, 0, 0.7);
    clip: rect(8px, auto, 40px, auto);
}
.footerdarkblue p,
.footerlightblue p,
.footerdarkblue h2,
.footerlightblue h2 {
    color: #004F9C;
}
.bg-dotted img {
    background: #fff;
    padding: 5px 0px;
}
.many-patients {
    padding-bottom: 40px;
}
p.footer-legal {
    font-weight: 300;
}
/* Modal */

.remodal {
    max-width: 100%;
    text-align: left;
    background: rgba(0, 79, 156, 0.85);
    color: #fff;
}
.bg-dotted. strong {
    text-transform: uppercase;
}
.remodal.modal-thankyou img {
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.remodal.modal-thankyou {
    text-align: center;
    height: 100vh;
}
.thankyou a,
.thankyou a:active,
.thankyou a:hover {
    color: #fff;
}
i.fa.fa-close {
    padding: 0px 5px;
}



.hero-tel-mobile {
    color: #004F9C;
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 25px;
}
    
    
    
    
@media screen and (max-width: 375px) {
    .fcr-btn {
        background-color: #004F9C;
        color: #fff;
        padding: 20px 25px;
    }
}
/* Desktop form */

@media screen and (max-width: 991px) and (min-width: 576px) {
    .logosection {
        margin: 0 auto;
    }
    .hero-tel {
        color: #004F9C;
        font-size: 21px;
        position: absolute;
        right: 0px;
        top: -40px;
    }
}
@media screen and (max-width: 991px) {
    .desktop-nav ul.navbar-nav.uppercase.center {
        webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    li.nav-item {
        font-size: 13px;
        padding: 0px 10px;
    }
}
@media screen and (max-width: 768px) {
    .remodal.modal-thankyou img {
        max-width: 150px;
    }
    .border li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        padding: 5px 0px;
    }
    ul.icon-list {
        margin-top: 0px;
    }
    .col-unset {
        -ms-flex-preferred-size: auto !important;
            flex-basis: auto !important;
    }
    ul.icon-list {
        padding-left: 15px;
    }
    p.quote {
        padding: 0px 20px;
        font-size: 25px;
    }
    .spacer {
        height: 40px;
        width: 100%;
    }
}
@media screen and (min-width: 769px) {
    .border h3 {
        padding-left: 55px;
        padding-top: 30px;
    }
}
@media screen and (min-width: 768px) {
    .pptos .container {
        padding-top: 30px;
    }
}
div#free-case-review {
    max-height: 450px;
    margin-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bg-dotted {
        width: 33%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%;
    }
    .bg-dotted img {
        background: #fff;
        padding: 0px 5px;
    }
    div#free-case-review {
        margin-bottom: 300px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 576px) {
    .gradient-col {
        text-align: center;
        max-width: 515px;
        margin: 0 auto;
    }
    .form_box {
        padding-top: 20px;
    }
    .form_box .heading {
        padding-bottom: 20px;
    }
    .spacer100 {
        height: 75px;
    }
    .border li {
        font-size: 15px;
    }
    input#email {
        padding-top: 30px;
        margin-bottom: 20px;
    }
    input#phone {
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .form_box {
        margin-top: 40px;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }
    .form_box:after {
        width: 100%;
        left: 0;
        right: 0;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (min-width: 1024px) {
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    li.nav-item:hover:after {

    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right:0;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(left,#ffffff,#ffffff);
    background: linear-gradient(to right,#ffffff,#ffffff);
     -webkit-transition: all 666ms ease-in-out;
    transition: all 666ms ease-in-out;
    opacity:1;
}

li.nav-item:after {

    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right:0;
    opacity:0;
    width: 0%;
    height: 3px;
    background: -webkit-linear-gradient(left,#ffffff,#ffffff);
    background: linear-gradient(to right,#ffffff,#ffffff);
     -webkit-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
}
    /*li.nav-item:hover::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: #004F9C;
    z-index:999;

}*/
    .nav-item:hover a.nav-link {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all 333ms ease-in-out;
    transition: all 333ms ease-in-out;
}
    li.nav-item:hover {
      
    }
    li.nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
    }
    ul.navbar-nav.uppercase.center {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    

    
    
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .gradient-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    .form-col {
        flex: 0 0 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 70%;
        max-width: 70%;
        margin: 0 auto;
        padding: 0px;
    }
    .quote {
        padding: 20px;
    }
    ul.icon-list {
        padding: 0px 20px;
    }
    .spacer {
        height: 50px;
    }
    .title {
        padding-left: 13px;
    }
    .find-out {
        text-align: center;
        max-width: 90%;
    }
    .border h3 {
        padding-left: 0px;
    }
    .heading-box {
        margin-left: -34px;
    }
    .container.smaller.inner-container {
        max-width: 883px;
    }
}
@media screen and (min-width: 567px) and (max-width: 768px) {
    .heading-box {
        margin-left: -34px;
    }
    .title {
        padding-left: 10px;
    }
    div#free-case-review {
        max-height: 480px;
        margin-bottom: 250px;
    }
    .form_box {
        margin-top: 40px;
    }
    .container.smaller {
        max-width: 630px;
    }
}
@media screen and (max-width: 566px) {
    p.quote {
        font-size: 24px !important;
        line-height: 30px !important;
    }
    div#free-case-review {
        max-height: 650px;
        margin-bottom: 180px;
    }
    h1 {
        font-size: 30px;
    }
    p {
        font-size: 16px !important;
        line-height: 25px !important;
    }
    div#free-case-review h2,
    div#free-case-review p {
        text-align: center;
    }
    .form_box {
        margin-top: 40px;
    }
    .container.smaller {
        max-width: 660px;
    }
}
@media screen and (min-width: 1366px) {
    .form_box {
        position: absolute;
        top: -95%;
    }
    div#free-case-review {
        margin-bottom: 100px;
    }
}
@media screen and (min-width: 577px) {
    .mobileonly {
        display: none;
    }
    .people-injured {
        padding: 40px;
    }
}
@media screen and (max-width: 426px) {
    div#free-case-review {
        max-height: 650px;
        margin-bottom: 275px;
    }
    .container.smaller {
        max-width: 300px;
    }
    .border li:before {
        padding-top: 0px;
    }
}
@media screen and (max-width: 346px) {
    div#free-case-review {
        max-height: 650px !important;
        margin-bottom: 100px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    a.outline-btn {
        margin: 40px 0px;
        padding: 10px 30px;
        border-radius: 3px;
    }
    .container.smaller {
        max-width: 240px;
    }
    .form_box {
        padding: 5px;
    }
    .form_box .heading {
        font-size: 20px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 576px) {
    .pptos {
        padding: 60px 0px;
        font-size: 14px;
    }
    .pptos h3 {
        font-size: 23px;
    }
    .pptos p {
        font-size: 14px !important;
        padding-top: 5px;
    }
    .pptos strong {
        font-size: 16px;
    }
    .second-dotted:before {
        background: url('/img/dotted-vertical.png');
        position: absolute;
        content: "";
        width: 20px;
        height: 400px;
        z-index: -1;
        top: -77px;
        background-repeat-x: no-repeat;
        left: 47%;
        right: 47%;
        background-repeat: repeat-y;
    }
    .remodal.modal-thankyou {
        padding-left: 0px;
        padding-right: 0px;
    }
    .thankyou .spacer {
        display: none;
    }
    p {
        margin-bottom: 15px;
    }
    .bg-dotted p {
        margin-bottom: 4px;
    }
    .footerdarkblue p {
        padding-bottom: 10px;
        padding-top: 5px;
    }
    .title {
        line-height: 27px;
        font-size: 16px !important;
    }
    .dotted-lines {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .col.col-unset.col-lg-4.col-sm-12.text-center.bg-dotted.dotted-lines.second-dotted {
        background: #FFF;
    }
    .bg-dotted p {
        background: #fff;
    }
    .bg-dotted br,
    .pptos br {
        display: block;
    }
    p.quote {
        padding: 20px 15px;
    }
    .seperator {
        width: 60px;
    }
    div#complications {
        margin-top: 30px;
    }
    div#general-information {
        padding-bottom: 10px;
    }
    .bg-dotted {
        margin-top: 10px;
    }
    .spacer64 {
        height: 32px;
    }
    .spacer100 {
        height: 50px;
    }
    .first-icon-list {
        padding-right: 0px;
    }
    .border li {
        font-size: 15px;
    }
    br {
        display: none;
    }
    a.outline-btn {
        margin: 10px 0px;
        min-width: 100%;
        display: block;
        text-align: center;
    }
    .tel a {
        font-size: 26px;
    }
    .container-fluid.footer p {
        font-size: 14px !important;
        font-family: 'Open Sans';
        font-weight: normal;
    }
    .footerdarkblue {
        padding: 40px 10px 40px 10px;
    }
    .footerlightblue {
        padding: 40px 10px 40px 10px;
    }
    .title {
        font-size: 14px;
    }
    div#free-case-review {
        max-height: 570px;
        margin-bottom: 180px;
    }
    h1 {
        font-size: 30px;
    }
    p {
        font-size: 16px !important;
        line-height: 25px !important;
    }
    div#free-case-review h2,
    div#free-case-review p {
        text-align: center;
    }
    .form_box {
        margin-top: 40px;
    }
    .container.smaller {
        max-width: 660px;
    }
    #free-case-review h2 {
        padding-bottom: 20px;
    }
    .container.starter-template.inner-container {
        padding: 25px 0px 25px 0px;
    }
    .col-sm-6.form-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    input#firstname,
    input#lastname {
        margin-right: auto;
    }
    .col-sm-6.form-field .form-control {
        width: 45%;
    }
    .bg-gradient {
        padding: 80px 0px;
    }
    p.lead.text24px {
        margin: 20px 0px;
        padding: 0px;
    }
    a.outline-btn.white-btn {
        width: 100% !important;
        min-width: 100%;
        display: block;
        font-weight: 700;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .heading-box {
        margin-left: -34px;
    }
    .border {
        padding: 20px 5px;
    }
    .container.border {
        max-width: 95%;
    }
    .container-fluid.footer p {
        font-size: 12px !important;
    }
    .footer p.tel {
        font-size: 20px !important;
    }
    .row.header-row {
        height: 75px;
        padding: 25px 40px;
    }
    .logo img {
        max-width: 200px;
    }
    nav.navbar.navbar-toggleable-md.bg-blue {
        display: none;
    }
    .remodal.modal-menu {
        height: 100vh;
        text-align: center;
    }
    a.modal-menu-icon {
        position: absolute;
        left: -6px;
    }
    a.tel-icon {
        position: absolute;
        right: 0;
    }
    .title {
        padding-left: 10px;
    }
    .smaller {
        max-width: 90%;
    }
}
@media screen and (min-width: 1200px) {
    .dotted-lines:after {
        background: url('/img/dotted-dots.png');
        position: absolute;
        content: "";
        width: 271px;
        height: 50px;
        right: -135px;
        top: 60px;
        background-repeat-y: no-repeat;
        background-repeat: repeat-x;
    }
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
    ul.icon-list {
        padding-left: 70px;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .smaller {
        width: 970px;
        max-width: 100%;
    }
}
.hero-tel a {
    color: #004F9C;
    font-weight: 600;
}
a:hover {
    text-decoration: none;
}
.tel a {
    color: #fff !important;
}
.sep {
    margin: 25px 0;
    height: 1px;
    background: #ddd;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #ddd));
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .dotted-lines:after {
        background: url('/img/dotted-dots.png');
        position: absolute;
        content: "";
        width: 225px;
        height: 50px;
        right: -135px;
        top: 47px;
        background-repeat-y: no-repeat;
          background-repeat: repeat-x;
    }
}
@media screen and (max-width: 990px) and (min-width: 768px) {
    .container.smaller.inner-container {
        width: 75%;
        max-width: 650px;
    }
    .dotted-lines:after {
        background: url('/img/dotted-dots.png');
        position: absolute;
        content: "";
        width: 100px;
        height: 50px;
        right: -50px;
        top: 47px;
        background-repeat-y: no-repeat;
          background-repeat: repeat-x;
    }
}
@media screen and (max-width: 767px) {
    .second-dotted {
        margin-bottom: 65px !important;
    }
    .first-dotted {
        margin-bottom: 30px !important;
    }
    .second-dotted:before {
        background: url('/img/dotted-dots-vertical.png');
        position: absolute;
        content: "";
        width: 20px;
        height: 400px;
        z-index: -1;
        top: -77px;
        background-repeat-x: no-repeat;
        left: 49%;
        right: 49%;
        background-repeat: repeat-y;
    }
    .dotted-lines {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .col.col-unset.col-lg-4.col-sm-12.text-center.bg-dotted.dotted-lines.second-dotted {
        background: #FFF;
    }
    .bg-dotted p {
        background: #fff;
    }
    .container.smaller.inner-container {
        width: 75%;
        max-width: 425px;
    }
}

:invalid {
  box-shadow: none;
}

:-moz-submit-invalid {
  box-shadow: none;
}

:-moz-ui-invalid {
  box-shadow:none;
}