@font-face {
    font-family: 'TimesDigitalW04';
    src: url('/partner/thetimes/fonts/TimesDigitalW04-Regular.woff2') format('woff2'),
        url('/partner/thetimes/fonts/TimesDigitalW04-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  font-display: swap;
  
}

@font-face {
    font-family: 'TimesModern';
    src: url('/partner/thetimes/fonts/TimesModern-Bold.woff2') format('woff2'),
        url('/partner/thetimes/fonts/TimesModern-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gill Sans MT Std';
    src: url('/partner/thetimes/fonts/GillSansMTStd-Medium.woff2') format('woff2'),
        url('/partner/thetimes/fonts/GillSansMTStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  font-display: swap;
}


body,
html {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	width:100%;
  overflow: hidden;
}

body{
padding: 0px;
	box-sizing: border-box;
      background: #1c344c;
}
.dianomi-yac {
    position: relative;
    bottom: 0px;
    right: 1px;
}

.maintext:hover {
    color: #333;
    text-decoration: none;
 	
}


a{
text-decoration: none;
  transition: all 0.3s ease;
}

.line2 {
    margin-top: 14px;
  margin-bottom: 10px;
    padding: 0 0 0px;
    position: relative;
	font-family: arial, helvetica, sans-serif; 
    font-weight: normal;
text-align: center;
  
  width: 24px; 
  height: 16px; 
  background-color: #1C8221; 
  font-size: 11px; 
  color: #ffffff; 
  border-radius: 2px; 
  line-height: 15px;
  display: none;
	}


.wrapper {
	width:100%;
	box-sizing: border-box;
    background: #1c344c;
  background: #ffffff;
	padding-bottom:20px;
  border: 1px solid #000;
  height: 250px;
  padding: 6px;
}


.hero { 
	height: 250px;
	width: 100%;
	float: none;
	padding: 0px 0px;
  /*  background: #1c344c; */
	box-sizing: border-box;
  
  
}
.hero.last .text{
border-bottom: none;}
	.hero img , 	.hero amp-img {
		display: block;
		margin: 0px;
width: 100%;
      max-width: 290px;
height: auto;
      max-height: 135px;
      object-fit: cover;
      border: 1px solid #fff;
      box-sizing: border-box;
      margin-bottom: 4px;
          flex-grow: 1;
    height: 110px;
    max-height: 65vh;
	}

.subhero {
/*	display:table-cell;  
	vertical-align:middle;
	height:60px;
  */
}
.subhero a{
    display: flex;
    flex-direction: column;
    height: 196px;
}
.text {
	text-decoration: none;
	float: none;
	width: 98%;
	font-family: arial, sans-serif;
	height:auto;
	padding-left: 0;
	margin: 0;
	box-sizing: border-box;
	padding-top: 5px;
	padding:2px 8px 0 8px;
  padding-left: 0;
  
}

.heading_top,
.heading {
	display: none;
}

.maintext {
	display: inline;
   font-family: "TimesModern", serif;
	font-size: 16px;	
	line-height:20px;
  padding: 0;
	padding-bottom: 2px;
  display:block;
	width:100%;
	font-weight: 400;
	color: #333333;

}


.dianomi_provider_short {
	text-decoration:none;
	font-size: 13px;
	display: block;
	font-weight:normal;
	margin-top:5px;
  font-style: normal;
  	font-family: roboto, arial, sans-serif;
	font-size: 13px;
    color: #6e6e6e;

  
}

.action {
	display: block;
  border: 1px solid #000;
  color: #000;
  padding: 10px 20px;
  text-align: center;
  width: fit-content;
  position: absolute;
  right: 8px;
  transition: .2s all;
  bottom: 5px;
}
.action:hover{
background: #000;
color: #fff; 
}


.sub-line2:before{
	content: "";
  display: none;
}
.sub-line2 {
  overflow: hidden;
  bottom:2px;
  left: -2px;
  position:absolute;
  font-size:11px;
  font-family: arial, helvetica, sans-serif;
color: #aaa;  
  width:auto;
  height:24px; 
  padding-bottom:0px;
  z-index:5; 
  font-weight: 200;
  display: block;
}
.sub-line2 img{
border: none;
  width: 24px;
  height: auto;
outline: none;
    padding: 0px 5px 5px 5px;
}
