/**
 * Stackable Child
 */
/* Hero Section Entry Headers
----------------------------------------------- */
[data-prefix=single_page] .entry-header {
  row-gap: var(--theme-content-spacing);
}

@media (min-width: 1000px) {
  .header-hover {
    margin-top: -100px !important;
    margin-bottom: 70px !important;
  }
}
@media (max-width: 999.98px) {
  .header-hover:after {
    content: "" !important;
    display: block;
    position: absolute;
    top: 0;
    left: calc(0px - var(--stk-block-background-padding));
    height: 100%;
    width: 100vw;
    z-index: -1;
    background-color: var(--stk-block-background-color);
  }
}

/* Hero Containers
----------------------------------------------- */
.stk-block-background:not(.stk--no-padding) {
  padding-top: 6em;
  padding-bottom: 6em;
  margin-bottom: 0;
}
@media (max-width: 999.98px) {
  .stk-block-background:not(.stk--no-padding) {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media (max-width: 698.98px) {
  .stk-block-background:not(.stk--no-padding) {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

/* Masonry Grid
----------------------------------------------- */
@media (min-width: 1000px) {
  .block-editor-iframe__body .block-editor-block-list__layout,
  .block-editor-iframe__body .block-editor-inner-blocks,
  .block-editor-iframe__body .block-editor-block-list__block.wp-block-stackable-columns {
    height: 100%;
    margin-bottom: 0;
  }
  .masonry .stk-column-wrapper .stk-inner-blocks, .masonry .stk-column-wrapper .stk-inner-blocks .stk-block-content, .masonry .stk-column-wrapper .stk-inner-blocks .stk-block-columns, .masonry .stk-column-wrapper .stk-inner-blocks .stk-block-columns .stk-block-content {
    height: 100%;
    margin-bottom: 0;
  }
}
/* Typography - Subtitles
----------------------------------------------- */
.stk-subtitle {
  --stk-subtitle-size: 0.85rem;
  line-height: 1rem;
}

/* Buttons
------------------------------------------- */
.stk-block-button:not(.is-style-link).stk-button-small .stk-button {
  --stk-button-padding: 12px 36px !important;
}
.stk-block-button:not(.is-style-link).stk-button-large .stk-button {
  --stk-button-padding: 24px 60px !important;
}

/* Homepage Campus Tabs
----------------------------------------------- */
/*
.campus-tabs-button {
	cursor: pointer;
	&.active {
		pointer-events: none;
	}
}

body:not(.block-editor-iframe__body) {
	.campus-tabs {
		.stk-block-tab-content:before {
			content: '' !important;
			display: block;
			position: absolute;
			top: 0;
			height: 100%;
			width: 100vw;
			z-index: -1;
		}

		.stk-block-tab-content:before {
			right: calc(0px - var(--stk-block-background-padding));
		}

		.stk-block-tabs__tab {
			width: 0px !important;
			height: 0px !important;
			padding: 0px !important;
			margin: 0px !important;
			border-left-width: 25px !important;
			border-right-width: 25px !important;
			border-bottom-width: 25px !important;

			&.stk-block-tabs__tab--active {
				border-bottom-color: var(--theme-palette-color-3) !important;
			}

			.stk-block-tab-labels__text {
				display: none !important;
			}
		}
	}
}
*//*# sourceMappingURL=stackable.css.map */