:root {
    --cm_2022_news_title_font: 2vmax;
    --cm_2022_news_read_more_title_font: var(--cm_2022_left_right_text_font_size);
    --cm_2022_news_read_more_item_title_font: calc(var(--cm_2022_left_right_text_font_size) - 0.2vmax);
    --cm_2022_publications_title_font: 1.5vmax;
    --cm_2022_downloads_title_font: var(--cm_2022_left_right_text_font_size);
    --cm_2022_downloads_text_font: calc(var(--cm_2022_left_right_text_font_size) - 0.2vmax)/calc(var(--cm_2022_left_right_text_font_height) - 0.2vmax);
    --cm_2022_back_button_font_size: 2vmax/2vmax;
}

.cm_2022_news_title {
    width: 70%;
    margin: 0 auto;
    padding: 1.5vmax 0;
    position: relative;
    font: 500 var(--cm_2022_news_title_font) 'Open Sans', sans-serif;
    color: #861f20;
}

.cm_2022_akolouthies_container .cm_2022_news_title {
    text-align: center;
}

.cm_2022_news_slider {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.cm_2022_news_img_container {
    width: 100%;
    position: relative;
}

.cm_2022_news_img {
    width: 100%;
    position: relative;
}

.cm_2022_social_text_more_container {
    width: 70%;
    margin: 1vmax auto 0 auto;
    position: relative;
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: stretch;
}

.cm_2022_akolouthies_container .cm_2022_social_text_more_container {
    margin: 0 auto 0 auto;
}

.cm_2022_social_share_buttons_container {
    width: 100%;
    margin: 0 0 1vmax 0;
    position: relative;
    text-align: left;
    display: flex;
}

.cm_2022_social_text_only_container {
    width: 100%;
    position: relative;
}

.cm_2022_social_share_buttons_inner_container {
    position: relative;
    margin: 0 15px 0 0;
    border: 1px solid #e2e2ee;
    border-radius: 5px;
}

.cm_2022_social_share_buttons_inner_container a {
    display: block;
    position: relative;
    padding: 10px 15px 5px 15px;
}

.cm_2022_social_share {
    height: 20px;
    width: 20px;
    position: relative;
}

.cm_2022_social_share path {
    fill: #4a4a4a;
}

#cm_share_fb {
    --social_fill_on_hover: #3b5998;
}

#cm_share_twitter {
    --social_fill_on_hover: #00aced;
}

#cm_share_whatsapp {
    --social_fill_on_hover: #25d366;
}

#cm_share_mail {
    --social_fill_on_hover: #dd4b39;
}

.cm_2022_social_share_buttons_inner_container:hover {
    background-color: #f4f5f7;
    transition: 0.2s all ease-in-out;
}

.cm_2022_social_share_buttons_inner_container:hover .cm_2022_social_share path {
    fill: var(--social_fill_on_hover);
    transition: 0.2s all ease-in-out;
}

.cm_2022_news_text_container {
    width: 100%;
    position: relative;
    font: 400 var(--cm_2022_left_right_text_font_size)/var(--cm_2022_left_right_text_font_height) 'EB Garamond', sans-serif;
    margin-bottom: 15px;
}

.cm_2022_news_read_more_container {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.cm_2022_news_read_more_inner_container_for_title {
    flex: 0 1 100%;
    width: 100%;
    position: relative;
    margin: 0 auto 0 auto;
    border-left: 1px solid #e2e2ee;
    border-top: 1px solid #e2e2ee;
}

.cm_2022_news_read_more_title {
    background-color: #e2e2ee;
    color: #4a4a4a;
    font: 700 var(--cm_2022_news_read_more_title_font) 'Open Sans Condensed', sans-serif;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

.cm_2022_news_read_more_inner_container {
    width: 100%;
    position: relative;
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    border-left: 1px solid #e2e2ee;
    border-top: 1px solid #e2e2ee;
}

.cm_2022_news_read_more_title {
    background-color: #e2e2ee;
    color: #4a4a4a;
    font: 700 var(--cm_2022_news_read_more_title_font) 'Open Sans Condensed', sans-serif;
    margin: 0;
    padding: 5px 0;
    text-align: center;
}

.cm_2022_news_read_more_with_image {
    flex: 0 1 calc(20% - 0.2px);
    position: relative;
    border-bottom: 1px solid #e2e2ee;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    transition: 0.2s all ease-in-out;
    min-height: 30vh;
}

.cm_2022_news_read_more_with_image:nth-of-type(5n) {
    border-right: 1px solid #e2e2ee;
}

.cm_2022_news_read_more_with_image:nth-of-type(2n) {
    background-color: #ededed;
}

.cm_2022_news_read_more_with_image:hover {
    background-color: rgba(134, 31, 32, 1);
    transition: 0.2s all ease-in-out;
}

.cm_2022_news_read_more_image_container {
    width: 100%;
    position: relative;
    height: 20vh;
    overflow: hidden;
}

.cm_2022_news_read_more_image {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cm_2022_news_read_more_item_title {
    width: 100%;
    position: relative;
    color: #000;
    font: 400 var(--cm_2022_news_read_more_item_title_font) 'EB Garamond', sans-serif;
    margin: 0;
    padding: 10px 0;
    transition: 0.2s all ease-in-out;
    text-align: center;
}

.cm_2022_link_no_image {
    height: 100%;
    padding: 0;
}

.cm_2022_link_no_image a {
    height: 100%;
    width: 95%;
    margin: 0 auto;
    position: relative;
    display: block;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cm_2022_news_read_more_with_image:hover .cm_2022_news_read_more_item_title {
    color: #fff;
    transition: 0.2s all ease-in-out;
}

.cm_2022_news_read_more_item_title a {
    text-decoration: none;
    color: unset;
    font: inherit;
}

.cm_2022_news_back_button {
    width: fit-content;
    display: block;
    margin: 20px auto 20px auto;
    font: 200 var(--cm_2022_back_button_font_size) 'Alegre', sans-serif;
    letter-spacing: 1px;
    padding: 10px 50px;
    background-color: #861f20;
    text-decoration: none;
    color: #fff;
    outline: 0;
    border: 0;
    transition: 0.2s all ease-in-out;
}

.cm_2022_news_back_button:hover {
    background-color: #cccccc;
    color: #000;
    transition: 0.2s all ease-in-out;
}


/*-------------------ARTICLE PDF AND SOUNDCLIPS EXTRA RULES-----------------*/

.cm_2022_article_text_container {
    position: relative;
    /* background-image: url('../images/download_bg.jpg');
    background-size: cover; */
    background-color: #faf6ef;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px 1%;
    width: 98%;
}

.cm_2022_article_text_inner_container {
    width: 100%;
    position: relative;
    text-align: center;
    font: 400 var(--cm_2022_left_right_text_font_size)/var(--cm_2022_left_right_text_font_height) 'EB Garamond', sans-serif;
}

.cm_2022_article_text_container:nth-of-type(even) {
    background-image: none;
    background-color: #efefef;
    padding: 10px 1%;
}

.cm_2022_social_text_more_container:nth-of-type(even) .cm_2022_article_text_container {
    background-image: none;
    background-color: #efefef;
    padding: 10px 1%;
}


/* .cm_2022_article_text_container:nth-of-type(even) .cm_2022_article_text_inner_container {
    margin: 0 0 0 auto;
} */

.cm_2022_article_pdf {
    width: 100%;
    height: calc(98vh - var(--body_margin_top));
    position: relative;
    margin: 0 0 15px 0;
    border: none;
}

.cm_2022_publications_soundclips_container {
    width: 70%;
    margin: 15px auto 0 auto;
}

.cm_2022_publications_soundclips_container .cm_2022_article_text_container {
    padding: 10px 1%;
    width: 98%;
}

.cm_2022_publications_soundclips_container .cm_2022_article_text_inner_container {
    width: 100%;
    margin: 0 auto;
}

.cm_2022_publication_soundclip_title {
    font: 500 var(--cm_2022_publications_title_font) 'Open Sans', sans-serif;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #861f20;
}

.cm_2022_text_sound_slider_container .cm_2022_publucations_text {
    height: unset;
    text-align: center;
}


/*-------------------ARTICLE PDF AND SOUNDCLIPS EXTRA RULES-----------------*/


/*-------------------ARTICLE WITHOUT IMAGE EXTRA RULES---------------------------*/

.cm_news_without_image .cm_2022_social_text_more_container {
    border-top: 1px solid #861f20;
    padding: 1.5vmax 0 0 0;
    margin: 0 auto;
}

.cm_news_without_image .cm_2022_news_title {
    padding: 1.5vmax 0 0.8vmax 0;
}


/*-------------------ARTICLE WITHOUT IMAGE EXTRA RULES---------------------------*/


/*-------------------AKOLOUTHIES EXTRA RULES---------------------------*/

.cm_2022_akolouthies_img_container {
    height: 50vh;
    position: relative;
    margin: 1vmax auto;
    text-align: center;
}

.cm_2022_akolouthies_img {
    height: 100%;
    position: relative;
}

.cm_2022_akolouthies_container .cm_2022_social_share_buttons_container {
    display: none;
}

.cm_2022_akolouthia_title {
    font: 500 var(--cm_2022_publications_title_font) 'Open Sans', sans-serif;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #861f20;
}

.cm_2022_download_text_outer_container {
    width: 100%;
    position: relative;
}

.cm_2022_akolouthia_text {
    font: 400 var(--cm_2022_left_right_text_font_size)/var(--cm_2022_left_right_text_font_height) 'EB Garamond', sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

.cm_2022_download_container {
    width: 80%;
    position: relative;
    border: 1px solid #8a8c8e;
    /* background-color: rgb(224 184 85); */
    /* background-image: url('../images/download_bg.jpg');
    background-size: cover; */
    border-radius: 10px;
    background-color: #e6e6e6;
    margin: 1vmax auto 0 auto;
}

.cm_2022_download_title {
    margin: 0;
    padding: 5px 0;
    position: relative;
    text-align: center;
    font: 300 var(--cm_2022_downloads_title_font) 'Open Sans Condensed', sans-serif;
    color: #262626;
}

.cm_2022_download_main_text {
    margin: 0;
    padding: 5px 0;
    position: relative;
    text-align: center;
    color: #262626;
    font: 300 var(--cm_2022_downloads_text_font) 'Open Sans Condensed', sans-serif;
}

.cm_2022_download_icons_outer_container {
    width: 80%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.cm_2022_download_icons_text_container {
    flex: 0 1 40%;
    position: relative;
}

.cm_2022_download_icon_container {
    height: 6vh;
    position: relative;
    text-align: center;
}

.cm_2022_download_icon_img {
    height: 100%;
    position: relative;
}

.cm_2022_download_text {
    margin: 0 auto;
    padding: 10px;
    font: 300 var(--cm_2022_downloads_text_font) 'Open Sans Condensed', sans-serif;
    color: #262626;
    text-align: center;
}

.cm_2022_download_icon {
    height: calc(var(--cm_2022_left_right_text_font_size) + 0.4vmax);
    position: relative;
    vertical-align: middle;
    margin: 0 5px 0 0;
    top: -1px;
}

.cm_2022_download_link {
    text-decoration: none;
    color: unset;
}

.cm_2022_akolouthies_container .cm_2022_section_divider_title {
    width: 100%;
}

.cm_2022_akolouthies_read_more_inner_container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.cm_2022_akolouthies_read_more_item {
    position: relative;
    border-bottom: 1px solid #e2e2ee;
    width: unset;
    flex: 0 1 calc(20% - 1.2px);
    border-left: 1px solid #e2e2ee;
    margin: 0 0 0px 0;
    padding: 0 0%;
}

.cm_2022_akolouthies_read_more_item:nth-of-type(5n) {
    border-right: 1px solid #e2e2ee;
}

.cm_2022_akolouthies_read_more_image_container {
    width: 95%;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.cm_2022_akolouthies_read_more_image {
    width: 100%;
    position: relative;
}

.cm_2022_akolouthies_read_more_link {
    text-decoration: none;
    color: inherit;
}

.cm_2022_akolouthies_read_more_date {
    color: #000;
    font: 700 calc(var(--cm_2022_news_read_more_item_title_font) + 0vmax) 'Open Sans Condensed', sans-serif;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: center;
    transition: 0.2s all ease-in-out;
}

.cm_2022_akolouthies_read_more_title {
    color: #4a4a4a;
    font: 400 calc(var(--cm_2022_news_read_more_item_title_font) + 0vmax) 'Open Sans', sans-serif;
    text-align: center;
    margin: 0;
    padding: 5px 0 5px 0;
    transition: 0.2s all ease-in-out;
}

.cm_2022_akolouthies_read_more_item:hover .cm_2022_akolouthies_read_more_title,
.cm_2022_akolouthies_read_more_item:hover .cm_2022_akolouthies_read_more_date {
    color: #861f20;
    transition: 0.2s all ease-in-out;
}


/*-------------------AKOLOUTHIES EXTRA RULES---------------------------*/

@media screen and (orientation: portrait) and (max-width: 1050px) {
     :root {
        --cm_2022_news_title_font: 3.6vmax;
        --cm_2022_publications_title_font: 3.3vmax;
        --cm_2022_downloads_title_font: calc(var(--cm_2022_left_right_text_font_size) + 0.3vmax);
        --cm_2022_news_read_more_title_font: 2.5vmax;
        --cm_2022_news_read_more_item_title_font: 2.3vmax;
        --cm_2022_back_button_font_size: 2.8vmax/2.8vmax;
        --cm_2022_downloads_text_font: calc(var(--cm_2022_left_right_text_font_size) - 0.5vmax)/calc(var(--cm_2022_left_right_text_font_height) - 0.5vmax);
    }
    .cm_2022_news_title {
        width: 90%;
    }
    .cm_2022_news_slider {
        width: 90%;
        height: var(--cm_2022_home_img_height);
    }
    .cm_2022_news_slider .owl-stage-outer,
    .cm_2022_news_slider .owl-stage,
    .cm_2022_news_slider .owl-item {
        height: 100%;
    }
    .cm_2022_news_img_container {
        height: 100%;
        overflow: hidden;
    }
    .cm_2022_news_img {
        width: unset!important;
        height: 100%!important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .cm_2022_social_text_more_container {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }
    .cm_2022_social_text_only_container {
        width: 100%;
        flex: unset;
        margin-bottom: 2vmax;
    }
    .cm_2022_social_share_buttons_container,
    .cm_2022_article_text_inner_container,
    .cm_2022_news_text_container,
    .cm_2022_download_text_outer_container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .cm_2022_article_pdf {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .cm_2022_article_text_container {
        padding: 10px 1%;
        margin-bottom: 0;
    }
    .cm_2022_news_read_more_container {
        width: 100%;
        flex: 0 1 100%;
    }
    .cm_2022_news_read_more_inner_container,
    .cm_2022_news_read_more_inner_container_for_title {
        width: 100%;
    }
    .cm_2022_news_read_more_inner_container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-evenly;
        align-items: stretch;
    }
    .cm_2022_news_read_more_with_image {
        width: unset;
        flex: 0 1 calc(50% - 2px);
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        border-right: 0;
        border-left: 0;
        margin: 0 0 0px 0;
        word-break: break-word;
    }
    .cm_2022_news_read_more_with_image:nth-of-type(2n) {
        border-left: none;
    }
    .cm_2022_news_read_more_item_title {
        text-align: center;
        width: 95%;
    }
    .cm_2022_news_read_more_with_image:nth-of-type(n+2) .cm_2022_news_read_more_image_container {
        margin-top: 0px;
    }
    /*-------------------ARTICLE PDF AND SOUNDCLIPS EXTRA RULES-----------------*/
    .cm_2022_article_text_inner_container2 {
        width: 100%;
        position: relative;
        margin: 0 auto;
        display: flex;
        flex-direction: column!important;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .cm_2022_article_text_inner_container2_audio {
        width: 100%;
    }
    .cm_2022_publications_soundclips_container .cm_2022_article_text_container {
        padding: 0 5%;
        width: 90%;
    }
    /*-------------------ARTICLE PDF AND SOUNDCLIPS EXTRA RULES-----------------*/
    /*-------------------AKOLOUTHIES EXTRA RULES---------------------------*/
    .cm_2022_akolouthies_img_container {
        height: 30vh;
    }
    .cm_2022_download_icons_outer_container {
        width: 100%;
    }
    .cm_2022_akolouthies_read_more_inner_container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
    }
    .cm_2022_akolouthies_read_more_item {
        width: unset;
        flex: 0 1 calc(33% - 1px);
        border-right: 1px solid #e2e2ee;
        margin: 0 0 0px 0;
        padding: 0 0;
    }
    .cm_2022_download_icon_container {
        height: 4vh;
    }
    .cm_2022_download_text {
        padding: 10px 0;
    }
    .cm_2022_download_icons_text_container {
        flex: 0 1 50%;
    }
    .cm_2022_download_container {
        width: 100%;
    }
    /*-------------------AKOLOUTHIES EXTRA RULES---------------------------*/
    .cm_2022_publications_soundclips_container {
        width: 100%;
        /* margin: 15px auto 0 auto; */
    }
    .cm_2022_akolouthies_container .cm_2022_section_divider_title {
        width: 90%;
    }
}

@media screen and (orientation: landscape) and (max-width: 1050px) {
     :root {
        --cm_2022_news_title_font: 3.6vmax;
        --cm_2022_publications_title_font: 3.3vmax;
        --cm_2022_downloads_title_font: calc(var(--cm_2022_left_right_text_font_size) + 0.3vmax);
        --cm_2022_news_read_more_title_font: 2.5vmax;
        --cm_2022_news_read_more_item_title_font: 2.3vmax;
        --cm_2022_back_button_font_size: 2.8vmax/2.8vmax;
        --cm_2022_downloads_text_font: calc(var(--cm_2022_left_right_text_font_size) - 0.5vmax)/calc(var(--cm_2022_left_right_text_font_height) - 0.5vmax);
    }
    .cm_2022_news_title {
        width: 90%;
    }
    .cm_2022_news_slider {
        width: 90%;
        height: var(--cm_2022_main_slider_img_height);
        overflow: hidden;
    }
    .cm_2022_news_slider .owl-stage-outer,
    .cm_2022_news_slider .owl-stage,
    .cm_2022_news_slider .owl-item,
    .cm_2022_news_img_container {
        height: 100%;
    }
    .cm_2022_news_img {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }
    .cm_2022_social_text_more_container {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
    }
    .cm_2022_social_text_only_container {
        width: 100%;
        flex: unset;
        margin-bottom: 2vmax;
    }
    .cm_2022_social_share_buttons_container,
    .cm_2022_article_text_inner_container,
    .cm_2022_news_text_container,
    .cm_2022_download_text_outer_container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .cm_2022_article_pdf {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .cm_2022_article_text_container {
        padding: 10px 1%;
        margin-bottom: 0;
    }
    .cm_2022_news_read_more_container {
        width: 100%;
        flex: 0 1 100%;
    }
    .cm_2022_news_read_more_inner_container,
    .cm_2022_news_read_more_inner_container_for_title {
        width: 100%;
    }
    .cm_2022_news_read_more_inner_container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
    }
    .cm_2022_news_read_more_with_image {
        width: unset;
        flex: 0 1 33.2%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        border-right: 1px solid #e2e2ee;
        border-left: 1px solid #e2e2ee;
        margin: 0 0 0px 0;
    }
    .cm_2022_news_read_more_with_image:nth-of-type(1n+1) {
        border-right: none;
        border-left: 0;
    }
    .cm_2022_news_read_more_item_title {
        text-align: center;
        width: 95%;
    }
    .cm_2022_news_read_more_with_image:nth-of-type(n+2) .cm_2022_news_read_more_image_container {
        margin-top: 0px;
    }
    /*-------------------ARTICLE PDF AND SOUNDCLIPS EXTRA RULES-----------------*/
    .cm_2022_article_text_inner_container2 {
        width: 100%;
        position: relative;
        margin: 0 auto;
        display: flex;
        flex-direction: column!important;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .cm_2022_article_text_inner_container2_audio {
        width: 100%;
    }
    .cm_2022_publications_soundclips_container .cm_2022_article_text_container {
        padding: 0 5%;
        width: 90%;
    }
    /*-------------------ARTICLE PDF AND SOUNDCLIPS EXTRA RULES-----------------*/
    /*-------------------AKOLOUTHIES EXTRA RULES---------------------------*/
    .cm_2022_akolouthies_img_container {
        height: 70vh;
    }
    .cm_2022_download_icons_outer_container {
        width: 100%;
    }
    .cm_2022_akolouthies_read_more_inner_container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
    }
    .cm_2022_akolouthies_read_more_item {
        width: unset;
        flex: 0 1 calc(25% - 2px);
        border-right: 1px solid #e2e2ee;
        margin: 0 0 10px 0;
        padding: 0;
    }
    .cm_2022_download_icon_container {
        height: 10vh;
    }
    .cm_2022_download_container {
        width: 100%;
    }
    /*-------------------AKOLOUTHIES EXTRA RULES---------------------------*/
    .cm_2022_news_read_more_image_container {
        height: 40vh;
    }
    .cm_2022_news_read_more_with_image {
        min-height: 55vh;
    }
    .cm_2022_news_read_more_image {
        min-width: 100%;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    .cm_2022_publications_soundclips_container {
        width: 100%;
        /* margin: 15px auto 0 auto; */
    }
    .cm_2022_akolouthies_container .cm_2022_section_divider_title {
        width: 90%;
    }
}