.action, .dianomiHeading, .heading, .heading_top {
	display: none;
}

body {
	margin: 0;
	padding: 0;
}

a {
	border: none;
	text-decoration: none;
}

.wrapper {
	display: inline-block;
	background: #E5EFF1;
	width: auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: 100%;
	position: absolute;
	height: 597px;
}

.line2 {
	display: block;
	padding: 10px 0 20px 10px;
	font-size: 11px;
  	color: #595959;
  	letter-spacing:1px;
	text-transform: uppercase;
}

.hero {
	display: block;
	padding: 0 0 0 0;
	height: 100px;
	box-sizing: border-box;
	padding: 0 10px 0 10px;
	margin-bottom: 30px;
}

.text {
	display: block;
	margin-right: 10px;
	height: 100px;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	box-sizing: border-box;
}

.text:last-of-type {
	margin-right: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.maintext {
	display: block;
	color: #000;
  	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight: 900;
	margin-bottom: .8em;
  	line-height: 18px;
  	font-size: 15px;
}

.dianomi_provider_short {
	display: block;
	color: #595959;
	font-size: 12px;
	text-decoration: none;
	font-weight: 500;
	margin-top: .8em;
  	line-height: 14px;
}

.hero img {
	position: relative;
	max-height: 66px;
	margin-right: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
	width: auto;
	float: right;
	margin-left: 10px;
}

.sub-line2 {
	display: block;
	text-align: right;
	padding: 0 10px 10px 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.sub-line2 img {
	height: auto;
	width: 90px
}

@media only screen and (min-width:700px) {
	.hero {
		width: 50%;
		float: left;
	}

	.wrapper {
		height: 337px;
	}

}

@media only screen and (min-width:940px) and (max-width:1259px) {
	.hero {
		width: 50%;
		float: left;
      	padding: 0 40px;
	}

	.wrapper {
		height: 337px;
	}

}

@media only screen and (min-width:1260px) {
	.hero {
		padding: 0 30px 30px 30px;
      width: 25%;
	padding: 0 10px;}
.wrapper {
		height: 200px;
	}
}
