/* Content CSS  ======================*/  

.cbContent, .cbContent h2, .cbContent h3, .cbContent h4, .cbContent h1{ 

 font-family: -apple-system, system-ui, Roboto, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" 

}

/* Reduce font size and spacing ======================*/  

.cbContent label, .cbContent li, .cbContent p { 

    line-height: 1.8em !important; 
    font-size: 15px; } 

.cbContent h3{ font-size: 23px;} 
.cbContent h4{ font-size: 20px; 

} 

/* Heading 1 Sections  ================  */ 

.cbContent h2.articleHeader {  
    color: white;  
    background: #710200;;  
    border-radius: 0;
    font-size: 28px;
    line-height: 1.2em;
    margin: 30px -10px 20px -15px;
    border-bottom: 5px solid #ccc;
    outline: medium none;
    padding: 7px 7px 7px 10px;
    text-decoration: none;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.13);
    vertical-align: baseline;
    font-weight: 500;
}

/* Date and Heading color  ================  */ 

 .cbContent h1, .cbContent h3, .cbContent h4 {  
	color: #710200;  

 } 

/* PDF Flyer and Web link buttons ================  */ 

.cbContent .pdf-viewer-heading, .cbContent .wysiwyg a {  
     background: #710200; 
     border-left: 10px solid #e6961e;  
 }  

.cbContent .wysiwyg.sz-web-link a:hover, .cbContent .pdf-viewer-heading:hover {  
     background:#e6961e;
     border-left: 10px solid #e6961e;  

 }

/* Show sidepanel content holder Headers ================  
.sidepanel .item.no-header .item-header{ display: unset;}
*/ 

/* CB sidepanel table styling ================  */ 
 aside.sidebar table thead {
    background-color: #e6961e;
    color: #FFF;
    font-weight:bold;
 }
aside.sidebar table tbody tr:nth-child(odd) {
    background: #F2F2F2;
    padding: 0px;
}
aside.sidebar table tbody tr {
    background: #FFF;
}
aside.sidebar table tbody tr, .widget p:not(.lead) {
    font-size: 12px;
}
aside.sidebar table tbody td {
    padding:5px;
    border: 1px solid #DDD;
}

/* Target Print PDF and Screen only below ================  */ 

@media print {
	

}

@media screen {


}

