.highlighted {
  position: relative;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
}

.highlighted aside {
  position: relative;
  right: 0;
  width: 64%;
  background-color: rgba(255,255,255,1);
  border-radius: 4px;
  padding: 10px;
  margin: 50px 20px;
  max-width: 600px;
  box-shadow: 0 0 0 10px rgba(255,255,255,0.5);
}

.highlighted .form-group {
  margin-bottom: 0;
}

.highlighted .container-inline {
  background-color: #fff;
  border-radius: 3px;
  padding: 0px;
  width: 100%;
}

.highlighted .content fieldset {
  width: 100%;
}

.highlighted #search-block-form {
  position: relative;
}

.highlighted #search-block-form input {
  color: #565656;
  background-color: #e7e5e4;
  padding: 25px 50px 25px 15px;
  border: 0;
  border-radius: 2px;
  line-height: 16px;
  font-size: 1.1em;
  font-family: Open Sans;
  width: 100%;
  height: 70px;
}

.highlighted #search-block-form .form-actions {
  position: absolute;
  top: 0;
  right: 0;
}

.highlighted #search-block-form .form-actions button {
  height: 70px;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  border: none;
  color: #6e7e3d;
  font-size: 24px;
}

/* SUBTITLE */
.highlighted #subtitle {
  position: absolute;
  left: 0px;
  bottom: 0;
  background-color: rgba(255,255,255,0.5);
}

.highlighted .subtitle-block {
  padding: 20px 40px;
}

@media(max-width:781px) {
  .highlighted aside {
    max-width: 100%;
    width: 100%;
  }
}
