/* 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: #00264f;  
    background: none;  
    border-radius: 0;
    font-size: 28px;
    line-height: 1.2em;
    margin: 30px -10px 20px -15px;
    border-bottom: 2px solid #00264f;
    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: #00264f;  

 } 

/* PDF Flyer and Web link buttons ================  */ 

.cbContent .pdf-viewer-heading, .cbContent .wysiwyg a {  
     background: #0272ba; 
     border-left: 10px solid #00264f;  
 }  

.cbContent .wysiwyg.sz-web-link a:hover, .cbContent .pdf-viewer-heading:hover {  
     background:#00264f;
     border-left: 10px solid #00264f;  

 }

/* Show sidepanel content holder Headers ================  
.sidepanel .item.no-header .item-header{ display: unset;}
*/ 

/* CB sidepanel table styling ================  */ 
aside.sidebar .Non-TypefiTable tbody tr:nth-child(odd) {
    background: #F2F2F2;
    padding: 0px;
}
aside.sidebar .Non-TypefiTable tbody tr {
    background: #FFF;
}
aside.sidebar .Non-TypefiTable tbody tr p {
    font-size: 11px;
}
aside.sidebar .Non-TypefiTable tbody td {
    padding:5px;
}


/************ Gallery Styling ***************/
.cbContent .cbImage {
    align-items: center;
}
.cbContent .cbImageGallery .cbImage {
    justify-content: center;
    }
.cbContent .image4 figure {
    margin: 5px;
    }
    
.cbContent .cbImage.imgBorder img {
    border: 1px solid #FFF;
    padding: 5px;
    background-color: #DFDFDF;
    background: -moz-linear-gradient(top,#FFF,#DFDFDF 50%,#CECECE);
    background: -webkit-gradient(linear, left top, left bottom,from(#FFF),color-stop(0.5, #DFDFDF),to(#CECECE));
    background: linear-gradient(top,#FFF,#DFDFDF 50%,#CECECE);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3), 0px 1px 2px rgba(0,0,0,0.3);
}

.cbContent .cbImageGallery .cbImage.imgBorder figure {
    border: 3px solid #FFF;
    padding: 5px;
    background-color: #DFDFDF;
    background: -moz-linear-gradient(top,#FFF,#DFDFDF 50%,#CECECE);
    background: linear-gradient(top,#FFF,#DFDFDF 50%,#CECECE);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3), 0px 1px 2px rgba(0,0,0,0.3);
}


@media (max-width:576px){
    .cbContent .cbImage.imgBorder img,.cbContent .cbImageGallery .cbImage.imgBorder figure {
        padding: 2px;
    }
}

/************ PDF image alignment test  ***************/
.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;
}


/* Heading 1 Sections  ================  */ 

.cbContent h2.articleHeader {  
    color: white;  
    background: #00264f;;  
    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;
}