
.ip-cover-img {
	background-image: url("/images/home/home-ban.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	margin-top: 15px;
	padding-bottom: 25px;
}

.most-requested li {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 26px;
	margin-top: 0
}

.most-requested h2 {
	font-size: 1.2em;
}

.ip-btn {
	font-size: 1em;
}



.featured {
  margin-bottom: 0em;
  padding-top:20px;
  padding-bottom:20px;
  background: #31708f;
}

.featured a {
  color:#fff
}

ul.feeds-cont li a {
  /*font-weight: bold;*/
}

@media screen and (max-width: 1200px) {
  .featured {
	padding-left:.8em;
  }
}

@media screen and (min-width: 1200px) {
  .list-responsive-3 > li {
	width: 33%;
  }
}

@media screen and (max-width: 767px) {
  .btn-call-to-action {
	font-size: 19px !important;
  }

  .most-requested li {
	font-size: 19px;
  }

  .list-responsive-3 > li {
	clear: right;
	width: 100%
  }

  .mobile-left {
	float: left !important;
  }

  .ip-cover-hide-mobile {
	background-image: none !important;
  }
}
@media screen and (max-width: 991px) {

	.ip-cover-hide-mobile {
		background-image: none !important;
	}
}

.gc-srvinfo section > a h3, .gc-srvinfo section > a:hover p, .gc-srvinfo section > a:focus p, .most-requested a:hover {
	text-decoration-style: solid;
	text-decoration-line: underline;

	text-decoration: underline;
}

.gc-srvinfo section > a p, .most-requested a > span{
	color: #333;
}

.gc-srvinfo section > a, .most-requested a{
	text-decoration-line: none;
	text-decoration: none;
}

.most-requested ul li {
	 display: flex;					   
}
	