@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

.hidden {
	display: none;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 1200px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.hero {
	min-height: 100px;
	padding-top: 12px;
	width: auto;
	background-position: 0px 0px;
	border: 0;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	box-sizing: border-box;
	border-top: 1px solid #e0e4e9;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #464646;
}

a:hover .action {
	text-decoration: underline;
}

a:hover .maintext {
}

.hero img {
	display: block;
    float: none;
    margin: 0 auto;
max-width: 220px;
height: auto;}

.subhero {
	color: #333;
	padding-top: 0px;
	box-sizing: border-box;
	height: auto;
	display: block;
	vertical-align: middle;
}


.wrapper { 
	width: 100%;
	height: 1200px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	text-align: left;
	border: 0px solid #e5e5e5;
}

.text {
	min-height: 35px;
	cursor: pointer;
	width: 100%;
	height: auto !important;
	line-height: 1.2em;
	margin-left: 0px;
	box-sizing: border-box;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
text-align: center;
	-webkit-font-smoothing: antialiased;
}

.maintext {
	font-size: 18px;
	font-family: 'Lato', arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 23px;
	color: #333333;
	display: block;
	margin-top: 10px;
}

.action {
	display: none;
}

.dianomi_provider_short {
	color: #004e8b;
	font-size: 18px;
	font-family: 'Lato', arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3;
	margin-top: 5px;
	display: block !important;
}

.action {
	display: none !important;
	color: rgb(85, 7, 92);
	cursor: auto;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
}

.heading_top, .heading {
	display: none;
}

.line2 {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	margin: 0 0 0px;
	text-transform: uppercase;
	color: #333;
text-align: center;
	width: 100%;
	font-family: 'Lato', arial, Helvetica, sans-serif;
	font-weight: 700;
	position: relative;
	margin-left: 0px;
	border-bottom: 0px solid #d8d8d8;
	border-top: 0px solid #d8d8d8;
}

.sub-line2 {
	overflow: hidden;
	bottom: 0px;
	right: 1px;
	position: absolute;
	font-size: 10px;
	height: 1.3em;
	color: #ccc;
	width: 57px;
	height: 12px;
	padding-bottom: 0px;
	z-index: 1;
}

.sub-line2 a {
	color: #666;
}

.sub-line2 img {
	border: none;
	outline: none;
	width: 55px;
	height: auto;
}

