.archive.category #home_featured{
	padding-top: 0;
	margin: 5px 0;
}
.archive.category #home_featured ul{
	margin: 0;
}
.archive.category .cui.section{
	padding-top:10px;
}

.archive.category #home_featured {
	background:#007493;
	color:#fff;	
}
.archive.category ul#featured_categories a{	
	color:#fff;
}
.archive.category ul#featured_categories li.ul_fav{
	color:#fff;
	padding-top: 20px; 
}
.archive.category ul#featured_categories li.ul_fav:hover{
	padding-bottom: 5px;
}
.archive.category ul#featured_categories a{
	color:#fff;
}
.archive.category ul#featured_categories a:hover{
	border-bottom: 1px solid #fff;
}
.archive.category ul#featured_categories {  
	padding: 5px 20px 5px;
}
.archive.category  ul#featured_categories li:hover {
	border-bottom: 0;
}
.archive.category ul#featured_categories li{
	margin-bottom:0;
}
.archive.category .base-margin-bottom:hover {
	text-decoration: underline;
}
.category_pagination_hero_main_image .category_hero_desc{font-size: 0.8em;}

.category_hero_main_image{
	background-repeat: no-repeat;
	padding-top: 0px;
	height: 320px;
	background-size: cover;
	background-position: center;
	margin-bottom: 0px;
	position: relative;
	color:#fff;
}
.category-content-sec{
	padding:10px;
}
.category_hero_heading{
	max-width: 43.5%;
	 min-width: 230px;
	padding: 10px 30px 30px 30px;
	font-family: CiscoSans, Arial, sans-serif;
	text-align: left;
	margin: 0 auto;    
	background:#fff;
	font-size: 2em;
	line-height: 40px;
	margin: 30px 35px 0 15px;
	border-radius: 10px;
}
.category_hero_heading p{
	margin:0 auto;
}
.category_hero_heading h1, .category_hero_heading h1 a, .category_pagination_hero_main_image .category_hero_heading h1 a{
	font-size: 1.05em; 
	font-weight:inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
		   line-clamp: 2; 
	-webkit-box-orient: vertical;
	line-height: 40px;
	text-align:left;
	color: #007493;
	margin: 0.47em 0;
	text-decoration:none;
}
.category_hero_desc, .category_pagination_hero_main_image .category_hero_desc {	
	font-size: 0.5em;
	text-align: left;
	line-height: 22px;
	color: #404040;
}

.cat_desc_sec {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
		   line-clamp: 5; 
	-webkit-box-orient: vertical;	
	text-align:center;
}
.category_pagination_hero_main_image .item-full .pagination.pagination--small {
    margin: 0 auto;
    max-width: 300px;
}
.category_pagination_hero_main_image .category_hero_desc a,.category_hero_desc a{
	text-decoration:none;
	color: #404040;
}
.category_pagination_hero_main_image .category_hero_desc a:hover{
	text-decoration: underline;
}


@media only screen and (min-device-width: 360px) and (max-device-width: 810px){
	.archive.category ul#featured_categories li {
	  display: block;
	  float: none;
	}
	.archive.category ul#featured_categories {
	  padding: 0;
	}
	.archive.category #home_featured ul {
	  display: unset;
	}
	.archive.category ul#featured_categories li.ul_fav{display:none;}
	.category_hero_heading h1 {
		font-size: 1em;
		line-height: 32px;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
	
	.cat_desc_sec {
		-webkit-line-clamp: 5; /* number of lines to show */
			   line-clamp: 5;
	}
	.category_hero_heading {
	  margin: 0px 15px 0 15px;
	  max-width: 80%;
	}
	.archive.category #home_featured {
	  padding-top: 20px;
	}
	
}