.page-node-add #edit-field-is-helpful, .page-node-add #edit-field-views, .page-node-add #edit-field-json-table,
.page-node-edit #edit-field-is-helpful, .page-node-edit #edit-field-views, .page-node-edit #edit-field-json-table {
    display: none !important;
}

.breadcrumb {
    background-color: transparent !important;
}

/* FAQs Main Page */
.category {
    display: inline-block;
    vertical-align: top;
    border: 5px #fff solid;
    padding: 0;
    box-sizing: border-box;
}

.col-md-4.category {
   padding: 0;
}

.category-title {

}

.category-title

.category-title

.category-title

.category-children {
    padding-top: 0;
}

.category-children ul {
    padding-left: 0;
}


.common-topics {
    padding-top: 50px
}

@media screen and (max-width: 768px) {
    .row.common-topics, .faq-categories .row {
        margin-left: 0;
        margin-right: 0;
    }
    .common-topics h2 {
        padding: 0 15px;
    }
}

.faq-page h1, .faq-intro h1 {
    margin-left: 0 !important;
}

/*FAQs Page*/
.faq-page h2, .faq-intro p {
    margin: 10px 0 20px 0;
}

.faq-page .panel-group {
    margin-bottom: 4em;
}

.faq-page .panel-group > h2 {
    background: #bfe3ed;
    color: #003d79;
    padding: 15px;
    font-size: 23px;
}

.panel-default {
    border-radius: 0 !important;
}

.panel-default > .panel-heading {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    background-color: #f6f4f4;
    display: block;
    padding: 0;
    color: #118192;
    transition: all .35s ease-in-out;
    border: 1px #ddd solid;
    position: relative;
    cursor: pointer;
}

article .panel-default>.panel-heading{
    background-color: #BFE3ED;
}

.panel-heading a:before {
    content: "\4c";
    position: absolute;
    right: 2%;
    margin-top: -3px;
    color: #fff;
    border-radius: 50px;
    height: 25px;
    width: 25px;
    background-color: #08799B;
    margin-right: 8px;
    font-size: 18px;
    padding: 2px 3px;
    font-family: 'labcorpfont' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
}

.panel-heading a[aria-expanded="true"]:before {
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.panel-default > .panel-heading:hover, .panel-heading a[aria-expanded="true"] {
    background-color: #bfe3ed;
    text-decoration: none;
}

.panel-heading:hover:before {
    background-color: #003d79;
    color: #dcf3f9;
}

.panel-heading h3.panel-title  {
    font-family: 'myriad-pro', arial, verdana, sans-serif !important;
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.5em;
}

.l-content .panel-heading h3.panel-title  a {
    display: block;
    width: 100%;
    color: #08799B;
    font-size: 16px;
    padding: 15px 60px 15px 15px;
}

.l-content .panel-heading h3.panel-title a:hover {
    text-decoration: none;
}

.was-helpful a {
    margin-right: 10px;
    text-decoration: none !important;
}

.was-helpful a i {
    margin-right: 10px;
}

.faq-contact {
    padding-top: 15px;
}

/* faqs_block */
article.node-faqs-block .content div.faq-page div.row.faq-categories,
article.node-faqs-block .content div.faq-page div.row.common-topics,
article.node-faqs-block .content div.faq-page div.row:nth-child(4) {
    display: none;
}

body.node-type-lc-page article.node-faqs-block header h2.node-title {
    display: none;
}
