@charset "UTF-8";
/* CSS Document */
.ui-loader{
	display: none !important;
}
.ui-page{
	min-height:0 !important;
	outline: none !important;
}
.headline {
	background-color: #fff !important;
	font-family: 'Libre Franklin', arial, sans-serif !important;
	font-size:24px !important;
	font-weight:800 !important;
}
.standfirst{
	font-size:15px !important;
	font-weight:400 !important;
}
.txtCaption {
	font-size: 13px !important;
	line-height: 14px !important;
	font-family: helvetica, arial, sans-serif !important;
	height: auto !important;
}
.txtKey {
	font-size: 12px !important;
	line-height: 19px !important;
	font-family: helvetica, arial, sans-serif !important;
	height: auto !important;
}
.subHead {
	font-size: 14px !important;
	line-height: 15px !important;
	font-family: helvetica, arial, sans-serif !important;
	height: auto !important;
}
.widthAuto {
	width: auto !important;
}
.redColorBg {
	background-color: #de0000 !important;
}
.grayColorBg {
	background-color: #999 !important;
}
.blackColorBg {
	background-color: #000 !important;
}
.noBg {
	background-color: rgba(102, 102, 102, 0) !important;
}
