/* Add your styles here */

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


.mobile_only {display:none;}

body, p, ol, ul {
    color:#182051 !important;
    font-family: 'Roboto', sans-serif;
}

p {
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
}

.navbar-brand .logo {
    margin-top: -5px;
}

.navbar-nav .btn-primary {
    padding: 0 !important;
    background-color: transparent;
}
body.home .navbar-light .navbar-nav .nav-link {
    color: #182051;
}
body.home .navbar-light .navbar-nav .nav-link:hover {
    color: #d31f44;
}
body.home .navbar-light.nav-scroll .navbar-nav .nav-link {
    color: rgba(0,0,0,.55) !important;
}
#nav-main .menu-item:last-child .nav-link {
    padding: 7px 25px !important;
    margin-top: 33px;
    border-radius: 5px;
    color: #fff !important;
}


.btn {
    border-radius: 4px !important;
    border: none !important;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.btn-primary, .btn-alt, .btn-white {
    padding: 15px 35px !important;
    min-width: 150px;
}
.btn-alt, .btn-primary:hover, #nav-main .menu-item:last-child .nav-link:hover {
    color: #fff !important;
}
.btn-alt:hover {
    color: #fff !important;
}
body .btn-link {
    color: #d31f44;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.btn-white:hover {
    background: #182051 !important;
    color: #fff !important;
    transition-duration: 0.2s;
}
.btn-white {
    color: #182051 !important;
    transition-duration: 0.2s;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

[type=reset]:not(:disabled), [type=submit]:not(:disabled) {
    border:none !important;
    box-shadow: none !important;
    border-radius: 10px;
}


.text-right {
    text-align: right;
}
img.blog-img {
    margin: 0 0 30px;
    width: 100%;
}


body:not(.home) .single-hero {
    height: 40px;
}

.entry-meta span.dashicons.dashicons-clock {
    top: 9px;
    position: relative;
}

/* NAV STYLES */

body.home #nav-main {
    background: transparent;
}

.navbar-brand .logo {
    max-width: 250px;
    top: 20px;
}

.navbar-nav .nav-link {
    padding: 40px 15px !important;
    font-family: 'Roboto', sans-serif;
}


.owl-carousel button {
    min-width: auto !important;
}
.owl-nav {
    position: relative;
}
button.owl-prev, button.owl-next {
    position: absolute;
    top: 0;
    font-size: 1.5rem !important;
    transform: translateY(-50%);
}
button.owl-prev:hover, button.owl-next:hover {
    background:none !important;
}
button.owl-prev {
    left: 35%;
}
button.owl-next {
    left: 65%;
}


.dropdown-item.active, .dropdown-item:active {
    background-color: #d31e44 !important;
}


.castos-player .play-pause-controls button {
    min-width: auto !important;
}
.castos-player .play-progress .play-pause-controls button {
    padding: 22px !important;
}
body.single-podcast img.blog-img {
    display: none;
}
.castos-player .playback__controls button {
    min-width: auto !important;
    padding: 5px !important;
    margin-right: 10px;
    color: #4c4659 !important;
}
body.single-podcast .podcast_player {
    margin-bottom: 30px;
}
.castos-player.light-mode .player {
    background: #f5f5f5 !important;
}


/* FOOTER STYLES */

.bootscore-footer.bg-light.pt-5.pb-3 {
    padding: 80px 0 40px !important;
}

footer, footer .bg-light  {
    background: #182051 !important;
    color: #fff !important;
    position: relative;
}

footer a, footer .bg-light a, footer p, footer h2 {
    color: #fff;
}

footer .bg-light.border-top {
    border: none !important;
}

.top-button .btn {
    border-radius: 50% !important;
}
footer p {
    color: #fff !important;
    line-height: 1.35em;
    font-size: 1rem;
    text-transform: uppercase;
}
footer.entry-footer:before {
    display:none;
}

footer h2 {
    text-transform: inherit;
    font-size: 2rem;
}
footer sub {
    opacity: 0.5;
    font-size: 0.8rem;
    line-height: 1.35em;
    display: block;
    max-width: 380px;
}
.footer_widget img {
    max-width: 300px !important;
    padding-bottom: 15px;
    filter: brightness(0) invert(1);
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    padding: 15px 10px;
    margin: 0 0 0px !important;
    width: 100%;
    border-radius: 0;
}

input[type=submit] {
    border-radius: 0 !important;
}
footer textarea {
    height: 150px;
}
.bootscore-info.bg-light.text-muted.border-top.py-2.text-center {
    background: #060c34 !important;
    font-size: 0.8rem;
    line-height: 1em;
    text-transform: uppercase;
}

.sociallinks a {
    font-size: 1rem;
    margin-right: 0px;
    opacity: 1;
    transition-duration: 0.2s;
    color: #333;
}
.sociallinks a:hover {
    opacity: 1;
    transition-duration: 0.2s;
}
.fa-circle {
    color: #fff;
}
.fa-brands.fa-inverse {
    color: #333;
}
.sociallinks a:hover {
    transition-duration: 0.2s;
}
.sociallinks i {
    transition-duration: 0.2s;
    font-size: 2rem;
    margin-right: 10px;
}
footer h2.widget-title.h4 {
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 1.15rem;
}
.bootscore-footer ul {
    font-size: 1rem;
    line-height: 1.75em;
}
.footer_widget ul {
    margin-bottom: 45px !important;
}
section#footer_action {
    background: #cccccc;
    padding: 60px 0 50px;
}
#footer_action .wpcf7 {
    width: 90%;
}
#footer_action .wpcf7 input.wpcf7-submit {
    min-width: auto !important;
    padding: 6px 20px 6px !important;
    display: block;
}

footer input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #d31e44 !important;
    width: auto !important;
    padding: 15px 75px !important;
    border-radius: 5px !important;
}




/* HOMEPAGE GENERAL STYLES */

body.home section {
    padding:120px 0;
    position: relative;
}
section .container {
    position: relative;
}
body.home section.owl-carousel {
    padding:0;
}
.card {
    border: none !important;
    background: #f9f9f9 !important;
    border-radius: 7px !important;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}
.card-img, .card-img-top, .card .card-img-top .embed-container {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}
.card-img-top {
    position: relative;
}

.card-img-top .fa-stack {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
}
.card-img-top .fa-circle {
    color: #000;
    left: -5px;
    opacity: 0.8;
}
.card-img-top a:hover .fa-circle {
    color: #fff;
    opacity: 1;
}
.card .mt-auto a.read-more {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    display: block;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
}
.card .mt-auto a.read-more:hover {
    color: #fff !important;
}
.card-text {
    font-size: 1rem;
    line-height: 1.5em;
    padding-bottom: 15px;
}
.col-md-6.col-lg-4.col-xxl-3.mb-4 {
    margin-bottom: 50px !important;
}
h2.blog-post-title {
    font-size: 1.35rem !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: left !important;
}
.mt-auto.align-self-end {
    width: 100% !important;
}
.top-padding {
    padding-top: 50px;
}
.card-text {
    text-align: left;
}




/* HOME PAGE SPECIFIC STYLES */
section#home {
    padding: 35vh 0 35vh;
    text-align: center;
    position: relative;
}
#home video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  section#home:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(320deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    opacity: 0.5;
    mix-blend-mode: screen;
}
section#home H1 {
    margin-bottom: 20px;
    text-align: left;
    color: #182051;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
section#home H1 strong {
    display: block;
    font-size: 5rem;
    font-family: 'Merriweather', serif;
    font-weight: 700;
}
section#home H1 em {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    font-style: normal;
}
#home p {
    color: #182051 !important;
}
section#home .btn {
    width: 225px;
}

#action h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: left;
}
div#action {
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(50%);
}
.row.action {
    padding: 30px;
    background: #d31e44;
    position: relative;
    z-index: 99;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    min-width: auto !important;
    background: #182051 !important;
    padding: 17px !important;
    width: 100%;
    position: relative;
    top: -1px;
}
#action span.wpcf7-spinner {
    display: none;
}
#action form {
    margin-top: 15px;
}
#action .wpcf7 input, #call .wpcf7 input {
    border-color: #eee !important;
    border-width: 1px !important;
}
#news .row {
    position: relative;
    z-index: 99;
    margin-top: 50px;
}




section#quote {
    padding: 160px 0 100px;
    position: relative;
    z-index: -1;
}
section#quote {
    padding: 160px 0px;
    position: relative;
    background-size: cover !important;
    background-position: center top !important;
}
section#quote:before, section#quote2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #182051;
    z-index: 0;
    opacity: 0.25;
}
#quote h3 p, #quote2 h3 p {
    text-align: center;
    font-size: 1.9rem;
    font-family: 'Merriweather', serif;
    font-weight: 100;
    color: #fff !important;
    font-style: italic;
}

#quote h3 p strong, #quote2 h3 p strong {
    font-weight: 700;
}
.author p {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    color: #fff !important;
}
.author p strong {
    font-weight: 900;
    font-size: 1.5rem;
    color: #d31e44 !important;
}


section#news {
    padding-top: 0;
    position: relative;
    padding-bottom: 50px
}
section#news:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    background: #ebebeb;
}
#newsCarousel .owl-stage-outer {
    margin-top: -60px;
}
section#news .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
section#news button.owl-prev {
    left: -3%;
}
section#news button.owl-next {
    right: -3%;
    left: auto;
}
section#news button.owl-prev, section#news button.owl-next {
    font-size: 3rem !important;
    opacity: 0.2;
}


section#news .owl-stage {
    display: flex;
}
section#news .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.single-card .card {
    height: 100% !important;
}



section#papers {
    background: #fff;
    padding: 80px 0;
}
#papers .col-12 h2 {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    color: #182051;
    margin-bottom: 60px;
}
.paper-links {
    margin-top: 30px;
}
a.paper-link {
    display: block;
    padding: 20px 5px;
    margin-bottom: 5px;
    background: #ebebeb;
    text-transform: uppercase;
    color: #182051;
    font-weight: 500;
    transition-duration: 0.2s;
    position: relative;
}
a.paper-link:hover, a.paper-link.active {
    background: #182051;
    color: #fff;
    transition-duration: 0.2s;
}
a.paper-link i {
    color: #d31e44;
    text-align: center;
    display: block;
    margin: 0;
    line-height: 1em !important;
    font-size: 2.5rem;
}
.paper-link .col-9:after {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    font-family: 'FONT AWESOME 6 PRO';
    content: '\f105';
    color: #182051;
    opacity: 0.5;
    transition-duration: 0.2s;
}
.paper-link:hover .col-9:after, a.paper-link.active .col-9:after {
    color: #fff;
    opacity: 1;
    transition-duration: 0.2s;
}
.paper-links h2.blog-post-title, body.tax-Issue h2.blog-post-title {
    font-size: 1.15rem !important;
    color: #d31e44 !important;
}
.paper-links .card-text, body.tax-Issue .card-text {
    font-size: 0.8rem !important;
    line-height: 1.35em;
}
.paper-links a.read-more, body.tax-Issue a.read-more {
    background: none !important;
    padding: 0 !important;
    text-align: left !important;
    color: #182051 !important;
    font-weight: 700 !important;
    margin-bottom: -10px;
}
.paper-links .card .mt-auto a.read-more:hover, body.tax-Issue .card .mt-auto a.read-more:hover {
    color: #182051 !important;
}
.paper-links .card .mt-auto a.read-more:hover i.fa-solid.fa-angle-right, body.tax-Issue a.read-more:hover i.fa-angle-right {
    margin-left: 5px;
    transition-duration: 0.2s;
}
.paper-links .card .mt-auto a.read-more i.fa-solid.fa-angle-right, body.tax-Issue a.read-more i.fa-angle-right {
    margin-left: 0px;
    transition-duration: 0.2s;
}
.cat-tag {
    float: left;
    margin-right: 5px;
    background: #aaa;
    padding: 3px 8px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.7rem;
    text-transform: uppercase;
}
.cat-wrapper {
    margin: 5px 0;
    display: block;
    padding-bottom: 30px;
}


section#call {
    padding-bottom: 160px;
    margin-bottom: -56px;
    position: relative;
}
#call h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #182051;
}
#call h3 {
    color: #182051;
    font-weight: 300;
    font-family: 'Roboto';
    font-size: 2.25rem;
}
#call input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #d31e44 !important;
    padding: 15px !important;
    top: 1px !important;
}
section#call:before {
    content: '';
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255);
    background: linear-gradient(0deg, rgba(24,32,81,0) 0%, rgb(255 255 255) 100%);
    opacity: 0.4;
    mix-blend-mode: multiply;
}

section#quote2 {
    background-color: #fff !important;
    background-size: cover !important;
    background-position: center top !important;
    position: relative;
	padding: 30px 0 !important;
}
section#quote2 .text-center {
    padding: 100px 0 50px;
}

img.bottom {
    position: absolute;
    bottom: 0 !important;
}
body:not(.home) section#call {
    padding-top: 120px;
}

/* SINGLE PAGE STYLES */

body.single-case .cat-tag {
    line-height: 1em;
    padding: 10px;
}
body.single-case .cat-wrapper {
    text-align: right !important;
    float: right;
    padding-bottom: 0;
}
span.meta-space {
    display: inline-block;
    width: 20px;
}
.case-filings {
    padding-top: 60px;
}
.case-filings > h2 {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #182051;
}
.file-txt {
    margin-top: 10px;
}

h1.cat-title {
    color: #182051;
    text-align: left;
    margin-bottom: 40px;
    font-weight: 900;
}





/* ===== SINGLE PAGE STYLES ===== */
body:not(.home) section.internal {
    padding: 80px 0;
}
body:not(.home) .entry-content section:nth-child(odd), section.grey {
    background-color: #ebebeb;
}
.internal h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
    font-size: 3rem;
    color: #182051;
}


section#about_hero {
    padding: 30vh 0 20vh;
    text-align: center;
    background-color: #eee;
    background: url(/wp-content/uploads/2022/08/supremecourt-scaled.jpg);
    background-position: center center !important;
    background-size: cover !important;
}
section#about_hero h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4rem;
    line-height: 1em;
    margin: 0;
    padding: 0;
    color: #fff;
}
.internal img.rounded {
    margin-top: 15px;
    border-radius: 20px !important;
}
.row.leader-list {
    margin-top: 60px;
}
.leader-img {
    padding-bottom: 75%;
    background-size: cover !important;
    background-position: center center !important;
    margin-bottom: 15px;
    border-radius: 20px;
}
.single-leader .post-info {
    width: 80%;
    margin: 0 auto;
    line-height: 1.5em;
}
.single-leader .post-info h3 {
    font-weight: 700;
    font-size: 2rem;
}
.internal h2 i {
    color: #d31e44;
    margin-left: 5px;
}


body.single-resource .entry-content h2 {
    font-weight: 900;
    color: #182051;
    font-family: 'Roboto';
    font-size: 1.75rem;
    margin-top: 30px;
}




body.page-id-349 .entry-content section:nth-child(odd), body.page-id-349 section#home:before, body.page-id-442 .entry-content section:nth-child(odd) {
    background: transparent;
}

body.page-id-349 section#home h1 {
    color: #fff !important;
}
body.page-id-349 section.grey {
    background-color: #ebebeb !important;
}


section.internal, section.internal p {
    font-size: 1.15rem !important;
    line-height: 2em !important;
}



body.page-id-442 .entry-content, body.page-id-3875 .entry-content {
    margin-top: 125px;
}
body.page-id-442 textarea {
    height: 225px;
}
body.page-id-442 span.wpcf7-list-item-label {
    font-weight: 900;
}



.is-form-style button.is-search-submit {
    min-width: auto !important;
}
.is-form-style input.is-search-submit, .is-search-icon {
    border: none !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #182051;
    height: 52px;
    margin-top: -8px;
    width: 50px;
}
.is-form-style .is-search-submit path {
    fill: #fff;
}
.is-form-style.is-form-style-3 input.is-search-input {
    padding: 25px 15px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.is-search-icon svg {
    margin: 10px;
}

li.astm-search-menu.is-menu.is-dropdown.menu-item {
    margin-top: 38px;
    margin-left: 20px;
}
svg.search-icon path {
    fill: #182051 !important;
    transition-duration: 0.2s;
}
.nav-scroll svg.search-icon path {
    fill: rgba(0,0,0,.55) !important;
    transition-duration: 0.2s;
}
.is-menu.is-dropdown .search-close {
    display: none !important;
}



body.page-id-349 .internal h2 {
    text-align: left !important;
}
body.page-id-349 .internal h2.text-center {
    text-align: center !important;
}




img.card-img {
    height: 250px;
}
button.neworleans-CloseButton.neworleans-close.neworleans-ClosePosition--top-right {
    padding: 0 !important;
}
div#newsCarousel {
    position: relative;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
#papers form.is-search-form.is-form-style.is-form-style-3.is-form-id-483 {
    width: 90%;
    margin: 15px 7% 30px 3%;
}


.nav-btn a.nav-link {
    background: #d31e44;
    color: #fff !important;
    padding: 10px 25px !important;
    margin-top: 30px;
    border-radius: 7px;
}
body.home .navbar-light.nav-scroll .nav-btn a.nav-link {
    color: #fff !important;
}
.nav-btn a.nav-link:hover {
	background:#182051;
}



.paper-link .col-9 {
    line-height: 1em;
    margin-top: 0.6em;
}


section#hotline_hero {
    background: url(/wp-content/uploads/2022/09/hotline_hero-1.jpg);
    padding: 10vh 0;
    text-align: left;
    color: #fff;
    background-position: left center !important;
}
#hotline_hero h1 {
    color: #172051;
    font-weight: 300;
    font-size: 3rem;
    font-family: 'Roboto', sans-serif;
}
#hotline_hero h1 span {
    font-weight: 900;
    font-family: 'Merriweather';
    text-transform: capitalize;
}


.wpcf7 form .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    position: absolute;
    top: -36px;
    width: 100%;
    left: -9px;
}
form.wpcf7-form {
    position: relative;
}

.leader-list h4 {
    color: #182051;
    font-weight: 900;
}
.row.action {
    padding: 40px 30px 10px;
    background: #d31e44;
    position: relative;
    z-index: 99;
}


#donate-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    top: 0;
    left: 0;
    z-index: 9999999;
}
.donate-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 50%;
    background: #fff;
    text-align: center;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    padding: 25px;
}
.donate-wrapper .close {
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 2rem;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #193668;
    background: #fff;
}
.single-donate .col-4.col-md-3 {
    position: relative;
}
.single-donate img {
    max-width: 100px;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
	#donate-modal hr {
    margin-top: 15px;
    margin-bottom: 15px;
}
#donate-modal h3 {
    font-size: 1.5rem;
    text-align: left;
}
#donate-modal h3 {
    margin-top: 10px;
}
#donate-modal {
    line-height: 1.15em;
}
@media (max-width: 767px) {
.donate-wrapper {
    width: 90%;
}
	#donate-modal h3 {
    font-size: 1rem;
}
}


body.single-filing div#content {
    background: #fff;
}


nav.pagination ul {
    width: 100%;
    padding: 0;
}
nav.pagination li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 0 10px;
}




section.single-litigation {
    padding: 120px 0;
}
h1.litigation_title {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #162054;
}
h2.litigation_num {
    font-size: 1.5rem;
}
.single-litigation h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.35rem;
    margin-top: 30px;
    color: inherit !important;
    margin-bottom: 0;
}
.case_result {
    background: #162054;
    padding: 30px;
    border-radius: 7px;
    color: #fff;
    line-height: 1.5em;
    height: 100%;
}
.case_result h3 {
    margin-top: 0;
}
.single-litigation li {
    margin-bottom: 15px;
    line-height: 1.35em;
}
h3.readmoretitle {
    margin-top: 0;
    margin-bottom: 15px;
}



.single-litigation header.entry-header {
    text-align: center;
}
.single-litigation header.entry-header h1.litigation_title {
    font-size: 2.5rem;
}
.litigation_section h3 {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}