/* Custom styling for supplemental material links on /suppl page*/

a.suppl-links {
    color: #757575!important;
    font-size: 16px!important;
    font-weight:600!important;
}

/* Custom styling for DO image floats */

.do-image-right {
    display: inline-grid!important; 
    grid-template-columns: max-content!important; 
    float: right!important; 
    padding-left: 3%!important;   
}

.do-image-left {
    display: inline-grid!important; 
    grid-template-columns: max-content!important; 
    float: left!important; 
    padding-right: 3%!important;  
}

/*ASHA-933 - hide Topics section */

.article-page section.section.article__topics {
    display: none!important;
}

.do-sidebar {
    border: 1px solid #151f6d!important;
    padding: 6px 22px!important;
    margin-bottom: 2%!important;
}

.do-sidebar h2 {
    font-size:1.5rem!important;
}

.do-sidebar p, .do-sidebar ul li {
    color: #333!important;
}


/* ASHA-836 - LIT-358729 */
.do-item--card .do-item__info {
    width: 100%!important;
}



/* ASHA-867 - reduce space between author list in Multi Search widget specifically for this widget ID */
div[data-widget-id="29bc0a8c-7fa7-41e9-934a-c4bf0ae97c69"] .loa-accordion .accordion-tabbed__tab {
     margin-bottom: -10px!important;
}

/* ASHA-844 - add line under each item for Multi Search widget on custom pages */

.add-line .do-item.flex {
    border-bottom: 1px solid #151f6d;
    padding: 16px 0 16px 5px;
}

/* ASHA-769 - hide date from top two widgets on landing pages only */

.hide-date .podcast__date {
    display: none;
}

.hide-date .blog-landing__news-list .do-item__date {
    display: none;
}
/**/


/* ASHA-763 */
div.boxed-text p a {
    color: var(--journal-color);
    text-decoration: underline;
}


/*ASHA-689 - hide cover date since no more new issues */
[data-widget-id=bf4d4e6b-fab3-4b05-bea4-19371d8e8c5d] .cover-date {
    display: none!important;
}



.current-issue__description {

    line-height: 28px;
}

/*ASHA-589*/
.tab__pane .cover-details-info .cover-info-head h4, .w-slide__content .cover-details-info .cover-info-head h4 {
    line-height: 28px;
}

/*https://jira.atypon.com/browse/ASHA-544*/
span.citation__top__item.editor-award {
    font-weight: bolder;
    text-transform: uppercase;
    color: Var(--journal-color);
}

/* ASHA-289 */
.slider--with-bg:before {
    background: #00778b;
}

/* remvoed as requested in ASHA-292*/
.slider--with-bg {
    background: none;

}
.leader .slider--with-bg:before {
    background: #00778b;
}

/* remvoed as requested in ASHA-292*/
.leader .slider--with-bg {
    background: none;

}


/*https://jira.atypon.com/browse/ASHA-266 Changing he colour of the Social Icon*/
.useful-links i, .social-links i {
    color: #6E6259;
}


/*removed padding from Trending-research on mobile ASHA-424*/
@media (max-width: 767px)
{
.trending-research {
    
    padding-top: 0px ;
}
}
/*footer logo spacing for mobile and desktop*/
@media (max-width: 767px){
 .footer-logo   {

margin-right: 10px;

}
}

@media (min-width: 1000px) and (max-width: 1024px){
 .footer-logo{   

margin-right: 10px;

}
}

.footer_logos ul {
    display: flex;
    flex-direction: column;
}
.footer-logo{
margin-bottom: 10px;
margin-left: 6px;

}

.footer-logo img {
    width: 212px;
}

@media (max-width: 1000px){
 .footer-logo2   {

margin-left: 10px;


}
}
/* added some spacing to the erratum label*/
span.corrections__label {
    padding-right: 5px;
}

/* https://jira.atypon.com/browse/LIT-260213 removed page numbers as requested by ASHA*/
.live-publication-leader .page-range {
    display: none;
}


 /*removed the whitebackground on the dimensions section*/
 .__dimensions_Badge_Legend_padding.__dimensions_Badge_Legend_hover-right.__dimensions_Badge_Legend_style_small_circle.__dimensions_Badge_Legend_always {
    background: none;
}


/* addded the article download widget and then styled it*/
 .article-downloads {
 background-color: var(--journal-color);
    color: white;
    padding: .5rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* https://jira.atypon.com/browse/ASHA-222 Number to be removed*/
.loi .leader .status {
    display: none;
}

.leader .figure__image {
   
    width: 100%;
}

/* LIT-247338 quick-fix*/
.header .quick-search__searchbox svg{
    display: none;
}

/* LIT-246983 remove status from LOI */
.persp .loi .status {
	display: none;
}


/* LIT-247672 -https://jira.atypon.com/browse/LIT-286469 overidden
.leader .article__content .main-link{
    display: none;
}*/

/* Styling of links in body, e.g. 
https://pubs.asha.org.asha-prod.literatumonline.com/doi/10.1044/persp1.SIG8.C1
https://leader.pubs.asha.org.asha-prod.literatumonline.com/doi/10.1044/leader.AAG.23112018.24
*/
.article__body a.references__uri{
    color: var(--journal-color);  
    font-weight: 600;  
}

/* ASHA-291 - Leader Landing Page stylings */
.landing-page.leader .page-top-banner {
        background: url(/pb-assets/images/landing/Leader/leader_landing_background.jpg) no-repeat center;
        background-size: cover;
        position: relative;
}

.landing-page.leader .page-top-banner .page__title{
	margin-bottom: 10px
}

.landing-page.leader .page-top-banner .main-slider{
    margin-top: 20px;
}

.leader .page__content{
    padding-top: 50px;
}

/* ASHA-38 */
@media (min-width: 767px) {
    .leader article .article__body {
        min-height: 1500px;
    }
}

/* ASHA-321  */
.altmetric-container [data-hide-no-mentions='true'] {
    display: block;
}



/* ASHA-311 */
.journal-home.landing-page .page-top-banner .main-slider{
    margin-top: 70px
}

/*
.landing-page .page-top-banner{
    background: url(/pb-assets/images/landing/Leader/leader_landing_background.jpg) no-repeat center;
    background-size: cover;
}
*/

/* ASHA-143 */
.quote {
    margin-left: 5%;
    font-size: 1em;
    margin-right: 5%;
    padding: 5px 5px;
    background: #fafafa;
}

/* ASHA-144 */
#pb-page-content article .article-table-content{
    margin-bottom: 1.5rem;
}


/* LIT-250927 */
.citation-download a.help {
    color:#00778b
}

/* ASHA-195 */
.loi .status.current {
    display: none;
}

.live-publication .loi .status.current {
    display: block;
}

.live-publication-leader .loi .status.current {
    display: block;
}




.no-top-margin{
    margin-top: 0;
}

.col-md-5 .teaser__item{
    margin-bottom: 24px;
} 

.topical-index {
    color: black;
    font-size: 1.2em;
    font-weight: 600;
}

.topical-index .expandable-list__count{
    font-weight: 400;
}

.topical-index li {
    padding-bottom: 5px;
}

.topical-index h2 {
    display:none;
}

.topical-index .expandable-list__count::before { 
  content: " ";
}

/*******/


/* ASHA-378 */

.jobs-feed .rss-body a {
    font-weight: 500;
    line-height: 23px;
    font-size: 16px;
    font-size: 1rem;
}
.jobs-feed .rss-body a {
    color: #333;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}


.jobs-feed .rss-body .title {
    display : none;
}

.jobs-feed .rss-body .titleHR {
    display : none;
}

.jobs-feed .rss-body .listOfPublications li{
    list-style-type: none;
    padding: 8px 0;
}

.jobs-feed .rss-body .listOfPublications{
    padding: 0;
    margin: 0;
}

.background-heading {
    padding: 0px 10px;
}

.background-heading .card-slide__title {
    padding: 10px;
}

.sig-mini-site .cover-image {
    width:50%;
}

.sig-community-image {  
box-shadow: 1px 1px 2px grey;
margin-top: 20px;
}

.sigs .teaser__item__title {
    font-size: 1.1rem;
    padding-bottom: 10px;
}

.black-font{
    color: black;
}

/******/

/* LIT-247412 ASHA-250 */

.sigarchives *> .page-range {
    visibility: hidden;
}

/******/

/* Special Collections */

.special-collection__featured { 
	background-color:  #f1f0ed;
	padding: 20px;
}

.special-collection__featured .sc__infographic { 
	background-color:  #ffffff; 
	padding: 15px;
	
}

.special-collection__share {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px
	font-size: 1.2em;
	float: right;
}

.special-collection__share li {
	margin-left: 10px;
	margin-right: 10px;
}



/* ASHA-72 */
.issue_title_no_caps .current-issue__title {
    text-transform: none;
}
	

/* Perspectives Landing Page */
.SIGAF_Block { 
	text-align: left; 
	margin-bottom: 1em; 
	padding-bottom: 1em;  
	color: black;
}

.SIGAF_Block_title {
	padding-left: .5em;
}