article {
	width: 70%;
  	top: 50%;
  	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
  	transform: translate(0, -50%);
}

article .wrapper {
	width: 100%; 
	min-height: 80px;
	overflow: hidden;
	max-width: 800px; 
	padding: 130px 20px 80px 100px;
	margin: 0 auto;	
}

article a:link {
	color: #7c7c7c;
	font-weight: 500;
	font-size: 15px;
}

article a:hover {
	color: #001D6D;
}

article img {
	width: 100%; 
	max-width: 320px; 
	margin-bottom: 60px;	
}

article h1  {
	font-size: 37px;
	line-height: 48px;
	margin: 0 0 20px 0;
}

article h2 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 300;
	margin: 0 0 4px 0;
	color: #7c7c7c;
}

article p {
	margin: 90px 0 10px 0;
}

article em {
	font-style: normal;
}

footer:after {
	content:'';
    width:100%; 
	height: 150px;
    position: absolute;
	z-index: 9;
    bottom: 0;
	left: 0;
	right: 0;
	background: -moz-linear-gradient(bottom, #001D6D 0px, rgba(0,29,109,0) 150px);
	background: -webkit-linear-gradient(bottom, #001D6D 0px, rgba(0,29,109,0) 150px);
	background: linear-gradient(bottom, #001D6D 0px, rgba(0,29,109,0) 150px);	
}


@media screen and (max-width: 1300px) {
	

article img {
	max-width: 280px; 
	margin-bottom: 60px;
}

}


@media screen and (max-width: 1024px) {
	

article {
	position: relative;
  	height: auto;
	top: 0;
  	width: 100%;
	background: #FFF;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
  	transform: translate(0, 0);
}

article .wrapper {
  	padding: 130px 100px 70px 100px; 
}

article p {
	margin: 50px 0 10px 0;
}

footer:after {
	display: none;	
}


}


@media screen and (max-width: 1023px) {
	

article .wrapper {
  	padding: 130px 100px 90px 100px;
}

article p {
	margin: 90px 0 10px 0;
}


@media screen and (max-width: 767px) {

article:after {
  	height: 180px;
}

article .wrapper {
  	padding: 103px 20px 80px 20px;
  	font-size: 15px;
  	line-height: 21px;
}

article img {
	display: none;
}

article h1  {
	font-size: 27px;
	line-height: 38px;
	font-weight: 100;
	color: #001D6D;
	margin: 0 0 10px 0;
}

article h2 {
	font-size: 21px;
	line-height: 35px;
	font-weight: 300;
	margin: 0 0 4px 0;
}

article p {
	margin: 30px 0 10px 0;
}

article em {
	display: block;
}


aside {
	padding: 0 6px;
}

.masonry {
	 margin: 0 6px 6px 6px;
}

.masonry li {
    margin: 0 0 6px 0;
}

}