@charset "UTF-8";
.wp-admin [data-type="acf/tabs-flexible"]:not(.is-selected)::before, .wp-admin [data-type="acf/tabs-flexible"]:not(.is-selected)::after {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-admin [data-type="acf/tabs-flexible"]:not(.is-selected)::before, .wp-admin [data-type="acf/tabs-flexible"]:not(.is-selected)::after {
  flex-direction: column;
}

[data-type="acf/tabs-flexible"] {
  --block-name: none;
  --editor-no-preview: "ⓘ⠀Full preview unavailable for this block.";
  --bg-color: #fef3cd;
  z-index: 10;
  min-height: 100px;
  background-color: var(--bg-color);
}
.wp-admin [data-type="acf/tabs-flexible"] {
  position: relative;
  min-height: 80px;
}
.wp-admin [data-type="acf/tabs-flexible"]:not(.is-selected)::before, .wp-admin [data-type="acf/tabs-flexible"]:not(.is-selected)::after {
  position: absolute;
  left: 0;
  right: auto;
  padding: 0 var(--gap-largest) 0 var(--gap);
  background-color: var(--bg-color);
  border-bottom: 7px solid #ffbc26;
  max-width: 900px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  align-items: flex-start;
}
.wp-admin [data-type="acf/tabs-flexible"]:not(.is-selected)::before {
  content: var(--block-name);
  top: 0;
  font-weight: bold;
  font-variant: all-small-caps;
}
.wp-admin [data-type="acf/tabs-flexible"]:not(.is-selected)::after {
  content: var(--editor-no-preview);
  top: 40px;
}
.wp-admin [data-type="acf/tabs-flexible"] .acf-block-preview {
  display: none;
}
[data-type="acf/tabs-flexible"] {
  --block-name: "Tabs - Flexible";
  max-width: 900px;
}

.tabs-flexible {
  margin: 0 auto;
}
.tabs-flexible__search {
  position: relative;
}
.tabs-flexible__search input.search-input {
  height: 52px;
  padding: 0 1.5rem;
  border: 2px solid #e8e8e8;
}
.tabs-flexible__search .search-submit {
  right: 1.5rem;
}
.tabs-flexible__search .ico svg {
  fill: #e52592;
}
.tabs-flexible__campuses .h2 {
  margin: var(--gap-larger) 0;
}
.tabs-flexible__description {
  margin-top: var(--gap-double);
}
.tabs-flexible__description p {
  font-size: 2rem;
  color: #717171;
  font-weight: 600;
}
@media (min-width: 31.25em) {
  .tabs-flexible__description p {
    font-size: 2.4rem;
  }
}
.tabs-flexible__content {
  margin: var(--gap) 0;
}
.tabs-flexible__content hr {
  border: 1px solid #e8e8e8;
  margin: var(--gap) 0;
}
.tabs-flexible .tabs-flexible__content .block-heading {
  margin: var(--gap) auto;
}

/*# sourceMappingURL=tabs-flexible.css.map*/