html[lang="zh-CN"], 
a[lang="zh-CN"],
html[lang="zh-CN"] span.login-text{
	font-family: "Arial Unicode MS", "Lucida Sans Unicode", Arial, sans-serif!important;
}
body {
	font-family: 'PragmaticaReg', Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height:normal;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	font: normal 36px/36px 'PragmaticaSB', Helvetica, Verdana, sans-serif;
}
/* NB: .homeHero is for the hero area on the homepage. Otherwise, use .hero UNLESS the hero has
       a form in it (like Mutual Funds or Management Companies). In that case, use h2. */
h1.homeHero {
	font:46px/46px 'PragmaticaSB', Helvetica, Verdana, sans-serif;
}
h1.hero {
	font:30px/32px 'PragmaticaSB', Helvetica, Verdana, sans-serif;
	margin-bottom:10px;
}
h2.hero{
    font:30px/32px 'PragmaticaSB', Helvetica, Verdana, sans-serif;
    margin-bottom:10px;
}
.homepage-carousel h2.hero{
	font:26px/30px 'PragmaticaSB', Helvetica, Verdana, sans-serif;
}

.homepage-carousel .carousel-caption p,
.homepage-carousel .carousel-caption a{
	font:16px/24px 'PragmaticaReg', Helvetica, Verdana, sans-serif;
}

h2 {
	font-family: 'PragmaticaReg', helvetica, verdana, sans-serif;
	font-size: 18px;
}

h3 {
	font-family: 'PragmaticaSB', helvetica, verdana, sans-serif;
	font-size: 18px;
	line-height:normal;
}

h4 {
	font-family: 'PragmaticaReg', helvetica, verdana, sans-serif;
	font-size: 18px;
	line-height:normal;
}

h5 {
	font-family: 'PragmaticaSB', helvetica, verdana, sans-serif;
	font-size: 16px;
}
label, textarea, input, button, select {
	font-family: 'PragmaticaReg', helvetica, verdana, sans-serif;
	font-size: 14px;
}
.module	input[type='text']{
	font-size:12px;
	padding-top: 0px;
	-webkit-appearance: none;
}
strong{
	font-family: 'PragmaticaSB', helvetica, verdana, sans-serif;
	font-weight: normal;
}
em{
	font-style: italic;
}
small, .small {
	font-size:12px;
}

.subheader1, 
#content h4{
	font: 16px/normal 'PragmaticaSB', Helvetica, Verdana, sans-serif!important;
}

#content h5 {
	font: 14px/normal 'PragmaticaSB', Helvetica, Verdana, sans-serif!important;
}

.subheader3, 
#content h6{
	font: 14px/normal 'PragmaticaSB', Helvetica, Verdana, sans-serif!important;
}

.subheader4, 
#content h6.bold{
	font: 16px/normal 'PragmaticaSB', Helvetica, Verdana, sans-serif!important;
}


.carousel-caption .subheader2 {
	font-size: 14px!important;
}

.contentHeader {
	font-size:16px;
	vertical-align: middle;
}
.showcase {
	font-size:42px;
	line-height: 1;
}

/* Logged in state dropdown on top utility nav */
.hrw-menu > li > a {
	color:#333;
	font-family: 'PragmaticaReg', helvetica, verdana, sans-serif;
	font-size:12px;
}

/*.hrw-login-menu > li:first-child > a {
	font-family: 'PragmaticaBold';
	font-size: 13px;
}*/

/* tabs: navigation 1 & 2; */
.tabs li span,
.tabs li a {
	font-family: 'PragmaticaReg', helvetica, verdana, sans-serif;
	font-size: 16px;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.tabs .selectedTab a, 
.nav-tabs .activeTab a, 
.nav-tabs .activeTab span {
	font-family: 'PragmaticaBold', helvetica, verdana, sans-serif;
}

/* Executive Bios - Start */
.executiveBio h2,
.company-profile-detail h2 {
	font: 20px/normal 'PragmaticaSB', helvetica, verdana, sans-serif;
}

.executiveBio h4, 
.company-profile-detail h4,
.managerProfile h4{
	margin: 17px 0 0;
}
/* Executive Bios - End */

/* dropdown: header3 */
.filterBox .filter-summary h2,
.filterBox .filterListContainer h2,
.filterListContainer .dropdown > .dropdown-toggle {
	font-family:'PragmaticaBold', helvetica, verdana, sans-serif;
	font-size:16px;
	line-height: 50px;
}

/* Tooltips */
.highcharts-tooltip span td {
	font-family: 'PragmaticaReg', helvetica, verdana, sans-serif;
}

/* breadcrumb: subheader 3 */
.breadcrumbs,
.breadcrumb {
	font-family: 'PragmaticaReg', helvetica, verdana, sans-serif;
	font-size: 12px;
}

.breadcrumbs > .active {
	font-family:'PragmaticaSB', helvetica, verdana, sans-serif;
	color: #333;
}

footer {
	font-size:12px;
	color: #888888;
}
footer h3 {
	color: #2e2e2e;
	margin: 30px 0 5px 0;
	padding: 0;
	font-size: 14px;
}


/* left navigation START */
.collapse {
	background:#ffffff;
}

.collapse li {
	border-bottom: 1px dotted #cfd4d8;
	padding: 10px 0px 5px 5px;
	font-size: 13px;
}

.collapse li:first-child {
	border-top: 1px dotted #cfd4d8;
}

.collapse li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

/* left navigation END */

@media all and (max-width: 480px) {
	h1 {
		font-size: 18px;
	}
}

@media all and (min-width: 960px){
	.carousel-caption .subheader2 {
		font-size: 16px!important;
	}
}

@media screen and (max-width: 800px){
	.homepage-carousel h2.hero{
		font:20px/24px 'PragmaticaSB', Helvetica, Verdana, sans-serif;
	}

	.homepage-carousel .carousel-caption p,
	.homepage-carousel .carousel-caption a{
		font:14px/20px 'PragmaticaReg', Helvetica, Verdana, sans-serif;
	}
}


.advisorstream-text h4 {
    font-family: 'PragmaticaReg', Helvetica, Verdana, sans-serif!important;
}

.mi-subcategory-item h4{
	font: 16px/normal 'PragmaticaSB',Helvetica,Verdana,sans-serif!important;
	padding: 10px 0;
}


@media screen and (max-width: 415px){

}

@media screen and (min-width:568px) and (max-width:568px){

}
