body { 
	padding:0px; margin:0; 
	background-color:#ffffff;
	max-width:100%;
	height:300px;
    overflow: hidden;

}

a {
	color:#464646; 
	text-decoration:none;
}

.action:hover  {text-decoration:underline}

.dianomi_provider_short:hover{
	color: #1d6fa5;
}

.maintext:hover{
	color: #0080AE;
}
.hero img {
	float: none;
	padding: 5px 0px 0px;
	border: none;
	width: 90%;
	height: auto;
	max-width: 195px;
	max-height:155px;
}

.wrapper {
	max-width:100%;
	background-color:#ffffff;
	width:100%;
	height:300px;
	font-family:Arial, Helvetica, Verdana
}

.hero {
	float:left;
	width:33.3%;
	border:0;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	position: relative;
	min-height: 244px;
}

.subhero {
	height:auto;
	max-height:245px;
	width:100%;
	padding-top:0px;
	margin-top: 15px;
	text-align:center;
	}

.text {	
	font-family: Arial, Helvetica, Verdana;
	padding-top:0px;
	margin: 0 auto;
	width:95%;
	height:63px;
	text-align:center;
	}

.heading_top {display:none}
.heading {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	font-family: Arial, Helvetica, Verdana;
	display:none;

}


.maintext {vertical-align: middle; display:block;
	padding:10px 0px  0px  0px;
	width:100%;
	font-size:12px;
	font-weight:normal;
	color:#333;
	font-family: Arial, Helvetica, Verdana;
	line-height:14px;
	transition: all 0.3s ease;
	}

.action {
	display:none;
	}

.dianomi_provider_short{
	padding-top:2px;
	text-decoration:none;
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, Verdana;
	font-weight:bold;
	display:block !important;
	transition: all 0.3s ease;
}


.dianomi_provider_short:before{
	content:"(";
}

.dianomi_provider_short:after{
	content:")";
}



.dianomihref::before {display:none;
	content: url(/img/shadows/60.png);
	position: absolute;
	top: 81px;
	left:10px;
	}

#dianomi-header {
	font-size: 17px;
	font-weight: 700;
	color:#000;
	vertical-align:top;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:3px;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	display:block;
}



.logohover{
	background-repeat:no-repeat;
	width:80px;
	height:12px;
	position:absolute;
	top:10px;
	right:2px;
	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/Ufe3LcCoyKoAADivRIsAAAAC.png');
	background-repeat:no-repeat;
	background-position:right;
	display:inline;
	padding:0px;
	background-color:#fff;
	height:12px;
	background-size:54px 10px;
}

.sub-line2 {
  position: absolute;
  top: 8px !important;
  right: 2px;
  z-index: 1;

  display: flex;
  align-items: flex-start;

  font-size: 12px;
  font-weight: 400;
  color: #999;

  -webkit-font-smoothing: antialiased;
}

.sub-line2 a {
  font-size: inherit;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.sub-line2 > :nth-child(2) {
  width: 100px;
}

.sub-line2 img {
  width: 60px;
  height: auto;
  border: 0;
  outline: 0;
}

.sub-line2 span {
  font-family: Arial, sans-serif;
  font-weight: 700;
  color: #404040;
  padding-left: 2px;
}

img.dianomi-lg {
  display: inline;
}

img.dianomi-lg2 {
  display: none;
  max-width: 25px;
  height: auto;
  filter: invert(1);
}

@media (max-width: 420px) {
  img.dianomi-lg {
    display: none;
  }

  img.dianomi-lg2 {
    display: inline;
    margin-right: -4px;
  }  
  

  .sub-line2 {
    top: 0px !important;
    right: 0px;
    align-items: center;
  }
  
  #dianomi-header{
    font-size: 16px;
    padding-right: 140px;
  
  }

  .sub-line2 span {
    padding: 0;
  }
}

@media (max-width:420px){

  .hero{
  width: 100%;
    min-height: 70px;
  }
  
  .subhero{
  margin-top: 5px;
  }
  
  .hero img{
  max-width: 100px;
    height: auto;
    max-height: 78px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
  }
  
  .text{
  width: 100%;
    max-width: 100%;
    text-align: left;
    padding-right: 5px;
  }

}


