.elementor-10711 .elementor-element.elementor-element-ea7549c{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--background-transition:0.3s;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10711 .elementor-element.elementor-element-e7a5c8b{--display:flex;--gap:20px 20px;--background-transition:0.3s;border-style:none;--border-style:none;--border-radius:12px 12px 12px 12px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:30px;--padding-left:50px;--padding-right:50px;}.elementor-10711 .elementor-element.elementor-element-e7a5c8b, .elementor-10711 .elementor-element.elementor-element-e7a5c8b::before{--border-transition:0.3s;}.elementor-10711 .elementor-element.elementor-element-95f14c1{text-align:left;}.elementor-10711 .elementor-element.elementor-element-95f14c1 img{width:50px;}.elementor-10711 .elementor-element.elementor-element-9994e93{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:12px 12px;--background-transition:0.3s;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:var( --e-global-color-1de098d );--border-color:var( --e-global-color-1de098d );--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10711 .elementor-element.elementor-element-9994e93, .elementor-10711 .elementor-element.elementor-element-9994e93::before{--border-transition:0.3s;}.elementor-10711 .elementor-element.elementor-element-4590ed2 .elementor-heading-title{color:var( --e-global-color-11a3fffd );font-size:0.9em;}.elementor-10711 .elementor-element.elementor-element-4590ed2{width:auto;max-width:auto;}.elementor-10711 .elementor-element.elementor-element-f720f29 .elementor-heading-title{color:var( --e-global-color-11a3fffd );font-size:0.9em;}.elementor-10711 .elementor-element.elementor-element-f720f29{width:auto;max-width:auto;}@media(max-width:1024px){.elementor-10711 .elementor-element.elementor-element-4590ed2{width:auto;max-width:auto;}.elementor-10711 .elementor-element.elementor-element-f720f29{width:auto;max-width:auto;}}@media(max-width:767px){.elementor-10711 .elementor-element.elementor-element-e7a5c8b{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:30px;--padding-bottom:30px;--padding-left:16px;--padding-right:16px;}.elementor-10711 .elementor-element.elementor-element-4590ed2{text-align:left;width:auto;max-width:auto;}.elementor-10711 .elementor-element.elementor-element-f720f29{text-align:left;width:auto;max-width:auto;}}/* Start custom CSS for container, class: .elementor-element-e7a5c8b *//* Styles for noticeboard */

.news-mainheader h3{
        font-size: 1.8em;
        line-height: 1.2em;
       /* margin-bottom:20px;*/
}

.newsitem-section-container{
    padding:0;
    margin: 0 0 30px 0;
}

.newsitem-section {
    background-color: white;
    padding:30px;
    margin: 0 0 16px 0;
    border-bottom:1px solid;
    border-color: #eee;
    
}

.newsitem-section-content{
    /*
    border:dashed;
    border-color:#ccc;
    border-width: 0 0 1px 0;
    */
    padding: 10px 0;
    margin: 0 0 10px 0;
}

.newsitem-section-layout {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

.newsitem-image {
    width: 150px;
    height: 150px;
    min-width:150px;
}

.newsitem-image img{
    /*border-radius:8px; */
    width:700px;
    height:100%;
}

.newsitem-text {
        padding: 2px 30px;
}

.newsitem-text-header{
    padding: 0;
}

/*Blockquote overide*/
.school-update-textfield blockquote {
      background-color: #717171;
      color: white;
      border-radius:0;
}

.school-update-textfield blockquote a {
    color: white;
}
.school-update-textfield blockquote a:hover{
    color: white;
    text-decoration: underline;
}

.school-update-textfield blockquote::before{
    color:#fff;
}

/* MOB - For screens < 768px*/
@media screen and (max-width: 767px) {

    .news-mainheader h2{
        font-size: 2em;
    }
    .newsitem-section {
        padding:20px;
        margin: 0 0 12px 0;
    }
   
    .newsitem-section-layout {
        flex-direction: column;
    }
    
    .newsitem-section-header h3{
        font-size: 1.5em;
    }
    
    .newsitem-text {
        padding: 20px 0;
        
    }
    
    .newsitem-image {
      width: 100%;
      height:100%;
      align-self: center;
    }
}/* End custom CSS */