.layout--engage-stacked-card {
  margin: 30px 5px;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #949ca1;
}

.ai_form_prompt {
  display: flex;
}

.ai_form_prompt input[type="text"] {
  flex-grow: 1;
  margin-right: 20px;
  height: fit-content;
  align-self: center;
}

.participation-opportunities-block .node__content,
.participation-opportunities-block .layout--engage-stacked-card {
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.view-participation-opportunities-view {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.participation-opportunities-block.card .view-participation-opportunities-view .view-content {
  display: flex;
  flex-wrap: wrap;
}

div.participation-opportunities-block.engage_card {
  display: flex;
}

.layout--engage-grid-card {
  padding: 10px;
}

.layout--engage-grid-card .engage-card {
  margin: 0;
  width: 336px;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
  background: #fff;
  border-bottom: 1px solid #949ca1;
}


@media only screen and (max-width: 1350px) {
  .layout--engage-grid-card .engage-card {
    width: 100%;
  }

  .view-participation-opportunities-view .view-content {
    flex-flow: column;
  }
}

.view-display-id-recent_updates_grid_cards .view-content {
  display: flex;
  flex-wrap: wrap;
}


.layout--engage-grid-card .engage-card .image-region {
  position: relative;
  margin-bottom: 10px;
  min-height: 1px;
}

.layout--engage-grid-card .engage-card .image-region img {
  width: 100%;
}

.layout--engage-grid-card .engage-card .title-region {
  line-height: 1.1em;
  font-size: 1em;
  margin-bottom: 0;
  padding: 20px;
}

.layout--engage-stacked-card .engage-card .title-region h3 {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.layout--engage-grid-card .engage-card .body-region {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  padding: 0px 20px 20px 20px;
}

.layout--engage-stacked-card .stacked-left-side {
  width: 31%;
  float: left;
  z-index: 2;
  position: relative;
  min-height: 30px;
  display: flex;
}

.layout--engage-stacked-card .stacked-left-side .image-region {
  width: 100%;
  height: 100%;
}

.engage-stacked-noimg {
  width: 100%;
}

.layout--engage-stacked-card .engage-stacked-noimg .stacked-right-side {
  padding: 20px;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.layout--engage-stacked-card .stacked-right-side {
  padding: 20px;
  float: left;
  width: 69%;
  margin-bottom: 0;
}

.layout--engage-stacked-card .stacked-right-side h3,
.layout--engage-grid-card .title-region h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.layout--engage-stacked-card .stacked-right-side h3 a,
.layout--engage-grid-card .engage-card h3 a {
  color: #000000;
  text-decoration: none;
}

.field-plugin-settings-edit-wrapper input.field-plugin-settings-edit {
  width: 2rem;
}

body .button,
body .form-actions .button {
  padding: 8px 25px;
}

.adminimal-admin-toolbar .label {
  color: #444444;
  border: 0;
}

body .entity-browser-media-entity-browser-media-library-form {
  padding-top: 10px;
}

.burst_app {
  padding-top: 20px;
}

.burst_app .selected.image,
.burst_app .selected.image:hover {
  border: 5px #2ca42c solid;
}

.burst_app .image {
  border: none;
}

#block-engage-base-content ul {
  margin-left: 0;
}

body .engage-bootstrap .nav-pills .nav-link {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #0a58ca;
}

body .placeholder {
  min-height: inherit;
  vertical-align: inherit;
  cursor: inherit;
  background-color: inherit;
  opacity: inherit;
}

body .progress {
  display: inherit;
  height: inherit;
  overflow: inherit;
  background-color: inherit;
  font-size: inherit;
  border-radius: inherit;
}

header .search-api-page-block-form-search {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
}

.view-event-calendar .pager__item {
  width: initial;
  display: inline-flex;
}

div.view.view-event-calendar>* {
  margin-bottom: 1rem;
}

body .calendar-calendar div.calendar {
  font-size: smaller;
}

body .leaflet-control-attribution {
  display: none;
}

.region--hero {
  left: 50%;
  margin-left: -52vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

body .ui-dialog .ui-dialog-titlebar-close {
  color: #a9abb3;
  border-color: #a9abb3;
  border-radius: 0;
  background-color: transparent;
  background-image: url(/core/misc/icons/8e929c/ex.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

select[disabled]+.chosen-container {
  pointer-events: none;
  opacity: 0.5 !important;
  cursor: default;
}

select[disabled]+.chosen-container .chosen-single {
  cursor: default;
}

select[disabled]+.chosen-container .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

li .pager__link.is-active:hover {
  background: #003ecc;
}

.pager__link.is-active {
  cursor: default;
}

.pager__link {
  cursor: pointer;
}

.borderless #content {
  display: block;
}

.borderless .main-content__container {
  padding: 0;
}


.engagement-milestone {
  background: #88c4f7;
  padding: 22px 20px 15px;
  color: #000;
  position: relative;
}

.milestone-date {
  text-align: center;
}

.milestone-completed {
  width: 29px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('checkbox-sprite.png') no-repeat 0 0;
}

.milestone-completed.checked {
  background-position: -29px 0;
}

.milestone-title {
  font-weight: 700;
}

.milestone-date {
  margin-bottom: 15px;
  display: block;
  color: #FFF;
  padding: 0 20px;
}

.engagement-milestone:nth-child(2) {
  background: #e2f0fd;
  color: #585959;
}

.engagement-milestone:nth-child(2) .milestone-date,
.engagement-milestone:nth-child(3) .milestone-date {
  color: #585959;
}

.engagement-milestone:nth-child(3) {
  background: #f1f8fe;
  color: #585959;
}

.toolbar-icon-engage-admin-76docs:before {
  background: url('/modules/contrib/adminimal_admin_toolbar/images/acacac/questionmark-disc.svg') no-repeat 0px 0px;
}

a[href="/en/76insights"],
a[href="/fr/76insights"],
a[href="/76insights"],
.toolbar-icon-engage-insights-admin:before {
  --icon: url('/modules/custom/engage/css/76insights.svg');
}
.toolbar-icon-engage-insights-admin:before {
  --icon: url('/modules/custom/engage/css/76insights.svg');
}
.toolbar-icon-engage-76docs-link-admin:before {
  --icon: url('/modules/custom/engage/css/76docs.svg');
}
.toolbar-icon-engage-admin-76docs:before {
  --icon: url('/modules/custom/engage/css/76docs.svg');
}

html body .main-content {
  width: 100%;
}

.form-type-webform-pin-on-map .form-type-textfield {
  visibility: hidden;
  height: 0;
}

.form-type-webform-pin-on-map .form-type-textfield .form-item--error-message {
  visibility: visible;
  top: -80px;
  position:relative;
}

.form-type-webform-pin-on-map .form-type-textfield .form-required {
  display: none;
}
.hide-label label, .hide-label .js-form-item-test-latitude {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

body #drupal-off-canvas-wrapper {
  --off-canvas-background-color-medium: #ffffff;
}

body .ui-autocomplete {
  scrollbar-width: thin;
  -ms-overflow-style: auto;
}
body .ui-autocomplete::-webkit-scrollbar {
  display: initial;
}

@media (max-width: 768px) {
  body .form-type-webform-likert table.sticky-header {
    display: table;
  }
}

body .featured-image-text .button, body .featured-image-text .btn {
  text-shadow: none;
}

body ul.thumbnails.image_picker_selector li {
  max-width: 400px;
}

body .stacked-left-side div {
  width: 100%;
}

body .toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active {
  color: #fff;
  font-variant: small-caps;
}

body .toolbar .toolbar-bar .toolbar-tab > .toolbar-item.is-active::before {
  filter: none;
}

.block-entity-blockmedia-gallery .field--name-images  {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4px;
}

@media (min-width: 768px) {
  .block-entity-blockmedia-gallery .field--name-images {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .block-entity-blockmedia-gallery .field--name-images {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 43.75rem) {
  body .main-content_container {
    padding-block-start: 0;
  }
}

body .main-content__container {
  padding-block-start: 0;
}

body .region--content {
  margin-block-end: 0;
}

body .site-footer .region .region--footer_top__inner {
  margin-block-end: 0;
}

body .site-footer__inner {
  padding-block: 0;
}

body footer .site-footer__inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

html body .site-header .header-nav {
  margin-block-start: initial;
}

body .header-nav input {
  min-height: 2.25rem;
  max-height: 2.25rem;
  height: 2.25rem;
}

html body .primary-nav__menu-link .primary-nav__menu-link-inner {
  padding-block: 0;
  padding-bottom: 0.5rem;
}

html body #block-engage-base-site-branding, html body .block-header-site-branding-block {
  justify-content: initial;
  padding-top: 2rem;
}

html body .site-header {
  min-height: initial;
}

body .menu--account a {
  min-height: 2.25rem;
  height: 2.25rem;
  max-height: 2.25rem;
}

body #search-api-page-block-form-search .search-form__submit {
  margin-top: 10px;
}

html body .header-nav .secondary-nav::before {
  transform: translateY(-60%);
}

body .secondary-nav__menu a[data-drupal-link-system-path="user/login"] {
  padding-top: 0;
}

body .calendar-pager .calendar-pager__items {
  list-style-type: none;
}

body .webform-analysis-data .webform-analysis-component {
  display: block;
  width: 100%;
  margin: 0;
}

body .webform-analysis-data .webform-analysis-component-inner {
  overflow: hidden;
  padding: 0;
}

body ul.primary-nav__menu li a.primary-nav__menu-link {
  font-size: var(--font-size-l);
}

body .secondary-nav {
  font-size: var(--font-size-l);
}

body div.action-flag a, body div.action-unflag a {
  color: #fff;
  outline: none;
  text-decoration: none;
}

body div.action-flag, body div.action-unflag {
  width: 100px;
  z-index:999;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: solid 2px #3f5ea8;
  border-radius: 0.1875rem;
  background-color: #3f5ea8;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
}

.layout--twocol > .layout__region--first {
    padding-right: 10px;
}

.layout--twocol > .layout__region--second {
    padding-left: 10px;
}

/* Newsletter subscription descriptions on registration form */
.newsletter-description {
  display: block;
  font-size: 0.875rem;
  color: var(--gin-color-text-light);
  font-weight: normal;
  line-height: 1.4;
  margin-top: 0.25rem;
}

#user-register-form .form-checkboxes .form-item label {
  line-height: 1.5;
}