/* accordion */
.accordion {
    background: #f5f6f7 !important;
  box-shadow: 0 4px 0 #4fb56c !important;
text-align:left !important;
text-transform:none !important;
padding-left:2em !important;
padding-top:0.4em !important;
padding-bottom:0.4em !important;
margin-top:0 !important;
margin-bottom:10px !important;
}
.accordion:last-of-type {
margin-bottom:20px !important;    
}
  .accordion:before {
  font-family:ready-steady-gov;
  content: "\e607";
  position:absolute;
  left:10px;
  }
  
  #accShow {
  display:block;
  text-align:right;
  padding-bottom:5px;
  }
  
  .accordion.collapsed:before {
  font-family:ready-steady-gov;
  content: "\e60a";
  position:absolute;
  left:10px;
  }
  
/* style additions 25/02/16 author Chris Hill */

h2 {
    color: #4fb56c;
}

div.clear {
  clear: both;
}

/*----- start large box styles -------*/

.lgbox {
  width: 100%;
  height: 100%;
  display: table;
  border-top: 1px solid #4fb56c;
  border-left: 1px solid #4fb56c;
  border-right: 5px solid #4fb56c;
  border-bottom: 1px solid #4fb56c;
  margin-bottom: 0.79688em;
}

.lgbox-header {
  display: table-cell;
  width: 12%;
  text-align: center;
  vertical-align: middle;
  background-color: #4fb56c;
  color: #FFF;
  font-size: 2.3em;
  font-stretch: condensed;
  font-weight: bold;
}

.lgbox-body {
  padding: 3% 3% 1% 3%;
  font-size: 12px;
  line-height: 17px;
}

/*----- end large box styles -------*/

/*----- start medium box styles -------*/

.mdbox {
  width: 31.5%;
  height: 100%;
  min-height: 230px;
  display: inline-block;
  border-left: 1px solid #4fb56c;
  border-right: 1px solid #4fb56c;
  border-bottom: 5px solid #4fb56c;
  margin-right: 2%;
  margin-bottom: 0.79688em;
  vertical-align: top;
}

.mdbox:nth-of-type(3) {
  margin-right: 0;
}

.mdbox-header {
  background-color: #4fb56c;
  color: #FFF;
  padding: 3% 5%;
}

.mdbox-body {
  padding: 5% 5% 1% 5%;
  font-size: 12px;
  line-height: 17px;
}

.mdbox50 {
  width: 48.5%;
}

.mdbox50:nth-of-type(odd) {
  margin-right: 0;
}

.larger {
  min-height: 370px;
}

@media screen and (max-width: 700px) {
  .mdbox {
    width: 100%;
    min-height: auto;
    display: block;
  }

  .mdbox-header, .mdbox-body {
    padding: 2%;
  }

  .mdbox50 {
    width: 100%;
  }

  .larger {
    min-height: auto;
  }
}

/*----- end medium box styles -------*/

/*----- start small box styles -------*/

.smbox {
  width: 23%;
  height: 100%;
  min-height: 200px;
  display: inline-block;
  border-left: 1px solid #4fb56c;
  border-right: 1px solid #4fb56c;
  border-bottom: 5px solid #4fb56c;
  margin-right: 2%;
  margin-bottom: 0.79688em;
  vertical-align: top;
}

.smbox:nth-of-type(4) {
  margin-right: 0;
}

.smbox-header {
  color: #FFF;
  padding: 3% 5%;
  line-height: 17px;
}

.smbox-body {
  padding: 5% 5% 1% 5%;
  font-size: 12px;
  line-height: 17px;
}

.smboxrow:nth-of-type(odd) .smbox:nth-child(odd) {
  border-left: 1px solid #4fb56c;
  border-right: 1px solid #4fb56c;
  border-bottom: 5px solid #4fb56c;
}

.smboxrow:nth-of-type(odd) .smbox:nth-child(odd) > .smbox-header {
  background-color:  #4fb56c;
}

.smboxrow:nth-of-type(odd) .smbox:nth-child(even) {
  border-left: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  border-bottom: 5px solid #5e5e5e;
}

.smboxrow:nth-of-type(odd) .smbox:nth-child(even) > .smbox-header {
  background-color:  #5e5e5e;
}

.smboxrow:nth-of-type(even) .smbox:nth-child(odd) {
  border-left: 1px solid #5e5e5e;
  border-right: 1px solid #5e5e5e;
  border-bottom: 5px solid #5e5e5e;
}

.smboxrow:nth-of-type(even) .smbox:nth-child(odd) > .smbox-header {
  background-color:  #5e5e5e;
}

.smboxrow:nth-of-type(even) .smbox:nth-child(even) {
  border-left: 1px solid #4fb56c;
  border-right: 1px solid #4fb56c;
  border-bottom: 5px solid #4fb56c;  
}

.smboxrow:nth-of-type(even) .smbox:nth-child(even) > .smbox-header {
  background-color:  #4fb56c;  
}

@media screen and (max-width: 500px) {
  .smbox {
    width: 100%;
    min-height: auto;
    display: block;
  }

  .smbox-header, .smbox-body {
    padding: 2%;
  }

  .smboxrow:nth-of-type(odd) .smbox:nth-child(odd) {
    border-left: 1px solid #4fb56c;
    border-right: 1px solid #4fb56c;
    border-bottom: 5px solid #4fb56c;
  }

  .smboxrow:nth-of-type(odd) .smbox:nth-child(odd) > .smbox-header {
    background-color:  #4fb56c;
  }

  .smboxrow:nth-of-type(odd) .smbox:nth-child(even) {
    border-left: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
    border-bottom: 5px solid #5e5e5e;
  }

  .smboxrow:nth-of-type(odd) .smbox:nth-child(even) > .smbox-header {
    background-color:  #5e5e5e;
  }

  .smboxrow:nth-of-type(even) .smbox:nth-child(odd) {
    border-left: 1px solid #4fb56c;
    border-right: 1px solid #4fb56c;
    border-bottom: 5px solid #4fb56c;
  }

  .smboxrow:nth-of-type(even) .smbox:nth-child(odd) > .smbox-header {
     background-color:  #4fb56c;
  }

  .smboxrow:nth-of-type(even) .smbox:nth-child(even) {
    border-left: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
    border-bottom: 5px solid #5e5e5e; 
  }

  .smboxrow:nth-of-type(even) .smbox:nth-child(even) > .smbox-header {
    background-color:  #5e5e5e;
  }
}

@media screen and (min-width: 500px) and (max-width: 800px) {
  .smbox {
    width: 49%;
    min-height: 150px;
  }

  .smbox:nth-of-type(even) {
    margin-right: 0;
  }

  .smbox:nth-child(1) {
    border-left: 1px solid #4fb56c;
    border-right: 1px solid #4fb56c;
    border-bottom: 5px solid #4fb56c;
  }

  .smbox:nth-child(1) > .smbox-header {
    background-color:  #4fb56c;
  }

  .smbox:nth-child(2) {
    border-left: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
    border-bottom: 5px solid #5e5e5e;
  }

  .smbox:nth-child(2) > .smbox-header {
    background-color:  #5e5e5e;
  }

  .smbox:nth-child(3) {
    border-left: 1px solid #4fb56c;
    border-right: 1px solid #4fb56c;
    border-bottom: 5px solid #4fb56c;
  }

  .smbox:nth-child(3) > .smbox-header {
    background-color:  #4fb56c;
  }

  .smbox:nth-child(4) {
    border-left: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
    border-bottom: 5px solid #5e5e5e;
  }

  .smbox:nth-child(4) > .smbox-header {
    background-color:  #5e5e5e;
  }
}

/*----- end small box styles -------*/

/*----- start small year box styles -------*/

.year_item_sml {
  display: inline-block;;
  width: 8%;
  margin-right: 0.5%;
  text-align: center;  
}

.year_item_sml:last-of-type {
  margin-right: 0;
}

.year_item_sml > a {
  background: #ECEDED;
  display: block;
}

.year_item_sml > p {
  font-size: 0.7em;
}

@media screen and (max-width: 500px) {
  .year_item_sml {
    width: 32%;
  }
}

@media screen and (min-width: 500px) and (max-width: 1200px) {
  .year_item_sml {
    width: 24%;
  }
}

/*----- end small year box styles -------*/

/*----- start medium box styles -------*/

.subjbox {
  width: 31%;
  height: 100%;
  min-height: 230px;
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 0.79688em;
  vertical-align: top;
}

.subjbox-header {
  color: #FFF;
  padding: 3% 5%;
}

.subjbox-body {
  padding: 5% 5% 1% 5%;
  font-size: 12px;
  line-height: 17px;
}

.dashed {
  border: 2px dashed red;
  padding: 5% 5% 1% 5%;
  font-size: 12px;
  line-height: 17px;
}

@media screen and (max-width: 700px) {
  .subjbox {
    width: 100%;
    min-height: auto;
    display: block;
  }

  .subjbox-header, .subjbox-body {
    padding: 2%;
  }
}

/*----- end medium box styles -------*/

/*----- start subject colours --------*/

.pc-arts {
  border-left: 1px solid #765aa3;
  border-right: 1px solid #765aa3;
  border-bottom: 5px solid #765aa3;
}

.pc-arts .subjbox-header {
  background-color: #765aa3;
}

.pc-english {
  border-left: 1px solid #3A6DAF;
  border-right: 1px solid #3A6DAF;
  border-bottom: 5px solid #3A6DAF;
}

.pc-english .subjbox-header {
  background-color: #3A6DAF;
}

.pc-humanities {
  border-left: 1px solid #da3f31;
  border-right: 1px solid #da3f31;
  border-bottom: 5px solid #da3f31;
}

.pc-humanities .subjbox-header {
  background-color: #da3f31;
}

.pc-health {
  border-left: 1px solid #02935e;
  border-right: 1px solid #02935e;
  border-bottom: 5px solid #02935e;
}

.pc-health .subjbox-header {
  background-color: #02935e;
}

.pc-languages {
  border-left: 1px solid #08959c;
  border-right: 1px solid #08959c;
  border-bottom: 5px solid #08959c;
}

.pc-languages .subjbox-header {
  background-color: #08959c;
}

.pc-mathematics {
  border-left: 1px solid #F4A152;
  border-right: 1px solid #F4A152;
  border-bottom: 5px solid #F4A152;
}

.pc-mathematics .subjbox-header {
  background-color: #F4A152;
}

.pc-science {
  border-left: 1px solid #6BA05A;
  border-right: 1px solid #6BA05A;
  border-bottom: 5px solid #6BA05A;
}

.pc-science .subjbox-header {
  background-color: #6BA05A;
}

.pc-technologies {
  border-left: 1px solid #2a5cae;
  border-right: 1px solid #2a5cae;
  border-bottom: 5px solid #2a5cae;
}

.pc-technologies .subjbox-header {
  background-color: #2a5cae;
}

/*----- end subject colours --------*/

