.page-title.float_l h2 {
    float: left;
    color: #fff;
    font-family: Lato;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0;
    padding: 115px 0 0 0;
}
.insight-con.float_l {
    background-color: #fff;
    padding: 20px 0;
}
.insight-left {
    float: left;
    width: 72%;
}
.insight-blog.float_l {
    border-bottom: 1px solid #998675;
    padding: 40px 0;
}
.insight-blog.float_l a.thumb {
    float: left;
    width: 28%;
}
.insight-blog.float_l a.thumb img {
    float: left;
}
.insight-blog.float_l .text {
    float: left;
    width: 72%;
    padding: 0 0 0 20px;
}
.insight-blog.float_l .text .title {
    font-weight: bold;
    color: #557e91;
    line-height: 28px;
}
.insight-blog.float_l .text .simple-text {
    padding: 15px 30px 0 0;
    line-height: 26px;
}
.insight-blog.float_l .text .simple-text a {
    color: #557e91;
    font-weight: bold;
}
.insight-blog.float_l .text .simple-text a:hover {
    text-decoration: underline;
}
.pagination.float_l {
    margin: 40px 0 10px 0;
    text-align: center;
}
.pagination.float_l a {
    font-size: 26px;
    color: #aac0ca;
    font-weight: bold;
    margin: 0 8px;
}
.pagination.float_l a.active, .pagination.float_l a:hover {
    color: #557e91;
}
.pagination.float_l a.back {
    float: left;
}
.pagination.float_l a.next {
    float: right;
}
.insight-right {
    float: right;
    width: 26%;
    margin: 15px 0;
    background-color: #e1ebef;
    padding: 0 0 40px 0;
}
.insight-right img.hardy {
    float: left;
    border: 7px solid #5f8294;
    width: 100%;
}
.insight-right .simple-text {
    padding: 30px 26px;
    line-height: 26px;
}
.insight-right .text2 {
    padding: 0 26px;
    font-weight: bold;
    color: #567682;
}
.insight-right a.con-hardy {
    float: left;
    margin: 43px 10% 10px 10%;
    color: #fff;
    padding: 7px 0;
    text-align: center;
    line-height: 25px;
    width: 80%;
    background-color: #477053;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.insight-right a.con-hardy:hover {
    background-color: #6ca37d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.insight-right .connect-with {
    margin: 55px 6%;
    width: 88%;
    border-top: 1px solid #94b8c7;
    padding: 15px 0;
}
.insight-right .connect-with .heading {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin: 22px 0;
    color: #547989;
    line-height: 38px;
}
.insight-right .connect-with a {
    border-radius: 50%;
    margin: 0 3px;
    width: 39px;
    height: 39px;
    float: left;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.insight-right .connect-with a img{
	float: left;
}
.insight-right .connect-with a.twitter {
    background-color: #5aa8df;
}
.insight-right .connect-with a.facebook {
    background-color: #395799;
}
.insight-right .connect-with a.linkedin {
    background-color: #0076b7;
}
.insight-right .connect-with a.youtube {
    background-color: #e1291e;
}
.insight-right .connect-with a.rss {
    background-color: #e56f1e;
}
.insight-right .connect-with a.google {
    background-color: #e04833;
}
.insight-right .connect-with a:hover {
    background-color: #477053;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


@media screen and (max-width: 1200px) {
	.insight-right .connect-with a {
	  margin: 3px;
	}
}
@media screen and (max-width: 990px) {
	
}
@media screen and (max-width: 768px) {
	.insight-left, .insight-right {
	  width: 100%;
	}
	.insight-right {
	  float: left;
	  margin-top: 40px;
	  max-width: 330px;
	}
	.pagination.float_l a {
	  font-size: 20px;
	}
	.page-title.float_l h2 {
	    font-size: 36px;
	    line-height: 46px;
	    padding: 70px 0 0;
	}
}