/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.ck {
  color: black !important;
}

.table tbody tr:first-child {
  border-top: 1px dashed rgba(126, 75, 48, 0.15);
}
.table tbody tr td {
  padding: 0.625rem 0.5rem;
}
.table thead,
.table tbody,
.table tfoot,
.table tr,
.table td,
.table th {
  border-style: dashed;
  border-color: rgba(126, 75, 48, 0.15);
}

.tabled.tabled--fade-left .tabled__navigation,
.tabled.tabled--fade-right .tabled__navigation {
  display: none !important;
}

.field--name-body .image_resized.align-left {
  margin-right: 1.5rem;
  margin-bottom: 0.75rem;
}
.field--name-body .image_resized.align-right {
  margin-left: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 61.99875rem) {
  .field--name-body .media-embed-resized {
    width: 100% !important;
  }
}
.field--name-body .field--name-field-media-video-file {
  width: 100%;
}
.field--name-body .field--name-field-media-video-file video {
  width: 100%;
  height: auto;
}
.field--name-body .field--name-field-media-image img {
  width: 100%;
  height: auto;
}
.field--name-body .media-oembed-content {
  width: 100%;
  height: 100%;
}
@media (max-width: 47.99875rem) {
  .field--name-body .image_resized.align-left, .field--name-body .image_resized.align-right {
    width: 100%;
  }
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}