*,
::after,
::before {
  box-sizing: border-box;
}

figure,
h2,
p {
  margin: 0;
}
body {
  color: rgb(51, 51, 51); /* Dark gray text */
  background-color: rgb(255, 255, 255); /* White background */
}

.entry-content p > a {
  color: var(--wp--preset--color--theme-primary);
}

.entry-content p > a:hover {
  text-decoration: underline;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 10000;
}

body.home .site-header-inner {
  transition: 0.3s;
}

body.home .site-header-inner.transparent {
  background-color: unset !important;
}

.ccdmd-aria-label {
  aria-label: 'CCDMD';
}
.ccdmd-aria-label-videos {
  aria-label: 'Videos';
}
.ccdmd-aria-label-documents {
  aria-label: 'Documents';
}
.ccdmd-aria-label-suggestions {
  aria-label: 'Suggestions';
}

@media (max-width: 575.98px) {
  .ccdmd-home-cover {
    max-height: 640px;
    padding-top: 130px !important;
    font-size: 24px !important;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-home-cover h1 {
    font-size: 24px !important;
  }
}

@media (max-width: 575.98px) {
  .site-header-inner {
    padding: 0px 16px;
  }
}
@media (min-width: 576px) {
  .site-header-inner {
    padding: 0px 16px;
  }
}
@media (min-width: 768px) {
  .site-header-inner {
    padding: 0px 32px;
  }
}
@media (min-width: 992px) {
  .site-header-inner {
    padding: 0px 40px 0 40px;
  }
}

.header-css {
  position: fixed;
  width: 100%;
  z-index: 10000;
}

@media (max-width: 575.98px) {
  .header-menu-navigation,
.menu-search-toggle {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .header-menu-navigation,
.menu-search-toggle {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .header-menu-navigation,
.menu-search-toggle {
    display: flex !important;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-nav-logo {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .ccdmd-nav-logo {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ccdmd-nav-logo {
    display: flex !important;
  }
}

.ccdmd-menu-icon {
  display: block;
  width: 30px;
}

.ccdmd-nav-hamburger {
  width: 30px;
}
@media (min-width: 1200px) {
  .ccdmd-nav-hamburger {
    display: none !important;
  }
}

.ccdmd-nav-hamburger a::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 22px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .ccdmd-nav-hamburger a::before {
    display: none;
  }
}

.ccdmd-icon-hide a::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 27px;
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .ccdmd-icon-hide a::before {
    display: none;
  }
}

.ccdmd-icon-hide {
  display: none;
}

.ccdmd-popup-nav {
  display: none;
  height: 1000em;
  font-size: 20px;
}

.ccdmd-popup-black {
  padding: 0px !important;
}

.ccdmd-popup-nav-inner {
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .ccdmd-popup-nav-inner {
    max-width: 100% !important;
    padding: 0px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-popup-nav-inner {
    max-width: 85% !important;
    padding: 0px 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-popup-nav-inner {
    max-width: 75% !important;
    padding: 0px 32px;
  }
}
@media (min-width: 992px) {
  .ccdmd-popup-nav-inner {
    padding: 0px 40px;
  }
}

.ccdmd-side-links {
  padding: 40px 0;
}

.ccdmd-side-links ul,
.ccdmd-side-links li {
  width: 100% !important;
}

.ccdmd-side-links li {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #DEDEDE;
}

.ccdmd-side-search input, .ccdmd-side-search input:focus-visible {
  font-size: 16px;
  border-radius: 0px 3px 3px 0px;
  outline: none;
}

.menu-search-toggle a::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  margin-right: 10px;
}

.header-menu-navigation a {
  padding: 0.35em 0 !important;
}

.header-menu-navigation a::before {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 1;
  margin: auto;
  transition-duration: 0.3s;
}

.header-menu-navigation a:hover::before,
.header-menu-navigation li.current-menu-item a::before {
  opacity: 1;
  width: 100%;
}

.ccdmd-footer-border {
  border-top: 5px solid var(--wp--preset--color--theme-primary);
}

.footer-menu-navigation a {
  transition: 0.3s;
}

.footer-menu-navigation a:hover {
  color: var(--wp--preset--color--theme-primary);
}

@media (max-width: 575.98px) {
  .footer-menu-navigation {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
  }
}
@media (min-width: 576px) {
  .footer-menu-navigation {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0px;
  }
}

@media (max-width: 575.98px) {
  .footer-menu-navigation > ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1em;
  }
}
@media (min-width: 576px) {
  .footer-menu-navigation > ul {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1em;
  }
}
@media (min-width: 768px) {
  .footer-menu-navigation > ul {
    flex-direction: initial;
    flex-wrap: initial;
    gap: 2.5em !important;
  }
}

.copyright-bar-links {
  gap: unset !important;
}
@media (max-width: 575.98px) {
  .copyright-bar-links {
    padding-top: 10px;
  }
}
@media (min-width: 576px) {
  .copyright-bar-links {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .copyright-bar-links {
    padding-top: 0px;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
  }
}

.has-external-url a::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  color: #fff !important;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .ccdmd-footer-nav {
    flex-wrap: nowrap !important;
  }
}

/* stylelint-disable-next-line no-descending-specificity */
.copyright-bar-links a {
  transition: 0.3s;
}

.copyright-bar-links a:hover {
  color: var(--wp--preset--color--theme-primary);
}

.copyright-bar-links p:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 1em;
  margin-right: 1em;
}
@media (max-width: 575.98px) {
  .copyright-bar-links p:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 576px) {
  .copyright-bar-links p:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  .copyright-bar-links p:not(:last-child) {
    padding-right: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .copyright-bar-links p:not(:last-child) {
    padding-right: 1em;
    margin-right: 1em;
  }
}

/* stylelint-disable-next-line selector-class-pattern */
.homepage-banner-button .wp-block-button__link {
  background: rgba(0, 0, 0, 0.4509803922);
  border: 1px solid #fff;
  transition-duration: 0.3s;
}

/* stylelint-disable-next-line selector-class-pattern */
.homepage-banner-button .wp-block-button__link:hover {
  background: #000;
}

.homepage-competences-ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.homepage-competences-ul li {
  display: flex;
}

.homepage-competences-ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  color: var(--wp--preset--color--theme-accent);
  margin-right: 0.63em;
}

.homepage-featured-post-list ul {
  gap: 45px !important;
  justify-content: space-between;
}

.homepage-featured-post-list ul li {
  flex-basis: 45%;
}

.homepage-featured-post-list ul li:last-child:nth-child(odd) {
  margin: auto;
}

.homepage-featured-post-list ul .post-featured-image {
  border-radius: 5px;
  overflow: hidden;
}

.title-with-underline-accent {
  border-bottom: 3px solid var(--wp--preset--color--theme-accent);
  display: table;
}
@media (max-width: 575.98px) {
  .title-with-underline-accent {
    font-size: 29px;
  }
}

.activity-back-button {
  color: #333333;
  font-size: 14px;
}

.activity-back-button::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  margin-right: 10px;
}

.activity-like-button a::before {
  content: "\f164";
}

.activity-share-button a::before {
  content: "\f064";
}

.activity-alt-share-button a::before {
  content: "\f1e0";
}

.activity-download-button a::before {
  content: "\f019";
}

.activity-share-square-button a::before {
  content: "\f14d";
}

.ccdmd-close-icon {
  content: "\f00d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  margin: 10px;
}

.ccdmd-icons a::before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  margin-right: 5px;
}

.scenario-pdf-title {
  font-size: 21px;
  padding-top: 25px;
}

.popup-search input {
  color: #6C6C6C;
  padding: 10px !important;
}

.popup-search input::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  margin: 10px;
}

.search-keyword-close::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  margin-left: 10px;
  color: #167A92;
  align-items: center;
}

.search-keyword-close {
  font-size: 25px;
}

.popup-search button {
  margin: -6px;
  border-radius: 0 3px 3px 0 !important;
  padding: 0 20px !important;
}

.popup-search button svg {
  min-width: 2em !important;
  min-height: 2em !important;
}

.search-popup,
.ccdmd-side-navigation {
  display: none;
}

.ccdmd-side-navigation {
  gap: 10px;
}

.search-popup-height {
  height: 250em;
}

.search-close a::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
  font-size: 30px;
}

.ccdmd-search-close {
  display: flex;
  justify-content: flex-end;
}

.resources-columns {
  margin: 20px 5px 20px 5px;
}

.resources-column {
  width: 33%;
  padding: 10px 5px 10px 5px;
}

.resources-image img {
  width: 250px;
  height: 143px;
}

/* temp style header*/
.wp-container-3 {
  overflow: hidden;
}

/* pages */
.ccdmd-accessibility p {
  line-height: 27px;
}

@media (max-width: 575.98px) {
  .ccdmd-accessibility {
    padding: 0 16px 0 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-accessibility {
    padding: 0 32px 0 32px;
  }
}
@media (min-width: 768px) {
  .ccdmd-accessibility {
    padding: 0 150px 0 150px;
  }
}

/* single post type */
.ccdmd-back-button {
  margin: 0px;
}
@media (max-width: 575.98px) {
  .ccdmd-back-button {
    padding: 30px 16px 0 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-back-button {
    padding: 30px 16px 0 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-back-button {
    padding: 30px 32px 0 32px;
  }
}
@media (min-width: 992px) {
  .ccdmd-back-button {
    padding: 30px 40px 0 40px;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-single-post {
    padding: 0 16px 0 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-single-post {
    padding: 0 16px 0 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-single-post {
    padding: 0 32px 0 32px;
  }
}
@media (min-width: 992px) {
  .ccdmd-single-post {
    padding: 0 40px 0 40px;
  }
}
@media (min-width: 1200px) {
  .ccdmd-single-post {
    padding: 0 150px 0 150px;
  }
}
@media (min-width: 1400px) {
  .ccdmd-single-post {
    padding: 0 120px 0 120px;
  }
}

.ccdmd-single-collection,
.ccdmd-single-image,
.ccdmd-single-doc,
.ccdmd-single-text,
.ccdmd-single-interactive,
.ccdmd-single-video {
  margin: 0px;
}
@media (max-width: 575.98px) {
  .ccdmd-single-collection,
.ccdmd-single-image,
.ccdmd-single-doc,
.ccdmd-single-text,
.ccdmd-single-interactive,
.ccdmd-single-video {
    padding: 37px 16px 100px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-single-collection,
.ccdmd-single-image,
.ccdmd-single-doc,
.ccdmd-single-text,
.ccdmd-single-interactive,
.ccdmd-single-video {
    padding: 37px 16px 100px 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-single-collection,
.ccdmd-single-image,
.ccdmd-single-doc,
.ccdmd-single-text,
.ccdmd-single-interactive,
.ccdmd-single-video {
    padding: 37px 32px 150px 32px;
  }
}
@media (min-width: 992px) {
  .ccdmd-single-collection,
.ccdmd-single-image,
.ccdmd-single-doc,
.ccdmd-single-text,
.ccdmd-single-interactive,
.ccdmd-single-video {
    padding: 37px 40px 150px 40px;
  }
}
@media (min-width: 1200px) {
  .ccdmd-single-collection,
.ccdmd-single-image,
.ccdmd-single-doc,
.ccdmd-single-text,
.ccdmd-single-interactive,
.ccdmd-single-video {
    padding: 37px 150px 150 150px;
  }
}
@media (min-width: 1400px) {
  .ccdmd-single-collection,
.ccdmd-single-image,
.ccdmd-single-doc,
.ccdmd-single-text,
.ccdmd-single-interactive,
.ccdmd-single-video {
    padding: 37px 120px 150px 120px;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-suggestions,
.ccdmd-about {
    padding: 150px 16px 100px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-suggestions,
.ccdmd-about {
    padding: 150px 32px 100px 32px;
  }
}
@media (min-width: 768px) {
  .ccdmd-suggestions,
.ccdmd-about {
    padding: 200px 150px 150px 150px;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-homepage-resource {
    padding: 80px 16px 80px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-homepage-resource {
    padding: 80px 62px 80px 62px;
  }
}
@media (min-width: 768px) {
  .ccdmd-homepage-resource {
    padding: 80px 50px 80px 50px;
  }
}
@media (min-width: 992px) {
  .ccdmd-homepage-resource {
    padding: 80px 150px 80px 150px;
  }
}

.ccdmd-homepage-resource .wp-block-columns {
  display: flex;
  flex-wrap: wrap !important;
  gap: 45px;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 575.98px) {
  .ccdmd-homepage-resource .wp-block-columns {
    padding: 0 26px 0 26px;
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .ccdmd-homepage-resource .wp-block-columns {
    padding: 0 26px 0 26px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .ccdmd-homepage-resource .wp-block-columns {
    padding: 0 2px 0 2px;
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .ccdmd-homepage-resource .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-end-home {
    padding: 50px 16px 50px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-end-home {
    padding: 50px 16px 50px 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-end-home {
    padding: 50px 32px 50px 32px;
  }
}
@media (min-width: 992px) {
  .ccdmd-end-home {
    padding: 50px 40px 50px 40px;
  }
}
@media (min-width: 1200px) {
  .ccdmd-end-home {
    padding: 50px 150px 50px 150px;
  }
}

.ccdmd-homepage-resource .wp-block-columns .wp-block-column {
  position: relative;
}
@media (min-width: 768px) {
  .ccdmd-homepage-resource .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 45px);
    text-align: center;
    flex-grow: 0;
  }
}

@media (min-width: 768px) {
  .ccdmd-homepage-resource .wp-block-columns .wp-block-column:last-child:nth-child(odd) {
    margin: auto;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .ccdmd-homepage-resource .wp-block-columns .wp-block-column:last-child:nth-child(odd) {
    margin-top: 0px;
  }
}

.ccdmd-homepage-resource .wp-block-columns .wp-block-column .kalimero-custom-link-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  text-indent: -100vw;
  white-space: nowrap;
}

.ccdmd-homepage-skill {
  background-color: #f5f5f5;
}
@media (max-width: 575.98px) {
  .ccdmd-homepage-skill {
    padding: 60px 16px 60px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-homepage-skill {
    padding: 60px 28px 60px 28px;
  }
}
@media (min-width: 768px) {
  .ccdmd-homepage-skill {
    padding: 60px 32px 60px 32px;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-skills-column {
    gap: 1em !important;
  }
}
@media (min-width: 576px) {
  .ccdmd-skills-column {
    gap: 1em !important;
  }
}
@media (min-width: 768px) {
  .ccdmd-skills-column {
    gap: 40px !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
}

@media (max-width: 575.98px) {
  .homepage-competences-ul,
.ccdmd-homepage-resource-text,
.wp-block-kalimero-featured-posts-block p {
    font-size: 16px !important;
  }
}
@media (min-width: 576px) {
  .homepage-competences-ul,
.ccdmd-homepage-resource-text,
.wp-block-kalimero-featured-posts-block p {
    font-size: 16px !important;
  }
}
@media (min-width: 768px) {
  .homepage-competences-ul,
.ccdmd-homepage-resource-text,
.wp-block-kalimero-featured-posts-block p {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  .homepage-competences-ul,
.ccdmd-homepage-resource-text,
.wp-block-kalimero-featured-posts-block p {
    font-size: 18px !important;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-homepage-featured {
    padding: 90px 16px 90px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-homepage-featured {
    padding: 90px 32px 90px 32px;
  }
}
@media (min-width: 768px) {
  .ccdmd-homepage-featured {
    padding: 90px 32px 90px 32px;
  }
}

.ccdmd-footer-logo a img {
  max-width: 55px;
  max-height: 58px;
}

@media (max-width: 575.98px) {
  .ccdmd-footer-nav {
    padding: 15px 16px 15px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-footer-nav {
    padding: 15px 16px 15px 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-footer-nav {
    padding: 15px 32px 15px 32px;
  }
}
@media (min-width: 992px) {
  .ccdmd-footer-nav {
    padding: 15px 40px 15px 40px;
  }
}
@media (min-width: 1200px) {
  .ccdmd-footer-nav {
    padding: 15px 40px 15px 40px;
  }
}
@media (min-width: 1400px) {
  .ccdmd-footer-nav {
    padding: 15px 40px 15px 40px;
  }
}

@media (max-width: 768px) {
  .footer-separator {
    display: block;
    border-bottom: 1px solid;
  }
}
@media (min-width: 768px) {
  .footer-separator {
    display: none;
  }
}

/* Featured Post */
@media (max-width: 575.98px) {
  .wp-block-kalimero-featured-posts-block {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .wp-block-kalimero-featured-posts-block {
    flex-direction: row;
    gap: 25px;
  }
}
@media (min-width: 768px) {
  .wp-block-kalimero-featured-posts-block {
    flex-direction: row;
    gap: 40px;
  }
}

@media (min-width: 576px) {
  .wp-block-kalimero-featured-posts-block li {
    flex-basis: calc(50% - 13px);
  }
}
@media (min-width: 768px) {
  .wp-block-kalimero-featured-posts-block li {
    flex-basis: calc(50% - 20px);
  }
}

.custom_addthis > .addthis_button_more {
  margin-bottom: 0px !important;
  font-size: 14px;
}

.custom_addthis > .addthis_button_more::before {
  content: "\f1e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  margin-right: 10px;
}

.at-expanding-share-button-toggle,
.custom_addthis > .addthis_button_more span {
  display: none;
}

.at-share-btn-elements {
  display: flex;
  justify-content: center;
}

.at-share-btn {
  margin: 0 10px !important;
}

.wp-block-kalimero-accessibility-information-block p {
  font-size: 14px;
}

.ccdmd-single-video .wp-block-post-content p,
.ccdmd-single-post .wp-block-post-content p,
.ccdmd-single-image .wp-block-post-content p,
.ccdmd-single-doc .wp-block-post-content p,
.ccdmd-single-interactive .wp-block-post-content p,
.ccdmd-single-text .wp-block-post-content p {
  padding-top: 5px;
}
@media (max-width: 575.98px) {
  .ccdmd-single-video .wp-block-post-content p,
.ccdmd-single-post .wp-block-post-content p,
.ccdmd-single-image .wp-block-post-content p,
.ccdmd-single-doc .wp-block-post-content p,
.ccdmd-single-interactive .wp-block-post-content p,
.ccdmd-single-text .wp-block-post-content p {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-single-video .wp-block-post-content p,
.ccdmd-single-post .wp-block-post-content p,
.ccdmd-single-image .wp-block-post-content p,
.ccdmd-single-doc .wp-block-post-content p,
.ccdmd-single-interactive .wp-block-post-content p,
.ccdmd-single-text .wp-block-post-content p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-single-video .wp-block-post-content p,
.ccdmd-single-post .wp-block-post-content p,
.ccdmd-single-image .wp-block-post-content p,
.ccdmd-single-doc .wp-block-post-content p,
.ccdmd-single-interactive .wp-block-post-content p,
.ccdmd-single-text .wp-block-post-content p {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .ccdmd-single-video .wp-block-post-content p,
.ccdmd-single-post .wp-block-post-content p,
.ccdmd-single-image .wp-block-post-content p,
.ccdmd-single-doc .wp-block-post-content p,
.ccdmd-single-interactive .wp-block-post-content p,
.ccdmd-single-text .wp-block-post-content p {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-single-video .wp-block-post-content ul,
.ccdmd-single-post .wp-block-post-content ul,
.ccdmd-single-image .wp-block-post-content ul,
.ccdmd-single-doc .wp-block-post-content ul,
.ccdmd-single-interactive .wp-block-post-content ul,
.ccdmd-single-text .wp-block-post-content ul,
.ccdmd-single-video .wp-block-post-content ol,
.ccdmd-single-post .wp-block-post-content ol,
.ccdmd-single-image .wp-block-post-content ol,
.ccdmd-single-doc .wp-block-post-content ol,
.ccdmd-single-interactive .wp-block-post-content ol,
.ccdmd-single-text .wp-block-post-content ol {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-single-video .wp-block-post-content ul,
.ccdmd-single-post .wp-block-post-content ul,
.ccdmd-single-image .wp-block-post-content ul,
.ccdmd-single-doc .wp-block-post-content ul,
.ccdmd-single-interactive .wp-block-post-content ul,
.ccdmd-single-text .wp-block-post-content ul,
.ccdmd-single-video .wp-block-post-content ol,
.ccdmd-single-post .wp-block-post-content ol,
.ccdmd-single-image .wp-block-post-content ol,
.ccdmd-single-doc .wp-block-post-content ol,
.ccdmd-single-interactive .wp-block-post-content ol,
.ccdmd-single-text .wp-block-post-content ol {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-single-video .wp-block-post-content ul,
.ccdmd-single-post .wp-block-post-content ul,
.ccdmd-single-image .wp-block-post-content ul,
.ccdmd-single-doc .wp-block-post-content ul,
.ccdmd-single-interactive .wp-block-post-content ul,
.ccdmd-single-text .wp-block-post-content ul,
.ccdmd-single-video .wp-block-post-content ol,
.ccdmd-single-post .wp-block-post-content ol,
.ccdmd-single-image .wp-block-post-content ol,
.ccdmd-single-doc .wp-block-post-content ol,
.ccdmd-single-interactive .wp-block-post-content ol,
.ccdmd-single-text .wp-block-post-content ol {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .ccdmd-single-video .wp-block-post-content ul,
.ccdmd-single-post .wp-block-post-content ul,
.ccdmd-single-image .wp-block-post-content ul,
.ccdmd-single-doc .wp-block-post-content ul,
.ccdmd-single-interactive .wp-block-post-content ul,
.ccdmd-single-text .wp-block-post-content ul,
.ccdmd-single-video .wp-block-post-content ol,
.ccdmd-single-post .wp-block-post-content ol,
.ccdmd-single-image .wp-block-post-content ol,
.ccdmd-single-doc .wp-block-post-content ol,
.ccdmd-single-interactive .wp-block-post-content ol,
.ccdmd-single-text .wp-block-post-content ol {
    font-size: 18px;
  }
}

.single-image-featured img {
  max-width: 1200px;
}

.single-interactive-featured img {
  max-height: 275px;
}

.single-document-featured img {
  max-height: 525px;
}

.single-collection-featured img {
  max-height: 525px;
}

.single-text-featured img {
  max-height: 275px;
  width: auto;
}

.single-video-featured {
  max-width: 1200px;
}

.ccdmd-search-query ul,
.ccdmd-search-query hr {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ccdmd-search-query {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 575.98px) {
  .ccdmd-search-query {
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .ccdmd-search-query {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .ccdmd-search-query {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .ccdmd-search-query {
    justify-content: flex-start;
  }
}

.ccdmd-search-query ul {
  width: 100%;
}
@media (min-width: 992px) {
  .ccdmd-search-query ul {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.ccdmd-search-pagination,
.pagination-separator {
  width: 100%;
  justify-content: center;
}

/* Facet */
@media (max-width: 575.98px) {
  .facetwp-checkbox {
    margin-bottom: 7px !important;
  }
}
@media (min-width: 576px) {
  .facetwp-checkbox {
    margin-bottom: 7px !important;
  }
}
@media (min-width: 992px) {
  .facetwp-checkbox {
    margin-bottom: 4px !important;
  }
}

@media (max-width: 575.98px) {
  .filter-tag-responsive {
    flex-basis: 50% !important;
  }
}
@media (min-width: 576px) {
  .filter-tag-responsive {
    flex-basis: 65% !important;
  }
}
@media (min-width: 768px) {
  .filter-tag-responsive {
    flex-basis: 75% !important;
  }
}
@media (min-width: 992px) {
  .filter-tag-responsive {
    flex-basis: 80% !important;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-activity {
    padding: 95px 16px 100px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-activity {
    padding: 95px 16px 100px 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-activity {
    padding: 155px 32px 150px 32px;
  }
}
@media (min-width: 992px) {
  .ccdmd-activity {
    padding: 155px 40px 150px 40px;
  }
}
@media (min-width: 1200px) {
  .ccdmd-activity {
    padding: 170px 70px 150px 70px;
  }
}
@media (min-width: 1400px) {
  .ccdmd-activity {
    padding: 170px 70px 150px 70px;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-404 {
    padding: 95px 16px 100px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-404 {
    padding: 95px 16px 100px 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-404 {
    padding: 155px 32px 150px 32px;
  }
}
@media (min-width: 992px) {
  .ccdmd-404 {
    padding: 200px 40px 200px 40px;
  }
}
@media (min-width: 1200px) {
  .ccdmd-404 {
    padding: 200px 70px 200px 70px;
  }
}
@media (min-width: 1400px) {
  .ccdmd-404 {
    padding: 270px 300px 250px 300px;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-search {
    padding: 25px 16px 100px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-search {
    padding: 25px 16px 100px 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-search {
    padding: 37px 32px 150px 32px;
  }
}
@media (min-width: 992px) {
  .ccdmd-search {
    padding: 37px 40px 150px 40px;
  }
}
@media (min-width: 1200px) {
  .ccdmd-search {
    padding: 50px 70px 150px 70px;
  }
}
@media (min-width: 1400px) {
  .ccdmd-search {
    padding: 50px 70px 150px 70px;
  }
}

@media (min-width: 576px) {
  .res-column {
    flex-basis: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .ccdmd-column-filter {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .ccdmd-column-filter {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ccdmd-column-filter {
    display: block !important;
  }
}

.ccdmd-responsive-filter {
  margin: 0px;
}
@media (min-width: 1200px) {
  .ccdmd-responsive-filter {
    display: none !important;
  }
}

.facetwp-flyout {
  display: none !important;
}
@media (min-width: 576px) {
  .facetwp-flyout {
    transform: translateX(1000%) !important;
  }
}
@media (min-width: 1200px) {
  .facetwp-flyout {
    display: none !important;
  }
}

.activity-facetwp-flyout {
  z-index: 0 !important;
}

.facetwp-flyout.active {
  display: block !important;
}
@media (max-width: 575.98px) {
  .facetwp-flyout.active {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  .facetwp-flyout.active {
    width: 75% !important;
    transform: translateX(35%) !important;
  }
}
@media (min-width: 768px) {
  .facetwp-flyout.active {
    width: 50% !important;
    transform: translateX(100%) !important;
  }
}
@media (min-width: 1200px) {
  .facetwp-flyout.active {
    width: 25% !important;
  }
}

.facet-label-row h3 {
  font-size: 13px !important;
}

.facetwp-flyout-content h3 {
  font-size: 16px !important;
}

@media (min-width: 768px) {
  .facet-mobile-title {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .facet-mobile-title {
    display: none !important;
  }
}

.facet-reset {
  display: flex;
  justify-content: flex-end;
}

.facet-reset a {
  color: #167A92;
  font-size: 13px !important;
}

.facet-close::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.facetwp-flyout-close,
.facetwp-flyout-content {
  padding: 10px 15px !important;
}

.facetwp-flyout-content {
  position: relative;
  margin-bottom: 50px;
}

.facetwp-flyout-content .filter-result-count {
  width: 100%;
  height: auto;
  background-color: #F8F8F8;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0px !important;
  border: 1px solid #DEDEDE;
  display: flex !important;
  justify-content: center !important;
}

.facetwp-flyout-content .facetwp-facet-results {
  bottom: 15px;
  right: 25%;
  padding: 10px 15px;
  background-color: #333333;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px !important;
  border-radius: 3px;
}

.results-btn {
  padding: 0px !important;
}

.facet-results {
  justify-content: center;
}

.facetwp-page.prev::before,
.pagination-arrow-left::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
}

.facetwp-page.next::after,
.pagination-arrow-right::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
}

.filter-hr {
  margin-bottom: 17px;
  background-color: #dedede;
  color: #dedede;
  border-bottom: none;
  height: 1px;
}
@media (max-width: 575.98px) {
  .filter-hr {
    margin-top: 0px !important;
  }
}
@media (min-width: 576px) {
  .filter-hr {
    margin-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .filter-hr {
    margin-top: 15px !important;
  }
}

.flyout-row {
  font-size: 13px;
}

.flyout-row::after {
  content: "";
  font-family: "Font Awesome 5 Free", sans-serif;
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  background-color: #e3e3e3;
  margin: 20px 0px 20px 0px;
}
@media (min-width: 1200px) {
  .flyout-row::after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .flyout-hr::after {
    content: "";
    font-family: "Font Awesome 5 Free", sans-serif;
    width: 100%;
    height: 1px;
    display: block;
    background-color: #e3e3e3;
    margin: 20px 0px 10px 0px;
  }
}

.facetwp-flyout-fog {
  pointer-events: none;
}

.flyout-row h4,
.filter-pagination > a,
.filter-pagination > .dots {
  display: none;
}

.filter-pagination-de > .page-numbers:not(:last-child) {
  display: none;
}

.filter-pagination-de::before {
  content: "de";
  font-weight: 400;
  margin-right: 5px;
}

html:lang(en-US) .filter-pagination-de::before {
  content: "of";
  font-weight: 400;
  margin-right: 5px;
}

.facetwp-selection-value {
  background-color: #F8F8F8;
  color: #403C3B;
  border-radius: 25px;
}

.filter-result-count,
.facetwp-selection-value {
  margin: 3px;
}

.facetwp-facet-pagination .facetwp-page.next,
.facetwp-facet-pagination .facetwp-page.prev,
.facetwp-facet-pagination .facetwp-page.active,
.filter-pagination,
.pagination-arrow-right,
.pagination-arrow-left {
  background-color: #F8F8F8;
  padding: 5px 10px;
}

.facetwp-page.active,
.filter-pagination {
  border-radius: 3px;
}

.facetwp-page.next,
.facetwp-page.prev,
.pagination-arrow-right,
.pagination-arrow-left {
  border-radius: 50%;
}

.facetwp-selections ul {
  -webkit-padding-start: unset;
          padding-inline-start: unset;
}

.facetwp-selection-label {
  display: none;
}

span.facetwp-selection-value {
  background-image: none !important;
  margin-right: 0px !important;
  padding: 5px 10px !important;
}

.facetwp-selection-value::after {
  content: "\f00d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  margin-left: 10px;
}

.flyout-item {
  margin-bottom: 20px !important;
}

.flyout-item .facet-label-icon,
.flyout-item .facet-label {
  display: none;
}

.facetwp-facet,
.facetwp-facet-results {
  margin-bottom: 0px !important;
}

.facetwp-facet-results {
  font-size: 13px !important;
}

.facetwp-type-sort > select {
  font-size: 13px !important;
  padding: 7px 5px !important;
  border: 1px solid #e1e1e1;
  color: #3C3736;
  background-color: #F8F8F8;
}

@media (max-width: 575.98px) {
  .ccdmd-sort-lg {
    display: none;
  }
}
@media (min-width: 576px) {
  .ccdmd-sort-lg {
    display: none;
  }
}
@media (min-width: 1200px) {
  .ccdmd-sort-lg {
    display: block;
    padding-bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .facetwp-facet-trier_par {
    display: block !important;
  }
}
@media (min-width: 576px) {
  .facetwp-facet-trier_par {
    display: block !important;
  }
}

.facetwp-arrow-up::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .facetwp-arrow-up::after {
    font-size: 20px !important;
  }
}
@media (min-width: 576px) {
  .facetwp-arrow-up::after {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .facetwp-arrow-up::after {
    font-size: 16px !important;
    margin-left: 10px;
  }
}

.facetwp-arrow-down::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .facetwp-arrow-down::after {
    font-size: 20px !important;
  }
}
@media (min-width: 576px) {
  .facetwp-arrow-down::after {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .facetwp-arrow-down::after {
    font-size: 16px !important;
  }
}

.activity-back-button::before,
.has-external-url a::after,
.facet-close::after,
.ccdmd-filter-icon a::before,
.ccdmd-icon-hide a::before,
.ccdmd-nav-hamburger a::before,
.facetwp-arrow-down::after,
.facetwp-arrow-up::after,
.facetwp-type-sort > select,
.search-close::after,
.search-icon {
  cursor: pointer;
}

.facet-label-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .facet-label-row {
    margin-bottom: 10px;
  }
}

.ccdmd-activity .fwpl-result {
  width: 100% !important;
}

@media (min-width: 576px) {
  .ccdmd-activity .fwpl-result,
.ccdmd-search-query > ul > li {
    width: calc(50% - 0.625em) !important;
  }
}
@media (min-width: 992px) {
  .ccdmd-search-query_kalimero,
  .ccdmd-activity .fwpl-result,
  .ccdmd-search-query > ul > li {
      width: calc(33.33333% - 0.83333em) !important;
  }
}
@media (min-width: 1400px) {
  .ccdmd-activity .fwpl-result,
.ccdmd-search-query > ul > li {
    width: calc(25% - 0.9375em) !important;
  }
}
@media (min-width: 1840px) {
  .ccdmd-activity .fwpl-result,
.ccdmd-search-query > ul > li {
    max-width: 340px !important;
  }
}

.wp-block-kalimero-collections-block > ul {
  flex-wrap: wrap;
  gap: 45px;
}

.wp-block-kalimero-post-taxonomies-block {
  font-size: 14px !important;
}

.ccdmd-suggestions > .wp-block-kalimero-collections-block li {
  text-align: center !important;
}

.collection-posts-file-info::before {
  padding-right: 5px;
}

.collection-posts-excerpt{
  text-align:left;
}

.collection-posts-file-info::after {
  padding-left: 5px;
}

.facet-custom-toggle-container.open ~ .sort-div {
  display: block !important;
}

.facet-custom-radio-submit-button {
  padding: 10px 30px;
  background-color: #333333;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px !important;
  border-radius: 3px;
  margin: 20px auto 0px;
  display: table;
}

.facet-custom-radio-container input {
  margin-top: 10px;
  margin-bottom: 10px;
}

.title-sort {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 575.98px) {
  .sort-div {
    display: none;
  }
}
@media (min-width: 576px) {
  .sort-div {
    display: none;
  }
}

.facet-custom-radio-container hr {
  margin-top: 30px;
  border: none;
  border-top: 1px solid #dedede;
}

.facetwp-template {
  flex-basis: 100%;
}

.fwpl-layout {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1.25em !important;
}

.ccdmd-activity .fwpl-row {
  display: block !important;
  padding: 5px;
}

.activity-featured-img img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  vertical-align: bottom;
}

.facetwp-facet-pagination .facetwp-page:not(.prev):not(.active):not(.next) {
  display: none !important;
}

.ccdmd-hide-facet,
.facetwp-facet-pagination_de .facetwp-page:not(.last) {
  display: none !important;
}

@media (min-width: 1840px) {
  .search-no-results .ccdmd-search {
    padding-bottom: 300px;
  }
}

.ccdmd-activity-pager {
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.facetwp-facet-pagination_de .facetwp-page.last::before {
  content: "de";
  font-weight: 400;
  margin-right: 10px;
}

html:lang(en-US) .facetwp-facet-pagination_de .facetwp-page.last::before {
  content: "of";
  font-weight: 400;
  margin-right: 10px;
}

.facetwp-facet-pagination .facetwp-pager {
  width: 106px;
  display: flex;
  position: relative;
  height: 31px;
}
.facetwp-facet-pagination .facetwp-pager .prev {
  position: absolute;
  left: 0;
}
.facetwp-facet-pagination .facetwp-pager .next {
  position: absolute;
  right: 0;
}

.facetwp-page {
  margin: auto !important;
}

/* Facetwp no search results*/
.no-results-title {
  font-size: 24px;
}

.facetwp-flyout .no-results-title b {
  font-size: 18px;
}

.no-results-des {
  font-size: 15px;
}

.no-results {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .searchwp-live-search-results-showing {
    margin-left: -5px;
  }
}

.ccdmd-query-group figure,
.activity-featured-img,
.single-collection-featured img,
.single-document-featured img,
.single-video-featured,
.single-image-featured img,
.single-interactive-featured img,
.single-text-featured img {
  border: 1px #dedede solid;
}

.searchwp-live-search-no-min-chars:after {
  content: "Continuez la saisie" !important;
}

html:lang(en-US) .searchwp-live-search-no-min-chars:after {
  content: "Continue typing" !important;
}

.ccdmd-query-img a,
.activity-featured-img,
.icon-wrapper {
  position: relative;
  z-index: 1;
}

input#wp-block-search__input-2::-webkit-search-cancel-button,
input#wp-block-search__input-1::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  background: url(https://pro.fontawesome.com/releases/v5.15.4/svgs/solid/times.svg) center/contain no-repeat;
  cursor: pointer;
}

.wp-block-kalimero-post-taxonomies-block > * {
  margin-right: 4px !important;
}

.single-collection-featured img {
  max-height: 275px !important;
  width: auto;
}

.facetwp-counter {
  color: #747674;
}

.icon-type::after {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 17px;
  background-color: rgba(112, 112, 112, 0.7254901961);
  padding: 5px 12px;
}

.icon-video::after {
  content: "\f144";
}

.icon-interactive::after {
  content: "\f245";
}

.icon-doc::after {
  content: "\f15c";
}

.icon-img::after {
  content: "\f03e";
}

.icon-texte::after {
  content: "\f036";
}

.icon-coll::after {
  content: "\f07b";
}

.icon-type-coll::after {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 17px;
  background-color: rgba(112, 112, 112, 0.7254901961);
  padding: 5px 12px;
  z-index: 10;
  margin: 1px;
}

@media (max-width: 575.98px) {
  .ccdmd-page-with-submenu {
    padding: 54px 16px 100px 16px;
  }
}
@media (min-width: 576px) {
  .ccdmd-page-with-submenu {
    padding: 54px 16px 100px 16px;
  }
}
@media (min-width: 768px) {
  .ccdmd-page-with-submenu {
    padding: 33px 32px 150px 32px;
  }
}
@media (min-width: 992px) {
  .ccdmd-page-with-submenu {
    padding: 33px 40px 150px 40px;
  }
}
@media (min-width: 1200px) {
  .ccdmd-page-with-submenu {
    padding: 33px 40px 150px 40px;
  }
}
@media (min-width: 1400px) {
  .ccdmd-page-with-submenu {
    padding: 33px 40px 150px 40px;
  }
}
.ccdmd-page-with-submenu .wp-block-kalimero-page-submenu-block {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px;
}
.ccdmd-page-with-submenu .tab-list-content-container {
  max-width: 970px;
}

.wp-block-kalimero-page-submenu-block .tab-list {
  padding-top: 20px;
}

.wp-block-video video {
  width: 100% !important;
}

a.facetwp-toggle {
  color: #167A92;
}

.no-results-close::after,
.keyword-close::after {
  content: "\f00d"; /* Icône Font Awesome */
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  margin-left: 5px;
  color: #167A92;
  border: 2px solid #39788f;
  border-radius: 50%; 
  width: 24px;
  height: 24px; 
  padding: 2px 5px;
}


.keyword-close {
  font-size: 13px;
}

.no-results-close {
  font-size: 24px;
}

.search-term {
  color: #403C3B;
}

@media (max-width: 575.98px) {
  .filter-result-count {
    margin-left: 5px !important;
  }
}
@media (min-width: 576px) {
  .filter-result-count {
    margin-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .filter-result-count {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.collections-list-item p {
  padding: 0px !important;
}
.collections-list-item{
  margin-left: 0px !important;
}

.accordion-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}

.facet-close,
.btn-filter,
.facet-label-icon,
.facetwp-flyout .facet-label-icon {
  border: none;
  background-color: white;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}

.results-btn {
  border: none;
}

.ccdmd-filter-icon::before {
  content: "\f1de";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  font-size: 16px;
  margin-right: 10px;
}

a.external-url::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 600;
  margin-left: 5px;
  font-style: normal;
  font-size: 0.9em;
}

.skip-main {
  overflow: hidden;
  color: #fff;
}

.skip-main a {
  overflow: hidden;
  color: #fff;
  margin: 10px 10px;
}

.skip-main a:focus, .skip-main a:active {
  color: #fff;
  padding: 5px 5px;
}

.skip-main-space {
  padding: 5px;
}

.skip-background {
  background-color: #000;
  padding: 8px;
  color: #fff;
}

.hide-skip {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  left: -100px;
}

.mobile-sort p,
.ccdmd-sort-lg h2 {
  padding-right: 10px;
}

.ccdmd-homepage-resource h2 {
  padding: 0px !important;
}

.ccdmd-homepage-resource a {
  color: #333333 !important;
  font-weight: 400;
}

.ccdmd-search-term {
  margin: 0px;
  padding: 0px;
  color: #333333;
  font-weight: 700;
  font-size: 29px;
}


.ccdmd-suggestions h1 {
  margin: 54px 0px 36px 0px;
  text-align: center;
}
.ccdmd-about h1{
  margin: 0px 0px 36px 0px;
  text-align: center;
}

.ccdmd-resource-content p,
.ccdmd-about p,
.ccdmd-suggestions p {
  line-height: 27px;
  font-size: 18px;
  margin: 0px 0px 20px 0px;
}
.collections-list-item{
  margin-top: 0px !important;
}

.collections-subtitle{
  margin: 0px 0px 20px 0px;
}
.ccdmd-resource-content ul li ul{
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 0px !important;
}

.ccdmd-about h2,
.ccdmd-suggestions h2 {
  margin: 54px 0px 20px 0px;
}

.ccdmd-about h2{
  font-size: 28px !important;
}
.ccdmd-page-with-submenu h2{
  margin-top: 30px;
  margin-bottom: 10px;
}
.ccdmd-page-with-submenu h3,
.ccdmd-about h3{
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 15px;
  margin-top: 30px;
}

.ccdmd-suggestions li {
  margin: 0px 0px 15px 0px;
  font-size: inherit;
}

.ccdmd-resource-content li,
.ccdmd-about li {
  margin: 0px 0px 8px -10px;
  font-size: inherit;
}

.ccdmd-resource-content li:first-child,
.ccdmd-about li:first-child {
  margin-top: -10px;
}

.ccdmd-about ul,
.ccdmd-suggestions ul,
.ccdmd-resource-content ul,
.ccdmd-about ol,
.ccdmd-suggestions ol,
.ccdmd-resource-content ol {
  margin: 0px 0px 25px 0px;
  font-size: 18px;
}

.ccdmd-about .ccdmd-credits {
  margin: 0px 0px 20px 0px;
}

.ccdmd-about .ccdmd-credits p {
  margin: 0px;
}

.ccdmd-about hr,
.ccdmd-suggestions hr {
  margin: 54px 0px 54px 0px;
  background-color: #dedede;
  color: #dedede;
  height: 1px;
  border-bottom: 0px;
}

.ccdmd-responsive-filter hr {
  background-color: #dedede;
  color: #dedede;
  height: 1px;
  border-bottom: 0px;
  margin: 0px;
}

.ccdmd-search-header {
  margin: 0px;
  padding: 0px;
}

.ccdmd-responsive-filter-inner {
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  gap: 0px;
}
@media (min-width: 1200px) {
  .ccdmd-responsive-filter-inner {
    display: none !important;
  }
}

.ccdmd-filter-icon,
.mobile-sort p {
  font-size: 13px;
}

.ccdmd-single-video h1,
.ccdmd-single-doc h1,
.ccdmd-single-image h1,
.ccdmd-single-text h1,
.ccdmd-single-interactive h1,
.ccdmd-single-collection h1 {
  color: #333333;
  margin: 0px 0px 40px 0px;
  padding: 0px;
  font-style: normal;
  font-weight: 700;
}

.ccdmd-video-container,
.ccdmd-document-container,
.ccdmd-image-container,
.ccdmd-text-container,
.ccdmd-interactive-container,
.ccdmd-collection-container {
  padding: 16px 0px 0px 0px;
  margin: 0px;
}

.ccdmd-resource-content {
  padding: 37px 0px 0px 0px;
  margin: 0px;
  gap: 20px;
}

.ccdmd-single-video hr,
.ccdmd-single-doc hr,
.ccdmd-single-image hr,
.ccdmd-single-text hr,
.ccdmd-single-interactive hr,
.ccdmd-single-collection hr {
  margin-top: 46px;
  margin-bottom: 46px;
}

.activity-download-button,
.activity-share-square-button {
  font-size: 14px;
}

.ccdmd-content {
  margin: 0px;
}

.ccdmd-homepage-skill h2 {
  margin-bottom: 30px;
}

.ccdmd-homepage-skill p {
  font-size: 18px;
}

.wp-block-kalimero-featured-posts-block li img {
  border: 1px solid #eaeaea;
}

.single-text-featured {
  margin-bottom: 7px;
}