.navbar .header-links .main-links .menu-header-links-container {
  display: inline-block;
}

.navbar .header-links .main-links .search-form {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 70px;
}

@media screen and (min-width: 900px) {
  .navbar .header-links .main-links .search-form {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
  }
}

.navbar .header-links .main-links .search-form .screen-reader-text {
  visibility: hidden;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.navbar .header-links .main-links .search-form input[type="submit"] {
  width: auto;
  font-size: 10px;
  padding: 8px 10px;
  display: inline-block;
  margin: 0 0 0 10px;
}

.navbar .header-links .main-links .search-form input[type="search"],
.navbar .header-links .main-links .search-form input[type="text"] {
  border: none;
  outline: none;
  background: transparent;
  color: white;
  font-family: "ff-tisa-web-pro", serif;
  font-size: 12.8px;
  border-bottom: 1px solid #555;
  height: 29px;
  width: 60px;
  transition: width 0.2s ease-in-out;
}

@media screen and (min-width: 1115px) {
  .navbar .header-links .main-links .search-form input[type="search"]:focus,
  .navbar .header-links .main-links .search-form input[type="text"]:focus {
    width: 140px;
  }
}

#content .search-form {
  display: block;
  width: 100%;
}

#content .search-form input[type="search"],
#content .search-form input[type="submit"] {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  min-height: 30px;
}

.hero .hero__latest-news {
  position: absolute;
  bottom: 20px;
  background: #1D1D1D;
  width: 80%;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
}

.hero .latest-news__image {
  float: left;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.hero .latest-news__content {
  width: 80%;
  float: right;
  text-align: left;
  padding: 0 20px;
}

.hero .latest-news__content h2 {
  font-style: italic;
  font-size: 18px;
  color: #E9A640;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hero .latest-news__content h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.hero .latest-news__content,
.hero .latest-news__content p {
  color: white;
}

.hero .latest-news__content a {
  color: #E9A640;
}

.hero .call-to-action-table.has-latest-news {
  bottom: auto;
  /* top: 350px; */
  margin-top: 30px;
}
