@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

body {
	padding: 0px;
	margin: 0;
	background-color: #ffffff;
	max-width: 798px;
	height: 610px;
	width: 100%;
  overflow: hidden;
}

a {
	color: #464646;
	text-decoration: none;
}

.action:hover {
	text-decoration: none;
}

.dianomi_provider_short:hover {
	text-decoration: none;
}

.maintext:hover {
	text-decoration: none;
}

.hero img {
	float: none;
	border: none;
	width: 100%;
	margin: 0px 0;
	height: auto;
	max-height: 190px;
}

.wrapper {
	background-color: #ffffff;
	height: auto;
	display: table;
	font-family: Arial, Helvetica, Verdana;
	width: 103.111%;
	margin-left: -3.111%;
	position: relative;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

.hero {
	float: left;
	width: 33.33%;
	border: 0;
	padding: 0 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	box-sizing: border-box;
	min-height: 290px;
	padding-left: 3%;
}

.subhero {
	height: auto;
	max-height: 240px;
	width: 100%;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}

.text {
	font-family: Arial, Helvetica, Verdana;
	padding-top: 4px;
	margin: 0;
	width: 97%;
	height: 63px;
	text-align: left;
}

.heading_top {
	display: none;
	visibility: hidden;
}

.heading {
	display: none;
	visibility: hidden;
}

.maintext {
	vertical-align: middle;
	display: block;
	padding: 0px;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	color: #373e44;
	font-family: 'Open Sans', Arial, Helvetica, Verdana;
	line-height: 18px;
	min-height:10px;
	transition: all 0.3s ease;
}

.action {
	display: none;
	visibility: hidden;
}

.dianomi_provider_short {
	padding-top: 5px;
	text-decoration: none;
	font-size: 12px;
	color: #7b7f83;
	font-family: Arial, Helvetica, Verdana;
	font-weight: normal;
	display: block !important;
	transition: all 0.3s ease;
}

.line2 {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: 18px;
	margin: 0px 0 10px 0px;
	text-transform: none;
	color: #373e44;
	width: 100%;
	white-space: nowrap;
	font-family: Arial;
	font-weight: 700;
	position: relative;
	margin-left: 3%;
	line-height: 24px;
	border-top: 2px solid #F5F5F5;
	padding-top: 15px;
}

.logohover {
	background-repeat: no-repeat;
	width: 110px;
	height: 12px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	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;
}

.logohover:hover {
	background: url('/img/uploads/VfG99MCoyKoAAGpDgiIAAAAI.png');
	background-repeat: no-repeat;
	background-position: right;
	display: inline;
	padding: 0px;
	background-color: #fff;
	height: 12px;
	background-size: 54px 10px;
}

.sub-line2 {
	overflow: hidden;
	top: 25px;
	right: 0px;
	position: absolute;
	font-size: 10px;
	height: 1.3em;
	color: #ccc;
	width: 55px;
	height: 12px;
	padding-bottom: 0px;
	z-index: 5;
}

.sub-line2 a {
	color: #999;
}

.sub-line2 img {
	border: none;
	outline: none;
}

@media screen and (max-width:460px) {
	.hero {
		width: 100%;
		height: 10%;
		min-height: 92px;
	}

	.sub-line2 {
		bottom: 0;
		top: auto;
	}

	.text {
		padding-left: 90px;
		box-sizing: border-box;
		margin: 0;
		width: 100%;
		padding-top: 0;
	}

	.maintext {
		min-height: 0px;
	}

	.hero img {
		max-width: 80px;
		float: left;
		margin-right: 10px;
	}

}
