.view-list--wrapper .list-item{
    color: black;
    text-decoration: none;
    /* min-height: 240px; */
}

.view-list--wrapper .list-item a{
    text-decoration: none !important;
}

.view-list--wrapper .list-item .list-item--subTitle{
    font-size: 14px;
    font-weight: normal;
    color: #231f20;
    margin-top: 5px;
}

.view-list--wrapper .list-item--title:hover{
    color: #0287d1;
}

.view-list--wrapper .list-item--Info{
	font-size: 75%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.view-list--wrapper .list-item--header .info__channel{
    color: #00929f ;
    /* font-size: 16px; */
    font-size: 14px;
}

.view-list--wrapper .list-item--header .info__channel:hover{
    color: #01579b;
}

.view-list--wrapper .list-item .list-item--title h1{
    color: #000000eb;
    color:rgb(0,0,0);
    /* font-size: 22px;
    font-weight: bold; */
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: -4px;
}

.view-list--wrapper .list-item .list-item--title h5{
    color: #000000eb;
    color:rgb(0,0,0);
    /* font-size: 22px;
    font-weight: bold; */
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: -4px;
}

.view-list--wrapper .list-item--body{
    line-height: 22px;
    /* font-size: 16px; */
    font-size: 15px;
    margin-bottom: 8px;
    color: #28323B;
    margin-top: 10px;
}

.view-list--wrapper .list-item--desc-wrapper{
    line-height: 22px;
    font-size: 14px;
    color: #28323B;
    margin-top: 10px;
}

.view-list--wrapper .list-item--footer{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.view-list--wrapper .list-item--footer .list-item--subFooter2{
    margin-top: -6px;
}
.view-list--wrapper .list-item--footer .list-item--subFooter2 a{
    color: #0071BB;
}
.view-list--wrapper .list-item--footer .list-item--subFooter2 a:hover{
    color: #01579b;
}

.view-list--wrapper .list-item--footer .info__price {
    float: right;
    font-size: 20px;
    font-weight: 600;
    color: #231f20;
    margin-top: -3px;
}

.info__author{
    font-weight: 600;
    color: #231f20;
    text-transform: capitalize;
    font-size: 13px;
}

.view-list--wrapper .list-item--image{
	height: 150px;
    background-size: cover;
    background-position: center;
}

.list-item:first-child .list-item__row--wrapper{
    border-top: 1px solid #dddddd
}

.view-list--wrapper .list-item__row--wrapper{
    padding: 1.2em 0;
    border-bottom: 1px solid #dddddd
}

.view-list--wrapper .list-item__row-left--wrapper,
.view-list--wrapper .list-item__row-right--wrapper{
    padding-left: 0;
    position: relative;
}

.view-list--wrapper .list-item__row-right--wrapper{
    padding-right: 0px;
}

.view-list--wrapper .list-item__leed_interpretation .list-item__row--wrapper {
    border-bottom: none;
}

a.list-item__leed_interpretation__Anchor:last-child .list-item__leed_interpretation .list-item__row--wrapper{
    border-bottom: 1px solid #dddddd
}


/* Extra large */
@media (min-width: 990px) and (max-width: 1200px) {
    .view-list--wrapper .list-item--image{
		max-width: 220px;
 	}
 }

 /* large */
 @media (min-width: 760px) and (max-width: 990px) {
    .view-list--wrapper .list-item--image{
		max-width: 165px;
 	}
 }
.view-list--wrapper .list-item__credits .list-item--image{
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #f6f7f8;
    height: 150px;
}

#rpcOldLibrary--wrapper a,
#rpcLibrary--wrapper a {
    color: #00929f ;
    font-weight: 500;
    cursor: pointer;
}

#rpcOldLibrary--wrapper a,
#rpcLibrary--wrapper a {
    text-decoration: none !important;
}

.ratingSystem-block{
    color: #7e7e7e;
    text-transform: capitalize;
    font-size: 12px;
    margin-top: 5px;
}

p.special-credit-id-case{
    margin-bottom: 0px !important;
}

.desc-report {
    width: 70%;
    /* height: 50px; */
    margin-top: 10px;
    margin-left: 15px;
    font-size: 12px;
    /* border: 1px solid black; */
    border: 1px solid #DDD;
    -moz-border-radius: 4px;
    padding: 10px;
    border-radius: 4px;
    display:none
}

@media all and (max-width: 991px) {
    #rpcLibrary--wrapper .systemSelect--wrapper{
        padding-right: 0;
    }

    #rpcLibrary--wrapper .searchBar--wrapper{
        margin-top: 10px;
    }

    #rpcOldLibrary--wrapper .versionSelect--wrapper,
    #rpcOldLibrary--wrapper .systemSelect--wrapper,
    #rpcOldLibrary--wrapper .countrySelect--wrapper,
    #rpcOldLibrary--wrapper .searchBar--wrapper{
        margin-bottom: 10px;
    }
}

@media all and (max-width: 768px) {
    #rpcLibrary--wrapper .systemSelect--wrapper {
        padding-right: 0;
    }

    #rpcLibrary--wrapper .versionSelect--wrapper,
    #rpcLibrary--wrapper .systemSelect--wrapper,
    #rpcLibrary--wrapper .searchBar--wrapper{
        margin-bottom: 10px;
    }
}

@media all and (max-width: 575px) {
    #rpcLibrary--wrapper .leftNav-collapsible--wrapper__trigger,
    #rpcOldLibrary--wrapper .leftNav-collapsible--wrapper__trigger{
        padding-left: 0;
    }

    #rpcLibrary--wrapper .versionSelect--wrapper,
    #rpcLibrary--wrapper .systemSelect--wrapper,
    #rpcLibrary--wrapper .searchBar--wrapper{
        padding-right: 0;
        margin-bottom: 10px;
    }

    #rpcOldLibrary--wrapper .versionSelect--wrapper,
    #rpcOldLibrary--wrapper .systemSelect--wrapper,
    #rpcOldLibrary--wrapper .countrySelect--wrapper,
    #rpcOldLibrary--wrapper .searchBar--wrapper{
        margin-bottom: 10px;
    }

    .credit-rating-system h2.css-1pwe92q.e1hnx4sx0 {
        font-size: 14px !important;
    }

    .credit-versions h2.css-1pwe92q.e1hnx4sx0 {
        font-size: 14px !important;;
    }
}


#creditsLibrary--wrapper .leftNav-links--wrapper a {
    color: #00929f !important;
    font-weight: 500 !important;
    cursor: pointer !important;
}
