/* minified */
.wp-block-image.is-style-float-left {
  float: left;
  padding: 0 1em 0 0;
}

.wp-block-image.is-style-float-right {
  float: right;
  padding: 0 0 0 1em;
}

.wp-block-button.is-style-fill a {
  border-radius: 0;
}

.wp-block-button {
  margin: 3em 0;
  padding: 0;
  position: relative;
  z-index: 3;
}

.wp-block-quote {
  border-left: solid 3px #212121;
  padding: 0 1em;
  margin: 1em 4%;
}

.wp-block-quote p {
  padding: 0;
}

.wp-block-button.is-style-link .wp-block-button__link {
  background: transparent;
  text-decoration: underline;
  color: #212121;
}

.wp-block-button.is-style-link-arrow .wp-block-button__link {
  background: transparent;
  color: #000;
  cursor: pointer;
}

.wp-block-button.is-style-link-arrow .wp-block-button__link::after {
  content: " >";
}

.wp-block-button.is-style-link-arrow {
  position: relative;
}

.is-style-no-bullets li {
  list-style-type: none;
}

.wp-block-button__link {
  border-radius: 0;
}

.wp-block-button__width-100 a {
  width: 100%;
}

.wp-block-button__width-75 a {
  width: 75%;
}

.wp-block-button__width-50 a {
  width: 50%;
}

.wp-block-button__width-25 a {
  width: 25%;
}

.block-editor-rich-text__editable.wp-block-table__cell-content.rich-text {
  padding: 0.5em;
}

.wp-block-sd-image {
  position: relative;
}

.sd-img-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.wp-block-button.alignleft {
  justify-content: flex-start;
}

.wp-block-button.aligncenter {
  justify-content: center;
  display: flex;
}

.wp-block-button.alignright {
  justify-content: end;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

/* Button Outline Styles */
.is-style-outline>:where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
  border: 1px solid currentColor;
}

.site-inner .wp-block-button.is-style-outline a {
  background:transparent;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border: solid 1px transparent;
  text-decoration: underline;
}

em {
  font-style: italic;
}

.skip-link.screen-reader-text {
  position: absolute;
}

.search-form-label.screen-reader-text {
  display: none;
}

.wp-block-button a {
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 1em;
  min-width: 8em;
}

.background-pic img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

.sd-img-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  display: none;
}

.wp-block-button {
  display: flex;
  justify-content: center;
}

.wp-block-sd-content.sd-block.is-style-min-height {
  min-height: 33vh;
  display: flex;
  align-items: center;
}

.break-heading {
  display: block;
}

.text-underline {
  text-decoration: underline;
}
/* Button ALignment */
.button-align-left .wp-block-button {
  justify-content: left;
}
.button-align-right .wp-block-button {
  justify-content: right;
}
/**************

Genesis and Plugin Blocks Overrides

**************/
.right .sd-content-wrap {
  text-align: initial;
}

.left .sd-content-wrap {
  text-align: initial;
}

.wp-block-button.aligncenter {
  justify-content: center;
}

.wp-block-button.button-align-left {
  display: table;
  margin-right: auto;
}

.wp-block-button.button-align-right {
  display: table;
  margin-left: auto;
}

.wp-block-cover p a {
  color: inherit;
}

.wp-block-genesis-blocks-gb-column p a {
  color: inherit;
}

/* Video */
figure.wp-block-embed.aligncenter.is-type-video {
  text-align: center;
}