lightning-accordion-section button.slds-accordion__summary-action lightning-primitive-icon{
    display: none;
}

.slds-accordion__summary-heading .slds-button:focus{
    text-decoration: none !important;
}

.slds-accordion__summary-heading .slds-button span.slds-accordion__summary-content{
    font-size: 18px;
    font-weight:700;
    color: #343434;
    font-family: 'Poppins Bold';
}

.slds-accordion__summary-heading .slds-button[aria-expanded="true"] span.slds-accordion__summary-content{
    text-decoration: underline !important;
    font-size: 18px;
    font-weight: 700;
    color: #343434;
}

lightning-accordion-section button.slds-accordion__summary-action[aria-expanded="false"]::before{
    content: "+";
    font-weight: 700;
    font-family: 'Poppins Bold';
    font-size: 24px;
    color: #343434;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 10px;
}

lightning-accordion-section button.slds-accordion__summary-action[aria-expanded="true"]::before{
    content: "-";
    font-weight: 700;
    font-family: 'Poppins Bold';
    font-size: 24px;
    color: #343434;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 10px;
}

.slds-accordion__summary-heading {
    font-size: 16px;
    font-weight : 400;
}

/* subheading/H2s to set to 24px*/

 lightning-card .slds-rich-text-editor__output h2{
    font-size : 24px;
}

.user-is-tabbing :focus{
    outline: 1px solid #343434;
}

@media (max-width: 767px) {
    lightning-card .slds-rich-text-editor__output h2{
        font-size : 16px !important;
    }

    .comm-page-article iframe {
		width: 100%;
		height: auto;
	}
}

.comm-page-article .forceCommunitySection .cb-section_column:last-child {
    padding-top : 0px;
}



