body {
    background-image: none;
}
td p, th p { 
  margin-bottom: 0; 
  font-size: 14px;
}
th p {
    font-size: 20px;
}
.ck-content{}

.ck-content h1, .ck-content h2, .ck-content h3, .ck-content h4, .ck-content h5, .ck-content h6 {}

a.button, a.button:hover, a.button:focus {}

a.button.light, a.button.light:hover, a.button.light:focus {}

blockquote, blockquote p {}

.ck-content figure.table {
  width: 100%;
}

.ck-content table {
  width: 100%;
  margin: 0.9em 0;
}

figure.drupal-media.ck-widget {
  margin: 16px 0;
}

figure.drupal-media.ck-widget iframe.media-oembed-content {
  max-width: 100%;
  min-width: 420px;
  height: auto;
}

span.ck-anchor-placeholder.ck-widget {
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    vertical-align: bottom;
}
.path-frontpage .listing.rotator h1 {
  font-size: 38px;
}
.path-frontpage .listing.rotator h2 {
  font-size: 32px;
}
@media (min-width: 992px) {
  .path-frontpage .listing.rotator h1 {
    font-size: 68px;
  }
  .path-frontpage .listing.rotator h2 {
    font-size: 64px;
  }
}
h6 {
  font-size: 1rem;
}
h5 {
  font-size: 1.6rem;
}


html[lang=en] .language-switcher-language-url li.en,
html[lang=fr] .language-switcher-language-url li.fr {
  display: none;
}

@media (min-width: 768px) {
  .homepage-grid-item .views-row .node__content .links {
    position: static !important;
  }
}