/*
Theme Name: Systemic Justice Project (HLS)
Theme URI: https://www.social-ink.net
Description: Architecture, custom code and templating created by Social Ink
Version: 1
Author: Social Ink
Author URI: https://www.social-ink.net
*/
.col .clientflag {
    display: block !important;
    padding: 1em;
    background: yellow;
    border: 2px dashed #111;
}
/*****************
LAYOUT
***********************************************/

body {

}
* {
    box-sizing: border-box;
}
.container_inner {
    position: relative;
}
.onepage {
    clear: both;
}

.single-event .onepage {
    padding-bottom: 2em;
}
.content {}
.content .text {
    padding: 0;
}
.content.nosidebar {
    float: none;
    width: 100%;
}
.archivepage .pageinfo {
    margin-bottom: 2em;
    display: block;
    position: relative;
}
.archivepage .pageinfo h1 {
    color: #333;
    font-weight: inherit;
    font-size: 3em;
    width: 100%;
    border-bottom: 15px solid #eaeaea;
}
.search_indicator .sink_icon {
    width: 13px;
}
.error404 .onepage {
    padding-bottom: 2em;
}

.single .postdate {
  padding: 10px;
  background: #eaeaea;
  font-size: .8em;
  margin-right: 10px;
  height: 65px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  text-align: center;
}

/*****************
CRUMBS
***********************************************/

.breadcrumbs {
    font-size: .9em;
}

.breadcrumbs ul {
    display: flex;
    text-transform: uppercase;
}
.breadcrumbs ul li {
    list-style: none;
    margin-left: 0;
    margin-right: .5em;
}

.breadcrumbs ul li a {
    color: #fff;
}

.breadcrumbs ul li a:after {
    content: ' > ';
    margin-top: -2px;
    float: right;
    margin-left: 12px;
}

.breadcrumbs ul li:last-child a:after {
    content: none;
}

/*****************
EXPANDERS
***********************************************/
.expander_section {}

.onequestion h2:after,
.expander_section header a:after {
    content: ' +';
}
.onequestion.activated h2:after,
.expander_section header a.activated:after {
    content: ' -';
}

.onequestion h2 {
    cursor: pointer;
    border-bottom: 3px solid #655F79;
    padding: 14px 0;
    margin-bottom: 0;
    font-size: 1.3em;
}

.onequestion:last-child h2 {
    border-bottom: none;
}

.onequestion:last-child.activated h2,
.onequestion.activated h2 {
    border-bottom: 3px solid #655F79;
    margin-bottom: .5em;
}

.onequestion .module_wys {
    display: none;
}

.onequestion.activated .module_wys {
    display: block;
}

.socialink-module.module-advanced,
.socialink-module.module-advanced .plugin-filterserver {
    margin-top: 0;
    padding-top: 0;
}

.socialink-module.module-heroimage {
    margin-bottom: 0;
    padding-bottom: 0;
}
/*****************
CONFERENCE
***********************************************/
.single-conference #header {
    background: #252525;
    height: inherit;
    position: inherit;
}
.conference-nav-header {
    background: #a51c30;
    color: #fff;
    padding: 1em;
    text-transform: uppercase;
    font-weight: 800;
}
.conference-nav-header ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.conference-nav ul li {
    list-style: none inside;
    margin-left: 0;
    margin-right: 1em;
}
.conference-nav ul li.mainconf_indicator {
    border-right: 2px solid #fff;
    padding-right: 1em;
}
.conference-nav-header ul li a:hover {
    color: #fff;
}
.conference-nav-sidebar ul {}
.conference-nav-sidebar ul li {
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: .02em;
    border-bottom: 1px solid #ccc;
    margin-bottom: .5em;
    line-height: 1;
    padding-bottom: .5em;
}
.conference-nav-sidebar ul li:last-child {
    border-bottom: 0;
}
.conference-nav-sidebar ul li a {}
.conference-container {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 3em;
    padding-top: 0;
}
.conference-container>.content {
    width: 55%;
    padding: 2em;
}
.conference-container>.conf-sidebar {
    width: 45%;
}
.conf-sidebar .featimg {
    margin-bottom: 1em;
}
.conference-nav-sidebar {
    margin-top: 2em;
}
.conference-nav h1 {
    color: #404040;
    font-weight: inherit;
    font-size: 2em;
}
.conference-metadata {
    margin-bottom: 2em
}
.conference-metadata h1 {
    color: #404040;
    font-weight: inherit;
    border-bottom: 1px solid #ccc;
    padding-bottom: .15em;
    margin-bottom: .25em;
}
.conference-metadata h2 {
    color: #404040;
    font-weight: inherit;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    line-height: 1;
    padding-bottom: .5em;
}
.conference-metadata h3 {
    color: #404040;
    margin-bottom: .25em;
    font-weight: inherit;
}
.conference-metadata h4 {
    color: #404040;
    font-weight: inherit;
    font-size: 1.7em;
}
.register_url .button {
    font-size: 1.3em;
}
/*****************
JOURNAL
***********************************************/
.journal-volumes {
    margin-top: 2em;
}
.journal-volumes h1 {
    font-size: 1.8em;
    font-weight: 100;
    color: #000;
}
.journal-search {
    background: #F7F4E7;
    margin: 2em 0;
    min-height: 300px;
    padding: 2em;
}
.recent-articles h1,
.recent-feeds h2,
.journal-featured h1,
.journal-search h1 {
    color: #000;
    font-weight: inherit;
    font-size: 1.8em;
}
.journalarticle-quickview .item-authors {
    margin-bottom: 0;
    font-size: .8em;
}
.volume {
    width: 32%;
    background: #e4e3dc;
    padding: 1.5em;
    box-shadow: 1px 1px 0 0 #fff,
        2px 2px 0 0 #cacaca,
        3px 3px 0 0 #fff,
        4px 4px 0 0 #ccc,
        5px 5px 0 0 #fff,
        6px 6px 0 0 #ccc;
}

.tax-volumes .archive-obj-description p {
    text-align: center;
    font-size: 1.5em;
    font-weight: 900;
}
.volume p:last-child {
    margin-bottom: 0;
}
.volume h2 {
    font-weight: inherit;
    color: #a51c30;
    line-height: 1;
}
.item-authors {
    padding: 0 0 .75em;
    border-bottom: 1px solid #fff;
    margin-bottom: .5em;
}
.recent-feeds {
    margin-top: 2em;
}
.recent-feeds .col {
    width: 50%;
    padding: 2em;
    min-height: 500px;
}
.recent-feeds .justice-feed {
    background: #f7f5f1;
}
.recent-feeds ul li {
    list-style: none outside;
    margin-left: 0;
    border-bottom: 1px solid #CCC;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.recent-feeds ul li:last-child {
    border-bottom: none;
}
.recent-feeds ul li a {
    color: #a51c30;
    font-weight: 800;
    font-size: 1.1em;
}
.recent-feeds ul li a:hover {
    text-decoration: none;
    color: #545452;
}
.journal-search-form {}
#journal_keyword {
    font-size: 1.2em;
    width: 100%;
    display: block;
    margin-bottom: 1em;
}
#journal_search_go {}
#journal_search_clear {
    display: none;
}
.journal-search.searched #journal_search_clear {
    margin-left: 1em;
    display: inline-block;
}
.journal-search-results {
    display: none;
    margin-top: 1em;
}
.journal-search.searching .journal-search-results,
.journal-search.results-success .journal-search-results,
.journal-search.results-nonefound .journal-search-results {
    display: block;
}
/*****************
EVENTS
***********************************************/

.events_list.future p a {
    color:  #a51c30;
}
.event_metadata_field.not_applicable {
    display: none;
}
.sink_event_metadata.metainfo {
  background: #e4e3dc;
    padding: .5em 1em;
    margin-bottom: 1em;
    font-size: .7em;
    display: inline-block;
}

.archive .sink_event_metadata.metainfo,
.search .sink_event_metadata.metainfo {
    background: #f5f5f4;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    font-size: .7em;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin-left: 1em;
}

.sink_event_metadata.metainfo .event_metadata_field:first-child {
    border-bottom: 1px solid #999;
    display: inline-block;
padding-bottom: 5px;
}
/*****************
MODULES
***********************************************/
.socialink-module header.modheader h2 {
    font-weight: 100;
}
.excerpt {
    margin-bottom: 0;
}
.module-advanced {
    /*background: #F7F4E7*/
}

.module-advanced .content_toggler {
    display: none;
}
.module-addcontent header .centering_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 2em;
}
.content_toggler {
    border: 1px solid #000000;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.archivepage .content_toggler {
    border: 1px solid #000000;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    right: 0;
    margin-top: -88px;
}
.module-addcontent header .content_toggler {
    margin-left: auto;
    height: 50px;
}
.content_toggler>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 10px;
    height: 50px;
}
.content_toggler>a:first-child {
    margin-right: 1.5em;
}
.content_toggler>a:hover,
.content_toggler>a.enabled {
    text-decoration: none;
    color: #A51C30;
}
.content_toggler>a:hover svg,
.content_toggler>a.enabled svg {
    fill: #A51C30;
}
.content_toggler>a .sink_icon avg {
    fill: #b9bbbd;
}
.content_toggler>a .sink_icon {
    display: block;
}
.content_toggler>a .lbl {
    display: block;
    font-size: .8em;
    text-transform: uppercase;
}

article.unpublished,
.archive_controller:not(.mode-list) article.gridview-only.unpublished, 
.onepage.archivepage:not(.mode-list) article.gridview-only.unpublished, 
.module-addcontent:not(.mode-list) article.gridview-only.unpublished,
.archive_controller.mode-list article.listview-only.unpublished, 
.onepage.archivepage.mode-list article.listview-only.unpublished, 
.module-addcontent.mode-list article.listview-only.unpublished {
    display: none;
}
article.listview-only {
    display: none;
}
.search article.listview-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 1em;
}
.search .archive_post .featimg {
    background-color: #111
}
article.gridview-only {
       display: none;
    height: 400px;
    width: 31%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
    margin-bottom: 2em;
    background-color: #3c3b3b;
    margin-right: 1.5%;
}
article.gridview-only:nth-child(3n) {
    
}
article.listview-only header,
.gridarchive_inner {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    height: 100%;
    padding: 1em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

article .gridarchive_inner h2 a:hover {
    color: #fff;
}

.art_author:after {
    content: ', ';
}
.art_author:last-child:after {
    content: '';
}
article.listview-only header h2 {
    color: #fff;
    font-weight: inherit;
}
article.listview-only .mainpost {
    -webkit-box-flex: 5;
    -webkit-flex-grow: 5;
    flex-grow: 5;
    background: #fff;
    padding: 1em;
}

article.listview-only.thumb_none .mainpost {
    padding:  0 1em;
}

.tax-volumes article.listview-only.thumb_none .mainpost,
.tax-volumes article.listview-only .mainpost {
    padding: 1em;
}
.page-template-page-events-overview article.listview-only .mainpost {
    padding: 0 1em;
}

.filtering_results.archive_controller:not(.mode-list) .results-container,
.archive_controller:not(.mode-list) .content_container,
.module-addcontent:not(.mode-list) .module_inner,
.archive_controller:not(.article-toc) .content_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.filtering_results.archive_controller:not(.mode-list) .results-container {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.archive_controller:not(.mode-list) article.gridview-only,
.onepage.archivepage:not(.mode-list) article.gridview-only,
.module-addcontent:not(.mode-list) article.gridview-only {
    /* display: block; */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.archive_controller.mode-list article.listview-only,
.onepage.archivepage.mode-list article.listview-only,
.module-addcontent.mode-list article.listview-only {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 2em;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.archive_post.article .gridarchive_inner header h2 {
    font-size: 1.2em;
    border-bottom: 1px solid #fff;
    padding-bottom: .5em;
    margin-bottom: .5em;
    font-weight: 900;
}
.archive_post.article .fld-authors {
    border-bottom: 1px solid #fff;
    padding-bottom: .5em;
    margin-bottom: .5em;
}
.archive_post.article .fld-authors p {
    margin: 0;
}
.onepage.archive_controller.mode-list {}
.module-callout {
    padding: 0;
}
.module-callout .module_inner {
    background: #A51C30;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.module-callout .module_inner.hero-none {
    height: inherit;
    padding: 1em 0;
    text-align: center;
}
.module-callout .callout_label {
    width: 80%;
    text-align: center;
}
.module-callout .module_inner h1 {
    color: #fff;
    font-size: 1.4em;
    font-weight: 400;
    display: inline-block;
}
.module-giant p {
    font-size: 3em;
    margin-bottom: .5em;
}
.module-giant p a {
    border-bottom: 1px solid #A51C30;
    font-weight: 800;
}
.module-giant p a:hover {
    text-decoration: none;
    color: #A51C30;
}
.footer_cta .title_holder_container {
    display: none;
}
.title_holder_container h1 {
    color: #fff;
    font-weight: inherit;
    font-size: 3em;
    line-height: 1;
    width: 70%;
}
.title_holder_overview {
    left: 2%;
    position: absolute;
    z-index: 300;
    bottom: 1em;
}
.title_holder {
    left: 2%;
    position: absolute;
    z-index: 300;
    bottom: 1em;
    width: 100%;
}

a.cancel_search:hover {
    color: #fff;
    text-decoration: none;
}

.search .pageinfo h1 {
    display: none;
}
body.archive .title_holder_container {
    display: none;
}
.audio_file_container {
    position: absolute;
    bottom: 20px;
    width: 400px;
    right: 20px;
    background: #fff;
    padding: 1em;
    z-index: 9999;
}

.footer_cta .audio_file_container {
    display: none;
}
.audio_file_container p {
    color: #a51c30;
    font-weight: 800;
    font-size: 1.1em;
}

.callout_button a:hover {
    opacity: 1;
    padding:  1.2em;
    color: #111;
    transition:all .2s ease;
}
/*****************
TYPE
***********************************************/
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    line-height: 1.2;
}
h1 {
    line-height: 1;
}
h2 {}
h3 {}
h4 {}
h5 {}
p {
    font-size: 1em;
    margin-bottom: 1.25em;
    margin-top: 0;
    line-height: 1.2;
    margin-top: 0;
}
.single-article p {
    line-height: 1.4;
}

.single-article .article_abstract p {
    line-height: 1.2;
    font-size: .93em;
    font-style: normal;
    color: #6f6767;
}
.fancyfont {}
.pageinfo h1 {
    color: #404040;
    font-weight: inherit;
    line-height: 1;
    margin-top: .5em;
}
.text {}
.text p {}
.text p:last-child {
    margin-bottom: 0;
}
.text h1 {    font-size: 2.5em;}
.text h2 {}
.text h3 {}
.text ul {
    margin-bottom: 1em;
    margin-left: 0;
}
.text ul li {
    list-style-type: disc;
    margin-left: 1em;
    line-height: 1.4em;
}

.text .mc-field-group ul li {
    list-style: none;
}

.mc-field-group label {
    display: inline-block;
}

.mc-field-group {
    margin:  1em 0;
}
/*****************
IMAGECOVERS
***********************************************/
.backgrounded_image {
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    width: 100%;
}
.backgrounded_image:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.backgrounded_image>div {
    position: relative;
}
/*****************
FIXES FOR IE
***********************************************/
.ie8,
.ie9 {}
.ie7 {}
/*****************
BASIC INPUT AND FORMS
***********************************************/
input[type=text] {
    padding: .5em;
}
.wpcf7 input[type=submit],
input[type=submit],
.button {
    background: none repeat scroll 0 0 #a51c30;
    border: 0 none;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: .75em 1em;
    font-size: 1.1em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
label .wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
}
.button_grey {
    background: #e4e3dc;
    color: #333;
}
.button_white {
    background: #fff;
    color: #333;
}
input[type=submit]:hover,
.button:hover {
    color: #CCC;
    box-shadow: 0 0 1px #111;
    text-decoration: none;
}
input[type=submit]:active,
.button:active {
    box-shadow: inset 0 0 1px #222;
    outline: 0;
}
input[type=submit]:focus,
.button:focus {
    outline: 0;
}
/*****************
MOBILE HEADER (used for search bar in mobile)
***********************************************/
.mobile_expansion {
    visibility: hidden;
}
.mobile_expansion+label.mobile_expand_search {
    border: none;
}
.mobile_expansion:checked+label {
    border: .2em solid;
    height: .78em;
    width: .78em;
    border-radius: 100%;
}
.mobile_expansion+label.icon-search {
    border: 0 !important;
    margin-top: -5px;
}
/*****************
NAV MENU MARKUP
***********************************************/
.menu_horizontal li {
    display: inline-block;
    list-style: none;
}
/*****************
HEADER
***********************************************/
#header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: calc(100vw / 2.2);
}
.header_inner {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.header_inner.desktop_only {
    padding: 1em 2em;
}
body.hero-none #header {
    height: inherit;
    position: inherit;
}
body.hero-none .header_inner {
    background: #404040;
    height: inherit;
}
.logo {}
.logo img {
    width: 100%;
    /* for ie */
}
.topmenu {
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.topmenu ul {
    font-size: 1.4vw;
    margin-right: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
}
.topmenu ul svg {
    fill: #fff;
}
.topmenu li {
    font-size: 1.2em;
    margin-right: 1em;
    font-weight: 100;
    line-height: 1;
}
.topmenu li:after {}
.topmenu li.last_item {
    margin-right: 0;
}
.topmenu li a {}
.topmenu li[class*="current"] a,
.topmenu li:hover a {
    text-decoration: none;
    color: #fff;
}

.topmenu li:hover > a {
    border-bottom: 3px solid #fff;
    transition: border .2s ease;
    padding-bottom: 5px;
}

.topmenu .sink_dropdown a {
    color: #fff;
}

.topmenu .sink_dropdown li ul li {
    margin: 0;
}

ul.sub-menu {
     background: rgba(0,0,0,.5);
}

.topmenu .sub-menu li:hover > a {
    border-bottom: 0;
    border-left: 3px solid #fff;
}
.socialmedia {}
.socialmedia a {}
/*****************
HOME
***********************************************/
.sjp-areas-container {
    margin-bottom: 3em;
}
.sjp-areas-container h1 {
    color: #58595B;
    font-weight: inherit;
    font-size: 2.5em;
    margin-bottom: .2em;
    text-align: center;
}
.sjp-areas-container .intro {
    color: #a51c30;
    font-size: 1.3em;
    text-align: center;
}
.subject_selector_container {
    text-align: center;
    margin-bottom: 2em;
}
.selector-wrap {
    margin-top: -20px;
    padding: 0;
    background: #fff;
    display: block;
    width: 265px;
    margin-left: auto;
    margin-right: auto;
}
.selector_border {
    background: #E4E5E6;
    height: 10px;
}
#subject_selector {
    padding: .5em;
    font-size: 1em;
    font-family: acumin-pro-condensed, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.1em;
}
#subject_selector option {
    font-family: acumin-pro-condensed, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.subject_selector_results {}
.subject-overview {
    display: none;
    padding-right: 2em;
    min-height: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.subject-overview.shown {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.subject-overview h2 {
    font-weight: inherit;
    text-align: right;
    display: none;
}
.cpt-overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-bottom: 4em;
    background-image: url(images/connector-left-right.png);
    background-repeat: no-repeat;
    background-position: 80% bottom;
    background-size: 520px;
    margin-bottom: 1em;
}
.cpt-overview:nth-child(odd) {
    background-image: url(images/connector-right-left.png);
}
.cpt-overview-last_one {
    background-image: none;
    padding-bottom: 0;
}
.cpt-overview h3 {
    color: #58595B;
    font-weight: inherit;
    text-transform: uppercase;
    margin-bottom: 0;
}
.cpt-overview h4 {
    color: #a51c30;
    text-transform: inherit;
    font-weight: inherit;
    border-top: 1px solid #c3c3c3;
    display: inline-block;
    -webkit-box-flex: 5;
    -webkit-flex-grow: 5;
    flex-grow: 5;
    margin-top: 2em;
    margin-right: 1em;
}
.cpt-overview:nth-child(even) h3 {
    width: 75%;
}
.subject-overview .see_all {
    margin-top: auto;
}
.subject-overview .see_all a {
    color: #a51c30;
    text-transform: uppercase;
    font-size: 1.1em;
    border-top: 10px solid #a51c30;
    display: block;
    text-align: center;
    margin-top: 1em;
    padding-top: .5em;
    font-size: 1.5em;
}
.sjp-inits {
    background-image: url('images/background-tiles.png)');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2em;
}
.sjp-inits h1 {
    color: #58595B;
    font-weight: inherit;
    font-size: 2em;
    margin-bottom: 0;
    text-align: center;
}
.fld-initiatives_welcome_text {
    margin: 2em 0;
    text-align: center;
}
.initiatives-individual {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.initiative-one {
    margin-right: 2em;
}

.initiative-one:last-child {
    margin-right: 0;
}
.initiative-one.gender-identity-justice img {
    width: 30px;
}
.initiative-one img {
    width: 50px;
}
.initiative-icon {
    display: block;
    min-height: 70px;
    margin-bottom: 5px;
}
.initiative-one>a {
    display: block;
    text-align: center;
}

    .initiative-one>a:hover,
    .initiative-one>a:hover h2 {
        color:  #a51c30;
        text-decoration: none;
    }
.initiative-one h2 {
    color: #58595B;
    font-weight: inherit;
    font-size: 1em;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}
.sjp-events {
    background: url(images/fp-news-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 2em;
    margin: 3em auto;
    margin-top: 0;
}
.sjp-events .flexible .col {
    width: 48%;
}
.sjp-events h1,
.sjp-events h2 {
    color: #a9a9a9;
    font-weight: inherit;
    font-size: 3em;
    margin-bottom: .5em;
}
.sjp-events h3 {
    color: #58595B;
    font-weight: inherit;
    font-size: 2em;
    margin-bottom: 0;
}
.event-single-big {
    background: #fff;
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
}
.sjp-events ul li {
    color: #fff;
    list-style: none inside;
    margin-left: 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #555;
    padding-bottom: 1em;
    font-size: 1.3em;
}

.justice-feed a:hover,
.more_event a:hover {
    color:  #fff;
}

.sjp-events .socialmedia ul li  {
    border:  none;
}

.sjp-events .socialmedia ul li  {
    margin-right: 1em;
}
.sjp-events ul li:last-child {
    border-bottom: none;
}
.sjp-events ul li svg path {
    fill: #fff;
}
.event-single-big .excerpt {
    font-style: italic;
}
.event-single-big .sink_event_metadata.metainfo {
    background: #fff;
    text-transform: uppercase;
    padding: 0;
}
.event-single-big .sink_event_metadata.metainfo .event_metadata_field:not(.not_applicable) {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.2em;
    text-transform: none;
}
.event-single-big .sink_event_metadata.metainfo .event_metadata_field:not(.not_applicable):after {
    content: ' / ';
    margin-left: 1em;
}
.event-single-big .sink_event_metadata.metainfo .event_metadata_field.event_cost:not(.not_applicable):after {
    content: '';
}
.more_event {
    color: #fff;
    margin-top: 1em;
    font-style: italic;
}
.sjp-collaborate {
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
margin: 5em auto;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: center;
}
.sjp-collaborate>.fld-label {
    margin-right: 1%;
}
.sjp-collaborate>.fld-label h1 {
    background: #a51c30;
    color: #fff;
    font-weight: inherit;
    font-size: 2em;
    padding: 2em;
    margin: 0;
    float: left;
}
.sjp-collaborate>.fld-label:after {
    content: '';
    background-image: url(images/speech-triangle.svg);
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 60px;
    background-size: 100%;
    float: right;
    margin-top: 70px;
}
.sjp-collaborate>.homepage-more-links {}
.sjp-collaborate>.homepage-more-links ul li {
    list-style: none inside;
    margin-left: 0;
    margin-bottom: .5em;
}
.sjp-collaborate>.homepage-more-links ul li a {
    color: #58595B;
    font-size: 1.5em;
}
.homepage-advanced .plugin-filterserver {
    margin: 0;
}
.homepage-advanced .plugin-filterserver .filtering_results {
    /* background: inherit; */
}
.plugin-filterserver .filtering_controls .filtersection input[type='text'] {
    width: 100%;
}
/*****************
BACKGROUNDS
***********************************************/
.herospot {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    height: calc(100vw / 2.2);
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hero_actions {
    z-index: 300;
    position: absolute;
}
.hero_actions.caption_container {
    bottom: 1%;
    left: 1%;
}
.hero_actions.caption_container p {
    color: #fff;
    margin: 0;
    font-style: italic;
    font-size: .9em;
}
.hero_actions.call_to_action_text {
    bottom: 20%;
    left: 0;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    width: 100%;
}
.hero_actions.call_to_action_text p {
    max-width: 65%;
    margin: 0 auto;
    line-height: 1.2;
}
.hero_actions.call_to_action_text p:last-child {
    margin-bottom: 0;
}
.hero_actions.call_to_action_text a {
    border-bottom: 1px solid #a51c30;
    font-weight: 800;
}
.hero_actions.call_to_action_text a:hover {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.hero_actions .button:hover {
    padding: 1em 1.25em;
    -webkit-transition: padding .2s ease;
    transition: padding .2s ease;
    opacity: 1;
}
.hero_actions.cta_buttons {
    bottom: 43%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.herospot.contained {
    /* use this instead of height if the image is not full bleed; where the first number is the image height and the second number is the image width */
    /* padding-top: calc((460 / 1040) * 100%);*/
}
.herospot.main .slideshow_area .slide:before,
.herospot.main:before,
.herospot.semantic:before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.herospot.semantic>div,
.herospot.semantic>article,
.herospot.semantic>section {
    position: relative;
}

.slidecaption {
    bottom: 0;

height: auto;
position: absolute;
width: 100%;
display: flex;
}

.slidecaption h2 {
    text-align: right;
    color: #fff;
    font-size: .8em;
}

.slidecaption .centering_box {
    max-width: 99%;
}
.slides li {
    margin: 0;
    list-style: none
}
.slideshow_area {
    height: calc(100vw / 2.2);
}
.herospot .sink_icon {
    width: 40px;
}
.herospot .sink_icon svg {
    fill: #fff;
}
.slideshow_area div.slide {
    background-position: center center;
    background-size: cover;
    height: calc(100vw / 2.2);
    width: 100%;
    position: relative;
}
#header .slideshow_area {
    position: absolute;
    top: 0;
    height: 600px;
    left: 0;
    max-height: 600px;
}
#header .slideshow_area div.slide {
    max-height: 600px;
    height: 600px;
}
.slide_nav {
    color: #fff;
    font-size: 2em;
    left: 2%;
    position: absolute;
    z-index: 300;
    /* top: calc(100vw/5);*/
    top: 250px;
}
.slide_nav a:before {
    text-shadow: 1px 1px 3px #111;
}
.home .slide_nav {}
.slide_nav a {
    color: #fff;
}
.slide_nav a:hover,
.slide_nav a:active,
.slide_nav a:focus {
    text-decoration: none;
    color: #A51C30;
}
.slide_nav.left {}
.slide_nav.right {
    left: auto;
    right: 2%;
}
/*****************
ARTICLE SINGLE
***********************************************/
.article-container {}
.article-container>.content {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.article-container>.content .column {
    padding: 0 1em;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 350;
}

    .article-container>.content .column.article-meta {

  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
  overflow-y:scroll;
}

.article-container>.content .column.article-meta::-webkit-scrollbar { 
    display: none;  /* Chrome Safari */
}
.article-container >.content .column.article-navigator {
    padding-right: 0;
}
.article-navigator .mediacontainer img,
.article-navigator .mediacontainer iframe {
    max-width: 100%;
}
.column.article-navigator {
    width: 22%;
}
.column.article-contents {
    width: 52%;
}
.column.article-meta {
    width: 25%;
}
.column.article-meta .footnotes_section {
    max-width: 100%;
    position: relative;
}
.article-header {}
.article_abstract {
    font-style: italic;
    font-size: 1.1em;
    border-bottom: 3px solid #e0e0e0;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.article_abstract p:last-child {
    margin-bottom: 0;
}
.pdf_download {}
.pdf_download a {
    font-weight: 800;
    letter-spacing: .02em;
    margin-bottom: 1em;
    display: inline-block;
}
.people_listicle {}
.people_listicle h2 {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0;
}
.people_listicle ul li {
    list-style: inside none;
    margin: 0;
    display: inline-block;
}
.people_listicle ul li:after {
    content: ', ';
}
.people_listicle ul li:last-child:after {
    content: '';
}
.maintext {
    margin-top: 2em;
}
.maintext section {
    padding: 0;
    margin-bottom: 2em;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.maintext section iframe {
    max-width: 100%;
}
.maintext section p:last-child {
    margin-bottom: 0;
}

.maintext section.quickHighlight {
    background: #e4e3dc;
}
.maintext section:hover {

}

.flexible.volumes-inner {
    justify-content: flex-start;
}

.volumes-inner .volume {
    margin-right: 1%;
    margin-bottom: 1%;
    display: flex;
    align-items: center;
        min-height: 120px;
}


.volumes-inner .volume:hover {
    background: #111;
transition: background .2s ease;
}

.volumes-inner .volume:hover a {
    color: #fff;

}
.volumes-inner .volume h2 {
    margin-bottom: 0;
}
.article_volume.people_listicle {
    font-weight: 800;
    text-transform: uppercase;
}
.maintext section h1 {
    color: inherit;
    font-weight: inherit;
    font-size: 2.3em;
    margin-bottom: .25em;
    line-height: 1.1;
}

.maintext section.section_level2 h1  {
        font-size: 1.9em;
}
.article-navigator {}
.article-navigator .navcontainer {
    background: #a51c30;
    color: #fff;
    padding: 1em;
    margin-bottom: 2em;
}
.article-navigator .navcontainer h1 {
    color: inherit;
    font-weight: inherit;
    font-size: 2.3em;
    margin-bottom: .5em;
}
.article-image {
    margin-bottom: 2em;
}
.article-navigator .navcontainer ul li {
    list-style: inside none;
    margin: 0;
    margin-bottom: .25em;
}
.article-navigator .navcontainer ul li a:hover {
    text-decoration: underline;
    color: inherit;
}
.article-navigator .navcontainer ul li.toc_level2 {
    margin-left: 1em;
}
.article-navigator .navcontainer ul li.toc_level3 {
    margin-left: 2em;
}
.ft_modal_container,
.maintext .footnote_inner_show,
.footnotes_section .footnote_inner_show {
    display: none;
}
.footnote_indicator {
    color: #51527A;
    padding: .25em;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
    vertical-align: super;
    font-size: .7em;
    line-height: 0;
}

.footnote {
    padding: 0;
    font-size: .8em;
    margin-bottom: .5em;
    position: absolute;
    line-height: 1.1;    
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden;
    width: 100%;
   /*  border-bottom: 1px solid #ccc; */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.footnote>p {
    height: 35px;
    height: auto;
    overflow: hidden;
}
.fancybox-content h2,
.ft_modal h2 {
    text-transform: uppercase;
    font-weight: inherit;
    font-size: 1.2em;
    color: #A51C30;
}
.fancybox-content a {
    border-bottom: 2px dotted #A51C30;
}
.fancybox-content a:hover {
   text-decoration: 2px solid #A51C30;
}
.fancybox-content {
    background: #fff;
    width: 80%;
}
.footnote.current_hover,
.footnote:hover {
    
    font-weight: bold;
}
.footnote.current_hover a,
.footnote:hover a,
.footnote a:hover {
    color: #000;
}
.article-related {
    margin-top: -3em;
    box-shadow: -6px -6px #A51C30;
}
.article-related-inner {
    background: #E4E5E6;
    padding: 1em;
}
.article-related-inner h1 {
    font-size: 1.1em;
    font-weight: inherit;
    font-style: italic;
    margin-bottom: .5em;
}
.article-related ul li {
    list-style: inside none;
    margin-left: 0;
    margin-bottom: 1em;
}
.article-related ul li .initiative_rep {
    text-transform: uppercase;
    display: block;
    font-size: .7em;
    font-weight: 800;
}
.article-related ul li .post_text_show {
    color: #a51c30;
    font-weight: 800;
    display: block;
}
/*****************
ARTICLE TOC
***********************************************/
.content_container.article-toc.mode-list {
    display: inherit;
}
.article-toc .article-section {

}
.article-toc .article-section > h2 {
    font-size: .8em;
    border-bottom: 1px solid #e4e3dc;
    padding-bottom: .5em;
    text-align: center;
}
.article-toc .article-section .subject-articles {

}
.article-toc .article-section .subject-articles ul {
    margin-bottom: 4em;

}
.article-toc .article-section .subject-articles ul li {
    margin-left: 0;
    list-style: none;
    margin-bottom: 1em;
    display: flex;
    justify-content: space-between;
}

.article-toc .article-section .subject-articles ul li a {
    color:  #a51c30;
}
.article-toc .article-section .subject-articles ul li span[class^="article"] {
    display: block;
    font-size: 1.2em;

}

.article-toc .article-section .subject-articles ul li span.article-title {
    max-width: 62%;
}

.article-toc .article-section .subject-articles ul li span.article-authors {
    text-align: right;
    max-width: 30%;
}
p.nonefound {
    font-style: italic;
}
/*****************
FOOTER
***********************************************/
#footer {
    clear: both;
}

.search #footer {
    margin-top: 4em;
}
body.page-template-page-template-journal #footer,
body.archive #footer {
    margin-top: 0;
}
body.archive .onepage {
    padding-bottom: 2em;
}
.footer_inner {
    background: #e4e3dc;
    padding: 2em;
}
.footer_inner h2 {
    font-size: 3em;
}
.footermenu {
    padding: 2em 0 0;
    border-top: 1px solid #fff;
    margin-top: 1em;
}
.footercredits {
    padding: .5em 0;
    font-size: .8em;
    background: #d2cfcd;
}
.footercons {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.col.signup > a {
        color: #a51c30;
    font-weight: bold;
    font-size: 1.2em;
}
.footercredits a {}
.sitecredits .flexible {
    justify-content: space-between;
}
.sitecredits p {}
.sitecredits a {}
.sinkcredits {}
.footercredits p,
.sinkcredits p {
    margin-bottom: 0;
}
.sinkcredits a {}

/*****************
RELATED
***********************************************/

.related_content {
    text-align: center;
    margin: 2em 0;
}
.related_content .field_divlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 2em 0;
}
.related_content .field_divlist>div {
    background: #ccc none repeat scroll 0 0;
    border-right: 1px solid #fff;
    height: 250px;
    min-width: 25%;
    padding: 1em 2%;
}
.onepage.meta-exists .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.onepage.meta-exists .content>article {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.metadatum {
    margin-bottom: 2em;
   
    width: 30%;
   
    margin-left: 2em;
}

    .metadatum .meta_taxes {
         background: #E4E5E6;
          padding: 1em;
    }
.metadatum>h1 {
    color: #a51c30;
    font-weight: inherit;
    font-style: italic;
    font-size: 1.3em;
}
.metadatum .meta_item {
    margin-bottom: 1em;
}
.metadatum .meta_item .lbl {
    font-weight: 800;
        text-transform: uppercase;
        font-size: .7em;
        display: block;
        margin-bottom: 4px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 3px;
}
.metadatum .meta_item .val {
    color: #a51c30;
    font-weight: 800;
    font-size: .8em;
    line-height: 1.2;
    display: block;
    margin-bottom: 10px;
    font-weight: 100;
}
/*****************
ARCHIVE
***********************************************/
.content article.archive_post {
    /*    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1em;
    padding-bottom: 1em;*/
}
aside.readmore {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 1em 0;
}
.content article.archive_post.archivepost_last {
    border-bottom: 0;
}
.archive_post .featimg {
    background-color: #fff;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: auto;
    width: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em;
    background-color: #222;
}

.archive_post .featimg:hover header {
   background: #000;
   transition: background 0.2s ease;
}

.archive_post .featimg a:hover {
    color: #fff;
    text-decoration: none;
}
.archive_post.thumb_exists .mainpost {
    padding: 0 1em;
}
.content article.archive_post h2 {
    margin-bottom: 0;
    font-weight: 100;
    line-height: 1.2;
}
.content article.archive_post p.post_header_meta {
    font-size: 90%;
}
.content article.archive_post .post_meta {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
    font-size: 90%;
}
.content article.archive_post a.readmore {
    font-size: 90%;
    text-transform: uppercase;
}
.content article.archive_post a.readmore:after {
    content: '>';
    padding-left: 2px;
}
.relatedposts {
    clear: both;
    /*border-top: 5px solid #D2D2D2;*/
    padding-top: 1em;
    font-size: 1.5em;
    text-transform: uppercase;
}
.relatedposts ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.relatedposts li {
    list-style: none outside none !important;
}
.relatedposts .prev {
    margin-right: auto;
}
.relatedposts .next {
    margin-left: auto;
}
.single_relatedposts {}
.archive_relatedposts {}
p.readmore {
    margin-bottom: 0;
}
.plugin-filterserver .filtering_controls {
    background: #F7F4E7;
    padding: 2em;
    width: 90%;
    margin: 0 auto;
    max-width: 740px;
}
.plugin-filterserver .filtering_results {
    min-height: 0;
    background: #efece3;
    padding: 2em;
}
.plugin-filterserver .filtering_controls .filtersection button {
    margin-right: 2em;
    background: #a51c30;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: .75em 1em;
    font-family: acumin-pro-condensed, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1.5em;
    padding: .5em 1em;
}
.hero_actions.call_to_action_text p {
    margin: 0 auto;
    line-height: 1.2;
    font-size: .6em;
}
.hero_actions.call_to_action_text {
    top: 3%;
}
.herospot.main .hero_actions.call_to_action_text {
    top: inherit;
    bottom: 20%;
    font-size: 1.9em;
}

.hero_caption {
    background: rgb(80 80 80 / 70%);
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 1px 7px 3px 7px;
    font-size: .7em;
    border-radius: 3px;
    color: #fff;
}

.hero_caption p:last-child {
    margin-bottom: 0;
}