/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
.text {
/*	font:13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: "Open Sans", Helvetica, Arial, sans-serif;	
	color: #555;
	-webkit-font-smoothing: antialiased !important;	
}
/** Typography **/
.strong {
  font-weight:bold;
}
.uppercase {
  	text-transform:uppercase;
}
h1 {
  font-size: 14px;
  line-height:125%; /* 14px */
}
h2.smaller {
  font-size:1.3em;
  line-height:126%;
  padding-top:4px;
  padding-bottom:4px;
}
.edmarket {
  color:#0066b3;
}