/* Line Underneath Banner CSS ======================*/  

 #header.full-header { 

    border-top: 2px solid #002C45;

} 

/* 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  ================  */ 



/* Sidepanel Sectioning Headings  ================  */ 



.cbContent  h2.articleHeader {  
    font-size: 28px;
    line-height: 1.2em;
    margin: 30px 10px 20px 0px;
    color: rgb(35,63,125);
}

/* Date and Heading color  ================  */ 

 .cbContent h1, .cbContent h3, .cbContent h4 {  
	color: #0051A1;  

 } 
 
 

/* PDF Flyer and Web link buttons ================  */ 

.cbContent .pdf-viewer-heading, .cbContent .wysiwyg a {  
     background: #002C45; 
     border-left: 10px solid #00BFF2;  
 }  

.cbContent .wysiwyg.sz-web-link a:hover, .cbContent .pdf-viewer-heading:hover {  
     background:#232F61;
     border-left: 10px solid #00BFF2;  

 }

/* Target Print PDF and Screen only below ================  */ 

@media print {
	

}

@media screen {


}

/* PDF styling ================  */

.page_template.cbContent .content{
    padding-top: 20px;
}
 
.page_template.cbContent h1,
.page_template.cbContent h2,
.page_template.cbContent h3,
.page_template.cbContent h4,
.page_template.cbContent h5,
.page_template.cbContent h6 {
    margin: 20px 0 10px;
    text-align: left;
}

.page_template.cbContent h1{
    font-size:16px !important;
    font-style: italic;
    font-weight:bold;
}
.page_template.cbContent table td p, .page_template.cbContent table th p {
    word-break: normal !important;
    text-align: left;
    font-size: 12px;
    line-height: 1.5em;
}
.page_template.cbContent table td a, .page_template.cbContent table th a {
 &nbsp;&nbsp; word-break: break-all;
}

.page_template.cbContent .wysiwyg.sz-web-link,
.page_template.cbContent .pdf-viewer-heading{
    outline:none !important;
    border:none !important;
    background:none !important;
}

.page_template.cbContent .cbImage figure{
    text-align:left !important;
} 

.page_template.cbContent .pdf-viewer-heading, .page_template.cbContent .wysiwyg a {  
     border-left: none;  
 }  

.page_template.cbContent .wysiwyg.sz-web-link a:hover, .page_template.cbContent .pdf-viewer-heading:hover {  
     border-left:none;
} 

#side-sections-color {
    display: none;
}

.articleAnchors a {
    text-transform: none;
    
}
