/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./meric/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url(https://fonts.googleapis.com/css?family=Francois+One|Merriweather:400,700&display=swap);
.ckeditor-accordion-container dl {
  border: 0;
}

.ckeditor-accordion-container dl dt a,
.ckeditor-accordion-container dl dt.active a {
  background-color: #405574;
  font-family: "Francois One", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #cfcfcf;
}

.ckeditor-accordion-container dl dt a:hover,
.ckeditor-accordion-container dl dt.active a:hover {
  background-color: #405574;
}

.ckeditor-accordion-container dl dt {
  margin-bottom: 5px;
}

.ckeditor-accordion-container dl dt.active {
  margin-bottom: 0;
}

.ckeditor-accordion-container dl dd {
  border: 1px solid #cfcfcf;
  border-top: 0;
  background: #D7E7F0;
  padding: 10px 15px;
  margin-bottom: 5px;
}
