@import url('https://fonts.googleapis.com/css?family=Martel:400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');


body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 600px;
	color: #3f4244;
  box-sizing: border-box;
}

.hero {
	font-size: 13px;
	list-style-type: none;
	padding-left: 0px;
	min-height: 100px;
	width: 100%;
	padding: 15px 0 0 0;
    box-sizing: border-box;
}



a {
	text-decoration: none;
	color: #464646;
}

.action:hover {
	color: #0fa6c1;
	text-decoration: none;
}

.hero img {
	float: left;
	padding: 0px;
	margin-right: 15px;
	width: 100px;
	height: auto;
	border: 1px solid #E6E6E6;
}

.subhero {
}

.wrapper {

	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	text-align: left;
	float: left;
    box-sizing: border-box;

}

.text {
	cursor: pointer;
	width: 61%;
	float: left;
    box-sizing: border-box;

}

.maintext {
	line-height: 21px;
    letter-spacing: 0.3px;
    font-family: "Martel", serif;
    font-weight: 700;
    font-size: 14px;
    color: #0e2a54;
    padding: 0px;
    display: block;
    margin-left: inherit;
    max-height: 99px;
    margin-bottom: 0px;
      padding-right: 8px;
}

.action {
	display: none;
}

.heading {
	display: none;
}

.heading_top {
	display: none;
}

.line2 {
font-family: 'Lato', sans-serif;
       font-size: 0.938rem;
    font-weight: 300;
    color: #01234a;
  width: 100%;
  text-transform: uppercase;
  border-bottom:1px solid #01234a;
  margin-bottom: 11px;
  line-height: 1.875em;
  height: 31px;
  color: #01234a;
  position: relative;

}

.title {
display: block;
  padding: 0 5px;
  border-bottom:4px solid #ca0808;
  position: absolute;
  left: 14px;
  bottom: -5px;
}

.dianomi_provider_short, .article_date {
    font-family: "Lato", Verdana, sans-serif; 
	font-weight: 400;
	line-height: 1.2;
	margin-top: 5px;
	display: block !important;
	font-size: 14px;
	color: #aaa;
}

.sub-line2 {
	overflow: hidden;
	bottom: 3px;
	right: 1px;
	position: absolute;
	font-size: 10px;
	height: 1.3em;
	color: #ccc;
	width: 55px;
	height: 10px;
	padding-bottom: 0px;
	z-index: 1;
}

.sub-line2 a {
	color: #666;
}

.sub-line2 img {
	border: none;
	outline: none;
	width: 55px;
	height: auto;
}

@media screen and (max-width: 380px){
  .maintext{
  line-height: 18px;
  }
}

@media screen and (max-width: 320px){
  .title{
  left: 5px;
  }
  
  .dianomi_provider_short, .article_date{
  font-size: 12px;
  }
}

@media screen and (min-width: 400px){

  .text{
  width: 69%;
  }
  
}
