/* Content CSS  V2 ======================*/  

.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" 
}


/* Heading 1 Sections  ================  */ 

.cbContent h2.articleHeader {  
    color: white;  
    background: #003883;;  
    border-radius: 0;
    font-size: 28px;
    line-height: 1.2em;
    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: #AB9763;  
 } 


@media screen {
    
/* PDF Flyer and Web link buttons ================  */ 
    .cbContent .pdf-viewer-heading, .cbContent .wysiwyg a {  
         background: #003883; 
         border-left: 10px solid #AB9763;  
     }  
    
    .cbContent .wysiwyg.sz-web-link a:hover, .cbContent .pdf-viewer-heading:hover {  
         background:#AB9763;
         border-left: 10px solid #AB9763;  
     } 
}

/************ PRINT image alignment  ***************/
.page_template.cbContent .cbImage {
    align-items: center;
    justify-content: center !important;
}
.page_template.cbContent .imageMixed figure img {
    max-height: 120px !important;
}
.page_template.cbContent  figure {
    margin: 5px;
}