/* a:hover, .link:hover {
  color: inherit;
} */

.views-element-container {
  display: none;
}

.path-frontpage .layout-container {
  margin: 0 !important;
}

.region-breadcrumb {
  display: none;
}

.page-content {
  margin-top: 0;
}

.button:not(:focus) {
  box-shadow: none;
}

select.form-element {
  padding-top: 0;
  padding-bottom: 0;
}

.form-actions {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.form-actions::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 15px;
  top: 0;
  right: -16px;
  background-image: url("../images/icons/stack.svg#leaf");
}

.form-actions .button {
  width: 100%;
  margin: 0;
}

.form-item {
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .form-item {
    margin-bottom: 20px;
  }
}

fieldset.webform-composite-hidden-title {
  margin-top: 0;
  margin-bottom: 0;
}

.iti {
  width: 100%;
}

.iti__country-list {
  z-index: 3;
}

.iti__country-name {
  color: #191A1A;
}

.iti__selected-flag > .iti__flag {
  display: none;
}