@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
body { 
	font-family: 'Open Sans Condensed', helvetica neue, helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 1.42857143;
	padding:0 0px;
	margin:0; 
	padding:0px;
}

a {
	text-decoration:none;
	color:#222;
}

a:link {
	text-decoration: none;		
}

.maintext:hover {
	text-decoration: underline;
}

.wrapper { 
	width: 100%;
	background-color: #e9e9e9;
}

.hero {	
	width: 100%;
	min-height: 0px;
	padding: 8px 0 0 0 ;
	background-color: #e9e9e9;
}
	.hero:after{
		width: 50%;
		height: 1px;
		content: "";
		background-color: #ADADAD;
		display: block;
		margin: 13px auto 0px;
	}	
	.hero.first{
		border-top:none;
		margin-top:10px;
	}
	.hero.last{
		border-bottom:none; 
		padding-bottom:15px;
	}
	.hero.last:after{
		display: none;
	}
	.hero img {
		display:none;
	}

.subhero{	
	height:40px;
	vertical-align:middle;
	display:table-cell;
}

.heading_top, .heading {
	display: none;
}	

.text {
	position: relative;
	min-height: 1px;
	font-family: 'Open Sans Condensed', helvetica neue, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	padding: 0 10px ;
	line-height: 20.1px;
	color: #222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.maintext {
	font-family: 'Open Sans Condensed', helvetica neue, helvetica, arial, sans-serif;
	font-size: 19px;
	font-weight: normal;
	height: auto;
	color: #000;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
	font-weight:700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.action {
	display:none;
}

.heading-wrapper{    
	border-bottom: 2px solid #db4028;
	height: 24px;
	background: #fff;;

}
.line2 {
	padding: 2px 8px 0;
	margin-bottom: 0;
	font-size: 19px;
	line-height: 24px;
	background-color: #db4028;
	color: #fff;
	white-space: nowrap;
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 700;
	position: relative;
	margin-left: 25px;
	float:right;	
}

.line2:before{
	width: 0;
	top: auto;
	right: auto;
	bottom: 0;
	left: -26px;
	position: absolute;
	content: "";
	height: 0;
	border-bottom: 26px solid #db4028;
	border-left: 26px solid transparent;
}

.dianomi_provider_short {
	font-size: 15px;
	margin: 5px 0px –10px 0px;
	padding: 0;
	color: #444;
	display:block !important;
}
	.dianomi_provider_short::after {
		content: "";
	}
	.dianomi_provider_short::before {
		content: "";
	}

.logohover{
	background-repeat:no-repeat;
	height:12px;
	right:5px;
	position:absolute;
	bottom:5px;
	width:90px;
	padding-bottom:0px;
	display:inline;-webkit-transition: background 300ms ease-in-out 0s;
	-moz-transition: background 400ms ease-in-out 0s;
	-o-transition: background 400ms ease-in-out 0s;
	transition: background 400ms ease-in-out 0s;
	z-index:1;
	background-position: 100px;
	}
	.logohover:hover{
		background: url("/img/uploads/Ufe3LcCoyKoAADivRIsAAAAC.png");
		background-repeat:no-repeat;
		background-position:right;
		display:inline;
		padding:0px;
		background-color:#e9e9e9;
		height:12px;
		background-size:54px 10px;									
	}

.sponsor{
	position: relative;
	display: block;
	height: 15px;
	margin-top: -10px;
}

.sub-line2 {
	color:#444;
	display:block;
	font-size:10px;height:1.3em;
	height:12px; 
	right:-5px;
	overflow: hidden;
	padding-bottom:0px;
	position:absolute;
	bottom:5px;
	width:62px;
	z-index:1; 
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
	.sub-line2 a{
		color:#444;
		font-family: "Open Sans Condensed",sans-serif;
	}
	.sub-line2 img{
		border: none;
		outline: none;
	}