@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 {
  color: #999;
  display: flex;
  font-size: 12px;
  position: absolute;
  right: 0px!important;
  top: 585px!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: 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%;
  }
  
}
