/**
 * Block FE Styles
 */

/**
 * Expander styles
 */
.wp-block-eh-block-box {
  display: block;
  border-radius: 0;
  border-top: 5px solid black;
  padding: 1.25rem; }

/**
 * Callout styles
 */
.wp-block-eh-block-callout {
  position: relative;
  margin-bottom: 3rem;
  z-index: 1;
  /** Default / blue bg */
  /** White bg */ }
  .wp-block-eh-block-callout:last-child {
    margin-bottom: -3rem; }
  .wp-block-eh-block-callout > * {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    padding: 5.5rem 1.5rem;
    text-align: center; }
  .wp-block-eh-block-callout::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    content: ''; }
  .wp-block-eh-block-callout .wp-block-button:last-child {
    margin-bottom: 0; }
  .wp-block-eh-block-callout > *, .wp-block-eh-block-callout.is-style-dark-blue-callout > * {
    color: #ffffff; }
  .wp-block-eh-block-callout::before, .wp-block-eh-block-callout.is-style-dark-blue-callout::before {
    background-color: #0062a1; }
  .wp-block-eh-block-callout.has-bg-pattern::before, .wp-block-eh-block-callout.is-style-dark-blue-callout.has-bg-pattern::before {
    background-image: url("/wp-content/themes/reba/images/network-dark.svg"); }
  .wp-block-eh-block-callout.is-style-white-callout > * {
    color: inherit; }
  .wp-block-eh-block-callout.is-style-white-callout::before {
    background-color: #ffffff;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3; }
  .wp-block-eh-block-callout.is-style-white-callout.has-bg-pattern::before {
    background-image: url("/wp-content/uploads/2019/03/reba-network.svg"); }

.wp-block-eh-block-expander-group {
  margin-bottom: 3rem;
  padding: 0 !important; }
  .wp-block-eh-block-expander-group:last-child {
    margin-bottom: 0; }

/**
 * Expander styles
 */
.wp-block-eh-block-expander.column {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * Expander styles
 */
.eh-block-hero {
  position: relative;
  width: 100vw;
  margin: -3rem calc(50% - 50vw) 4rem; }

.wp-block-image-selector-example-image-selector {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.wp-block-image-selector-example-image .components-spinner {
  margin: 0;
  float: none; }

.wp-block-image-selector-example-image .components-button + .components-button {
  margin-top: 1em;
  margin-right: 8px; }


/*# sourceMappingURL=style-index.css.map*/