body { 
	padding:0px; margin:0; 
	background-color:#ffffff;
  overflow: hidden;
}

a {
	color:#464646; 
	text-decoration:none;
}

.maintext:hover{
	color: #222;
	text-decoration:underline;
}

.action:hover  {text-decoration:underline;}

.dianomi_provider_short:hover{
	text-decoration:underline;
}

.hero img {
  display: block;
margin: 0 auto;
margin-bottom: 0px;
  float: none;
width: 100%;
  height: auto	;
    display: block;
/*padding: 0 5px; */
  box-sizing: border-box;
  max-width: 170px;
  padding: 5px;
}

.wrapper {
	background-color:#ffffff;
	font-family:Arial, Helvetica, Verdana;
	height:250px;
	width:100%;
}

.hero {
	float: left;
	width: 20%;
	border: 0;
	padding: 0 10px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	box-sizing: border-box;
	min-height: 215px;
	padding-left: 0;
}


.subhero {
	height:238px;
	margin-top: 0px;
	padding-top:0px;
	text-align:center;
	width:100%;
	}

.text {	
	font-family: Arial, Helvetica, Verdana;
	height:60px;
	margin: 0 auto;
	padding-top:0px;
	text-align:center;
	width:100%;
}

.heading_top {display:none}
.heading {display:none;}


.maintext {
	color:#222;
	font-family: Arial, Helvetica, Verdana;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	padding:5px 0px  0px  0px;
	vertical-align: middle; display:block;
	width:100%;

	}
.action {display:none;}

.dianomi_provider_short{
	color: #777777;
	display:block !important;
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	font-weight:bold;
	padding-top:2px;
	text-decoration:none;
}

#dianomi-header {
	border-bottom:1px solid #555;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 700;
	margin-top:3px;
	padding-bottom:5px;
	vertical-align:top;
}

.logohover{
	background-repeat:no-repeat;
	width:80px;
	height:12px;
	position:absolute;
	top:10px;
	right:10px;
	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;
}

.sub-line2 {
  color: #999;
  display: flex;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 9px;
  font-weight: 400;
  z-index: 1;
  /* width: 200px; */
  -webkit-font-smoothing: antialiased;
}

.sub-line2 a {
  font-size: 12px;
  color: #999;
  text-decoration: none;
  font-weight: 600;
}

.sub-line2 > :nth-child(2) {
  width: 100px;
}

.sub-line2 img {
  width: 60px;
  height: auto;
  border: none;
  outline: none;
}

.sub-line2{
    display: flex;
    align-content: center;
    align-items: flex-start;
}

.sub-line2 span{
      font-family: Arial, sans-serif;
    font-weight: bold;
  color: #404040;
  padding-left: 2px;
}

img.dianomi-lg {
    display: inline;
}
  img.dianomi-lg2 {
    display: none;
    max-width: 25px;
    height: auto;
    filter: invert(1);
    padding: 0;
}

@media screen and (max-width: 640px){
img.dianomi-lg {
    display: none;
}
  img.dianomi-lg2 {
    display: inline;
    width: 22px;
        margin-right: -5px;

}
      .sub-line2 span {
      padding: 0px;
    }
  .sub-line2{
  top: 2px!important;
    margin-right: -6px;
        align-items: center;
        align-content: center;
    align-items: center;
  }
}


@media screen and (max-width:640px){

  .maintext{
  font-size: 14px;
  }
  
  .dianomi_provider_short{
  font-size: 11px;
  }
  
}

@media screen and (max-width: 540px){
.sub-line2 {
  right: 5px;
  top: 4px;
  }
}

@media screen and (min-width:461px) and (max-width:540px){

  .maintext{
  font-size: 13px;
  }
  
}

@media screen and (max-width:640px) {
	.hero {
		width: 100%;
		height: 37px;
		min-height: 12px;
	}



	.text {
		padding-left: 0px;
		box-sizing: border-box;
		margin: 0;
		width: 100%;
		padding-top: 0;
	text-align:left;
	}

	.maintext {
		min-height: 0px;
	}
  
  .maintext{
  font-size: 13px;
  }

	.hero img {
		max-width: 80px;
		float: left;
		margin-right: 10px;
      display: none;
	}
.dianomi_provider_short{
padding-top: 1px;
  display: inline!important;}

}