/*border radius*/
/*border radius*/
/*border radius*/
.spinner--primary {
  color: #f29700 !important;
}
.spinner--secondary {
  color: #272554;
}

.news-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.news-list__item {
  display: flex;
}
.default-card-list .news-list__item {
  width: calc(100% - 15px);
  margin: 20px 10px; /* $news-feed-default-item-margin*/
}
@media (min-width: 768px) {
  .default-card-list .news-list__item {
    width: calc(50% - 15px);
    margin: 0 0 30px 0;
  }
  .default-card-list .news-list__item:not(:nth-of-type(2n)) {
    margin: 0 30px 30px 0;
  }
}
@media (min-width: 992px) {
  .default-card-list .news-list__item {
    width: calc(33.3% - 20px);
    margin: 0 0 30px 0;
  }
  .default-card-list .news-list__item:not(:nth-of-type(2n)) {
    margin: 0 0 30px 0;
  }
  .default-card-list .news-list__item:not(:nth-of-type(3n)) {
    margin: 0 30px 30px 0;
  }
}

.news-list .news-list-item {
  display: inline-block;
  width: 100%;
  padding: 20px 10px 20px 0;
  min-height: 200px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.news-list li h2 {
  margin-bottom: 10px;
}

.news-list div.teaser-image {
  width: 170px;
  height: 170px;
  overflow: hidden;
  background-color: #FFFFFF;
  display: inline-block;
}

.teaser-image-wrapper {
  overflow: hidden;
  float: left;
  width: 170px;
  height: 170px;
  text-align: center;
  padding: 0;
  margin-right: 20px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 4px;
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}

.news-list .read-more-link {
  position: absolute;
  bottom: 5px;
  right: 20px;
  color: #262626;
}

.row.no-margin {
  margin: 0;
}

/*Feed logos for standard news feed list*/
.news-list-item-standard .feed-logo-wrapper {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 190px;
  transition: all 0.375s;
}

.news-list-item-standard .feed-logo-text {
  display: block;
}

.news-list-item-standard .feed-logo {
  height: 40px;
  margin: 0 10px;
  border-radius: 4px;
  display: block;
  transition: inherit;
}

.news-list-item-standard .feed-logo-mini {
  height: 40px;
  border-radius: 50%;
  transition: inherit;
}

/*Feed logos for card*/
.news-list-item-card .feed-logo-wrapper {
  display: inline-flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 8px;
  right: 8px;
  transition: all 0.375s;
}

.news-list-item-card .feed-logo-text {
  display: none;
}

.news-list-item-card .feed-logo {
  height: 40px;
  margin: 0 10px;
  border-radius: 4px;
  display: none;
  transition: inherit;
}

.news-list-item-card .feed-logo-mini {
  height: 40px;
  border-radius: 50%;
  transition: inherit;
}

.news-list-item-card .feed-logo-wrapper:hover .feed-logo-text {
  display: block;
}

.news-list-item-card .feed-logo-wrapper:hover .feed-logo {
  display: block;
}

.news-list-item-card .feed-logo-wrapper:hover .feed-logo-mini {
  width: 0;
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .news-list.image-card-list .news-list-item {
    width: 46%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .news-list.image-card-list .news-list-item {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .news-list.image-card-list .news-list-item {
    width: 100%;
    margin: 0;
  }
  .news-list.image-card-list .teaser-summary {
    font-size: 13px;
  }
}
/************************************************************/
/*Pagination*************************************************/
/************************************************************/
.news-pagination-container {
  width: 100%;
  overflow: hidden;
  padding: 0 4px;
}

.news-page {
  display: none;
}

.news-page.active {
  display: flex;
  flex-wrap: wrap;
}

.news-pagination-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.news-pagination-navigation .npn-controls {
  display: flex;
  align-items: center;
  flex: 0 0 60px;
}

.news-pagination-navigation .npn-info {
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  border-top: 1px solid #e8e8e8;
  border-radius: 3px;
  width: 100%;
}

.news-pagination-navigation .npn-info.bottom {
  margin: 15px 0 5px 0;
}

.news-pagination-navigation .npn-info.top {
  margin: 20px 0 15px 0;
}

@media screen and (max-width: 992px) {
  .news-pagination-navigation .npn-info {
    width: 100%;
  }
}
.col-event-page a.np-button,
a.np-button {
  padding: 5px 10px;
  border: 1px solid #FFFFFF;
  margin: 0 2px;
  border-radius: 3px;
  background: #FFFFFF;
  color: var(--news-pagination-button-color);
  font-family: Oswald;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s;
}

a.np-button:hover {
  border: 1px solid;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

a.np-button.active {
  border-color: #FFFFFF;
  background: var(--news-pagination-button-active-color);
  color: #FFFFFF;
  padding: 9px 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

a.np-button.np-disabled {
  color: #CCC;
}

a.np-button.np-disabled:hover {
  border: 1px solid #FFFFFF;
  box-shadow: none;
  cursor: default;
}

.news-pagination-navigation .paginationjs .paginationjs-pages li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  line-height: 1;
}

.news-pagination-navigation .paginationjs .paginationjs-pages li.active > a {
  background: #272554;
  height: 40px;
}

.news-pagination-navigation .paginationjs .paginationjs-pages li,
.news-pagination-navigation .paginationjs .paginationjs-pages li:last-child {
  border-color: #e8e8e8;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #f29700 !important;
}
.spinner--secondary {
  color: #272554;
}

.section--article {
  text-align: left;
}

.news-article-title {
  margin-bottom: 50px;
  line-height: 1.1;
}

.subtitle {
  font-family: "Core Sans D 55", sans-serif;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.new-article-main-image {
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.new-article-main-image img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 200px);
  margin: 20px auto 0 auto;
}

.article__info-container {
  text-align: center;
}
@media (min-width: 992px) {
  .article__info-container {
    text-align: left;
  }
}

.article__info-wrapper {
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
}

.author-and-date {
  display: flex;
  flex-flow: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .author-and-date {
    flex-flow: row;
  }
}

.article-date {
  font-family: "Core Sans D 55", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  font-size: 12px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}

.author-info {
  display: flex;
  flex-flow: column;
  flex: 1 1 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.author-mini {
  flex: 0 0 60px;
  margin-bottom: 20px;
  align-self: center;
}
@media (min-width: 992px) {
  .author-mini {
    margin-right: 30px;
    align-self: flex-start;
  }
}

.author-mini img {
  width: 60px;
  border-radius: 50%;
  filter: saturate(0);
}

.author-info-name {
  font-weight: 600;
  margin: 0 0 5px 0;
  font-size: 15px;
  text-transform: uppercase;
}

.article__text {
  margin-top: 50px;
}

.article__tags {
  margin-bottom: 15px;
}

.article__tag {
  font-family: "Source Sans Pro", sans-serif;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.article__tag:not(:last-of-type) {
  position: relative;
  padding-right: 7px;
  margin-right: 7px;
}
.article__tag:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: -2px;
  top: calc(50% - 2px);
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.15);
}

.article-info-2 .tag-label {
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: right;
  padding-right: 10px;
  border-radius: 3px;
}

.article-info-2 a.tag-label:hover {
  background: #CCC;
}

.article-feed-logo-container {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.article-feed-logo-container span {
  display: block;
  font-weight: 600;
  font-size: 1rem;
}

.article-feed-logo-image {
  max-height: 80px;
  max-width: 100%;
  border-radius: 2px;
  margin: 5px 0 10px 0;
}

/*Js Social re-styled*/
#ShareArticle .jssocials-shares {
  margin: 0;
}

.jssocials-share-logo {
  font-weight: 300;
}

#ShareArticle .jssocials-share {
  margin: 0;
}
#ShareArticle .jssocials-share:not(:first-of-type) {
  margin: 0 0 0 10px;
}

#ShareArticle a.jssocials-share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  text-decoration: none;
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.9);
  transition: color 0.3s;
}

#ShareArticle a.jssocials-share-link:hover {
  color: rgba(0, 0, 0, 0.6);
}

.share-text {
  text-transform: uppercase;
  font-family: "Core Sans D 55", sans-serif;
  color: #b1d156;
  font-size: 18px;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #f29700 !important;
}
.spinner--secondary {
  color: #272554;
}

.std-card {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  text-decoration: none;
}
.std-card:hover {
  color: #333;
}
.std-card__image {
  width: 100%;
  height: 250px;
  line-height: 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  background: #fff;
}
.std-card__image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 3px 3px 0 0;
  transition: opacity 0.4s;
}
.std-card:hover .std-card__image > img {
  opacity: 0.7;
}
.std-card__body {
  background: #fff;
  padding: 2rem;
  border-radius: 0 0 3px 3px;
  text-align: left;
}
.std-card__tags {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 27px;
}
.std-card__tag {
  margin-right: 5px;
  padding-right: 5px;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
  font-size: 12px;
}
.std-card__tag:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}
.std-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  min-height: 4.68rem;
  font-size: 1.3rem;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.std-card__text {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*TODO: Rewrite styles*/
/*Card style news*/
.image-card-list {
  text-align: center;
}

.image-card-list .news-list-item {
  display: inline-table;
  width: 47%;
  height: 300px;
  position: relative;
  margin: 5px;
  border-radius: 4px;
  padding: 0;
  border: none;
  overflow: hidden;
}

.image-card-list a.teaser-text {
  background: rgba(0, 0, 0, 0.35);
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  position: absolute;
  text-decoration: none;
  font-weight: normal;
  transition: all 0.3s;
}

.image-card-list a.teaser-text:hover {
  background: rgba(0, 0, 0, 0.6);
}

.image-card-list .news-list-item h2 {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 34px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s;
  display: table;
  text-align: center;
  padding: 0 10px;
  transform: translate(-50%, -50%);
}

.image-card-list .news-list-item h2::after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: calc(100% - 20px);
  left: 10px;
  right: 0;
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  transform: scale(0);
}

.image-card-list a.teaser-text:hover h2 {
  transform: translate(-50%, -100%);
}

.image-card-list a.teaser-text:hover h2::after {
  transform: scale(1);
  opacity: 1;
}

.image-card__content-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.image-card-list .teaser-summary {
  font-style: italic;
  font-size: 14px;
  transition: all 0.3s;
  position: absolute;
  opacity: 0;
  top: calc(50% + 70px);
  left: 0;
  width: 100%;
  padding: 0 10px;
}

.image-card-list a.teaser-text:hover .teaser-summary {
  top: calc(50% + 10px);
  opacity: 1;
}

/*border radius*/
/*border radius*/
.spinner--primary {
  color: #f29700 !important;
}
.spinner--secondary {
  color: #272554;
}

.related-content__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}

.related-content {
  margin-top: 40px;
}
.related-content__main-title {
  border-bottom: 1px solid #b1d156;
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}
.related-content__item-wrapper {
  width: calc(100% - 15px);
  margin: 30px;
  display: flex;
}
@media (min-width: 768px) {
  .related-content__item-wrapper {
    width: calc(50% - 15px);
    margin: 0 0 30px 0;
  }
  .related-content__item-wrapper:not(:nth-of-type(2n)) {
    margin: 0 30px 30px 0;
  }
}
@media (min-width: 992px) {
  .related-content__item-wrapper {
    width: calc(33% - 20px);
    margin: 0 0 30px 0;
  }
  .related-content__item-wrapper:not(:nth-of-type(2n)) {
    margin: 0 0 30px 0;
  }
  .related-content__item-wrapper:not(:nth-of-type(3n)) {
    margin: 0 30px 30px 0;
  }
}
@media (min-width: 1200px) {
  .related-content__item-wrapper {
    width: calc(25% - 20px);
    margin: 0 0 30px 0;
  }
  .related-content__item-wrapper:not(:nth-of-type(2n)) {
    margin: 0 0 30px 0;
  }
  .related-content__item-wrapper:not(:nth-of-type(3n)) {
    margin: 0 30px 30px 0;
  }
}
.related-content__item {
  display: flex;
  flex-flow: column;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: all 0.25s;
  text-decoration: none;
  font-weight: 400;
}
.related-content__item:hover {
  text-decoration: none;
}
.related-content__title {
  width: 100%;
  flex: 1;
  font-family: "Core Sans D 55", sans-serif;
  font-weight: 500;
  padding: 20px;
  font-size: 20px;
  color: #272554;
}
.related-content__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-content__footer {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  padding-bottom: 20px;
  font-family: Oswald, sans-serif;
  order: 2;
}
.related-content__tags {
  padding-left: 20px;
}
.related-content__tag {
  font-size: 13px;
  margin: 3px;
}
.related-content__current-item a.related-content__item {
  height: 200px;
  display: flex;
  flex-flow: row;
  max-width: 520px;
  margin-left: 10px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.related-content__current-item .related-content__title {
  padding-left: 15px;
}
.related-content__subtitle {
  font-weight: 400;
  font-size: 14px;
  flex: 0 0 100%;
  padding: 10px 10px 10px 15px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
}

/*border radius*/
.spinner--primary {
  color: #f29700 !important;
}
.spinner--secondary {
  color: #272554;
}

/*border radius*/
/*border radius*/
.news-article-popup__overlay {
  padding-top: 80px;
}

.news-article-popup {
  overflow-y: auto;
  top: 80px;
}
@media (min-width: 992px) {
  .news-article-popup {
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .news-article-popup::-webkit-scrollbar {
    width: 8px;
  }
  .news-article-popup::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .news-article-popup::-webkit-scrollbar-thumb {
    background: rgba(39, 37, 84, 0.3);
    border-radius: 3px;
  }
  .news-article-popup::-webkit-scrollbar-thumb:hover {
    background: #f29700;
  }
}
.scrollbar--white .news-article-popup::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.scrollbar--light .news-article-popup::-webkit-scrollbar-thumb:hover {
  background: #f5f5f5;
}
.scrollbar--primary .news-article-popup::-webkit-scrollbar-thumb:hover {
  background: #f29700;
}
.scrollbar--accent-2 .news-article-popup::-webkit-scrollbar-thumb:hover {
  background: #686175;
}
.scrollbar--dark .news-article-popup::-webkit-scrollbar-thumb:hover {
  background: #272554;
}
.scrollbar--secondary .news-article-popup::-webkit-scrollbar-thumb:hover {
  background: #272554;
}
.scrollbar--accent .news-article-popup::-webkit-scrollbar-thumb:hover {
  background: #ffdc01;
}
.scrollbar--accent-3 .news-article-popup::-webkit-scrollbar-thumb:hover {
  background: #272554;
}
.news-article-popup__close {
  background-color: transparent;
}
.news-article-popup .section.section--article {
  padding-top: 20px;
}

.news-list__slider {
  position: relative;
}
.news-list__slider .news-list {
  flex-wrap: nowrap;
}
.news-list__slider .default-card-list .news-list__item {
  margin: 0 !important;
}

/*# sourceMappingURL=news.css.map */
