/* Front End accordions Styles    */
.tmp_accordions-wrapper
{
    margin-bottom: 20px;
}
.tmp_accordion
{
    margin-bottom: 7px;
}
.tmp_accordions-title,
.plus .content_type_wysiwyg .tmp_accordions-title
{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #5C2018;
    display: block;
    background-color: #F3E0DC;
    padding: 12px;
    margin: 0;
}
.tmp_accordions-title:hover,
.tmp_accordion.active .tmp_accordions-title,
.plus .content_type_wysiwyg .tmp_accordion.active .tmp_accordions-title,
.plus .content_type_wysiwyg .tmp_accordions-title:hover
{
    background-color: #BC4639;
    color: #F3E0DC;
    cursor: pointer;
    text-decoration: none;
    overflow: visible;
    opacity: 1;
}
.tmp_accordions-content
{
    display: none;
    padding: 12px 12px 2px;
    border-style: solid;
    border-color: #BC4639;
    border-width: 0px 1px 1px;
}

/* Edit Interface accordions Styles Only */
.tmp-edit_settings
{
    background: #f2f7fd;
    padding: 10px 16px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 12px;
}
.tmp-edit_settings:after
{
    content: "";
    display: table;
    clear: both;
}
.tmp-edit_setting
{
    float: left;
    padding-right: 20px;
}
.tmp-edit_content .sq-wysiwyg-preview-wrapper
{
    min-height: 50px;
    cursor: text;
}
.tmp-edit_setting-value
{
    display:inline-block;
}
.tmp-edit_content
{
    padding: 15px;
}
.tmp-edit_content .tmp_accordions-content .bodycopy_content
{
    padding: 10px 15px 1px;
}
.tmp-edit_content .tmp_accordions .tmp_accordions-title span
{
    cursor: text;
    padding: 0 12px 0 0;
}
.tmp-edit_content .tmp_accordions .tmp_accordions-title input,
.readOnly .tmp-edit_content .tmp_accordions .tmp_accordions-title > .sq-metadata-contents,
[data-readonly="true"] .tmp-edit_content .tmp_accordions .tmp_accordions-title > .sq-metadata-contents
{
    display: none;
}
[data-readonly="true"] .tmp-edit_content .tmp_accordions .tmp_accordions-title span,
.bodycopy_manager_div.readOnly .tmp-edit_content .tmp_accordions .tmp_accordions-title span
{
    cursor: default;
}
.tmp-edit_content > .tmp_main-content .bodycopy_content 
{ 
    padding: 0;
    transition: none;
}
.tmp-edit_content .tmp_accordions .tmp_accordions-title .sq-metadata-contents
{
    display: inline-block;
}

.tmp_accordion h2.tmp_accordions-title:before {
  content: '\2BC8'; /* Unicode character for "plus" sign (+) \02795 */
  font-size: 14px;
  color: #5C2018;
  float: right;
  margin-left: 5px;
}

.active h2.tmp_accordions-title:before {
  content: "\2BC6"; /* Unicode character for "minus" sign (-) \2796 */
}