@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/Avenir_Next.otf"); 
  }
  
  .text {
	font-family: "Avenir Next", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: light;
	line-height: 24px;
	color: #000;
}
.text-blue {
	font-family: "Avenir Next", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: light;
	line-height: 24px;
	color: #398495;
}
.text-red {
	font-family: "Avenir Next", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: light;
	line-height: 24px;
	color: #A52E28;
}
.text-white {
	font-family: "Avenir Next", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: light;
	line-height: 24px;
	color: #ffffff;
}
.header {
	font-family: "News Cycle", Helvetica, sans-serif;;
	font-size: 24px;
	color: #383838;
}
.header_green {
	font-family: "News Cycle", Helvetica, sans-serif;;
	font-size: 24px;
	color: #6ca267;
}
.subheader {
	font-family: "Avenir Next", Helvetica, sans-serif;;
	font-size: 20px;
	font-weight: light;
	color: #6d6e71;
}
.nav-footer {
	font-family: "Avenir Next", Helvetica, sans-serif;;
	font-size: 15px;
	font-weight: light;
	color: #398495;
	text-decoration: none;
}
.text-footer {
	font-family: "Avenir Next", Helvetica, sans-serif;;
	font-size: 14px;
	font-weight: light;
	color: #6d6e71;
	text-decoration: none;
}
 a:link {
	text-decoration: none;
}
 a:visited {
	text-decoration: none;
}
 a:hover {
	text-decoration: none;
}
 a:active {
	text-decoration: none;
}