@import url('https://fonts.googleapis.com/css?family=Merriweather:900');
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:600');

body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 288px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
}

.hero.first {
	margin-top: -1px;
}

.hero {
	margin-bottom: 30px;
	width: 50%;
	float: left;
	height: 100px;
	padding-bottom: 31px;
	background-position: 0px 0px;
	border: 0;
	margin-left: 0px;
	color: rgb(0, 110, 151);
	padding-left: 30px;
	box-sizing: border-box;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.maintext:hover {
	color: #ff8000;
	text-decoration: none;
}

.hero img {
	display: block;
	float: left;
	margin-right: 15px;
	height: 80px;
	width: 80px;
}

.subhero {
	display: flex;
}

.subhero a {
	display: block;
	margin-left: 0px;
	color: #111;
}

.wrapper {
	padding-left: 0px;
	max-width: 1080px;
	width: 104%;
	overflow: hidden;
	position: relative;
	text-align: left;
	margin-top: 0px;
	overflow: hidden;
	padding-bottom: 15px;
	box-sizing: border-box;
	height: 288px;
	display: block;
	margin-left: -30px;
}

.text {
	display: block;
	margin-left: 0px;
	cursor: pointer;
	width: 100%;
	line-height: 1.38em;
	color: #111;
	padding-left: 95px;
	box-sizing: border-box;
}

.maintext {
	letter-spacing: 0px;
	color: #313132;
	cursor: pointer;
	display: inline;
	line-height: 20px;
    font-family: 'Merriweather', serif;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	height: auto;
	transition: color .2s ease;
	display: block;
  
  display: block;
	padding: 0px;
	width: 100%;
	font-size: 15px;
  font-weight: 400;
	color: #050607;
font-family: 'Merriweather', serif;
	line-height: 20px;
}

.maintext:after {
	content: "\00a0";
}

.dianomi_provider_short {
	padding-top: 3px;
	text-decoration: none;
	font-size: 13px;
	color: #b22a39;
font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	display: block !important;
}

.action {
	display: none !important;
	visibility: hidden;
	color: rgb(85, 7, 92);
	cursor: auto;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	margin-left: 0px;
}

.heading_top, .heading {
	display: none;
}

.line2 {
	color: #050607;
	letter-spacing: 1px;
	height: 12px;
	padding-bottom: 5px;
	margin-left: 30px;
	margin-bottom: 25px;
    font-family: 'Merriweather', serif;
	font-size: 18px;
  font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

.sub-line2 {
	color: #999;
	display: block;
	font-size: 12px;
	overflow: hidden;
	padding-bottom: 0px;
	position: fixed;
	top: 12px;
	font-weight: 400;
	right: 0px;
	z-index: 1;
	font-family: 'Knowledge2017', arial, helvetica, sans-serif;
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
}

.sub-line2 a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	font-weight: 600;
	color: #86888b;
	letter-spacing: 2px;
	height: 12px;
	font-weight: normal;
	list-style-type: none;
	padding-bottom: 5px;
	margin-left: 30px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-family: 'Knowledge2017', arial, helvetica, sans-serif;
	font-size: 10px;
	-webkit-font-smoothing: antialiased;
}

.sub-line2 img {
	border: none;
	outline: none;
	width: 55px;
	height: auto;
}

@media screen and (max-width:585px){

  .maintext{
  font-size: 14px;
    line-height: 18px;
  }
  
}

/*
@media screen and (max-width:529px) {
	.hero {
		width: 50%;
	}

	.hero img {
		width: 77px;
		height: 77px;
		margin-right: 15px;
	}

	.maintext {
		margin-bottom: 5px;
		display: block;
	}

	.text {
		padding-left: 92px;
	}
}

*/

@media screen and (max-width:520px) {
	.hero {
		width: 100%;
      padding-bottom: 0;
      margin-bottom: 0;
      height: 65px;
	}

	.hero img {
      display: none;
		
	}

	.maintext {
		margin-bottom: 0;
		display: block;
	}

	.text {
      padding-left: 0; 
	}

	.line2 {
		margin-bottom: 14px;
	}

  .sub-line2 {
  top: 275px;
  }


}
