@import url(https://fonts.googleapis.com/css?family=Open+Sans);


.search {
    width: 100%;
    position: relative;
    display: flex;
}

.button.btn-vote {
    color: #fff;
    font-size: 12px;
}

.search-suggest a {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: white;
    box-shadow: 0 0 2px rgb(0 0 0 / 40%);
}

.search-suggest {
    margin-top: 5px;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.keyword {
    font-weight: bold;
    background-color: #efdfdf;
    color: #d05050;
    height: 20px;
    padding-right: 5px;
    padding-left: 5px;
}

.search-suggest i {
    margin-right: 10px;
}

.searchTerm {
    width: 100%;
    border: 3px solid;
    border-right: none;
    padding: 5px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
    font-size: 14px;
}

.searchButton i {
    font-size: 20px;
}

.searchButton {
    width: 45px;
    height: 45px;
    border: 1px solid;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}

.wrap {
    position: relative;
    margin: 30px 0 20px 0;
    width: 100%;
}

.card-faq {
    border-width: 2px;
    border-block-style: solid;
    padding: 10px 10px 40px 10px;
    margin-top: 20px;
    text-align: center;
    display: flex;
    color: inherit;
    flex-direction: column;
    justify-content: center;
    margin-top: 36px;
    border-radius: 7px;
    box-shadow: 1px 2px 19px 0 rgba(182, 194, 208, .4);
    text-decoration: none;
}

.card-faq:hover {
    background-color: #f5f5f5;
}

.card-faq i {
    font-size: 4em;
    margin-top: 30px;
}

.card-faq p {
    font-size: 20px;
    margin-top: 8px;
}

.text-center p {
    font-size: 15px;
}

.card-faq div.category-title {
    font-size: 19px;
    margin-top: 40px;
}

.faqs-desc p {
    line-height: 1.5em;
    font-size: 14px;
    text-align: justify;
    margin-top: 20px;
}

#article .panel-heading a {
    text-decoration: none;
    text-transform: none;
}

#article .panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;
}

#article .panel {
    background-color: transparent;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.search-title {
    margin-bottom: 30px;
    margin-top: 50px;
}

#hpfaqs .subtitle {
    display: inline-block;
    font-size: 16px;
    color: rgba(139, 145, 152, 1);
    max-width: 980px;
    margin-bottom: 30px;
}

.article-votes {
    border-top: 1px solid #ddd;
    padding: 30px 0;
    text-align: center;
}

.article-vote {
    background: transparent;
    border: 1px solid #0072EF;
    color: #0072EF;
    margin: 10px 5px;
    min-width: 90px;
    width: auto;
}

.article-votes-controls {}

.btn-vote {
    border-radius: 5px;
    padding: 0 20px;
    text-align: center;
    transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: 100px;
    margin: 10px 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 2.34;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    vertical-align: middle;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.article-relatives {
    flex-direction: row;

}

.related-articles {
    display: block;
}

.article-relatives {
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.panel-group .panel-heading a::before {
    display: none;
}

.recent-articles h3,
.related-articles h3 {
    font-size: 15px;
    margin: 20px 0;
}

.related-articles ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.related-articles li {
    margin-bottom: 15px;
}

.faq-share-icon {
    cursor: pointer;
}

.faq-share-link {
    list-style: none;
}

.faq-share-link .bg-social {
    background: transparent;
    border: 1px solid;
}

.faq-share-icon i {
    font-size: 15px;
}

.faq-share-icon {

    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    height: 28px;
    width: 28px;
}

.faq-share-icon:hover {
    color: #fff;
}

.faq-share-link li {
    display: inline-block;
    background-color: black;
    margin: 5px;
    border-radius: 50%;
}

.faq-help {
    border-top: 1px solid #ddd;
    display: block;
    flex-direction: column;
    padding: 20px 0;
}

.faq-help-container {
    display: flex;
    align-items: center;
    border: 1px solid #d3d3d3;
    box-shadow: 0 1px 1px 0 #d3d3d3;
    border-radius: 2px;
    height: 50;
    min-height: 50px;
    max-height: 100px;
    max-width: 250px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 5;
    margin-right: 10px;
    width: 250px;
}

.faq-help-heading-title {
    font-size: 15px;
    margin: 20px 0;
}

.faq-help-icon {
    text-align: center;
    margin: 0px 5px;
}

.faq-help-icon i {
    font-size: 22px;
}

.faq-help-body {
    width: 90%;
    height: 100%;
    margin: 0px 5px;
}

.faq-help-title {
    font-size: small;
}

.faq-help-subtitle {
    font-size: x-small;
}

#content a:hover {
    text-decoration: none;
}










#hpfaqs #faq-search {
	width: 100%;
	display: flex;
}

#hpfaqs #faq-search input {
    color: #333;
	height: 40px;
	border-radius: 6px 0 0 6px;
	width: 100%;
	background-color: #eaeaea;
	border: 1px solid #eaeaea;
	padding: 0 20px;
}

#hpfaqs #faq-search input:active, #hpfaqs #faq-search input:focus {
	outline: none;
	outline-offset: 0;
	border-color: #ffbc44;
}

@media (min-width: 993px) {
	#hpfaqs #faq-search input {
		height: 48px;
		font-size: 18px;
		padding: 0 30px;
		border-radius: 10px 0 0 10px;
	}
}

#hpfaqs #faq-search button {
	height: 40px;
	border-radius: 0 6px 6px 0;
	background-color: #eaeaea;
	width: 65px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 18px;
	transition: 0.15s;
}

#hpfaqs #faq-search button:hover {
	background-color: #ffb530;
}

@media (min-width: 993px) {
	#hpfaqs #faq-search button {
		height: 48px;
		background-color: #ffbc44;
		border-radius: 0 10px 10px 0;
	}
}