.node-landing_page-full .field-items .field-item {

    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    margin-right: 5rem;
    text-decoration: underline;
}
.node-landing_page-full .field-items .field-item a {
    color: #c33c54;
}
.node-landing_page-full .field-collection-view {
    border-bottom: none;
}


/* #INC0402386 fix ul li in this block-bean */
/* #INC0403158*/
.main-content .view-id-related_blocks div.block.block-bean div.entity-bean.bean-content ul > li::before{
    content: "●";
    font-weight: 700;
    color: #c33c54;
    padding: 10px;
}

.main-content .view-id-related_blocks div.block.block-bean div.entity-bean.bean-content ul{
    padding-bottom: 20px;
}

.main-content .view-id-related_blocks div.block.block-bean div.entity-bean.bean-content ul > li {
    font-size: 2rem;
    font-weight: 400;
}

.node div.field-name-field-date {
    font-size: 1.8rem;
    color: #61707a;
    padding: 0;
    margin-bottom: 2rem;
}

/* #INC0448323 change mail contact footer homepage  */
div[class*="block-bean"] .custom-template-contact .contact-info li.form_contact a:hover::before,
div[class*="block-bean"] .custom-template-contact .contact-info li.form_contact a:focus::before,
div[class*="block-bean"] .custome-template-contact .contact-info li.form_contact a:hover::before,
div[class*="block-bean"] .custome-template-contact .contact-info li.form_contact a:focus::before {
    background-position: center bottom;
}

div[class*="block-bean"] .custom-template-contact .contact-info li.form_contact a::before,
div[class*="block-bean"] .custome-template-contact .contact-info li.form_contact a::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 5px auto;
    padding: 0;
    background-image: url("../../images/icons/form_contact.png");
    background-position: center top;
    background-repeat: no-repeat;
}

contact .contact-info li.form_contact a {
    display: block;
}
