@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap");
body {
    padding: 0px;
    margin: 0px;
    color: #000000;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    background-color: #ffffff;
}


/**
 loader
**/


/**.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}
**/


/**
 header
**/

header#header-area .container,
footer#footer-area .container {
    max-width: 1614px;
    width: 100%;
}

section.conditional-header {
    padding: 25px 0px;
    border-bottom: 5px solid #ffcb05;
    background-color: #f4f4f4;
}

section.header-main {
    padding: 32px 0px 55px 0px;
    background-color: #6c151b;
}

#header-bottom-navigation .container {
    max-width: 1614px;
    width: 100%;
}

#header-bottom-navigation .region.region-header-bottom-navigation {
    max-width: 1100px;
    float: right;
}

#header-bottom-navigation .region.region-header-bottom-navigation .caret {
    display: none;
}

.overview-section {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding-bottom: 15px;
}

section.looking-for-resources-section.full-width {
    position: relative;
    padding-top: 60px;
    padding-bottom: 55px;
    overflow: hidden;
}

section.court-form-court-location-section.container {
    max-width: 1170px;
    width: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 70px;
}

.need-legal-help-section {
    padding: 70px 0px;
    background: #f5f5f5;
    overflow: hidden;
}

.justice-education-society {
    padding: 0px 0px 50px 0px;
    overflow: hidden;
}

section.whole-our-mission.container-fluid {
    padding-top: 50px;
    padding-bottom: 45px;
    background: #f8f8f8;
}

section.our-website {
    padding: 50px 0px 25px 0px;
    overflow: hidden;
}

section.system-help-education {
    padding-top: 25px;
    padding-bottom: 40px;
}

section.about-ask-jes {
    padding: 40px 0px;
    overflow: hidden;
}

section.support-us {
    padding: 25px 0px;
    overflow: hidden;
}

section.contact-us.container-fluid {
    position: relative;
    margin-top: 95px;
    padding-bottom: 50px;
    background: #f5f5f5;
}

header#header-area:after {
    content: '';
    height: 50px;
    width: 100%;
    background: #F5F5F5;
    position: absolute;
}

.page-node-type-resources-landing-page div#header-bottom-navigation,
.page-node-type-standard-page header#header-area:after {
    display: none;
}

.page-node-856.page-node-type-resources-landing-page div#header-bottom-navigation,
.page-node-912.page-node-type-resources-landing-page div#header-bottom-navigation,
.page-node-913.page-node-type-resources-landing-page div#header-bottom-navigation {
    display: block;
}

div#header-bottom-navigation {
    background: #f5f5f5;
    padding: 11px 0;
}

div#header-bottom-navigation .expanded.dropdown.active.active-trail::after {
    content: "";
    width: 100%;
    height: 5px;
    background: #D5D5D5;
    display: block;
    position: absolute;
    bottom: -12px;
}

#header-bottom-navigation .region-header-bottom-navigation nav ul {
    float: right;
}

#header-bottom-navigation .region-header-bottom-navigation nav ul li a {
    padding: 0 20px;
    border-right: 2px solid #D9D9D9;
    line-height: 28px;
}

#header-bottom-navigation .region-header-bottom-navigation nav ul li:last-child a {
    border-right: 0px;
}


/***
** Content Area
**/

.container {
    width: 1200px;
}

#maindiv {
    margin: auto;
    padding-top: 55px;
    margin-bottom: 55px;
}

#midcontent-area {
    width: 100%;
    float: left;
    overflow: hidden;
}

#sidebar-first-area {
    width: 30%;
    float: left;
}

#sidebar-first-area .region.region-sidebar-first {
    margin-top: -100px;
}

body.sidebar-first #midcontent-area {
    width: 67%;
    float: right;
}

div#whole-content-bottom-area {
    border-top: 1px solid #c9c9c9;
    overflow: hidden;
}


/***
** footer
**/

footer#footer-area {
    font-size: 16px;
    line-height: 28px;
}

section.footer-top-area {
    padding: 4em 0em;
    color: #ffffff;
    background-color: #570208;
}