
/* DJQ Custom */
body {
    background-color: #F5F5F5;
    font-family: 'Open Sans', sans-serif;
    color: #222;
    font-size: 16px;
    line-height: 22px;
}
table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;    
    border: 1px solid #ddd;
    min-height: .01%;
    overflow-x: auto;
    margin:0 auto;
}

    table > thead > tr > th,
    table > tbody > tr > th,
    table > thead > tr > td,
    table > tbody > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border: 1px solid #ddd;
    }

    table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

   /* table > tbody > tr:nth-of-type(odd) {
        background-color: #f9f9f9;
    }*/

@media screen and (max-width: 767px) {
    table {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

section {
 /*   margin-bottom: 5em;*/
    padding: 2em;
}

/*section.body > .container {
        background: #fff;        
    }*/

.container-body {
   padding: 28px 40px;
   max-width: 1140px;
   background: #fff;    
  }

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

.white-bg {
    background-color: #fff;
    padding: 40px;
}

.scrollup {
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 400;
}

h3 img {
    height: 50px;
    margin-right: 10px;
}


.answer ul {
    display: block;
    list-style-type: disc !important;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

    .answer ul li {
        margin-left: 20px;
    }

    .answer ul ul {
        list-style-type: circle !important;
    }


.faq-section {
    background: #fff;
    margin-bottom: 2em;
    padding: 2em;
}

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

    .faqs ul .question {
        border-bottom: 1px solid #666;
        cursor: pointer;
        padding: 11px 12px 12px;
        position: relative;
        background: #fff;
        transition: background .2s;
        width: 100%;
        font-size: 17px;
        font-weight: bold;
    }

        .faqs ul .question > div {
            max-width: 95%;
        }

        .faqs ul .question:hover {
            background-color: #eee;
            text-decoration: none !important;
        }

        .faqs ul .question:before {
            content: '+';
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #00205b;
            font-weight: 600;
            font-size: 28px;
            line-height: 1;
            font-family: sans-serif;
            font-weight: 700;
        }

        .faqs ul .question.open:before {
            content: '-';
            top: 46%;
        }

        .faqs ul .question.no-content {
            cursor: default;
        }

            .faqs ul .question.no-content:hover {
                background: none;
            }

.faqs .group-header {
    border-top: 0 !important;
    list-style: none;
    padding-top: 15px !important;
    border-top: 1px solid #ccc;
}

    .faqs .group-header .question {
        font-size: 1.2em;
        text-align: center;
    }

.faqs ul li.group-header .question.no-content {
    border-width: 0;
    border-bottom-width: 1px;
}

.faqs ul .question.no-content:before,
.faqs ul .question.no-content:after {
    content: '';
}

.faqs ul li > div {
    padding: 20px;
}

.faqs ul li .question.no-content + .answer {
    padding: 0;
}

.faqs .anchor-list .group-header {
    border-top: 1px solid #ccc;
    color: #333;
}

.faqs .anchor-list a {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
}

.no-stick .anchor-list {
    display: none;
}

.faqs.no-stick li:not(.group-header) > .question {
    cursor: pointer;
}

    .faqs.no-stick li:not(.group-header) > .question:hover {
        text-decoration: underline;
    }

.faqs.no-stick li:not(.group-header) > .answer {
    display: none;
}

.question-list > ul {
    list-style: none;
    padding-left: 0px;
}

.faq-toggle-questions {
    cursor: pointer;
    padding-bottom: 5px;
    padding-left: 17px !important;
    font-weight: normal !important;
    margin-bottom: 10px;
    display: block;
    font-size: 17px;
    color: #118320 !important;
}

.faq-sect-link {
    color: #00205b;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 5px 0;
}

    .faq-sect-link:hover {
        text-decoration: underline;
    }


header {
    background: #fff;
}

    header #case-info {
        background-color: #00205b;
        height: 2px;
    }

    header .title {
        font-size: 32px;
        font-size: 40px;
        line-height: 32px;
        line-height: 40px;
        padding: 38px 0 20px;
        text-align: center;
        color: #00205b;
    }

#navigation .col {
    padding-left: 10px;
}

#navigation .navbar {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
}

#navigation nav ul {
    width: 100%;
    justify-content: space-between;
}

    #navigation nav ul li {
        position: relative;
    }

        #navigation nav ul li a {
            border-bottom: solid 1px transparent;
            color: #6F6F6F;
            color: #666;
            font-family: 'Open Sans', sans-serif;
            text-transform: uppercase;
        }


@media (max-width:480px) {

    #navigation {
        position: relative;
    }
}


#navigation nav ul li a:hover, #navigation nav ul li a.active {
    border-bottom: solid 1px #00205b;
    color: #00205b;
}


#hero-interior {
    background-color: #00205b;
    background-size: cover;
    color: #fff;
    margin-bottom: 5em;
    padding: 6.5em;
    text-align: center;
}

    #hero-interior h1 {
        margin-bottom: .5em;
    }

    #hero-interior a {
        color: #fff;
        text-decoration: underline;
    }

        #hero-interior a:hover {
            color: #fff;
            text-decoration: none;
        }

  .search input {
        max-width: 800px;
        margin: auto;
    }



#document-listing section {
    margin-bottom: 5em;
}

    #document-listing section > .container {
        background: #fff;
        padding: 28px 40px;
    }

    #document-listing section h2 {
        margin-bottom: 1.2em;
    }

        #document-listing section h2 i {
            color: #00205b;
            font-size: 58px;
            margin-right: .2em;
            position: relative;
            top: 8px;
        }

#document-listing h3 {
    font-size: 32px;
    margin-bottom: 1.2em;
}

    #document-listing h3 i {
        color: #00205b;
        font-size: 50px;
        position: relative;
        top: 5px;
    }

#document-listing ul {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}


#claimstart {
    background-color: #fff;
}

    #claimstart .checklist-holder {
        align-items: center;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        width: 225px;
        height: 225px;
        background: #EEEEEE;
        position: relative;
        -moz-border-radius: 150px;
        -webkit-border-radius: 150px;
        border-radius: 150px;
    }

        #claimstart .checklist-holder i {
            color: #00205b;
            font-size: 9em;
        }

    #claimstart h2 {
        color: #00205b;
        font-size: 40px;
        margin: .5em 0 0 0 !important;
    }

.overlay-link {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.noshow {
    display: block;
    text-indent: -9999px;
}

#claim-documents ul li:before {
    border-left: solid 5px #00205b;
    content: "";
    height: 100%;
    position: absolute;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#claim-documents ul li > div {
    align-content: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 100%;
    justify-content: space-between;
    padding: 20px;
}

    #claim-documents ul li > div span {
        align-self: center;
    }

        #claim-documents ul li > div span:first-child, #claim-documents ul li > div div:first-child {
            color: #00205b;
            font-weight: bold;
            width: 90%;
        }

        #claim-documents ul li > div span:last-child, #claim-documents ul li > div div:last-child {
            text-align: center;
            width: 10%;
        }

            #claim-documents ul li > div span:last-child i, #claim-documents ul li > div div:last-child i {
                color: #CCC;
                font-size: 30px;
            }

#claim-documents ul li img {
    height: 30px;
}


#court-documents ul {
    flex-wrap: wrap;
    flex-direction: column;
}

    #court-documents ul li {
        align-items: center;
        border-bottom: solid 1px #999;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 10px 10px 10px;
        position: relative;
    }

        #court-documents ul li:not(.main-title):hover {
            background-color: #f8f8f8;
        }

        #court-documents ul li .title {
            color: #00205b;
            font-weight: bold;
            -webkit-flex-basis: 70%;
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
            max-width: 0 0 70%;
        }

        #court-documents ul li .docimg {
            -ms-flex: 0 0 5%;
            -webkit-flex-basis: 5%;
            flex: 0 0 5%;
            max-width: 0 0 5%;
        }

        #court-documents ul li .doc .title {
            position: relative;
            top: 2px;
        }

        #court-documents ul li .doc i {
            color: #CCC;
            font-size: 30px;
            margin-right: .6em;
            position: relative;
            top: 4px;
        }

        #court-documents ul li > span:first-child, #court-documents ul li .doc {
            padding-left: 15px;
        }

        #court-documents ul li > span:last-child, #court-documents ul li .date {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            -webkit-flex-basis: 25%;
            max-width: 0 0 25%;
            /*min-height: 30px;
    height: auto;*/
            text-align: right;
            margin-top: 4px;
        }

#court-documents .main-title {
    border-bottom: solid 1px #000;
    font-weight: bold;
    margin-bottom: .5em;
    padding-bottom: .5em;
}


footer .info {
    background: #333;
    color: #fff;
    padding: 4em 0;
}

footer .foot {
    background: #222;
    color: #fff;
    padding: 4em 0;
}

footer h3 {
    font-size: 32px;
}

    footer h3 i {
        color: #D8D8D8;
    }

footer .copyright {
    padding: 2em 0;
}

    footer .copyright a {
        color: #333;
        font-weight: bold;
        text-transform: uppercase;
    }

footer .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    footer .row .col-md-6 {
        padding-bottom: 10px;
        padding-top: 40px;
    }

        footer .row .col-md-6:first-child {
            position: relative;
        }

            footer .row .col-md-6:first-child:after {
                border-right: solid 1px #939393;
                content: "";
                height: 100%;
                position: absolute;
                top: 0;
                right: 30px;
                width: 1px;
            }

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

    footer ul li {
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 16px;
        margin-bottom: 1.2em;
    }

        footer ul li a {
            color: #fff;
            text-decoration: underline;
        }

            footer ul li a:hover {
                color: #fff;
                text-decoration: none;
            }

        footer ul li div:first-child {
            display: flex;
            font-weight: bold;
            width: 33%;
        }

        footer ul li div:last-child {
            width: 65%;
        }

        footer ul li img {
            height: 32px;
            margin-right: 10px;
            width: 32px;
        }

footer .copyright span img {
    height: 32px;
}


.imagesection {
    background-size: cover;
   /* color: #fff;*/
    padding: 4em; 
}

.imagesection p {
  color:#222;
  }

.welcometext {
        max-width: 1140px;
        margin: auto;
        text-align: center;
        width: 100%;
        margin-bottom: 3em;
    }

.welcometext p {
    color: #fff;
    font-size: 19px;
    width: 85%;
    text-align: center;
    margin: 1em auto 0;
    line-height: 28px;
}

.welcometext p a {
    color: #fff;
    text-decoration: underline;
}
 .welcometext p a:hover {
    text-decoration: none;
}


    .welcometext h2, .welcometext h1 {
        color: #fff !important;
    }


  .topsection > .container {
        position: relative;
        top: 5em;
    }




















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
