.search-main{
	display: none;
}
.srch-header{
	width: 100%;
    float: left;
    padding: 10px 10px;
}
.srch-header-pre-txt{
	width: 100%;
	font-size: 12px;
}
.srch-header-txt{
	line-height: 3.2rem;
    max-height: 7.5rem;
  	margin-bottom: 10px;
}
.res-section-wrapper{
	width: 100%;
	min-height: 350px;
    float: left;
}
.top-res-wrapper{
	width: 39%;
	float: right;
	min-height: 350px;
	padding: 10px 0;
	margin-top: 20px;
	display: none;
}
.top-res-wrapper{
	display: none !important;
}
.top-res{
    width: 98%;
    position: relative;
}
.top-res-banner{
	display: none;
	float: right;
    position: absolute;
    right: 0;
	font-variant: all-petite-caps;
    color: black;
    background-color: #dfe1e5;
    padding: 1px 3px 3px 3px;
    border: 1px solid #dfe1e5;
    border-radius: 0 2px 0 2px;
    letter-spacing: 1px;
    font-size: 12px;
}
.top-res-banner i{
    vertical-align: bottom;
}
.top-res-container{
	width: 100%;
	float: left;
	min-height: 250px;
    border: 1px solid #dfe1e5;    
    border-radius: 2px 2px 2px 2px;    
}
.top-res-title{
	width: 100%;
    font-size: 18px;
    word-break: break-word;
    background-color: #f9f9f9;
    padding: 10px;    
    border-bottom: 1px solid #dfe1e5;
}
.top-res-content{
    padding: 10px;
    width: 100%;
}
.pagination-wrapper{
	width: calc(70% - 10px);
	float: left;
}
.rel-srch-links-wrapper{
	width: 100%;
	min-height: 150px;
    float: left;      
    margin-right: 1%;
    margin-left: 10px;
}

.link-res-container{
    width: 95%;
    margin-bottom: 30px;
    padding: 10px 10px 10px 0;
    border-radius: 2px;
    box-shadow: 0px -1px #f1f1f1;
    float: left;
}
.highlight[data-rank="1"] {
	box-shadow: none;
}
.indent-child{
	padding-left: 40px;
    box-shadow: none;
    margin-top: -10px;
}
.more-res-title{
    margin-bottom: 10px;
    padding: 10px;
    font-size: 16px;
    color: #888D90;
}
.more-res-title i{
	margin-left: 5px;
    font-size: 14px;
}
.link-url{
	width: 100%;
    word-break: break-all;
    font-size: 12px;
    color: #aaa;
    padding-top: 1px;
    line-height: 1.3;
    float: left;
}
.link-url a, .link-url a:hover{
	max-width: calc(100% - 25px);
	color: #888D90;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
    line-height: 16px; 
    width: fit-content;
}
.link-url i{
	width: 15px;
    line-height: 16px;
    float: right;
    cursor: default;
}
.link-title{
	width: calc(100% - 5px);
    font-size: 20px;
    padding: 5px 0;
    line-height: 1.3;
    float: left;
}
.link-title-anchor{
	max-width: calc(100% - 10px);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;   
    float: left; 
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.link-title-anchor:hover{
    box-shadow: 0;
}
.rel-srch-link-anchor:hover{
	text-decoration: underline !important;
}
.link-title-anchor:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #039be5 !important;
    height: 1.5px;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.link-title-anchor:hover:before {
    right: 0;
}
.highlight-featured, .srch-res-meta-tag{
	font-size: 9px;
	font-weight: 600;
    color: #4d4d4d;    
    display: inline-block;
    padding: 4px 4px;
    margin: 0 10px 2px -2px; 
    letter-spacing: 1px;
    line-height: 14px;
    float: left;
    vertical-align: middle;    
    text-transform: uppercase;
    cursor: default;
}
.highlight-featured{
	background-color: #f2f7eb !important;
}
.srch-res-meta-tag{
	background-color: #fcf0e5!important;
}
.highlight-evo{
	font-size: 10px;
    background: #99c64a!important;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-left: 10px;
    letter-spacing: 1px;
    line-height: 14px;
}
.link-desc{
	width: 100%;
	line-height: 1.58;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-srch-wrapper{
    padding: 10px;
    width: 60%;
    float: left;
    margin-left: 10px;
    display: none;    
    /* Temp Styles to move related search to right */
    width: 29%;
    float: right;
    padding: 10px 0;
    margin-top: 20px;
}
.total-res-count{
	color: #70757a;
	height: 30px;
}
.related-srch-title{
	font-size: 18px;
    line-height: 1.8;    
}
.related-srch-items{
	padding: 10px 0;
	margin-left: 15px;
}
.rel-srch-link{
	padding-bottom: 10px;
	list-style: disc;
}
.no-match-res, .invalid-srch-str{
    padding: 10px 10px;
    background-color: lightyellow;
    border: 1px solid #ccc;
    border-radius: 2px;    
}
.no-match-res i, .invalid-srch-str i{
	padding-right: 5px;
    color: #039be5;
}
.top-res-desc{
	padding: 10px;
	word-break: break-word;
}
.top-res-list{
    padding: 10px 10px 10px 0;
    float: left;
}
.res-link{
	display: inline-block;
    float: left;
    padding: 5px 10px;
}
.res-link a:hover{
	text-decoration: underline !important;
}

/* styles for '...' */ 
.multiline-ellipsis {
  overflow: hidden;
  position: relative;   
  margin-right: -1em;
  padding-right: 1em;
  word-break: break-all;
  
}
.multiline-ellipsis:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.multiline-ellipsis:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.paginationjs{
	float: left;
    padding: 20px;
    width: 94%;
}
.paginationjs-ellipsis.disabled, .paginationjs-ellipsis.disabled a{
	opacity: 1 !important;
}

.paginationjs-prev a, .paginationjs-next a{
	padding: 0 10px;
}

.paginationjs-nav{
	float: right !important;
	margin-left: 0px !important;
}

/* Low resolution desktops and laptops ---------- */
@media screen and (min-width: 1279px) {
		.pagination table{
	    margin: 0 !important; 
   	 	border:none !important;
		width: 55%;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.paginationjs-pages{
		width: 100%;
	}
	.paginationjs-nav{
		float: left !important;
		margin-top: 10px;
	}
	.pagination table{
	    margin: 0 !important; 
   	 	border:none !important;
		width: 60%;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px){
	.paginationjs-pages{
		width: 100%;
	}
	.paginationjs-nav{
		float: left !important;
		margin-top: 10px;
	}
	.pagination table{
	    margin: 0 !important; 
   	 	border:none !important;
		width: 60%;
    	display: block;
	}

}

@media screen and (min-width: 481px) and (max-width: 767px){

	.pagination table{
	    margin: 0 !important; 
   	 	border:none !important;
		width: 60%;
    	display: block;
	}


}


@media only screen and (max-device-width : 480px){
	.pagination-wrapper, .rel-srch-links-wrapper, .top-res-wrapper{
		width: 100%;
	}
	.top-res-wrapper{
		min-height: 250px;
	}
	.top-res-container{
	    margin-left: 15px;
	    min-height: 250px;
	}
	.paginationjs-pages{
		width: 100%;
	}
	.paginationjs-nav{
		float: left !important;
		margin-top: 10px;
	}
	/* Temp Styles to move related search to right */
	.related-srch-wrapper{
		width: 100%;
		float: left;
    	padding: 10px;
	}
	.pagination table{
	    margin: 0 !important; 
   	 	border:none !important;
		width: 60%;
    	display: block;
	}

}

/* Styles for pagination */

.pagination-page-list, .pagination .pagination-num {
    border-color: #ccc;
}
.rel-srch-pagination {	
	width:95%;
	width: calc(95% + 2px);
	float: left;
	background-color: #fff;
	position: sticky;
	bottom: 0;
	margin-left: 10px;
	padding: 10px 0px;
	border-top: 1px solid #d3d3d3;
}

.pagination table td{
 	padding:0 !important;
}

.items-per-pg{
	width: 95px;
}

.pagination-page-list{
	cursor:pointer;
}


