
body.help_index .gsc-results-wrapper-overlay{
	margin-top: 100px;
}

/* ==================== section-help-boxes ================================================== */

.section-help-boxes .flex-container{
	
}
.section-help-boxes .item{
	display: inline-block;
	width: 220px;
	border-radius: 7px;
	padding: 15px 15px;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.section-help-boxes .item:empty {
	height: 0;
	border: none;
	padding:0;
}
.section-help-boxes .item:hover{
	background-color: rgba(30, 144, 255, 0.15);
}
.section-help-boxes .item img{
	max-height: 60px;
	max-width: 60px;
}
.section-help-boxes .item h2{
	margin: 20px 0 10px 0;
	font-size:24px;
	color: #333333;
}
.section-help-boxes .item .media{
	display: block;
	min-height: 66px;
}
@media screen and (max-width: 500px){
	.section-help-boxes .item{
		width: auto;
		padding: 15px 10px;
	}
}

/* ==================== section-help-top ================================================== */

.section-help-top .path{
	
}
.section-help-top .title{
	position: relative;
	width:500px;
	color: #8e8e8e;
	font-size: 16px;
}
.section-help-top .title .icon{
	max-width: 50px;
	max-height: 50px;
	float: left;
	margin-right: 20px;
}
.section-help-top h3{
	color: #333333;
	font-size: 30px;
	margin: 20px 0 0 0;
	overflow: auto;
}
.section-help-top p{
	margin: 0;
}

/* ==================== section-help-content ================================================== */

.section-help-content .content{
	padding-top:0;
	display: table;
}
.section-help-content hr{
	margin: 20px 0;
}
.section-help-content .print{
	color:transparent;
	width:22px;
	height:22px;
	overflow:hidden;
	background: url('../../images/pages/password-manager/help/icons/print.png') no-repeat center center;
	cursor: pointer;
	margin-top: 20px;
}
.section-help-content h4{
	margin: 5px 0;
}
.section-help-content .sidebar{
	display: table-cell;
	vertical-align: top;
	width: 35%;
	border: 1px solid #e9e8e8;
	border-right: none;
	background-color: #fbfbfb;
	margin: 0;
	float: none;
}
.section-help-content .sidebar .searchForm{
	min-height: 70px;
	background: white;
}
.section-help-content .sidebar-items a{
	position: relative;
	display: block;
	border-bottom: 1px solid #e9e8e8;
	padding: 24px 20px;
	padding-left: 48px;
	text-decoration:none;
	color: black;
	font-size: 16px;
}

.section-help-content .sidebar-items a:before{
	position: absolute;
	content: '+';
	left:30px;
	width:20px;
	height:20px;
}
.section-help-content .sidebar-items a.active:before, .section-help-content .sidebar-items a.subactive:before{
	content: '-';
}

/* hover */
.section-help-content .sidebar-items a:hover{
	background-color:#f3f3f3;
}
.section-help-content .sidebar-items a:hover{
	background-color:#f3f3f3;
}

/* subitem */
.section-help-content .sidebar-items a.subitem{
	padding-left: 60px;
	background-color: #ffffff;
}
.section-help-content .sidebar-items a.subitem:before{
	display:none;
}

.section-help-content .sidebar-items a.subactive{
	background-color: #f3f3f3;
	color: #3672d4;
}
.section-help-content .sidebar-items a.active{
	background-color:#3672d4;
	color:white;
}
.section-help-content .text{
	display: table-cell;
	border: 1px solid #e9e8e8;
	padding: 20px 20px 20px 50px;
}
.section-help-content .text h1{
	font-size: 38px;
	margin: 20px 0;
	clear: none;
}
.section-help-content .text h2{
	margin: 20px 0;
	clear: none;
}
.section-help-content .searchForm{
	border-bottom: 1px solid #e9e8e8;
	height: 71px;
}

@media screen and (max-width: 800px){
	.section-help-content .sidebar{
		width: auto;
		display: block;
		border-right: 1px solid #e9e8e8;
		margin-bottom: 7px;
	}
	.section-help-content .text{
		float: none;
		display: block;
	}
	.section-help-content .sidebar-items a{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 600px){
	.section-help-content .sidebar-items a{
		padding: 15px 10px 15px 23px;
		font-size: 14px;
	}
	.section-help-content .text{
		padding: 10px;
	}
	.section-help-content .sidebar-items a:before{
		left:10px;
	}
}
@media print{
	.section-help-content .text{
		border: 0px;
	}
}

/* ==================== section-help-search ============================================================ */

.section-help-search{
	margin-top: -75px;
}
.section-help-search .subscribe-form{
	position: relative;
	z-index: 5;
	max-width: 500px;
	margin: 0 auto;
}
.section-help-search .gsc-control-cse{
	border-radius: 8px;
	background-color: #f3f3f3;
	padding: 20px;
}

/* ==================== misc ================================================== */

.help_full_preview img{
	max-width:700px;
}
.help_full_preview h1{
	font-size: 40px;
	margin-bottom: 50px !important;
	font-weight: bold;
}

/*.helpful{
	font-size: 18px;
}
.rel-previous, .rel-next{
	position:relative;
	font-size: 14px;
	color: #c2c0c0;
	text-decoration: none;
}
.rel-previous:hover, .rel-next:hover{
	text-decoration: underline;
}
.rel-previous{
	padding-left: 35px;
}
.rel-next{
	padding-right: 35px;
}
.rel-previous:before, .rel-next:after{
	position: absolute;
	content: '<';
	left:0;
	top: -4px;
	width:25px;
	height: 25px;
	background-color: #c2c0c0;
	border-radius: 2px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-size: 19px;
}
.rel-next:after{
	content: '>';
	left: auto;
	right:0;
}*/