body.front .research .header{
    height: 45rem;
    border-bottom: 1px solid #f05a24;
    margin-bottom: 20rem;
    position: relative;
    padding-left: 46rem;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body.front .research h2{
    margin: 0 0 23rem;
    float: left;
    line-height: 22rem;
    padding: 0 0 0 15rem;
}
body.front .research .image{
 	padding-top: 2rem;
}
body.front .research h4,
body.front .research h3 {
    font-size : 18rem;
    line-height : 22rem;
    font-weight : bold;
    margin-top: 9rem;
    color: #3C3C3C;
    margin-bottom: 0.25em;
    text-transform: none;
}
body.front .research a:hover h4,
body.front .research a:focus h4,
body.front .research a:hover h3,
body.front .research a:focus h3{
	color: #970000;
}
/*body.front .research a:hover{*/
	/*text-decoration: none;*/
/*}*/
body.front .research .icon{
    text-align: center;
    margin-bottom: 11rem;
    float: left;
}
body.front .research .icon:before{
    background: #f05a24;
    font-family: FontAwesome;
    border-radius: 50%;
    content: '\f0c3';
    color: #fff;
    width: 46rem;
    height: 46rem;
    position: absolute;
    line-height: 46rem;
    text-align: center;
    left: 0;
    bottom: 11rem;
    font-size: 20rem;
}


body.front .research.wide .header{
    width: 221%;
}
body.front .research.secondary{
    margin-top: 64rem;
}
body.front .research.secondary .all{
    margin-left: -121%;
}
/*@media (max-width: 767px) and (min-width: 581px){
	body.front .research.secondary{
	    margin-top: 82rem;
	}
}*/
@media all and (max-width: 580px) {
 	body.front .research.wide .header{
    	width: 100%;
    }
    body.front .research.secondary{
    	margin-top: 0;
    }
    body.front .research.secondary .all{
	    margin-left: 0;
	}
	body.front .research .header{
    	height: 62rem;
    	margin-bottom: 10rem;
    	margin-top: 10rem;
	}
	body.front .research h2{
		line-height: 26rem;
		margin: 0;
		top: 50%;
		  transform: translateY(-50%);
		  -ms-transform: translateY(-50%);
		  -webkit-transform: translateY(-50%);
		  -moz-transform: translateY(-50%);
		  -o-transform: translateY(-50%);
		  transform: translateY(-50%);
	}
	body.front .research .icon:before{
		bottom: 8rem;
	}
}
body.front .research.video .image{
	position: relative;
	max-width: 100%;
	overflow: hidden;
}
body.front .research.video .image img{
    display: block;
    -moz-transition: all 1s;
  	-webkit-transition: all 1s;
  	transition: all 1s;
}
body.front .research.video a:focus .image img,
body.front .research.video a:hover .image img{
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
body.front .research.video .image:before{
 	position: absolute;
	content: " ";
	width: 46rem;
	height: 46rem;
	left: 10rem;
	bottom: 10rem;
	background-color: #000000;
	opacity: 0.8; 
	z-index: 1;
}
body.front .research.video .image .vid_len {
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 2.5px;
    max-width: 63px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100%;
}
body.front .research.video a:focus .vid_len,
body.front .research.video a:hover .vid_len {
    background: rgba(0,0,0,1);
}
body.front .research.video .image:after{
 	position: absolute;
	font-family: FontAwesome;
	content: "\f04b";
	color: #ffffff;
	font-size: 24rem;
	line-height: 46rem;
	width: 46rem;
	text-align: center;
	left: 10rem;
	bottom: 10rem;
	opacity: 1; 
	z-index: 2;
}
body.front .research.video .image:hover:before {
	opacity: 1;
}

body.front .research .credit{
  height: 20rem;
  width: 98%;
  background: #000;
  opacity: 0.7;
  color: #fff;
  padding-top: 3rem;
  float: left;
  text-align: left;
  padding-left: 6rem;
  font-weight: 200;
  font-size: 14rem;
  margin-top: -30rem;
  padding-bottom: 1rem;
}