@charset "utf-8";
/* CSS Document */

.sidepanel.left p.ImageCenter img {
    background: -moz-linear-gradient(center top , #fff, #dfdfdf 50%, #cecece) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

/* Square Up */

.school-info {
border-radius: 0 0 0 0 !important;
padding: 0 0 0px 0;
}

.nav-gradient {
    display: none;
}

.transp-bg-left {
    display: none;
}

.transp-bg-right {
    display: none;
}

ul.top-menu.wrapper {
    background-color: none;
}

.main-header {
    border-bottom: none;
}

.Heading1Section, #Offline .Heading1Section {
    background:none !important;
    border-bottom: 3px solid #5e84a5;
    color:#2f506c !important;
}
#Offline .Heading2, #Offline .Heading2Left, #Offline .Heading2Center, #Offline .Heading2Right {
    margin-top:30px;
    font-size:22px;
    text-shadow: none;
    
}
#Offline .Heading3, #Offline .Heading3Left, #Offline .Heading3Center, #Offline .Heading3Right {
    color: #000;
    font-size:18px;
    text-shadow: none;
}
.main-nav a {
    opacity: 1;
}

/* Template Modifications 
    remove logo / search inline - RM */

header label.main-txt {
 float: left;
}

header .input-btn-group.rel.left {
 margin-left: 20px;
}

header .item.search {
 width: auto;
}

header .school-info {
border-radius: 0 0 0 0!important;
padding: 0 0 0px 0;
}

header.school-info {
 height: 56px;
}

.fixed-menu .search {
margin: 0px 0 0 30px !important;
}

.school-info img {
 display: none;
}

.sidepanel .details-push {
    height: 0 !important;
}

.main-header{background: url(https://hamptonpps.schoolzineplus.com/_image/media/4/newsletter-header.jpg) top center scroll no-repeat #FFF; border-bottom: 3px solid #ed1b23;}
.wrapper.header-img{background:none;}

.transp-bg-left,.transp-bg-right{display:none;}

.main-nav a, .main-nav li i{color:#fff;}
.main-header{height:325px;}

.main-content{background:#eee;}

/* Mobile Styles */
.is-mobile .main-header img{display:block;}
.is-mobile .main-header{background:none; height:auto;}
.mobile-nav-warpper.bg-color{background:#2f506c;}

@media print {
    .pdf-header{
        height: 7.8cm !important;
        
    }
}

nav.main-nav {
background-color: none;
}


.main-nav a, .main-nav li i {
    color: #2f506c;
}



/* 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: #180094;;  
    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;
}

/* Date and Heading color  ================  */ 

 .cbContent h1, .cbContent h3, .cbContent h4 {  
	color: #ed1b23;  

 } 

/* PDF Flyer and Web link buttons ================  */ 

.cbContent .pdf-viewer-heading, .cbContent .wysiwyg a {  
     background: #180094; 
     border-left: 10px solid #ed1b23;  
 }  

.cbContent .wysiwyg.sz-web-link a:hover, .cbContent .pdf-viewer-heading:hover {  
     background:#ed1b23;
     border-left: 10px solid #ed1b23;  

 }