/* Add here all your css styles (customizations) */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box }
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option { margin: 0; padding: 0; border: 0; outline: 0; }
html { -webkit-text-size-adjust: none }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block }*/
audio, canvas, video { display: inline-block }
audio:not([controls]) { display: none; height: 0 }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word }
q { quotes: none }
q:before, q:after { content: ''; content: none }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sup { top: -.5em }
sub { bottom: -.25em }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline }
textarea { overflow: auto; vertical-align: top }
table { border-collapse: collapse; border-spacing: 0 }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: none; cursor: pointer }
:focus { outline: 0 }
ol, ul { margin: 20px 0 20px 16px }
table { border-collapse: separate; border-spacing: 0 }
caption, th, td { text-align: left; font-weight: 400 }
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q { quotes: "" "" }
table { border: 0 none; border-collapse: collapse; border-spacing: 0 }
td { vertical-align: top }
img { border: 0 none; max-width: 100% }
.none { display: none }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block }
.clear { clear: both }
img { max-width: 100%; }
a { text-decoration: none; }
a:hover,a:focus{}
h1 { font-size: 50px; color: #01693d ; margin-bottom: 20px; font-weight: 400;text-transform: capitalize;}
h2 { font-size: 26px; margin-bottom: 20px; color: inherit;  font-weight: 400;text-transform: capitalize;}
h3 { font-size: 22px; margin-bottom: 20px; color: inherit;  font-weight: 350;text-transform: capitalize;}
h4 { font-size: 18px; margin-bottom: 20px; color: inherit;  font-weight: 300;text-transform: capitalize;}
body { font-family: 'ABeeZee', sans-serif; font-weight: 400; margin: 0; padding: 0; line-height: normal; color: #424242; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;font-size: 14px;}


row-equal-height {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

col-equal-height {
    /* display: table-cell; /* Make elements inside the container behave like table cells */
}


i.u-line-icon-pro {
   margin-top: 12px !important;	
}

@media only screen and (max-width: 600px) {
    .col-equal-height { 
        display: block;
        width: 100%;
    }

}

.main-banner h1{text-shadow: -1px -1px 0px #000;display: inline-block;width: calc(100%);margin: 0;vertical-align: middle;}
.right-banner-text {
    background: #01693d;
    color: #fff;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 25px 0px 25px;
	
	font-size: 24px;
}
.right-banner-main{
	position: absolute;
    bottom: 50px;
    right: 50px;
	z-index: 99;
}
.right-logo {
	position: absolute;
	text-align: right;
    right: 60px;
}

.right-logo img{
	width: 100px;
}

.middle-conainer{
	background: #f9f9f9;
	padding: 50px 0 100px;
	min-height: 500px;
}

.nav-middle {
    overflow: hidden;
	background: #01693d;
	min-height: 320px;
	margin-bottom: 30px;
	height: 95%;
}

.middle-conainer .nav-middle .nav-image {
    display: block;
    min-height: 190px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    border-bottom: none;
}

.middle-conainer .nav-middle .nav-image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -22px;
    right: -46px;
    background: #fff ;
    height: 75px;
    transform: rotate(4deg);
    bottom: -39px;
    border-top: 7px solid #9ca025;
	border-radius: 50%/50px 50px 0 0;
}

.div-title{
	background: #01693d;
	color: #fff;
	padding: 6px 15px;
}
.right-col {
    background: #f5f5f5;
    margin-bottom: 10px;
}
.right-col ul {
	margin: 0;
}
.right-col ul li {
	display: block;
	list-style: none;
	color: #01693d;
	margin-bottom: 15px;
}
.div-title h2 {
    margin: 0;
}

.div-content {
    padding: 15px;
}

.content-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	    border-bottom: 1px solid #eaeaea;
    margin-bottom: 3%;
    padding-bottom: 1%;
}
.event-date{
	width: 50px;
	text-align: center;
}
.event-detail{
	width: calc(100% - 50px);
	padding-left: 15px;
}
.event-date span {
    text-transform: uppercase;
    display: block;
    width: 100%;
    background: #01693d;
    color: #fff;
}

.event-date strong {
    background: #fff;
    display: block;
    color: #656762;
}
.event-detail p {
    margin-bottom: 15px;
}

.event-detail ul li {
    margin-bottom: 5px;
    color: #656762;
    display: table;
    width: 100%;
    text-align: left;
}

.content-row:last-child {
    margin-bottom: 0;
}
.event-detail ul li span {
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
}
.border-yellow,.border-yellow:after{
border-color: #ddd45b !important;}
.all-events a {
    color: #01693d;
}
.all-events{
	padding-bottom: 0px;
}
.all-events a i {
    margin-left: 5px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.event-detail ul li span:first-child {
    padding-left: 0;
    width: 12px;
}

.nav-sublink {
    padding: 15px;
    position: relative;
    z-index: 1;
	    margin-top: -20px;
}

.nav-sublink ul {
    margin: 0;
}

.nav-sublink ul li {
    list-style: none;
    padding: 4px  0;
    color: #01693d;
}
.wave-shape {
    position: absolute !important;
    bottom: 0;
    left: -8px;
    right: 0;
    height: 80px;
    background: #01693d ;
    border-radius: 0 50% 0 0;
    transform: rotate(8deg);
    bottom: 18px;
    z-index: 1;
}

.main-banner {
    position: relative;
}

.bottom-waves{
    position: absolute;
    left: 0;
    right: 0; 
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    bottom: 0px;height: 165px;}

.g-bg-primary{background: #01693d !important;}

@media (max-width:991px){
	h1 {
    font-size: 40px;
}
.right-logo img{
	width: 80px;
}
.navbar{padding-bottom: 40px;}
}
@media (max-width:767px){
	h1 {
    font-size: 30px;
}
.middle-conainer {
    padding: 170px 0 150px;
}
.right-banner-main{
	right: 0;left:0;
}

.main-banner h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.right-logo {
	right:0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
	max-width: 100%;
	font-size: 20px;
}

.right-banner-text {
	max-width: 100%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.main-banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.main-banner .g-py-15,.main-banner .g-py-50 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
}


@media (max-width:639px){
.middle-conainer .nav-middle .nav-image {
    min-height: 300px;
}

.middle-conainer .nav-middle .nav-image:after {
    height: 110px;
    bottom: -57px;
}
}
@media (max-width:479px){
.middle-conainer .nav-middle .nav-image {
    min-height: 250px;
}
.right-banner-text {
font-size: 16px;}
}


.quote{
	background-color:#2e45a2;
	
}


.quote-wave{
-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

i.scroll {
    transition: transform .5s ease-in-out;
	
}

i.scroll :hover{
    transition: transform .5s ease-in-out;
	background-color:#01693d;
	color:#ffffff;
}

/* Subject Tag Button - Only show pre-selected */

.u-btn-hideall{
	display: none;	
}

.u-btn-hideall.subject-RE {

  display: inline-block;
}

.u-btn-hideall.subject-Equality {

  display: inline-block;
}

.u-btn-hideall.subject-Maths {

  display: inline-block;
}

.u-btn-hideall.subject-CPD {

  display: inline-block;
}

.u-btn-hideall.subject-Training {

  display: inline-block;
}

.u-btn-hideall.subject-Network {

  display: inline-block;
}

.u-btn-hideall.subject-Governors {

  display: inline-block;
}

.u-btn-hideall.subject-Calderdale {

  display: inline-block;
}

.u-btn-hideall.subject-Kirklees {

  display: inline-block;
}
.u-btn-hideall.subject-Tameside {

  display: inline-block;
}

.u-btn-hideall.subject-Leeds {

  display: inline-block;
}

/* Subject Tag Button or Document - Set Colours */

.subject-SMSC {
  color: #f9f9f9;
  background-color: #004225;
}

.subject-RE {
  color: #f9f9f9;
  background-color: #6742c3;
}

.subject-RE-Guidance {
  color: #f9f9f9;
  background-color: #482c8c;
}

.subject-RE-Policies {
  color: #f9f9f9;
  background-color: #52339f;
}

.subject-RE-Resources {
  color: #f9f9f9;
  background-color: #5c39b3;
}

.subject-Equality {
  color: #f9f9f9;
  background-color: #b42644;
}

.subject-Maths {
  color: #f9f9f9;
  background-color: #228C22;
}

.subject-CPD {
  color: #000;
  background-color: #39FF14;
}

.subject-Training {
  color: #000;
  background-color: #79ff53;
}

.subject-Network {
  color: #000;
  background-color: #00d200;
}

.subject-Governors, .subject-Governance {
  color: #f9f9f9;
  background-color: #000;
}

.subject-Calderdale {
  color: #f9f9f9;
  background-color: #008a3e;

}

.subject-Kirklees {
  color: #f9f9f9;
  background-color: #007896;

}
.subject-Tameside {
  color: #f9f9f9;
  background-color: #5596cf;

}

.subject-Leeds {
  color: #f9f9f9;
  background-color: #007299;

}


.pdf{
  color: #f9f9f9;
  background-color: #6742c3;
}


.docx{
  color: #f9f9f9;
  background-color: #6742c3;
}


.accordion {
  background-color: #eee;
  color: #9a9a2c;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.accordion:after {
  content: ' \00ff0b';
  font-size: 22px;
  font-weight: bold;
  color: #9a9a2c;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\002D";
  color: #9a9a2c;
}
