/* VARIABLES */
.content .title {
  padding-bottom: 3px;
  display: inline-block;
  border-bottom: 5px solid #008083;
}

.newsroom-search {
  padding-bottom: 20px;
}
.newsroom-search .js-form-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .newsroom-search .js-form-item {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.newsroom-search .js-form-item label {
  font-weight: 500;
  flex: 0 0 auto;
}
@media only screen and (max-width: 768px) {
  .newsroom-search .js-form-item label {
    flex: auto;
    font-size: 14px;
  }
}
.newsroom-search .js-form-item .form-control {
  height: 40px;
  border-radius: 0;
  min-width: 250px;
  cursor: pointer;
}
.newsroom-search .btn-primary {
  border-radius: 0;
  height: 40px;
}
.newsroom-search small#edit-field-article-date-value--description {
  display: none;
}

.newsroom-headlines .headline-card {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  margin: 15px 0px;
  transition: all 0.3s ease;
}
.newsroom-headlines .headline-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.newsroom-headlines .headline-card .headline-date span {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: #333;
}
.newsroom-headlines .headline-card .headline-title a {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.newsroom-headlines .headline-card .headline-content .description p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.newsroom-headlines .headline-card .headline-content .view-more {
  margin-top: 15px;
}
.newsroom-headlines .headline-card .headline-content .view-more a {
  background-color: #e37705;
  color: #fff;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 5px;
  transition: 0.5s;
  text-transform: capitalize;
}
.newsroom-headlines .headline-card .headline-content .view-more a:hover {
  transform: translate(0px, -5px);
  transition: 0.5s;
  background-color: #333333;
}
/*# sourceMappingURL=newsroom-headlines.css.map */
