.ps-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_PS_bg.jpg);
    background-repeat: repeat;
}

.ajp-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_AJP_bg.jpg);
    background-repeat: repeat;
}

.ajprj-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_AJPRJ_bg.jpg);
    background-repeat: repeat;
}

.focus-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_Focus_bg.jpg);
    background-repeat: repeat;
}

.neuro-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_JNP_bg.jpg);
    background-repeat: repeat;
}

.prcp-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_PRCP_bg.jpg);
    background-repeat: repeat;
}

.apt-theme .meta-wrapper {
    background-image: url(/pb-assets/images/backgrounds/POL_APT_bg.jpg);
    background-repeat: repeat;
}



/* APP-939 */
@media (max-width: 991px){
    .footer-top .sitemap li~li {
        padding: 0;
    }


    .footer-top .sitemap li {
        padding: 0;
    }
}

/* APP-993 */
@media (max-width: 767px){
    .header--first-row {
        padding-left: 0px;
    }
}

/* APP-998 */
.books-container .cover-image .book__basic-info {
        height: 155px;
        overflow: hidden;
}

@media (max-width: 531px){
    .books-container .cover-image .book__basic-info {
        min-height: 50px;
        height: inherit;
        overflow: auto;
    }
}

/* APP-993 */
.header__logo img {
    max-height: 35px;
    padding-top: 5px;
}

/* APP-947 */
.cookiePolicy-popup {
    height: inherit;
}

/* APP-972 */
.site-header__logo {
  position: relative;
  z-index: 1;
}


/* Help Center */
a.sidenav-item {
    /*background: white;*/
    border-radius: 4px;
    display: block;
    margin-bottom: 2px;
    padding: 5px;
    font-size: 14px;
    
}

li a.active.sidenav-item {
    background-color: #003399;
    color: white;
}

li a.sidenav-item:hover:not(.active) {
    background-color: #555;
    color: white;
}


ul.guidelinesTOC {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guidelinesTOC h2 {
  font-size: 14px;
  margin: 0 0 2px;
}
ul.guidelinesTOC li {
  margin: 0 0 25px;
  padding: 0;
}
 ul.guidelinesTOC li ul {
  margin: 0;
  padding: 0;
}
ul.guidelinesTOC li ul li {
  margin: 3px 0 0;
  list-style: none;
}


.article__metrics .metrics-label{
    font-weight: 600;
    display: inline-block;
}

.article__metrics .altmetric-embed{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px
}


.details-tab .cover-meta-wrap img {
  width: 50%;
}


.details-tab .cover-meta-wrap .meta {
  float:right;
  width: 45%;
}


article .tab .kudos-widget {
    display: block;
}


.podcast-icon {
    display: block;
    margin-right: 10px;
    float: left;
    height: 38px;
    width: 26px;
    background-image: url(https://ajp.psychiatryonline.org/pb/assets/raw/journals/ajp/images/icon_podcast_large.gif);
}

.podcast-text{
	margin-top: 10px;
}

/* Display only title on cover image widgets */

.only-title .cover-image.alt span{
    display:none
}

.only-title .cover-image.alt .book__authors{
    display:none
}

.only-title .cover-image.alt .book__doi{
    display:none
}

.only-title .cover-image .book__authors{
    display:none
}

.only-title .cover-image .book__edition{
    display:none
}


.books-container .only-title  .cover-image .book__basic-info{
  min-height: 80px;
}

.books-container .cover-image__image{
  height: 250px;
}

.books-container .cover-image__image img{
  height: 100%;
}

.books-container .only-title  .cover-image .book__title{
  text-align: center;
}


/* APP-875 */
.theme-note.red-note {
    background-color: rgba(166, 0, 0, 0.12);
    border-left: 5px solid rgba(166, 0, 0, 1);
}

/* APP-868 */

.alerts ul.account-tab__nav {
    display: none;
}

.alerts  .tab__content .tab__pane{
    padding-top: 0;
}

.alerts .account-tab {
  margin-top: 0;
}


/* APP-869 */

.app-usage-reports .usageReports .section__header.border-bottom{
    margin-top: 50px;
    font-weight: 700;
}

.app-usage-reports .extraPageTitle{
    display:none
}

/* LIT-214810 LIT-217504*/
.homepage .browse-journal__item .item__image{
    width: 50%;
    max-width: 200px;
}

.homepage .browse-journal__item .item__body{
    width: 50%;    
}

.homepage .browse-journal__item .meta__title {
    display:none;
}

.homepage .browse-journal__item .meta__info .meta__details{
    display: none;
}

/* LIT-217484 */
.homepage .browse-journal__item .meta__info .rlist {
    display: block;
}


.top-content__block.right .pub-list .creative-work{
  border-bottom: 0;
}

.homepage__slider .slide-item {
  height: 506px;
}

.homepage__slider .slide-image img {
  width: initial;
  min-width: 1080px;
  overflow: hidden;
}

.pol-theme .homepage__slider .slide-item .text-slide{
  background-color: #cad0dc;
  height: 100%;
  padding: 15px;
}


.pol-theme .text-onDark h1, .pol-theme .text-onDark h2, 
 .pol-theme .text-onDark h3, .pol-theme .text-onDark h4, .pol-theme .text-onDark h5, .pol-theme .text-onDark h6{
  color: white;
 }

.pol-theme .text-onDark a{
  color: #cad0dc;
}

.pol-theme .text-onDark a:hover, .pol-theme .text-onDark a:focus {
    color: inherit;
}

/* LIT-214811 */
.homepage__short__slider .slide-item {
  height: 300px;
}


/* LIT-211971 */

.books-main-slider.slider__container.responsiveSlider3-1-1 .owl-item:not(.first) .cover-image .parent-item span:nth-child(2).bold{
    display:none;
}

.books-main-slider.slider__container.responsiveSlider3-1-1 .owl-item:not(.first) .cover-image .parent-item .book__authors{
    display:none;
}


/* Gun Violence Digital Objects */
.do-tile .do-tile-link{
    display: block;
    height: 100%;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
}

.do-tile .abstractImage{
  height:100%;
  max-height: 250px;
}

.do-tile .do-tile-title{
    overflow: hidden;
    line-height: 20px;
    max-height: 80px;
    position: inherit !important;
    padding: 0px !important;
}

.do-tile{
  padding-top: 20px;
  position: inherit !important;
    height: 350px;
}


/* LIT-218018 */
.cmeEntry {
    margin-bottom: 20px
}

.cmeEntry h5 span{
    font-weight: 400;
}

.cmeEntry h5{
    margin-bottom: 5px
}



/* LIT-210399 */

table.listgroup .li1{
  font-weight: 400;
}

table.listgroup .li1 .paragraph > p{
  margin-top: 0px;
}


/* LIT-212053 */
.delta-revision-popup-A {
    color: green;
    text-decoration: underline
}

/* LIT-212029 */
.delta-FT-deleted {
    color: red;
}


/* LIT-210616 */
.toc-item__detail .sfxLink img{
    bottom: -3px;
    position: relative;
}


/* APP-955 */

.header__help{
    border-right: 1px solid #e1e1e1;
    padding: 10px 0;
    display: inline-block;
    float: left;
}

.header__help i{
  font-size:1rem
}


@media (max-width: 768px){
  .header__help {
      float: none;
  }
}

@media (max-width: 767px){
  .header__help {
      margin: -4px 0;
      float: left;
  }
}


/* LIT-218437 */
@media (min-width: 768px){
  .saml__consent__form  .saml__consent__no {
      padding: 9px 35px;
      margin-left: 10px;
  }

  .saml__consent__form  .saml__consent__yes {
      width: auto;
  }
}

/* APP-900 */

.loi__issue .icon-ic_history_black_24px{
  display: none;
}

.hide-sections .toc__section {
    display: none;
}

.hide-date .table-of-content .issue-item .pull-right.code{
  display: none;
}


/* LIT-218801 */
.login-form .show-request-username{
  display: none;
}

/* LIT-218817 */
.request-reset .button{
  max-width: 100%;
}

/* LIT-215769 */
.terms-section .terms-message-paragraph {
  display: none;
}


/* LIT-214328 
.delete-account .delete__account__container {
    width: 100%;
}

.delete-account .delete__account__title{
  display: none;
}
*/
/*
 *    CSS FOR PB EDIT MODE. 
 *
 */

.pb-normal-view .help-center-mobile-nav{
  display: block !important;
}

.pb-normal-view header{
    height: 700px;
}

.pb-normal-view article .tab__content{
       height: 600px!important;
}
.pb-normal-view .js--sticko{
       position: static!important;
}

.pb-normal-view .dynamic-sticko{
       position: static!important;
}

.pb-normal-view .site-header{
  height: 150px;
}