/************
 *
 * WYSIWYG Styles
 *
 ***********/
/******* Polyfills *******/
/******* Functions *******/
/******* Mixins *******/
/******* Bootstrap Variables *******/
.wysiwyg .wysiwyg__heading {
  padding-bottom: 2rem;
}
.wysiwyg .wysiwyg__heading .wysiwyg__header {
  font-family: playfair-display, serif;
}
.wysiwyg .wysiwyg__col :last-child:not(.btn) {
  padding-bottom: 0;
}
.wysiwyg .wysiwyg__content > *:not(:last-child) {
  padding-bottom: 2rem;
}
.wysiwyg a:not(.btn) {
  border-bottom: 1px solid #32353c;
}
.wysiwyg a:not(.btn):hover {
  color: #808080;
}
.wysiwyg--layout--default .wysiwyg__content {
  width: 100%;
}
@media (min-width: 768px) {
  .wysiwyg--layout--default .wysiwyg__content {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .wysiwyg--layout--two-wysiwyg .column-small .wysiwyg__row .wysiwyg__column {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.wysiwyg--layout--two-wysiwyg .column-small .wysiwyg__row .wysiwyg__column .wysiwyg__column-header {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.125em;
  padding-bottom: 0.5rem;
}
.wysiwyg--layout--two-wysiwyg .wysiwyg__row {
  justify-content: space-between;
}
.wysiwyg--layout--two-wysiwyg .wysiwyg__row .wysiwyg__column {
  padding: 0 1.25rem;
  margin-bottom: 4rem;
}
.wysiwyg--layout--two-wysiwyg .wysiwyg__row .wysiwyg__column:last-of-type {
  margin-bottom: 0;
}
.wysiwyg--layout--two-wysiwyg .wysiwyg__row .wysiwyg__column .wysiwyg__column-header {
  font-size: 28px;
  border-bottom: 1px solid #32353c;
  padding-bottom: 1rem;
}
.wysiwyg--layout--two-wysiwyg .wysiwyg__row .wysiwyg__column a {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .wysiwyg--layout--two-wysiwyg .wysiwyg__row .wysiwyg__column {
    margin-bottom: 0;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.wysiwyg--layout--two-wysiwyg ul {
  padding-left: 0.9375rem;
}
@media (min-width: 768px) {
  .wysiwyg--layout--columns [class*=__col] {
    display: flex;
  }
}
.wysiwyg--layout--columns .wysiwyg__heading {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .wysiwyg--layout--columns .wysiwyg__heading,
.wysiwyg--layout--columns .wysiwyg__content {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .wysiwyg--layout--columns .wysiwyg__content {
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1020px) {
  .wysiwyg--layout--columns .wysiwyg__content {
    padding-left: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .wysiwyg--layout--content-columns .wysiwyg__content {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }
}
@media (min-width: 1020px) {
  .wysiwyg--layout--content-columns .wysiwyg__content {
    -moz-column-gap: 4.375rem;
         column-gap: 4.375rem;
  }
}
.wysiwyg--layout--center .wysiwyg__row {
  justify-content: center;
  text-align: center;
}
.wysiwyg--layout--gallery .wysiwyg__content {
  width: 100%;
}
