body {
		text-align: left;
		text-decoration: none;
		font-family: 'lato',sans-serif;
		padding: 0px;
		border:0px;
		margin:0px;
		/*border-top: 0px solid #1994c2;*/
	}
	
	.highlight_article{
		background-color: #edeeee;
		padding: 24px 24px 0px 24px;
		margin: 20px 0px 24px 0px;
		overflow: hidden;
		}
		
		.highlight_article h2{
			font-size: 21px;
			line-height: 32px;
			font-family: 'Ubuntu', sans-serif;
			font-style: normal;
			font-weight: 700;
			color: #1994c2;
			margin: 0px 0px 16px 0px;
			padding: 0px;
		}
	
	
	.article-container{
		background-color: #ffffff;
		overflow: hidden;
		margin: 0px 0px 24px 0px;
		}
		.article-container .image{
			float: left;
			width: 35%;
			overflow: hidden;
			}
			.article-container .image a{
				display: block;
				width: 100%;
				height: 100%;
				}
				
		.article-container .text{
			float: left;
			width: 65%;
			min-height: 200px;
			overflow: hidden;
			}
			.article-container .text h3{
				padding: 24px 24px 12px 24px;
				margin: 0px;
				font-family: 'Ubuntu', sans-serif;
				font-style: normal;
				font-weight: 700;
				color: #1994c2;
				}
				.article-container .text h3 a{
					color: #1994c2;
					text-decoration: none;
				}
			.article-container .text p{
				padding: 0px 24px 24px 24px;
				margin: 0px;
				font-size: 14px;
				line-height: 21px;
				}
				.article-container .text p a{
					color: #1994c2;
					text-decoration: none;
				}
	
	#most_popular{
		background-color: #edeeee;
		padding: 24px;
		}
		
		#most_popular .popular-container{
			background-color: #ffffff;
			padding: 24px;
		}
		#most_popular h3{
			font-size: 21px;
			line-height: 32px;
			font-family: 'Ubuntu', sans-serif;
			font-style: normal;
			font-weight: 700;
			color: #1994c2;
			margin: 0px 0px 16px 0px;
			padding: 0px;
		}
		
		#most_popular p {
			color: #1994c2;
			}
			
			#most_popular p a{
				color: #1994c2;
				font-family: 'Ubuntu', sans-serif;
				font-style: normal;
				font-weight: 700;
				text-decoration: none;
			}
	
	
	
	#holder {
		width:100%;
		padding:0px;
		margin: 0px;
		border:0px;
		top:0px;
		left:0px;
		text-align: left;
	}
	
	.result_main_image {
		max-width: 500px;
		display: inline-block;
		vertical-align: top;
		min-height: 150px;
		object-fit: cover;
		max-width:100%;
		width:100%;
		height: 200px;
	}

	
	.result {
		max-width:875px;
		text-align: left;
		background-color: #fff;
		text-align: left;
		background-color: #fff;
		height: 335px;
		display: block;
		overflow: hidden;
		float: left;
		border-bottom: 1px solid #dbddde;
		}
		
		.result a{
			text-decoration: none;
		}
	
	.subtitle {
		    padding: 20px;
		}
		.subtitle a{
			text-decoration: none;
		}
		.subtitle h4{
			display: block;
		    color: #00374c;
		    font-size: 18px;
		    line-height: 21px;
		    margin: 0 0 4px;
		    font-family: 'Ubuntu', sans-serif;
		    font-style: normal;
		    font-weight: 600;
		    text-decoration: none;
			}
			
			    
			
			
		.subtitle h5{
			padding: 0px;
			margin: 0px;
			text-decoration: none;
			color: #999999;
			font-family: "lato", sans-serif;
		    font-style: normal;
		    font-weight: 400;
		}
		
		
		
		

@media all and (min-width: 876px) {
	
	.article-container .image{
		width: 35%;
		}
		.article-container .image a img{
			width: auto;
			height: 100%;
			max-height: 220px;
			display: block;
		}
	
	.article-container .text{
		width: 65%;
	}
	
	.result {
		margin: 0 11px 11px 0;
		width: 283px;
	}
	.result:nth-child(3n) {
		margin-right: 0px;
	}
}

@media all and (min-width: 564px) and (max-width: 875px) {
	
	.article-container .image{
		width: 100%;
		}
		.article-container .image a img{
			width: 100%;
			height: auto;
			max-height: 100%;
			display: block;
		}
	
	.article-container .text{
		width: 100%;
	}
	
	.result {
		margin: 0 11px 11px 0;
		width: 276px;
	}
	.result:nth-child(2n) {
		margin-right: 0px;
	}
	
}

@media all and (min-width: 0px) and (max-width: 563px) {
	.article-container .image{
		width: 100%;
		}
		.article-container .image a img{
			width: 100%;
			height: auto;
			max-height: 100%;
			display: block;
		}
	
	.article-container .text{
		width: 100%;
	}
	
	.result {
		margin: 0 0px 11px 0;
		width: 100%;
	}
	
	.highlight_article {
	  margin:5px;
	  padding:5px;
	}
	
	.article-container {
	  margin-bottom:5px;
	}
	
	.article-container .text h3{
				padding: 8px 8px 4px 8px;
	}
	
	.article-container .text p{
				padding: 0px 8px 8px 8px;
	}
}
