/* CSS to over ride styles */




/************************************** BEGIN Magazine Template Overrides */

#vt_template_magazine {
    line-height: 1.4!important;
}

#vt_template_magazine .vt-searchToggle,
#vt_template_magazine .vt-mag-section,
#vt_mag_issueInfo + .vt-mag-headerDivider,
.vt-mag-headerInfo .vt-mag-headerDivider,
.vt-mag-headerInfo .vt-mag-socialShares,
.vt-mag-story-byline .vt-mag-byline-date,
.vt-mag-story-byline .vt-contact-phone {
  display: none;
}

.vt-mag-story-byline #vt_article_authors p::after {
  content: none;
}

.vt-mag-headerInfo {
  margin-bottom: 10px;
}

.article-body .vt-text p,
.article-body .vt-text a,
.article-body .vt-text li,
.article-body .vt-text td,
.article-body .vt-text th,
.home-body .vt-text p,
.home-body .vt-text a,
.home-body .vt-text li,
.home-body .vt-text td,
.home-body .vt-text th,
p.vt-list-description {
  color: #525252;
}

.article-body .vt-text li {
  font-family: "Acherus", sans-serif;
  font-size: 0.8em;
}
/*
@media screen and (min-width: 450px) and (max-width: 767px) {
  .follow-virginia-tech-icons {
    padding-right: 40vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .follow-virginia-tech-icons {
    padding-right: 20vw;
  }
}

@media screen and (min-width: 992px) {
  .follow-virginia-tech-icons {
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .follow-virginia-tech-icons {
    padding-right: 10vw;
  }
}
*/
@media screen and (min-width: 992px) {
  .article-body .vt-text li {
    font-size: 1em;
  }
}

@media screen and (min-width: 1072px) {
  .vt-mag-headerInfo {
    margin-bottom: 0;
  }
}

/************************************** END Magazine Template Overrides */
