@media only screen and (max-width: 1500px) {
  .container:not(.contextual-region .container) {
    width: calc(100% - 50px) !important;
    max-width: calc(100% - 50px) !important;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .container:not(.contextual-region .container) {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.announcement-node .head-announcement h4 {
  flex: 1;
  font-weight: 600 !important;
}
.announcement-node .date {
  flex: none;
  width: 100%;
  font-weight: 600;
}

.announcement-home-page .announcement-card {
  transition: all 0.3s;
}
.announcement-home-page .announcement-card:hover .title, .announcement-home-page .announcement-card:hover .date {
  color: #009fc3;
}
.announcement-home-page .announcement-card .date {
  color: #788289;
  margin-top: 10px;
}
.announcement-home-page .announcement-card .title {
  color: #6a7076;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  max-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 20px;
}
.announcement-home-page .announcement-card img {
  width: 100%;
}
.announcement-home-page .page-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 64px;
  color: #48555d;
}
.announcement-home-page .page-title-button {
  background: linear-gradient(90deg, #069abe 0%, #006b9b 100%);
  color: white;
  padding-left: 25px;
  padding-right: 22px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .announcement-home-page .announcement-card {
    max-width: 19.33333%;
  }
}

.announcement-list-page .announcement-list-card {
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .announcement-list-page .announcement-list-card img {
    width: 139px;
    height: 31px;
    border-radius: 6px;
  }
}
.announcement-list-page .announcement-list-card .date, .announcement-list-page .announcement-list-card .title {
  color: #48555d;
  font-weight: 400;
}
.announcement-list-page .announcement-list-card:hover .title {
  color: #009fc3;
}
.announcement-list-page .image {
  flex: none;
}

/*# sourceMappingURL=announcement.css.map */
