body {
  font-family: "Mulish", "Muli", "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
}

header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li>a, header .config_pages--type--header-block .mobile_menu_wrapper .mobile_navigation>ul.menu>li>span {
    text-transform: none;
}

blockquote p {
  line-height: 1.3;
}
a.text-btn,
button,
input[type=button] {
  padding: 8px 30px;
}
a.text-btn.grey-btn,
button.grey-btn,
input[type=button].grey-btn,
a.text-btn.newsletter-btn,
button.newsletter-btn,
input[type=button].newsletter-btn {
  padding: 5px 25px;
}

.fa-icon {
  padding: 5px 10px;
  font-size:0.9em;
  font-weight:600;
}
.fa-icon > .fa-solid {
  padding: 0 5px;
}


/*Table Elements */
table th {
  padding: 1em 1.5em;
}
table td {
  padding: 1em 1.5em;
  min-width: 180px;
}
table {
  font-size: 1rem;
}

/* Hide default page title */
.mtpc_pagetitle {
  display: none;
}

/* img in text area */
.field--type-text-long img {
  width: unset;
  display: inline-block;
}

/* header */
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}

h1::after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 96px;
  height: 2px;
  background-color: var(--cle-secondary-light);
}

h2 {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 16px;
  border-left: 5px solid var(--cle-secondary-light);
}

h3 {
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 16px;
  color: var(--cle-secondary-light);
  border-left: 4px solid var(--cle-secondary-light);
}

h4 {
  font-size: 1.35rem;
  font-weight: 700;
}

h4::after {
  content: "";
  display: block;
  margin-top: 7px;
  width: 30px;
  height: 2px;
  background-color: var(--cle-secondary-light);
}

h5 {
  font-size: 1.1rem;
  font-weight: 500;
}

h6 {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.1rem;
  }
}

video {
  max-width: 100%;
}

/* link */
.cke_editable a,
.layout-content a {
  color: var(--cle-primary);
  text-decoration: none;
  padding-bottom: 2px;
  background-image: linear-gradient(var(--cle-secondary), var(--cle-secondary));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size .3s ease, color .3s ease;
}

.cke_editable a:hover,
.layout-content a:hover {
  text-decoration: none;
  color: var(--cle-secondary);
  background-size: 100% 2px;
}