.archive.category #home_featured{
	padding-top: 0;
	margin: 5px 0 auto;;
}
.archive.category #home_featured ul{
	margin: 0;
	padding-top: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; */
	width:200px
}
.archive.category ul#featured_categories li.ul_fav:hover{
	padding-bottom: 0;
}
.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: 20px 20px 15px;
}
.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;
	min-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: 48%;
	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.32em;
	font-weight: 300;
	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
		   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.8em;
	font-weight: 300;
	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;
	}

	.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;
	}
	
}
@media screen and (max-width: 930px) {
  .archive.category #home_featured #featured_categories {
    padding-left: 20px;
  }
  .archive.category #home_featured {
    padding-left: 20px;
	padding-top: 0;
	padding-bottom: 15px;
  }
.archive.category ul#featured_categories li.ul_fav{
	padding-top: 0px; 
}
.archive.category #home_featured {
	width:calc(100% - 20px);
}
.archive.category .dmh-marq3 .panels #panel-1, .dmh-marq3 .panels #panel-2, .dmh-marq3 .panels #panel-3 {
	border-radius: 0;
}
}