.bg-primary {
  background: #2f55d4;
}

.bg-secondary {
  background: #5a6d90;
}

.bg-success {
  background: #2eca8b;
}

.bg-danger {
  background: #e43f52;
}

.bg-warning {
  background: #f17425;
}

.bg-info {
  background: #17a2b8;
}

.bg-light {
  background: #f8f9fc;
}

.bg-white {
  background: #fff;
}

.bg-dark {
  background: #3c4858;
}

.bg-muted {
  background: #8492a6;
}

.bg-soft-primary {
  background: rgba(47, 85, 212, 0.1);
}

.bg-soft-secondary {
  background: rgba(90, 109, 144, 0.1);
}

.bg-soft-success {
  background: rgba(46, 202, 139, 0.1);
}

.bg-soft-danger {
  background: rgba(228, 63, 82, 0.1);
}

.bg-soft-warning {
  background: rgba(241, 116, 37, 0.1);
}

.bg-soft-info {
  background: rgba(23, 162, 184, 0.1);
}

.bg-soft-light {
  background: rgba(248, 249, 252, 0.1);
}

.bg-soft-dark {
  background: rgba(60, 72, 88, 0.1);
}

.bg-soft-muted {
  background: rgba(132, 146, 166, 0.1);
}

.news-component .file {
  border: 1px solid #F0F0F0;
  display: block;
  position: relative;
  margin: 35px 0 20px 0;
}
.news-component .file a {
  display: flex;
  align-items: center;
  position: relative;
  border-left: 1px solid #F0F0F0;
  padding: 10px;
  font-size: 16px;
}
.news-component .file a:before {
  content: "";
  font-family: "icomoon";
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 15px;
  font-size: 25px;
}
.news-component .file--application-pdf a:before {
  content: "\e90a";
}
.news-component .file--x-office-spreadsheet a:before {
  content: "\f109";
}
.news-component .file--x-office-document a:before {
  content: "\f108";
}

.field--name-field-prg-news-link .field__item p.link-application {
  border: 1px solid #f0f0f0;
  display: flex;
  position: relative;
  margin: 35px 0 20px 0;
  padding: 10px;
}
.field--name-field-prg-news-link .field__item p.link-application a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
}
.field--name-field-prg-news-link .field__item p.link-application:before {
  content: "\e913";
  font-family: "icomoon";
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 15px;
  font-size: 20px;
  color: #d31e47;
}
.field--name-field-prg-news-link .field__item p.link-application:hover::before {
  color: #5E5E63;
}

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