/*** 
Left Header Gradient: 		10,10,10
Right Header Gradient:		20,20,20
***/

.transp-bg-left {
background: rgb(10,10,10); /* Old browsers */
    background: linear-gradient(to right, rgba(10,10,10, 0.65) 0%, rgba(10,10,10, 1) 35%, rgba(10,10,10, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.transp-bg-right {
background: rgb(20,20,20); /* Old browsers */
    background: linear-gradient(to left, rgba(20,20,20, 0.65) 0%, rgba(20,20,20, 1) 35%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-size: cover;
    
}

@media only screen and (min-width: 1100px) and (max-width: 1500px) {
	.transp-bg-left {
		background: linear-gradient(to right, rgba(10,10,10, 0.9) 0%, rgba(10,10,10, 1) 10%, rgba(10,10,10, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(20,20,20, 0.9) 0%, rgba(20,20,20, 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(10,10,10, 0.95) 0%, rgba(10,10,10, 1) 5%, rgba(10,10,10, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
	.transp-bg-right {
		background: linear-gradient(to left, rgba(20,20,20, 0.95) 0%, rgba(20,20,20, 1) 5%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
}


.transp-bg-left {
  background-image: url(https://proserpiness.schoolzineplus.com/_image/media/13/1.png);
  background-repeat: repeat; 
}
.transp-bg-right {
 background-image: url(https://proserpiness.schoolzineplus.com/_image/media/28/2.png);
  background-repeat: repeat; 
}

/* Line Underneath Banner CSS ======================*/  

 #header.full-header { 

    border-top: 2px solid #FDDC01;

} 


/* 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 {  
    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;
    
    background: rgb(0,132,41); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(0,132,41,1) 0%, rgba(53,183,92,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(0,132,41,1)), color-stop(100%,rgba(53,183,92,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  rgba(0,132,41,1) 0%,rgba(53,183,92,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  rgba(0,132,41,1) 0%,rgba(53,183,92,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  rgba(0,132,41,1) 0%,rgba(53,183,92,1) 100%); /* IE10+ */
    background: linear-gradient(45deg,  rgba(0,132,41,1) 0%,rgba(53,183,92,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008429', endColorstr='#35b75c',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: #088be0;  

 } 

/* PDF Flyer and Web link buttons ================  */ 

.cbContent .pdf-viewer-heading, .cbContent .wysiwyg a {  
     background: #008429; 
     border-left: 10px solid #088be0;  
 }  

.cbContent .wysiwyg.sz-web-link a:hover, .cbContent .pdf-viewer-heading:hover {  
     background:#088be0;
     border-left: 10px solid #088be0;  

 }

/* Show sidepanel content holder Headers ================  
.sidepanel .item.no-header .item-header{ display: unset;}
*/ 

/* CB sidepanel table styling ================  */ 
 aside.sidebar table thead {
    background-color: #088be0;
    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 {


}

