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


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

.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%);
    text-decoration: none;
}

.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;
    display: inline-block;
    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;
    width: 50%;
    margin:30px auto 50px auto;
}

.card-faq {
  border-width: 2px;
  border-block-style: solid;
  padding: 10px 30px 10px 10px;
  margin-top: 20px;
  text-align: center;
  display: flex;
  color: inherit;
  align-items: center;
  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 {
  display: inline-block;
  width: 30px;
  font-size: 2em;
}

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

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

.card-faq div.category-title {
    font-size: 16px;
    display: inline-block;
    margin-left: 15px;
}

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

#accordion .panel-heading {
    font-weight: 300;
    margin: 0;
    cursor: pointer;
    padding: .75em 2em .75em .75em;
    padding: 19px;
}

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

#accordion .panel-heading a {
    text-decoration: none;
    text-transform: none;
    font-size: 18px;
}

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

#article .panel {
    background-color: transparent;
    border: none !important;
    -webkit-box-shadow: 1px 2px 19px 0 rgba(182, 194, 208, .4);
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 1px 2px 19px 0 rgba(182, 194, 208, .4);
}

#accordion .panel-heading.collapsed i {
    transform: translateY(-50%);
}

#accordion .panel-title {
    font-size: 24px;
    position: relative;
    padding-right: 24px;
}

#accordion .panel-title i {
    position: absolute;
    right: 0;
    transition: 0.3s;
    transform: translateY(-50%) rotateX(180deg);
    top: 50%;
    font-size: 35px;
}

#accordion .panel-body {
    font-size: 15px;
    line-height: 1.5em;
    box-shadow: 1px 2px 19px 0 rgba(182, 194, 208, .4);
    color: rgb(139, 145, 152);
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.panel .panel-heading h4.panel-title {
    text-transform: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

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



#hpfaqs h1:after {
    display: block;
    max-width: 150px;
    height: 2px;
    content: "";
    margin-top: 15px;
    margin-bottom: 15px;
}

#hpfaqs h1.center-heading:after {
    margin-left: auto;
    margin-right: auto;
}

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

.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;
}

.list-faqs > div {
  display: inline-block;
  margin-right: 30px;
  min-height: 100px !important;
}

.list-faqs > div.col-sm-6 {
    display: block;
    margin-right: 0;
}



#faq-sidebar-wrapper .list-group-item {
    padding: 3px 5px 3px 15px !important;
    line-height: 1.5em;
}

#hpfaqs {
  background-image: url('../../../image/catalog/hpfaqs/bg.svg');
  background-repeat: no-repeat;
  background-position: 15px 30px;
}

#article img {
    margin-bottom: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 10px;
    max-width: 100%;
}

#hpfaqs .container {
  background: #fff;
  padding-top: 30px;
}

#hpfaqs p {
  text-align: left !important;
  font-size: 15px;
  line-height: 1.6em;
}

#hpfaqs .list-faqs img {
  width: 100%;
  height: auto;
  border: 1px solid #e7e7e7;
}

#hpfaqs h1 {
  text-transform: uppercase;
}

@media (max-width: 767px) {
    .wrap {
        width: 90%;
    }

    .list-faqs > div.col-sm-6{
        width:100%;
        max-width: unset!important;
    }
}

#hpfaqs .panel-body p img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
}
