/* Default styles */

accordion-parsys {
    background: #fff;
}

.accordion {
    padding: 35px 5px 30px;
    margin: 0 auto;
}

.accordion-element, .accordion-reusable, .accordion-interactive, .sitemap {
    background: #fff;
    margin: 0 auto;
    border-bottom: 4px solid #f58025;
    border-left: 1px solid #e1e5ea;
    border-right: 1px solid #e1e5ea;
    border-radius: 5px 5px 0 0;
}

.accordion-element.collapsed, .accordion-reusable.collapsed, .accordion-interactive.collapsed, .sitemap.collapsed {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e1e5ea;
}

.accordion .heading, .accordion .heading h2 {
    font: bold 20px/24px "PNC Brand Medium", Arial, sans-serif;
    color: #f58025;
    margin: 0 15px 16px 0;
}

.accordion .heading p {
    margin: 0;
    padding: 0;
}

.accordion .subheading {
    font: bold 14px/16px Arial, sans-serif;
    position: relative;
    padding: 20px 15px 20px;
    margin: 0;
}

.accordion .subheading {
    padding-left: 49px;
    cursor: pointer;
}

.accordion .toggle {
    position: absolute;
    top: 16px;
    left: 15px;
}

.collapsed .toggle {
}

.fa-minus-circle, .fa-plus-circle{
    font-size: 1.7em;
}

.accordion-content {
    font-size: 14px;
    line-height: 20px;
    color: #636363;
    padding: 15px 25px;
}
.accordion h1 {
    font-size: 24px;
}
.collapsed .accordion-content {
    display: none;
}

.accordion-element .subheading, .accordion-reusable .subheading, .accordion-interactive .subheading, .sitemap .subheading {
    color: #ffffff;
    background: #434e57;
}

.accordion-element.collapsed .subheading, .accordion-reusable.collapsed .subheading, .accordion-interactive.collapsed .subheading {
    background: #fff;
    color: #434e57;
}

.accordion-element.collapsed .subheading span,
.accordion-reusable.collapsed .subheading span,
.accordion-interactive.collapsed .subheading span {
    color: #f58025;
}

.accordion-content ol {
    padding-left: 20px;
}

.accordion-content .nonumbered{

}

.accordion-content .tombstone-container .tombstones .parsys.elements{display:flex;display:-webkit-flex;flex-wrap:wrap;}

.accordion-content .tombstone-container .tombstone{display:-webkit-flex;display:flex;margin:0 28px;min-height:265px;}

.accordion-content .tombstone-container div[class^="cq-placeholder"]{
	
}

/*Only for CSP page*/
.csp-container .faq-filter .accordion {
    display: none;
}

.csp-container .faq-filter .accordion.active {
    display: block;
}

.cq-wcm-edit .csp-container .accordion {
    display: block;
}

.accordion  p,
.accordion  ul li {
    color: #484848;
    line-height: 18px;
    font-size: 14px;
    padding-bottom: 8px;
}

/*** Remove this CSS once Content Reference Component is fixed with empty p tags ***/
.accordion p:empty{
	display: none;
}
/*** ***/

.accordion  ul {
    padding: 0;
    margin: 10px 0;
}

.accordion ul li:not(.s7dm-dynamic-media ul li) {
    margin-left: 3.5em;
}

.accordion h2 {
    margin: 0 0 10px 0;
    font: bold 18px/22px "PNC Brand Bold",Arial, sans-serif;
    color: #484848;
}

.accordion h4 {
    margin: 0 0 7px 0;
    font: bold 12px/16px "PNC Brand Bold",Arial, sans-serif;
    color: #484848;
}

.accordion b {
    margin: 0 0 7px 0;
    font-weight: bold;
    color: #484848;
}

.accordion img {
    border: 3px solid #D7D7D7;
    margin-right: 20px;
}

@media only screen and (min-width:600px) {
    .accordion {
        width: 580px;
        margin: auto;
    }

    .accordion .accordion-content {
        overflow: hidden;
    }
    
    /*For column behaviors*/
    .accordion .accordion-content .column {
        float: left;
        display: block;
    }

    .accordion .accordion-content .column {
        padding-left: 0;
    }

    .accordion .accordion-content .two-columns .column {
        width: 49%;
        padding-left: 1%;
    }

    .accordion .accordion-content .two-columns .column:first-child {
        padding-left: 0;
    }

    .accordion .accordion-content .three-columns .column {
        width: 31%;
        padding-left: 1%;
    }

    .accordion .accordion-content .three-columns .column:first-child {
        padding-left: 0;
    }
    
    .accordion .accordion-content .two-columns+p, .accordion .accordion-content .three-columns+p{
        clear:both;
    }
}

@media screen and (min-width:980px) {
    .accordion {
        width: 940px;
    }
}
