a:hover{
	text-decoration: none;
}
div{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.search_container{
	width: 80%;
	margin: auto;
	padding-top: 40px;
}
.search_container .pager{
	display: block;
    text-align: center;
    margin: auto;
        padding: 80px 0;
}
.search_container .result_item .c-row{
	line-height: 30px;
    font-size: 14px;
	color: #37475A;
}
.help_nav{
  width: 100%;
      text-align: center;
    background: #00adff !important;
        transition: background .1s linear;
}
.help_search{
  font-size: 20px;
  background-image: url(/assets/images/doc/doc_banner.svg);
}

.result_item h3{
	    margin: 0;
    margin-bottom: 12px;
}
.result_item h3 a{
	font-size: 24px;
	color: #1A2736;
}
.result_item h3 a:hover{
	color: #007FDF;
}
.c-row-from{
	margin-top: 20px;
	color: #97A4B6;
}
.c-row-from a{
	font-size: 14px;
	color: #97A4B6;
	margin-left: 3px;
	margin-right: 3px;
}
.c-row-from a:hover{
	color: #007FDF;
}
.result_item{
	padding-bottom: 40px;
	padding-top: 40px;
	border-bottom: 1px solid #DAE0E6;
}
.help_sub_container .selected_item{
	border-bottom: 2px solid #007FDF;
}
