#edit-field-layout-wrapper {
  position: relative;
}

#edit-field-layout-wrapper button.expand-collapse-layout {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  cursor: pointer;
}

#edit-field-layout-wrapper button.expand-collapse-layout span:before {
  content: "Open All";
}

#edit-field-layout-wrapper button.expand-collapse-layout.trigger-collapse span:before {
  content: "Collapse All";
}

@media screen and (min-width: 780px), (orientation: landscape) and (min-device-height: 780px) {
  #block-seven-content .layout-region-node-secondary {
    width: 25%;
  }
  #block-seven-content .layout-region-node-main {
    width: 75%;
  }
}

.layout .align-right, .layout .align-left {
  margin-top: 3rem;
  z-index: 2;
  position: relative;
}

.layout .width-25 {
  width: 25%;
}

.layout .width-33 {
  width: 33%;
}

.layout .width-50 {
  width: 50%;
}

/* Layout Styles for Admin Theme */
.layout-builder-configure-block .layout--onecol .layout__region {
  width: 100%;
}

.layout-builder-configure-block .layout--twocol-section {
  display: flex;
  flex-wrap: nowrap;
}

.layout-builder-configure-block .layout--threecol-section {
  display: flex;
  flex-wrap: nowrap;
}

.layout-builder-configure-block .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first {
  flex: 0 1 50%;
}

.layout-builder-configure-block .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
  flex: 0 1 50%;
}

.layout-builder-configure-block .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--first {
  flex: 0 1 33%;
}

.layout-builder-configure-block .layout--twocol-section.layout--twocol-section--33-67 > .layout__region--second {
  flex: 0 1 67%;
}

.layout-builder-configure-block .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--second {
  flex: 0 1 33%;
}

.layout-builder-configure-block .layout--twocol-section.layout--twocol-section--67-33 > .layout__region--first {
  flex: 0 1 67%;
}

.layout-builder-configure-block .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first {
  flex: 0 1 25%;
}

.layout-builder-configure-block .layout--twocol-section.layout--twocol-section--25-75 > .layout__region--second {
  flex: 0 1 75%;
}

.layout-builder-configure-block .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
  flex: 0 1 25%;
}

.layout-builder-configure-block .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--first {
  flex: 0 1 75%;
}

.layout-builder-configure-block .layout--threecol-section--25-50-25 > .layout__region--first {
  flex: 0 1 25%;
}

.layout-builder-configure-block .layout--threecol-section--25-50-25 > .layout__region--third {
  flex: 0 1 25%;
}

.layout-builder-configure-block .layout--threecol-section--25-50-25 > .layout__region--second {
  flex: 0 1 50%;
}

.layout-builder-configure-block .layout--threecol-section--25-25-50 > .layout__region--first {
  flex: 0 1 25%;
}

.layout-builder-configure-block .layout--threecol-section--25-25-50 > .layout__region--second {
  flex: 0 1 25%;
}

.layout-builder-configure-block .layout--threecol-section--25-25-50 > .layout__region--third {
  flex: 0 1 50%;
}

.layout-builder-configure-block .layout--threecol-section--50-25-25 > .layout__region--second {
  flex: 0 1 25%;
}

.layout-builder-configure-block .layout--threecol-section--50-25-25 > .layout__region--third {
  flex: 0 1 25%;
}

.layout-builder-configure-block .layout--threecol-section--50-25-25 > .layout__region--first {
  flex: 0 1 50%;
}

.layout-builder-configure-block .layout--threecol-section--33-34-33 > .layout__region--first {
  flex: 0 1 33%;
}

.layout-builder-configure-block .layout--threecol-section--33-34-33 > .layout__region--third {
  flex: 0 1 33%;
}

.layout-builder-configure-block .layout--threecol-section--33-34-33 > .layout__region--second {
  flex: 0 1 34%;
}

.js-lpb-component.paragraph--view-mode--preview {
  padding: 3em 1.5em 1.5em;
}

/*# sourceMappingURL=custom-admin-theme.css.map */
