@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;
}
@media screen and (max-width:480px){
	.headline{
	font-size:18px !important;
	}
}
@media screen and (max-width:360px){
	.headline{
	font-size:16px !important;
	}
}
.standfirst{
	padding-bottom: 15px !important;
	font-size:15px !important;
	font-weight:800 !important;
	background-color: #fff !important;
	height: auto !important;
}
.txtCaption {
	font-size: 13px !important;
	line-height: 14px !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;
}
.fixtxt, .grpmatch {
	font-family:Helvetica, Arial,sans-serif !important;
	width:100% !important;
	}
.fixtxt {
	font-size:14px !important;
	border-radius:10px !important;
	/*margin: 0 0 15px 0 !important;*/
	color:#000 !important;
	background:rgb(184,178,16) !important;
	background: linear-gradient(0deg, rgba(184,178,169,1) 0%, rgba(226,218,207,1) 3%, rgba(240,234,226,1) 5%, rgba(226,218,207,1) 14%, rgba(226,218,207,1) 49%, rgba(245,237,225,1) 51%, rgba(245,237,225,1) 90%, rgba(250,248,244,1) 95%, rgba(245,237,225,1) 97%, rgba(184,178,169,1) 100%) !important;
	border:solid 1px rgb(184,178,169) !important;
	box-shadow:rgba(0,0,0,0.6) 0px 3px 3px !important;
	}
.grp{
	background:rgba(226,218,207,1) !important
}
.toprow{
		background:rgba(245,237,225,1) !important
}