.clear {
    clear: both;
}
h1.text_menu_title_header.big_label {
    display: none;
}

#text_cms_associated {
    clear: both;
    float: right;
}

div#text_cms_associated .products_wrapper_custom.table_wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    width: 100%;
}

div#text_cms_associated .product_wrapper {
    display: inline-block;
    flex: 0 0 70%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 15px;
}

.product_wrapper:hover {
    box-shadow: none;
}

article {
    font-size: 16px;
}

.article_aside {
    display: none;
}

article#cms_article h2 {
    margin: 20px 0;
}

section ul.material_list {
    list-style: none;
    padding-left: 0 !important;
}

ul.material_list {
    list-style: none;
}

article section {
    margin-bottom: 40px;
}
section.materials {
    margin-bottom: 0px;
}
.article_aside ul {
    list-style: none;
}

.article_aside li {
    padding-bottom: 18px;
}

.article_aside li a.active {
    font-weight: 700;
    font-size: 16px;
}

section.speciality ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

section.speciality ul li span {
    margin: 10px 0 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline;
    white-space: normal;
    text-align: center;
}

section.speciality ul li {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 40%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

li.material_category ul {
    list-style: disc;
    line-height: 1.5;
}

li.material_category ul a {
    text-decoration: underline;
}

.material_category span {
    padding-left: 22px;
    font-weight: 600;
}

section li.material_category ul {
    padding: 5px 0px 10px 22px !important;
}

section.about-me img {
    margin: 0 auto;
    display: inherit;
    max-width: 200px;
}

section.about-me p {
    line-height: 1.3;
}

span.toggle-visibility_button {
    padding-left: 0;
    font-weight: 400;
    cursor: pointer;
}

section.speciality ul img {
    max-width: 82px;
    max-height: 82px;
    image-rendering: -webkit-optimize-contrast;
}

nav#article_nav {
    padding-top: 35px;
}

.material_category ul li:nth-of-type(1n+4) {
    display: none;
}

.material_category ul.show_all li:nth-of-type(1n+4) {
    display: list-item;
}
#text_cms_associated .main_hotspot_sub {
    margin-right: -20px;
}
section.speciality > div {
    margin-right: -20px;
}
@media (min-width: 757px) {
    .article_aside li:hover a {
        text-decoration: underline;
    }
    #text_cms_associated .main_hotspot_sub {
        margin-right: 0;
    }
    section.speciality > div {
        margin-right: 0;
    }
    div#text_cms_associated .products_wrapper_custom.table_wrapper {
        display: flex;
        flex-wrap: wrap;
        overflow: auto;
        width: 100%;
        justify-content: center;
    }

    div#text_cms_associated .product_wrapper {
        display: inline-block;
        flex: none;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .article_aside {
        display: block;
    }

    .article_aside li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: nowrap;
        font-size: 14px;
    }

    .article_aside img {
        padding-right: 18px;
    }

    section.speciality ul img {
        justify-content: flex-start;
    }

    section.about-me img {
        float: left;
        margin: 0 50px 30px 0;
    }

    section.speciality ul {
        flex-wrap: wrap;
        padding-left: 0 !important;
    }

    section.speciality ul li {
        flex: none;
    }
}

@media only screen and (min-width: 758px) and (max-width: 979px) {
    .article_wrapper {
        padding-left: 30px;
    }

    section.speciality ul {
        justify-content: flex-start;
    }

    section.speciality ul li {
        flex: 0 0 25%;
    }
}

@media (max-width: 757px) {
    nav#article_nav {
        background: white;
        border: none;
        margin-left: 16px;
        padding-right: 16px;
        font-size: 16px;
        position: absolute;
        z-index: 9000;
        margin-top: 60px;
        padding-top: 0;
        height: calc(100vh - 60px);
        overflow: scroll;
        width: 100%;
    }

    nav#article_nav li a {
        display: flex;
        align-items: center;
        width: 100%;
    }

    nav#article_nav li a img {
        padding-right: 10px;
        display: flex;
    }

    nav#article_nav li {
        margin: 10px 0;
    }

    nav#article_nav li a.active {
        font-weight: 700;
        font-size: 16px;
    }
}

@media (min-width: 979px) {
    section.speciality ul li {
        flex: 0 0 15%;
    }

    section.speciality ul {
        justify-content: flex-start;
    }
}

.toggle-visibility_button.show_more:after {
    font-family: 'FontAwesome';
    content: "\F107";
    padding-left: 10px;
}

.toggle-visibility_button.show_less:after {
    font-family: 'FontAwesome';
    content: "\F106";
    padding-left: 10px;
}
button.scode-menu-close {
    z-index: 9999;
}