.small-font {font-size: 0.8rem !important;}

/* Home page update November 2018 */

.new-tiles {margin-bottom: 1rem !important;}
.new-tiles .callout {-webkit-box-shadow: 0px 2px 15px -3px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 2px 15px -3px rgba(0,0,0,0.6);
box-shadow: 0px 2px 15px -3px rgba(0,0,0,0.6);}

.new-welcome-box {background-color: #ec2929; padding: 1.6rem !important;}
.new-welcome-box h1 {color: #fff !important;}
.new-welcome-box p {color: #fff !important;}

.new-twitter-box { padding: 1.6rem !important; color: #fff !important;
    background-color: #6ba0e8; background-image:url('../img/twitter-square-logo.png'); background-repeat:no-repeat; background-position: center center;
}

.new-twitter-box h1 {color: #fff !important; }
.new-twitter-box p {color: #fff !important;}
.new-twitter-box li {margin-bottom: 1.4rem !important; padding-bottom: 1.4rem; border-bottom: 1px solid #fff;}
.new-twitter-box .button {margin-bottom: 0px !important; margin-top: 22px; border-radius: 12px; background-color: #fff; color: #6ba0e8 !important;}
.twitter-scroller {max-height: 800px; overflow-y: scroll;}

.new-tiles .aimsandvalues li {background: #fda822; border-radius: 20px; padding: 0.8rem; margin-bottom: 0.8rem; font-weight: bold; cursor: pointer;}
.new-tiles .aimsandvalues h4 {margin-bottom: 1rem;}
.new-tiles .aimsandvalues ul li a {color: #fff !important;}

.new-newsletters-box {background-color: #6ba0e8; background-image:url('../img/newslettersbg.png'); background-repeat:no-repeat; background-position: center center; background-size: 68%;}
.new-newsletters-box h4 {color: #6ba0e8;}
.new-newsletters-box .button {color: #6ba0e8 !important;}
.new-newsletters-box a {color: #fff !important; margin-bottom: 0.8rem; font-weight: bold;}
.new-newsletters-box li {background: #568ae8 !important; border-radius: 20px; padding: 0.8rem; margin-bottom: 0.8rem; font-weight: bold; cursor: pointer;}

.our-school-scroller {max-height: 310px; overflow-y: scroll;}
.our-school-scroller ul {width: 98% !important;}

.page-content ul {
    list-style-type: disc;
    margin-left:1.25rem;
}

/* Home page update November 2018 */

@media screen and (max-width: 640px){
    .twitter-scroller {max-height: 420px;}
}