
/*** 
Left Header Gradient: 		4, 66, 123
Right Header Gradient:		255, 255, 255
***/

.transp-bg-left {
background: rgb(4, 66, 123); /* Old browsers */
    background: linear-gradient(to right, rgba(4, 66, 123, 0.65) 0%, rgba(4, 66, 123, 1) 35%, rgba(4, 66, 123, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.transp-bg-right {
background: rgb(255, 255, 255); /* Old browsers */
    background: linear-gradient(to left, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 1) 35%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 1100px) and (max-width: 1500px) {
	.transp-bg-left {
		background: linear-gradient(to right, rgba(4, 66, 123, 0.9) 0%, rgba(4, 66, 123, 1) 10%, rgba(4, 66, 123, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 1) 10%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}

@media only screen and (min-width: 800px) and (max-width: 1099px) {
	.transp-bg-left {
		background: linear-gradient(to right, rgba(4, 66, 123, 0.95) 0%, rgba(4, 66, 123, 1) 5%, rgba(4, 66, 123, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 1) 5%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}


/* Line Underneath Banner CSS ======================*/  

 #header.full-header { 

    border-top: 2px solid #fcb13d;  

} 


/* 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: rgb(247,157,2); /* Old browsers */
    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;
    
    
}
@media only screen {
    
.cbContent h2.articleHeader {  

    background: -moz-linear-gradient(45deg,  rgba(247,157,2,1) 0%, rgba(254,178,42,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(247,157,2,1)), color-stop(100%,rgba(254,178,42,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(247,157,2,1) 0%,rgba(254,178,42,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(247,157,2,1) 0%,rgba(254,178,42,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(247,157,2,1) 0%,rgba(254,178,42,1) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(247,157,2,1) 0%,rgba(254,178,42,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79d02', endColorstr='#feb22a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;  /* Text colour change - optional*/
}
}

/* Date and Heading color  ================  */ 

 .cbContent h1, .cbContent h3, .cbContent h4 {  
	color: #4caec6;  

 } 

/* PDF Flyer and Web link buttons ================  */ 

.cbContent .pdf-viewer-heading, .cbContent .wysiwyg a {  
     background: #04427b; 
     border-left: 10px solid #4caec6;  
 }  

.cbContent .wysiwyg.sz-web-link a:hover, .cbContent .pdf-viewer-heading:hover {  
     background:#4caec6;
     border-left: 10px solid #4caec6;  

 }


/* 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 a, .page_template.cbContent table th a {
    word-break: break-all;
}

.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, .page_template.cbContent table th{
    padding: 5px 10px;
}

.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;
} 


