@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

.hidden {
	display:none;
}


body { 
	padding:0; 
	margin:0;
	width:100%;
	height:793px;
  background: #F0F0F0;
  overflow: hidden;
  box-sizing: border-box;
  
}

.hero { 
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 20px;
	min-height: 109px;
	width:93%;
  width: 100%;
  margin-left: 0px;
}

.first {
	margin-top: 10px;
}


.last{
  padding-bottom: 20px;
border-bottom: 1px solid #bebebe;
}

/*
.last::after{
content: '';
    background-color: #bebebe;
    height: 1px;
    width: 100%;
    display: block;
}
*/

a {
	text-decoration:none;
	color:#464646;
}


.action:hover  {
	color:#0fa6c1;
	text-decoration:none;
}

.maintext:hover {
  text-decoration: underline;
}

.hero img {
	float:left;
padding:0px;
margin-right:15px;
max-width:100px;
  width: 100%;
height:auto;
border: 0px solid #eee;
}

.subhero {

}

.wrapper {
  padding:20px 30px 30px 30px;
	width:100%;
  height: 793px;
	overflow: hidden;
	position: relative;
	text-align: left;
	float:left;
    box-sizing: border-box;
}

.text {
	cursor:pointer;
	/*width:65%; */
/*  width: 100%;
  max-width: 195px;*/
  width: 62%;
	float:left;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.maintext {
	text-decoration: none;
	font-weight: normal;
	font-family:Georgia, Times, "Times New Roman", serif;
color:#333;
  	font-size: 18px;
  line-height: 1.3;
}


.action{
	display:none;
}
.dianomi_provider_short{
margin-top:5px;
  padding: 0;
 font-size: 14px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #212121;
text-decoration:none;
display:block !important;
	}

.heading {display:none;
}
.heading_top{
	display: none;
}

.line2 {
font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 0.92;
	margin-bottom:30px;
	color: #000;
/*	width: 300px; 
  margin-left:0px;
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 0px; */
}

.subtitle{
display: block;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #212121;
  margin-top: 10px;
}	


/*
.dianomi_provider_short {
	font-size: 12px;
	color: #646464;;
	font-style: normal;
	font-weight:normal;
	display:inline-block;
}

.dianomi_provider_short::after {
	content: "";
	}

.dianomi_provider_short::before {
	content: "";
	}

*/

.sub-line2 {
  color: #999;
  display: flex;
  font-size: 12px;
  position: absolute;
  right: 28px!important;
  top: 770px!important;
  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:345px) {
.sub-line2{

 
  right: 38px!important;
  top: 765px!important;
  
}
}


@media screen and (min-width:460px){

  .text{
  width: 70%;
  }
}

@media screen and (max-width:300px){

  .text{
  width: 70%;
  }
  
  .hero img {
    width: 50px;
  }
}
