.news-page {
  padding-top: 0;
}
.news-page .vuma-header {
  top: 0;
  background: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.news-page .vuma-header a.vm-logo .vuma-logo-white {
  display: inline-block;
}
.news-page .vuma-header a.vm-logo .vuma-logo-pink {
  display: none;
}
.news-page .vuma-header.fixed-top .top-nav .v-btn--text {
  color: #fff;
}
.news-page .vuma-header.fixed-top a.vm-logo .vuma-logo-white {
  display: inline-block;
}
.news-page .vuma-header.fixed-top a.vm-logo .vuma-logo-pink {
  display: none;
}
.news-page #read-more-news {
  display: none;
}
.news-page.article-page .vm-section {
  padding-top: 0;
}
.vm-articles .vuma-header {
  top: 0;
  background: #fff !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.vm-articles .vuma-header a.vm-logo .vuma-logo-white {
  display: none;
}
.vm-articles .vuma-header a.vm-logo .vuma-logo-pink {
  display: inline-block;
}
.vm-articles .vuma-header .top-nav .v-btn--text {
  color: #EE008C;
}
.vm-articles .vuma-header.fixed-top {
  background: #ff008e !important;
}
.vm-articles .vuma-header.fixed-top .top-nav .v-btn--text {
  color: #fff;
}
.vm-articles .vuma-header.fixed-top a.vm-logo .vuma-logo-white {
  display: inline-block;
}
.vm-articles .vuma-header.fixed-top a.vm-logo .vuma-logo-pink {
  display: none;
}
.vm-articles .vm-articles-wrap {
  max-height: 700px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 3rem;
}
.vm-articles .row {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.vm-articles .row:last-child {
  border-bottom: none;
}
.vm-articles h3 {
  font-family: "Core Sans R 25", "Roboto", sans-serif !important;
  font-weight: inherit;
  font-size: 30px;
  margin-bottom: 3rem;
}
.vm-articles .article-content .post-intro {
  font-size: 35px;
  color: #ff008e;
  font-family: "Core Sans R 35", "Roboto", sans-serif !important;
  margin-bottom: 2rem;
}
.vm-articles .featured-img {
  width: 100%;
  height: 470px;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  position: relative;
}
.vm-articles .featured-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.vm-articles .featured-img h1 {
  color: #fff;
  position: relative;
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 991px) {
.vm-articles .featured-img .container {
    padding-left: 3rem;
    padding-right: 3rem;
}
}
@media screen and (max-width: 767px) {
.vm-articles .featured-img .container,
.vm-articles .container {
    padding-left: 25px;
    padding-right: 25px;
}
.vm-articles .featured-img {
    height: 370px;
}
.vm-articles .featured-img h1 {
    font-size: 42px;
}
.vm-articles .article-content .post-intro {
    font-size: 24px;
}
}
