/* 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 .entry-content h3, .single-case .entry-content 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;
}
.latestfilings .card {
    width: 100% !important;
    margin-top: 10px;
}



.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;
}
.case_desc {
    margin-top: 10px;
}
.issues_wrapper {
    padding-top: 10px;
    font-size: 14px;
}



body.post-type-archive-litigation button:not(:disabled), body.post-type-archive-case button:not(:disabled), body.post-type-archive-amicus button:not(:disabled) {
    min-width: inherit !important;
    padding: 3px 12px !important;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition-duration: 0.2s;
}
body.post-type-archive-litigation button:not(:disabled):hover, body.post-type-archive-case button:not(:disabled):hover, body.post-type-archive-amicus button:not(:disabled):hover {
    background-color: #d31e44;
    transition-duration: 0.2s;
}
select#orderby {
    height: 44px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.doc_wrapper .btn {
    width: 100% !important;
}


.blog-meta {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
}




/* DATA TABLES STYLES */
.dataTables_wrapper select,
.dataTables_wrapper input {
    background-color: #f9f9f9;
    border: 1px solid #999;
    border-radius: 4px;
    height: 3rem;
    line-height: 2;
    font-size: 1.8rem;
    color: #333;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-flex;
    width: 100%;
  }


#wokecorps_table h3 {
    font-weight: 700;
    margin: 0;
}
table#wokecorps_table td, table#wokecorps_table th {
    border: none !important;
}
#wokecorps_table, #wokecorps_table thead, #wokecorps_table, #wokecorps_table tr {
    border: none !important;
}
#wokecorps_table tbody tr {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.125);
}

#wokecorps_table_filter label {
    text-transform: uppercase;
    font-weight: 900;
    color: inherit;
    font-size: 1.35rem;
    width: 100%;
}
.dataTables_wrapper input {
    background-color: #f9f9f9;
    border: 1px solid #999;
    border-radius: 50px;
    color: inherit;
    padding: 7px 10px;
    margin-left: 15px;
}
td.corpDate {
    text-transform: uppercase;
    font-weight: 500;
}
img.wokecorp_img {
    width: 100%;
    max-width: 200px;
    min-width: 90px;
}
table#wokecorps_table {
    margin-top: 30px;
}
#wokecorps_table thead i {
    margin-left: 5px;
}

.mobile {display:none !important;}
@media screen and (max-width: 480px) {
    .mobile {display:block !important;}
    .desktop {display:none !important;}
    a.btn.btn-primary.mobile {
        padding: 10px 15px !important;
        margin: 0 auto;
        font-size: 1.5rem;
    }
    #wokecorps_table h3 {
        display:none;
    }
    .corpDate {
        width: 150px;
    }
    #wokecorps_table thead th {
        font-size: 14px !important;
    }
    #wokecorps_table thead th:nth-last-child(1) {
        opacity: 0;
    }
}




section#case_wrapper {
    background: #fff;
}

section.single_afl_case {
    padding: 30px 30px 30px 0;
    background: #f2f2f2 !important;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    position: relative;
}

.single_afl_case_img {
    padding-bottom: 56.7%;
    background-size: cover !important;
    background-position: center center !important;
}

.single_afl_case_cat_prime {
    width: 65%;
    padding: 15px 5px;
    background: #d31e44;
    position: relative;
    margin-bottom: -1.35em;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 1rem;
}

.single_afl_case_meta {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single_afl_case_meta strong {
    font-weight: 700;
}

.single_afl_case h1.litigation_title {
    font-size: 24px !important;
    font-family: 'RobotowqdqwqqqqcccqeCCCECCEEAEEWV', sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 15px;
    color: #d31e44;
}

.single_afl_case_desc {
    line-height: 1.35em;
}

.single_afl_case_btns .btn {
    padding: 10px !important;
    min-width: 300px;
}

.single_afl_case_btns {
    position: absolute;
    bottom: 30px;
}

section#featured_wrapper {
    margin-bottom: 100px;
}
#featured_wrapper .col-md-4 {
    margin-bottom: 30px;
}

.single_afl_case.featured {
    padding: 10px 0 100px;
    background: #f2f2f2 !important;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 100%;
}
.featured .single_afl_case_cat_prime {
    margin-top: -20px;
}
.featured .single_afl_case_meta {
    margin-top: 5px;
    margin-right: 10px;
    line-height: 1em;
}
.featured .single_afl_case_img {
    margin-bottom: 15px;
}
.single_afl_case.featured h1.litigation_title {
    padding: 0 15px;
}
.featured .single_afl_case_desc {
    padding: 0 15px;
}
.featured .single_afl_case_btns {
    padding: 0 15px;
    bottom: 15px;
    text-transform: uppercase;
    font-size: 1rem;
    width: 100%;
}
.featured .single_afl_case_btns a.btn {
    width: 100% !important;
}
body.single-case span.case_tag {
    background: #162054;
    color: #fff;
}




.afl_single_case_header_left {
    background: #162054;
    padding: 60px 30px;
    color: #fff;
}
.afl_single_case_header_left h1.litigation_title {
    color: #fff;
    text-align: left;
    font-size: 2.25rem !important;
    margin-bottom: 30px;
}
.afl_single_case_header_left h2.litigation_num {
    color: #fff;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
.afl_single_case_header_left h2.litigation_num strong {
    font-weight: 700;
}
.afl_single_case_header_right {
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
    border: 1px solid #DADADA;
}
.afl_single_case_header_right .single_afl_case_cat_prime {
    width: 35%;
    display: inline-block;
    padding: 20px 35px;
    position: absolute;
    right: 0;
    bottom: 15%;
}
.text-left {
    text-align: left;
}
.case_date i {
    margin-left: 10px;
}
span.case_tag {
    margin: 10px 0 0 10px;
    padding: 5px 15px;
    background: #f2f2f2;
    border-radius: 7px;
    display: inline-block;
}
.case_date, .case_status {
    margin-top: 10px !important;
}


body.single-litigation .entry-content, body.single-case .entry-content  {
    margin-top: 40px;
}

.doc_wrapper {
    background: #f2f2f2;
    border-radius: 7px;
    padding: 15px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
body.single-litigation .entry-content h3, body.single-case .entry-content h3 {
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 500;
    color: #d31e44 !important;
}

.case_btn_single {
    margin-bottom: 10px;
}

.litigation_section.links ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
}
.litigation_section.links ul li {
    margin-bottom: 20px;
}
.litigation_section.links ul li a {
    color: #182051;
}

.litigation_section.links ul li a:after {
    font-family: "Font Awesome 6 Pro";
    content: '\f0a9';
    display: inline-block;
    margin-left: 5px;
    color: #d31e44;
    font-weight: 900;
}


@media only screen and (max-width: 1399px) {
section.single_afl_case {
    padding-bottom: 60px;
}
.case_date, .case_status {
    display: block;
    width: 100%;
    margin: 0 0 0 10px;
    line-height: 1em;
}
.case_date i {
    margin-left: 0;
}
}

@media only screen and (max-width: 1199px) {
    section.single_afl_case {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
body.single-litigation .col-md-8.text-right {
    text-align: left;
    margin-top: 10px;
}
.case_docs_wrapper {
    margin-top: 30px;
}
.afl_single_case_header_right {
    padding-bottom: 57%;
}
.afl_single_case_header_right .single_afl_case_cat_prime {
    width: inherit;
}
}
@media only screen and (max-width: 480px) {
    section.single_afl_case {
        margin: 0 15px 30px;
        width: 92%;
        padding: 30px 0 90px;
    }
    .single_afl_case_meta, h1.litigation_title, .single_afl_case_desc, .single_afl_case_btns {
        padding-left: 15px;
        padding-right: 15px;
    }
    .single_afl_case_btns {
        width: 100%;
    }
    .single_afl_case_btns .btn {
        width: 100%;
    }
}



/* ===== CUSTOMIZER STYLES ===== */
img.card-img {
    height: 250px;
}
.card_wrapper .single-card .card {
    min-height: 640px;
}
#news .row:nth-child(2) {
    margin-top: -40px;
    margin-bottom: -40px;
}
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%;
}
select#date {
    height: 44px;
    width: 95%;
    margin-right: 5%;
}

.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;
}

.single-corp a.btn.btn-alt {
    margin-top: 15px;
}
.single-corp p {
	text-align:center;
}
#corps {
	padding-bottom:60px;
}
#corps .col-md-4 {
    margin-top: 30px;
}
.single-corp {
    padding: 15px;
    box-shadow: 0px 2px 7px rgba(0,0,0,0.25);
    text-align: center;
    background: #fff;
    border-radius: 7px;
    height: 100%;
}
body.page-id-5927 h2.blog-post-title {
    color: #d31e44;
    margin: 0;
}
body.page-id-5927 section#home:before {
    opacity: 0.1;
}


#wokecorps_table .btn {
    display: block;
    margin-bottom: 5px;
	max-width: 205px;
}
td.align-middle.corpDate {
    min-width: 210px;
}

.litigation_section.news {
    margin-top: 35px;
}
.litigation_section.news h3 {
    font-size: 30px !important;
    border: none !important;
}
.news_img {
    padding-bottom: 100%;
    background-size: cover !important;
    background-position: center center !important;
}
.litigation_section.news a {
    color: #162054;
    font-weight: 700;
	line-height: 1.25em;
    display: block;
}
.litigation_section.news .row {
    margin-bottom: 15px !important;
}


.donate_inner {
    text-align: center;
    background: #fff;
    padding: 45px 15px 15px;
    height: calc(100% - 60px);
    border-radius: 5px;
}
.donate_inner .btn {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
}

body.page-id-5160 #primary .entry-content .row .col-md-4:nth-child(2) .donate_wrapper .donate_inner {
    height: auto;
	    padding: 15px !important;
}


@media only screen and (max-width: 1300px) {
	#wokecorps_table h3 {
    font-size: 24px;
}
}
@media only screen and (max-width: 1200px) {
	#wokecorps_table h3 {
    font-size: 18px;
}
}
@media only screen and (max-width: 480px) {
td.align-middle.corpDate {
    min-width: auto;
    font-size: 12px;
}
}

body.home section#papers {
    display: none;
}


.top-nav-widget {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.top-nav-widget p {
    padding: 0 !important;
    margin: 0 !important;
}
.top-nav-widget .ms-3 {
    padding: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}


.letter {
    box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, .03);
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 40px;
    background: #fff;
    position: relative;
    margin-bottom: 60px;
}




section#parent_cases {
    padding: 80px 0;
    margin-top: 30px;
}
#parent_cases section.single_afl_case {
    background-color: #fff !important;
}
section#developments {
    padding: 50px 0 80px;
}
.foia_template {
    margin-top: 30px;
}
.foia_template .btn {
    width:100%;
}
select#foia {
    padding: 15px;
}
#recentNewsCarousel .owl-nav .owl-prev {
    left: -50px;
}
#recentNewsCarousel .owl-nav .owl-next {
    right: -50px;
	left: auto;
}
#recentNewsCarousel .owl-nav button {
    font-size: 3rem !important;
}
#recentNewsCarousel .single_afl_case_cat_prime {
    width: 55%;
}

#toolkits .container .row {
    display: flex
;
    flex-wrap: wrap;
}
#toolkits .container .row .col-md-4 .card {
    height: 100%;
}






/* ===== SANCTUARY STATE STYLES ===== */
body.single-sanctuary div#content {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
section#sanctuary_header {
    padding: 80px 0;
}
section#sanctuary_header_img {
    height: 300px;
    margin-top: -4.5rem;
}
section#sanctuary_header h1 {
    text-transform: uppercase;
    font-weight: 900;
    color: #162054;
    font-size: 4rem;
    margin: 0;
    line-height: 1em;
}
section#sanctuary_header h2 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.single-state-contact {
    padding: 30px;
    background: #f2f2f2 !important;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 100%;
}
.single-state-contact h3 {
    font-size: 1.5rem;
    font-weight: 900;
    color: #162054;
}
.single-state-contact a {
    display: block;
    color: #162054;
}
.single-state-contact a:hover {
    color: #0d6efd;
}
.single-state-contact a i {
    width: 30px;
    margin-left: 5px;
    color: #d31e44;
    text-decoration: none !important;
}
.single-state-contact h4 {
    font-size: 1.15rem;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
section#sanctuary_quotes {
    padding: 80px 0;
    background: #162054;
    color: #fff;
}
section#sanctuary_quotes h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 30px;
}
section#sanctuary_quotes h1 span {
    color: #d31e44;
}
.sanctuary_quote_single .quote_text p {
    font-size: 1.75rem;
    font-weight: 100;
    text-align: center;
    color: #fff !important;
}
.sanctuary_quote_single .quote_author {
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.5rem;
    color: #d31e44;
    margin: 15px 0 0;
}
.sanctuary_quote_single .quote_author_title {
    text-align: center;
    text-transform: uppercase;
    margin: -10px 0 0;
}
#sanctuaryCarousel button.owl-prev {
    left: -30px;
    font-size: 3rem !important;
    top: -25px;
}
#sanctuaryCarousel button.owl-next {
    right: -30px;
    font-size: 3rem !important;
    top: -25px;
}
#sanctuaryCarousel button.owl-next {
    right: -30px;
    font-size: 3rem !important;
    top: -25px;
    text-align: right;
}
#sanctuaryCarousel button.owl-prev i, #sanctuaryCarousel button.owl-next i {
    transition-duration: 0.2s;
}
#sanctuaryCarousel button.owl-prev:hover i, #sanctuaryCarousel button.owl-next:hover i {
    color: #fff !important;
    transition-duration: 0.2s;
}
section#sanctuary_docs {
    padding: 80px 0;
    background: #fff;
}
section#sanctuary_docs h1 {
    color: #162054;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 30px;
}
section#sanctuary_docs h1 span {
    color: #d31e44;
}
#sanctuary_docs .card {
    background: #f2f2f2 !important;
}
#sanctuary_docs .card.horizontal.mb-4 {
    height: 100%;
}
.sanctuary_quote_single .quote_text {
    position: relative;
    padding: 0 40px;
}
.sanctuary_quote_single .quote_text .fa-quote-left {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 3rem;
    opacity: 0.3;
}
.sanctuary_quote_single .quote_text .fa-quote-right {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    opacity: 0.3;
}

section#sanctuary_video {
    padding: 0 0 80px;
}
section#sanctuary_video h1 {
    text-align: center;
    font-size: 4rem;
    margin: -70px 0 30px;
    font-weight: 100;
}

section#sanctuary_map {
    padding: 60px 0;
    text-align: center;
}
section#sanctuary_map h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 3rem;
    color: #fff;
}
section#sanctuary_map p {
    text-align: center;
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto 30px;
    line-height: 1.35em;
    font-weight: 300;
	color: #fff !important;
}
section#sanctuary_map #mapbase svg {
    height: 600px;
}

section#sanctuary_laws {
    padding: 80px 0;
}
section#sanctuary_laws li {
    margin-bottom: 35px;
}
section#sanctuary_laws h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    text-transform: uppercase;
}
section#sanctuary_laws li i {
    color: #9a9a9a;
    font-size: 2rem;
    font-weight: 500;
}
section#sanctuary_laws li i {
    color: #9a9a9a;
    font-size: 2rem;
    font-weight: 500;
    margin-left: -1em;
}
#sanctuary_laws ul.fa-ul {
    margin-left: var(--fa-li-margin, 3.5em);
}
section#sanctuary_letter {
    padding: 80px 0;
    margin-bottom: -15px;
}
section#sanctuary_letter h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 30px;
}
