.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 h4 {
  font-family: "Core Sans R 35", "Roboto", sans-serif !important;
  font-weight: inherit;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 2rem;
}
.vm-articles .n-sub-headings {
  max-width: 700px;
  width: 100%;
}
.vm-articles .n-sub-headings .n-date {
  font-size: 16px;
  color: #EE008C;
}
.vm-articles .n-sub-headings a {
  color: #000;
  text-decoration: none;
}
.vm-articles .n-sub-headings a:hover {
  color: #EE008C;
}
.vm-articles .n-intro {
  font-size: 22px;
  width: 100%;
}
.vm-articles .n-intro .n-intro-content {
  margin-bottom: 2rem;
}
.vm-articles .n-intro a {
  color: #EE008C;
  font-family: "Core Sans R 55", "Roboto", sans-serif !important;
  font-weight: inherit;
  text-decoration: none;
}
.vm-articles .n-intro-img {
  width: 100%;
  height: 220px;
  background-color: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
.vm-articles h3 {
    font-size: 26px;
    margin-bottom: 1.5rem;
}
.vm-articles .n-intro {
    font-size: 20px;
    max-width: initial;
    margin-left: 0;
}
.vm-articles .n-intro .n-intro-content {
    margin-bottom: 1rem;
}
.vm-articles h4 {
    font-size: 42px;
}
}
@media screen and (max-width: 475px) {
.vm-articles h4 {
    font-size: 36px;
}
.vm-articles .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.news-page {
    padding-top: 50px !important;
}
.news-page .vuma-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.vm-featured-news .next {
    left: 51%;
}
.vm-featured-news .prev {
    left: 45%;
}
.vm-featured-news .next, .vm-featured-news .prev {
    width: 15px;
    bottom: 0.5rem;
}
.vm-news-wrap .vm-social-media-feeds h3 {
    font-size: 26px;
    margin-bottom: 1rem;
}
}
@media screen and (max-width: 325px) {
.vm-articles h4 {
    font-size: 28px;
}
}
.news-page {
  padding-top: 40px;
}
.news-page .vuma-header {
  top: 0;
  background: #fff !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.news-page .vuma-header a.vm-logo .vuma-logo-white {
  display: none !important;
}
.news-page .vuma-header a.vm-logo .vuma-logo-pink {
  display: inline-block !important;
}
.news-page .vuma-header .top-nav .v-btn--text {
  color: #EE008C;
}
.news-page .vuma-header.fixed-top {
  background: #ff008e !important;
}
.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 !important;
}
.news-page .vuma-header.fixed-top a.vm-logo .vuma-logo-pink {
  display: none !important;
}
.news-page #read-more-news {
  display: none;
}
