/* form styles*/
form.help-form {
    width: 100%;
    margin: auto;
}

form.help-form input[type="text"] {
    margin-top: 8px;
    font-size: 17px;
    border: none;
    padding: 6px;
	width: 80%;
}

form.help-form input[type="image"] {
    float: left;
    padding: 6px 10px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

form.help-form input[type="text"]:focus {
    outline: none;
}

.help-search-wrapper {
    width: 30%;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    background-color: #ffffff;
}

/*
 *div.help-categories {
 *    text-align: center;
 *}
 *
 *
 *div.help-categories p {
 *    font-size: 20px;
 *}
 *
 *
 *div.help-footer {
 *    width: 100%;
 *    height: 400px;
 *    background-image: url("../images/maxresdefault.jpg");
 *    background-size: 100% 100%;
 *}
 */

div.faqs {
    top: 1000px;
	margin: 0 auto;
	text-align: left;
    color: inherit;
}

div.help-handler {
	margin-bottom: 50px;
    display: none;
}

.help-categories-handler {
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
    position: relative;
}

.help-collapse {
    background-color: #cecece;
    /*color: white;*/
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
	border-radius: 5px;
    text-align: left;
    outline: none;
    font-size: 24px;
}

.help-categories-collapse {
    cursor: pointer;
    width: 100%;
    background-color: #ffffff;
    border: none;
    text-align: left;
    position: relative;
	font-size: 36px;
}

.help-categories-collapse:focus {
    outline: none;
}

/*
 * .help-handler > .active,
 * .help-collapse:hover{
 *     background-color: #3f9caa;
 * }
 */

.help-collapse:after {
	content: "\002B";
	/*color: white;*/
	font-weight: bold;
	float: right;
	margin-right: 15px;
}

.help-categories-collapse:after {
    content: "\002B";
    font-weight: bold;
    float: right;
	margin-right: 30px;
}

.help-handler > .active:after,
.faqs > .active:after {
	content: "\2212";
}

div.help-abody {
    word-wrap: break-word;
    padding: 3px 18px;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    overflow: hidden;
    background-color: #f1f1f1;
	border-radius: 5px;
	margin-left: 5px;
}

span.help-dots:after {
	content: '\2807';
    background-color: #3662c0;
	color: #ffffff;
    border-radius: 10px;
}


.help-autocomplete {
    position: relative;
    display: inline-block;
}

.help-autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.help-autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.help-autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.help-autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}
