/*! LINKS FOR THE NEWSHOUSE BASE THEME */
/*! px convert to em - basefont in pixels = 16px  */

/*! NH AWARDS  */

.award-contest-meta a {
color: #d44500

}

.channel-section-meta {
  color: #d44500;
}

/*! Pagination Links  */

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}


/* NORMAL LINKS */
a {
  text-decoration: none;
  color: #333;
}

p a {
  text-decoration: none;
  color: #333;
  font-weight: 700;
}

a :hover {
  text-decoration: underline;
  color: #d44500;
}

a :visited {
  text-decoration: none;
  color: #fff;
}

/* HERO LINKS */
/* a.hero_link {
  text-decoration: none;
  color: #fff;
}

a.hero_link:hover {
  text-decoration: underline;
  color: #fff;
} */

p a.hero_link {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

/* a.hero_link:visited {
  text-decoration: none;
  color: #fff;
} */

/* HEROBYLINE WHITE LINKS */
.herobyline a {
  text-decoration: none;
  color: #fff;
}

#herobyline p a.hero_link {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

#herobyline a.hero_link:hover {
  text-decoration: underline;
  color: #fff;
}

#herobyline a.hero_link:visited {
  text-decoration: none;
  color: #fff;
}

/* Byline LINKS */
#normalbyline a.hero_link {
  text-decoration: none;
  color: #333;
}

#normalbyline p a.hero_link {
  text-decoration: none;
  color: #333;
  font-weight: 700;
}

#normalbyline a.hero_link:hover {
  text-decoration: underline;
  color: #333;
}

#normalbyline a.hero_link:visited {
  text-decoration: none;
  color: #333;
}

/* FOOTER LINKS */
.footer-links a {
  text-decoration: none;
  color: #c9c9c9;
}

.footer-links a :hover {
  text-decoration: underline;
  color: #d44500;
}

.footer-links a :visited {
  text-decoration: none;
  color: #fff;
}


/* TEASERCUBE CATEGORY LINKS */
.teaser-category a {
  text-decoration: none;
  color: #e5e5e5;
}

.teaser-category a :hover {
  text-decoration: underline;
  color: #d44500;
}

.teaser-category a:visited {
  text-decoration: none;
  color: #e5e5e5;
}

/* TEASERCUBE TEXT LINKS */
.teasercube-text a {
  text-decoration: none;
  color: #FFF;
}

.teasercube-text a :hover {
  text-decoration: underline;
  color: #d44500;
}

.teasercube-text a:visited {
  text-decoration: none;
  color: #fff;
}

.teasercube-desktop-tablet.orange {
  /*background-color: #7c310e;*/
  background-color: #d44500;
}

.teasercube-mobile-tablet.orange {
  /*background-color: #7c310e;*/
  background-color: #d44500;
}

/* NH Site Navigation Menu */

a.navv-menu-link:visited   {
    color: #FFFFFF;
}

a.navv-menu-link:active  {
    color: #FFFFFF;
}

a.navv-menu-link:hover  {
    color: #d44500;
}

a.navv-menu-link:link  {
    color: #FFFFFF;
}

/* NHSite Footer Menu */
a.footer-link:visited {
    color: #d44500
}

a.footer-link:hover {
    color: #d44500
}

a.footer-link {

}

.footer-link-navigation {
  font-family: source-sans-pro, sans-serif;
  color: #858585;
  font-size: 1em;
  line-height: 3.125em;
  text-align: center;
}

/* author page */


.hero {
	background: #fff url(../images/hero-img.jpg) no-repeat center center;
	background-size: auto;
}

/* white visited hero image links */


a.alt-byline white:visited {
    color: #FFFFFF;
    cursor: auto;
}

a.alt-byline white:link:active, a.alt-byline white:visited:active {
    color: (internal value);
    cursor: auto;
    text-decoration: none;
}

/* Links */

h1, h2, h3, h4, h5, h6 a:visited {
      /*color: #858585;   Dark Grey */
      color: #333;
}

h1, h2, h3, h4, h5, h6 a:link {
      color: #333; /* Dark Grey */
}


.byline a:visited {
      color: #858585; /* Light Grey */
      color: #333333; /* Dark Grey */
}

.header-section-meta a {
      color: #d44500; /* NH Orange */
      /*color: #7c310e;  NH Burnt Orange */
}

.header-section-meta a:visited {
      color: #d44500; /* NH Orange */
      /*color: #7c310e;  NH Burnt Orange */
}

.archive-headline-vertical-list-grid a:visited {
      /*color: #858585; /* Light Grey */
      color: #333333;
}

.teaser-promo-headline-right-column a:visited {
      color: #858585; /* Light Grey */
}

.teaser-promo-headline-left-column a:visited {
      color: #858585; /* Light Grey */
}

.lead-headline-desktop a:visited {
      /*color: #858585;  Light Grey */
      color: #333;
}

.category-teaser-card a:link {
  color: #cecdcc; /* Lighter Grey */
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  font-size: .688em;
  line-height: 2.188em;
  font-weight: 700;
}

.category-teaser-card a:visited {
  color: #cecdcc; /* Lighter Grey */
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
  font-size: .688em;
  line-height: 2.188em;
  font-weight: 700;
}

.contentcard-category a:link {
   font-style: normal;
   color: #d44500;
}

.contentcard-category a:visited {
   font-style: normal;
   color: #d44500; /* NH Orange */
   /*color: #7c310e;  NH Burnt Orange */
}

.p a:link {
  color:#000000;
}


.p a:visited {
  color:#000000;
}
