#header-9729 #progress-bar{
  display: none;
}

.discover__title{
  display:none;
}
.discover__body h2 {
	font-size: var(--ev-step-2);
}
.discover__body {
	font-size: var(--ev-step-0);
}

.linked-menu__image {
	max-height: 400px;
}

.linked-menu__image img {
	max-height: 400px;
}

.intro {
  background: hsl(var(--ev-primary-hue), var(--ev-primary-saturation), calc(var(--ev-primary-lightness) + 45%));
}

/* .subtitle{
  position: relative;
  z-index: 1;
}
.subtitle::before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 130px;
  height: 2px;
  background-color: #cccccc;
}

.subtitle::after {
  position: absolute;
  content: '';
  left: 50% !important;
  margin-left: -15px !important;
  bottom: 0px;
  width: 30px;
  height: 4px;
  background-color: var(--ev-primary);
} */

.btn-primary {
  --btn-color: #fff;
	--btn-hover-color: #fff;
}

.page {
	margin-top: 0;
}

[id^="article_link"] main {
  margin-block: 0 var(--ev-space-2xl-3xl);
}

.hero.section-inspector {
  margin-top: 0 !important;
}

.form-page .flexible-form__title-wrapper,
.banner.banner-bg.section-inspector {
  display: grid;
  align-items: end;
}

.breadcrumb-wrapper {
  background-color: var(--ev-light);
  padding-block: var(--ev-space-s);
  grid-area: breadcrumb;
}
.intro__grid.d-grid {
	grid-template-areas: "..       " "breadcrumb" "subtitle " "title    " "author   " "paragraph" "cta      " "..       ";
}
.breadcrumb-wrapper {
	background-color: transparent;
}
.modal-header {
justify-content: space-between;
align-items: start;
}

.linked-menu__item:not(.last-child){
  margin-bottom: var(--ev-space-xl);
}

.intro__image ,
.intro__image img {
  width: 100%;
  min-width: 100% !important;
}

.btn-outline-primary {
	--btn-hover-color: #fff;
}

.flexible-form .form-check-input[type="checkbox"]:checked + .form-check-label {
	color: #fff;
}

figure img {
  object-fit: cover;
}

@media (width > 992px) {
  .nav-item.nav-item--home .text {
    display: none;
  }
}
@media (max-width : 991px) {
  .intro__grid.d-grid {
		padding-right: 0;
}
  .intro__grid.d-grid {
		padding-block: 0 var(--ev-space-2xl);
}
}
