.con-post p {
  width: 100% !important;
}
.con-post p img {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec-trending .box-words .info-words dd.cls_quote p {
    background: url(../images/icons/ico_quote.svg) no-repeat 0 4px;
    font-style: italic;
    padding-left: 26px;
}
.pagination.flex span.pages {
    display: none;
}
@media screen and (max-width: 767px){
	.frm-row.two-col span:last-child input#last-name{
		margin-bottom: 0;
	}
	#Gnav ul li.active a,
	#Gnav ul li.current-menu-item a, 
	#Gnav ul li.current_page_parent a{
		color: #0061ba;
	}
	.con-post p img {
		height: auto !important;
	}
}
@media screen and (min-width: 768px){
	.frm-row.two-col span{
		width: 48.3870968%
	}
	.frm-row.two-col span input{
		width: 100% !important;
	}
}
#Gnav ul li.active a,
#Gnav ul li.current-menu-item > a, 
#Gnav ul li.current_page_parent > a {
	background-color: #0061ba;
	color: #fff;
}
#Gnav ul li ul li a {
	background: none;
	color: #002b40;
}
#Gnav ul li ul li a:hover {
	background: #0061ba;
	color: #fff;
}
