/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 25 February 2021 10:08:41
*/


/* colours */
/*media query defs */
/* everything smaller that 1240 */
/*-- Start common elements --*/
h1 {
  color: #000;
  /*font-weight: bold;*/
  font-family: 'Roboto', sans-serif;
  font-size: 2.3em;
  line-height: 1em; }
  @media only screen and (min-width: 0px) and (max-width: 700px) {
    h1 {
      color: #000;
      /*font-weight: bold;*/
      font-family: 'Roboto', sans-serif;
      font-size: 1.8em; } }

h2 {
  color: #000;
  /*font-weight: bold;*/
  font-family: 'Roboto', sans-serif;
  font-size: 1.5em;
  line-height: 1em; }
  @media only screen and (min-width: 0px) and (max-width: 700px) {
    h2 {
      color: #000;
      /*font-weight: bold;*/
      font-family: 'Roboto', sans-serif;
      font-size: 1.5em; } }

h3 {
  color: #000;
  /*font-weight: bold;*/
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em; }

h4 {
  color: #000;
  /*font-weight: bold;*/
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em; }

p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.5em;
  color: #000; }

ul {
  list-style: disc;
}
  
ul li, ol li {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.5em;
    color: #000; }
    
.access_sub_ul li {
    font-size: 1em;
}

.jqmodal {
  display: none; }

#main-container {
  background-color: #e0e0e0; }
  #main-container a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000; }
    #main-container a:hover, #main-container a:focus #main-container a img {
      border-bottom: none;
      text-decoration: none;
      color: #000; }
      
      
#photos a {
    border-bottom:none;}

#nav-container {
  z-index: 100;
  width: 100%; }

.active {
  background-color: #80CBC4;
  color: #000 !important; }

.dropdown {
  position: relative; }
  .dropdown:hover .dropdown-content {
    display: block; }
  .dropdown .dropbtn {
    cursor: pointer; }
  .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-top: solid 2px #69737c;
    margin-top: 1px;
    z-index: 1000;
    width: 450px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }
    @media only screen and (max-width: 901px) {
      .dropdown .dropdown-content {
        display: block;
        position: relative;
        background-color: transparent;
        min-width: auto;
        box-shadow: none;
        border-top: none;
        margin-top: 0px;
        width: 300px; } }
    .dropdown .dropdown-content a {
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      line-height: 1.2em; }
      @media only screen and (max-width: 1279px) {
        .dropdown .dropdown-content a {
          padding: 5px;
          margin-left: 40px; } }
      .dropdown .dropdown-content a:hover {
        background-color: #81C784;
        color: #FFF !important; }
        @media only screen and (max-width: 901px) {
          .dropdown .dropdown-content a:hover {
            background-color: transparent; } }
      .dropdown .dropdown-content a:last-of-type {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px; }
      .dropdown .dropdown-content a span {
        display: inline-block;
        margin: 10px; }
        @media only screen and (max-width: 1279px) {
          .dropdown .dropdown-content a span {
            margin: 0 0 0 10px; } }

.utilpages {
  background-color: #FFF;
  padding: 50px; }

.stickynav {
  position: fixed;
  top: 300px;
  left: 0px;
  z-index: 9999;
  text-indent: -1000px; }
  @media only screen and (max-width: 1279px) {
    .stickynav {
      display: none; } }
  .stickynav li {
    list-style: none;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #69737c;
    background-color: #81C784;
    margin: 5px 10px; }
    .stickynav li a {
      display: block;
      width: 20px;
      height: 20px;
      border-bottom: none !important; }
  .stickynav .active {
    background-color: #FFF; }
/*-----------------------------------------------------------
skroll based link windows
------------------------------------------------------------*/
#uselinks {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 7px;
  border: 1px solid #69737c;
  position: fixed;
  width: 270px;
  top: 300px;
  right: 20px;
  z-index: 9999; }
  
 #newslinks {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 7px;
  border: 1px solid #69737c;
  position: fixed;
  width: 270px;
  top: 300px;
  right: 20px;
  z-index: 9999; }
  
 #reslinks {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 7px;
  border: 1px solid #69737c;
  position: fixed;
  width: 270px;
  top: 300px;
  right: 20px;
  z-index: 9999; }
  @media only screen and (max-width: 1279px) {
    #reslinks, #newslinks {
      position: relative;
      width: 100%;
      border: none;
      max-width: 100%;
      right: 0;
      top: auto;
      border-radius: 0px; } }
  @media only screen and (min-width: 1280px) and (max-width: 1799px) {
    #reslinks {
      width: 300px;
      right: -270px;
      padding-left: 40px; } }
      
  @media only screen and (min-width: 1280px) and (max-width: 1799px) {
    #newslinks {
      width: 460px;
      right: -270px;
      padding-left: 40px; } }
  #reslinks span, #newslinks span {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 30px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    background-color: #81C784;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px; }
    @media only screen and (min-width: 1280px) and (max-width: 1799px) {
      #reslinks span {
        display: block; } }
    #reslinks, #newslinks span:hover {
      cursor: pointer; }
    #reslinks span i {
      color: #FFF;
      font-size: 2em; }
  #reslinks ul {
    margin-left: 0px; }
    #reslinks ul li {
      list-style: none;
      margin-bottom: 10px; }
      #reslinks ul li a {
        color: #69737c;
        text-decoration: none;
        line-height: 1em; }
        #reslinks ul li a:hover, #reslinks ul li a:focus {
          color: #69737c; }

/*-- End common elements --*/
/*-- Start home elements --*/
#home-content {
  background-color: #FFF; }
  #home-content .bx-controls a {
    border-bottom: none !important;
    z-index: 0 !important; }
  #home-content #i_title {
    position: absolute;
    left: 100px;
    top: 180px; }
    @media only screen and (max-width: 1279px) {
      #home-content #i_title {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 3em 3em 3em;
        padding-bottom: 2em; } }
  @media only screen and (max-width: 1279px) and (min-width: 701px) and (max-width: 1279px) {
    #home-content #i_title {
      margin: 0 1em 1em 1em;
      padding-bottom: 1em; } }
  @media only screen and (max-width: 1279px) and (min-width: 0px) and (max-width: 700px) {
    #home-content #i_title {
      margin: 0 0.5em 0.5em 0.5em;
      padding-bottom: 0.5em; } }
    @media only screen and (max-width: 1279px) {
        #home-content #i_title img {
          display: none; } }
    #home-content #i_title h2 {
      display: none; }
      @media only screen and (max-width: 1279px) {
        #home-content #i_title h2 {
          display: block; } }
  #home-content .pagecont {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #66bb6a; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #home-content .pagecont {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #home-content .pagecont {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    #home-content .pagecont > p {
      color: #000;
      /*font-weight: bold;*/
      font-family: 'Roboto', sans-serif;
      font-size: 1.1em; }
      @media only screen and (min-width: 0px) and (max-width: 700px) {
        #home-content .pagecont > p {
          color: #000;
          /*font-weight: bold;*/
          font-family: 'Roboto', sans-serif;
          font-size: 1.2em; } }
    #home-content .pagecont > div {
      display: inline-block;
      width: 31%;
      margin-right: 2%;
      vertical-align: top; }
      @media only screen and (min-width: 0px) and (max-width: 700px) {
        #home-content .pagecont > div {
          display: block;
          width: 100%;
          margin-right: 0;
          margin-bottom: 1em; } }
      #home-content .pagecont > div:last-of-type {
        margin-right: 0; }
      #home-content .pagecont > div img {
        margin-bottom: 1em; }
      #home-content .pagecont > div h2 {
        font-size: 1.5em; }
      #home-content .pagecont > div p {
        font-size: 1em; }

#home-additional {
  position: relative;
  min-height: 320px;
  background-color: #FFF; }
  #home-additional .additionals {
    margin: 0 0 0 3em;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #home-additional .additionals {
        width: 35% !important; }
        #home-additional .additionals:first-child {
          margin-right: 5%; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #home-additional .additionals {
        width: 100% !important;
        display: block;
        margin: 0;
        padding: 20px; }
        #home-additional .additionals:first-child {
          padding-top: 20px;
          margin-left: 0px; } }
    #home-additional .additionals h2 {
      color: #000;
      /*font-weight: bold;*/
      font-family: 'Roboto', sans-serif;
      font-size: 1.6em; }
  #home-additional #whoarewe {
    width: 60%; }
    #home-additional #whoarewe a {
      border-bottom: none; }
  #home-additional #followus {
    width: 20%; }
    #home-additional #followus a {
      display: block;
      overflow: hidden;
      margin-bottom: 10px;
      border-bottom: none; }
      #home-additional #followus a img {
        vertical-align: middle; }
      #home-additional #followus a span {
        vertical-align: middle;
        margin-left: 10px; }

/*-- End home elements --*/
/*-- Start What will my child learn elements --*/
#wwmcl-intro {
  background-color: #FFF; }
  #wwmcl-intro img {
    margin-bottom: 1em; }
  #wwmcl-intro > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #ce93d8; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #wwmcl-intro > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-intro > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }

#wwmcl-about {
  background-color: #FFF; }
  #wwmcl-about > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #80cbc4; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #wwmcl-about > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-about > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-about > div {
        padding-top: 1em; } }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #wwmcl-about > div {
        padding-top: 1em; } }
    #wwmcl-about > div #wwmcl-about-feature {
      width: 100%;
      clear: both;
      overflow: hidden;
      padding-bottom: 2em; }
      #wwmcl-about > div #wwmcl-about-feature .feature-box {
        width: 20%;
        height: 255px;
        display: inline-block;
        background-color: #FFF3E0;
        background-size: 180px !important;
        text-indent: -10000px;
        border-bottom: none; }
        @media only screen and (max-width: 1279px) {
          #wwmcl-about > div #wwmcl-about-feature .feature-box {
            width: 100%;
            margin-bottom: -4px; } }
        #wwmcl-about > div #wwmcl-about-feature .feature-box:nth-of-type(1) {
          background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0006/325536/Feature-Icons_Identity.png?v=0.1.2) center center no-repeat #80CBC4; }
        #wwmcl-about > div #wwmcl-about-feature .feature-box:nth-of-type(2) {
          background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0010/325567/Feature-Icons_Connecting.png?v=0.1.2) center center no-repeat #FFB74D; }
        #wwmcl-about > div #wwmcl-about-feature .feature-box:nth-of-type(3) {
          background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0009/325575/Feature-Icons_Wellbeing.png?v=0.1.2) center center no-repeat #66bb6a; }
        #wwmcl-about > div #wwmcl-about-feature .feature-box:nth-of-type(4) {
          background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0020/325541/Feature-Icons_Learning.png?v=0.1.2) center center no-repeat #ff7043; }
        #wwmcl-about > div #wwmcl-about-feature .feature-box:nth-of-type(5) {
          background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0011/325559/Feature-Icons_Communication.png?v=0.1.2) center center no-repeat #ce93d8; }

#wwmcl-how {
  background-color: #FFF; }
  #wwmcl-how > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    padding-bottom: 1em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #wwmcl-how > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-how > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (max-width: 1279px) {
      #wwmcl-how > div {
        padding-top: 1em; } }
    #wwmcl-how > div .syllabuses {
      border-bottom: solid 1px #81C784;
      margin-bottom: 10px; }
      @media only screen and (max-width: 1279px) {
        #wwmcl-how > div .syllabuses h4 {
          font-size: 1em; } }
      #wwmcl-how > div .syllabuses h4:hover, #wwmcl-how > div .syllabuses h4:focus {
        cursor: pointer; }
      #wwmcl-how > div .syllabuses h4 span {
        display: inline-block;
        background-color: #81C784;
        border-radius: 3px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #FFF;
        margin-right: 30px; }
        @media only screen and (max-width: 1279px) {
          #wwmcl-how > div .syllabuses h4 span {
            margin-right: 10px; } }
      #wwmcl-how > div .syllabuses h4 .c_open {
        background-color: #FFF;
        color: #81C784;
        border: 1px solid #81C784; }
      #wwmcl-how > div .syllabuses div:last-child {
        display: none;
        margin-left: 70px; }
        @media only screen and (max-width: 1279px) {
          #wwmcl-how > div .syllabuses div:last-child {
            margin-left: 0px; } }
    #wwmcl-how > div #curriculum-content {
      background-color: #ce93d8;
      padding: 2em 1em 0em; }
      #wwmcl-how > div #curriculum-content h3, #wwmcl-how > div #curriculum-content p {
        color: #FFF; }
      #wwmcl-how > div #curriculum-content .year-icons {
        text-align: justify; }
        #wwmcl-how > div #curriculum-content .year-icons:after {
          content: '';
          display: inline-block;
          width: 100%; }
        #wwmcl-how > div #curriculum-content .year-icons div {
          display: inline-block;
          padding: 1% 1% 0 1%;
          margin-bottom: 2%;
          width: 15%; }
          @media only screen and (min-width: 0px) and (max-width: 700px) {
            #wwmcl-how > div #curriculum-content .year-icons div {
              width: 45%;
              margin-bottom: 4%; } }
          @media only screen and (min-width: 701px) and (max-width: 1279px) {
            #wwmcl-how > div #curriculum-content .year-icons div {
              width: 30%; } }
          #wwmcl-how > div #curriculum-content .year-icons div a {
            margin: 0;
            padding: 0;
            border-bottom: none; }
            #wwmcl-how > div #curriculum-content .year-icons div a img {
              width: 100%;
              height: auto; }

#wwmcl-work {
  background-color: #FFF; }
  #wwmcl-work > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    padding-bottom: 1em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #wwmcl-work > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-work > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
  #wwmcl-work .courses {
    border: 1px solid #80CBC4;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px; }
    #wwmcl-work .courses:last-of-type {
      margin-bottom: 20px; }
    #wwmcl-work .courses div {
      padding: 20px 60px 20px 20px; }
    #wwmcl-work .courses .acchead:hover, #wwmcl-work .courses .acchead:focus {
      cursor: pointer; }
    #wwmcl-work .courses .acchead span {
      display: inline-block;
      background-color: #80CBC4;
      border-radius: 15px;
      width: 30px;
      height: 30px;
      line-height: 32px;
      text-align: center;
      color: #FFF;
      float: right;
      margin-right: -50px; }
    #wwmcl-work .courses .accbody {
      display: none;
      width: 100%;
      background-color: #FFF; }
      #wwmcl-work .courses .accbody div {
        padding: 0px; }
      #wwmcl-work .courses .accbody h4 {
        display: none; }
      #wwmcl-work .courses .accbody ul {
        list-style: disc;
        margin-left: 20px;
        margin-bottom: 20px; }
    #wwmcl-work .courses .opened {
      background-color: #80CBC4;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #wwmcl-work .courses .opened span {
        transition: background-color 0.5s ease;
        background-color: #FFF !important;
        color: #80CBC4 !important; }

#wwmcl-disabilityk10 {
  background-color: #FFF; }
  #wwmcl-disabilityk10 > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #80cbc4;
    padding-top: 2em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #wwmcl-disabilityk10 > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-disabilityk10 > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-disabilityk10 > div {
        padding-top: 1em; } }

#wwmcl-disability1112 {
  background-color: #FFF; }
  #wwmcl-disability1112 > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #80cbc4; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #wwmcl-disability1112 > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-disability1112 > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (max-width: 1279px) {
      #wwmcl-disability1112 > div {
        padding-top: 1em; } }

#wwmcl-EALDk10 {
  background-color: #FFF; }
  #wwmcl-EALDk10 > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #80cbc4; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #wwmcl-EALDk10 > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-EALDk10 > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (max-width: 1279px) {
      #wwmcl-EALDk10 > div {
        padding-top: 1em; } }

#wwmcl-EALD1112 {
  background-color: #FFF; }
  #wwmcl-EALD1112 > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #80cbc4; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #wwmcl-EALD1112 > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-EALD1112 > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (max-width: 1279px) {
      #wwmcl-EALD1112 > div {
        padding-top: 1em; } }

#wwmcl-homeschool {
  background-color: #FFF; }
  #wwmcl-homeschool > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #wwmcl-homeschool > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #wwmcl-homeschool > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (max-width: 1279px) {
      #wwmcl-homeschool > div {
        padding-top: 1em; } }

/*-- End What will my child learn elements --*/
/*-- Start How will my child be assessed elements --*/
#hwmcba-intro {
  background-color: #FFF; }
  #hwmcba-intro > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #cdde39;
    padding-top: 2em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #hwmcba-intro > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwmcba-intro > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwmcba-intro > div {
        padding-top: 1em; } }

#hwmcba-types {
  background-color: #FFF; }
  #hwmcba-types > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #ff7043;
    padding-bottom: 1em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #hwmcba-types > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwmcba-types > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwmcba-types > div {
        padding-top: 1em; } }
    #hwmcba-types > div #assess-boxes {
      text-align: justify;
      margin-top: 30px; }
      @media only screen and (max-width: 1279px) {
        #hwmcba-types > div #assess-boxes {
          margin-bottom: -3em; } }
      #hwmcba-types > div #assess-boxes:after {
        content: '';
        display: inline-block;
        width: 100%; }
      #hwmcba-types > div #assess-boxes .assess-box {
        width: 30%;
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 1279px) {
          #hwmcba-types > div #assess-boxes .assess-box {
            width: 100%;
            min-height: 50px;
            margin-bottom: 20px; } }
        @media only screen and (min-width: 1280px) and (max-width: 1799px) {
          #hwmcba-types > div #assess-boxes .assess-box {
            min-height: 340px; } }
        #hwmcba-types > div #assess-boxes .assess-box h4 {
          color: #757575;
          text-transform: capitalize;
          font-size: 1.3em;
          margin-bottom: 10px; }

#hwmcba-principles {
  background-color: #FFF; }
  #hwmcba-principles > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #80cb60; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #hwmcba-principles > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwmcba-principles > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwmcba-principles > div {
        padding-top: 1em; } }
    #hwmcba-principles > div:last-of-type {
      border-bottom: 4px solid #cdde39; }
    #hwmcba-principles > div ol li {
      padding: 0 0 20px 60px; }
      @media only screen and (min-width: 0px) and (max-width: 700px) {
        #hwmcba-principles > div ol li {
          padding: 60px 0 0px 0; } }
      #hwmcba-principles > div ol li:nth-of-type(1) {
        background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0007/325591/Coloured-numbers-01.png?v=0.1.1) left top no-repeat; }
      #hwmcba-principles > div ol li:nth-of-type(2) {
        background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0008/325574/Coloured-numbers-02.png?v=0.1.1) left top no-repeat; }
      #hwmcba-principles > div ol li:nth-of-type(3) {
        background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0006/325572/Coloured-numbers-03.png?v=0.1.1) left top no-repeat; }
      #hwmcba-principles > div ol li:nth-of-type(4) {
        background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0005/325580/Coloured-numbers-04.png?v=0.1.1) left top no-repeat; }
      #hwmcba-principles > div ol li:nth-of-type(5) {
        background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0006/325581/Coloured-numbers-05.png?v=0.1.1) left top no-repeat; }
      #hwmcba-principles > div ol li:nth-of-type(6) {
        background: url(https://parent.scsa.wa.edu.au/__data/assets/image/0008/325583/Coloured-numbers-06.png?v=0.1.1) left top no-repeat; }
      #hwmcba-principles > div ol li h4 {
        padding-top: 10px; }
    #hwmcba-principles > div #achievement-standards {
      background-color: #66bb6a;
      padding: 2em 1em 0em; }
      #hwmcba-principles > div #achievement-standards h3, #hwmcba-principles > div #achievement-standards p {
        color: #FFF; }
      #hwmcba-principles > div #achievement-standards .year-icons {
        text-align: justify; }
        #hwmcba-principles > div #achievement-standards .year-icons:after {
          content: '';
          display: inline-block;
          width: 100%; }
        #hwmcba-principles > div #achievement-standards .year-icons div {
          display: inline-block;
          padding: 1% 1% 0 1%;
          margin-bottom: 2%;
          width: 15%; }
          @media only screen and (min-width: 0px) and (max-width: 700px) {
            #hwmcba-principles > div #achievement-standards .year-icons div {
              width: 45%;
              margin-bottom: 4%; } }
          @media only screen and (min-width: 701px) and (max-width: 1279px) {
            #hwmcba-principles > div #achievement-standards .year-icons div {
              width: 30%; } }
          #hwmcba-principles > div #achievement-standards .year-icons div a {
            margin: 0;
            padding: 0;
            border-bottom: none; }
            #hwmcba-principles > div #achievement-standards .year-icons div a img {
              width: 100%;
              height: auto; }

#hwmcba-year1112 {
  background-color: #FFF; }
  #hwmcba-year1112 > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #hwmcba-year1112 > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwmcba-year1112 > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwmcba-year1112 > div {
        padding-top: 1em; } }
    #hwmcba-year1112 > div .courses {
      border: 1px solid #80CBC4;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 10px; }
      #hwmcba-year1112 > div .courses:last-of-type {
        margin-bottom: 20px; }
      #hwmcba-year1112 > div .courses div {
        padding: 20px 60px 20px 20px; }
      #hwmcba-year1112 > div .courses .acchead:hover, #hwmcba-year1112 > div .courses .acchead:focus {
        cursor: pointer; }
      #hwmcba-year1112 > div .courses .acchead span {
        display: inline-block;
        background-color: #80CBC4;
        border-radius: 15px;
        width: 30px;
        height: 30px;
        line-height: 32px;
        text-align: center;
        color: #FFF;
        float: right;
        margin-right: -50px; }
      #hwmcba-year1112 > div .courses .accbody {
        display: none;
        width: 100%;
        background-color: #FFF; }
        #hwmcba-year1112 > div .courses .accbody div {
          padding: 0px; }
        #hwmcba-year1112 > div .courses .accbody h4 {
          display: none; }
        #hwmcba-year1112 > div .courses .accbody ul {
          list-style: disc;
          margin-left: 20px;
          margin-bottom: 20px; }
      #hwmcba-year1112 > div .courses .opened {
        background-color: #80CBC4;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #hwmcba-year1112 > div .courses .opened span {
          transition: background-color 0.5s ease;
          background-color: #FFF !important;
          color: #80CBC4 !important; }

#hwmcba-looklike {
  background-color: #FFF; }
  #hwmcba-looklike > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 4px solid #ce93d8; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #hwmcba-looklike > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwmcba-looklike > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwmcba-looklike > div {
        padding-top: 1em; } }
    #hwmcba-looklike > div .courses {
      border: 1px solid #80CBC4;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 10px; }
      #hwmcba-looklike > div .courses:last-of-type {
        margin-bottom: 20px; }
      #hwmcba-looklike > div .courses div {
        padding: 20px 60px 20px 20px; }
      #hwmcba-looklike > div .courses .acchead:hover, #hwmcba-looklike > div .courses .acchead:focus {
        cursor: pointer; }
      #hwmcba-looklike > div .courses .acchead span {
        display: inline-block;
        background-color: #80CBC4;
        border-radius: 15px;
        width: 30px;
        height: 30px;
        line-height: 32px;
        text-align: center;
        color: #FFF;
        float: right;
        margin-right: -50px; }
      #hwmcba-looklike > div .courses .accbody {
        display: none;
        width: 100%;
        background-color: #FFF; }
        #hwmcba-looklike > div .courses .accbody div {
          padding: 0px; }
        #hwmcba-looklike > div .courses .accbody h4 {
          display: none; }
        #hwmcba-looklike > div .courses .accbody ul {
          list-style: disc;
          margin-left: 20px;
          margin-bottom: 20px; }
      #hwmcba-looklike > div .courses .opened {
        background-color: #80CBC4;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #hwmcba-looklike > div .courses .opened span {
          transition: background-color 0.5s ease;
          background-color: #FFF !important;
          color: #80CBC4 !important; }
    #hwmcba-looklike > div #assessment-tools {
      width: 100%;
      text-align: justify; }
      #hwmcba-looklike > div #assessment-tools:after {
        content: '';
        display: inline-block;
        width: 100%; }
      #hwmcba-looklike > div #assessment-tools .assess-box {
        display: inline-block;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 0px 20px;
        vertical-align: top;
        text-align: left;
        padding: 90px 0px 0px 0px; }
        @media only screen and (max-width: 1279px) {
          #hwmcba-looklike > div #assessment-tools .assess-box {
            width: 100%;
            margin-bottom: 20px;
            min-height: 80px; } }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(1) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0004/325561/Icon_01.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(2) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0006/325554/Icon_02.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(3) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0004/325534/Icon_04.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(4) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0011/325577/Icon_05.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(5) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0010/325549/Icon_06.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(6) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0005/325589/Icon_03.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(7) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0004/325570/Icon_07.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(8) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0009/325566/Icon_08.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(9) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0004/325561/Icon_01.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(10) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0006/325554/Icon_02.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(11) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0004/325534/Icon_04.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(12) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0011/325577/Icon_05.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(13) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0010/325549/Icon_06.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(14) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0005/325589/Icon_03.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(15) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0004/325570/Icon_07.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box:nth-of-type(16) {
          background-image: url(https://parent.scsa.wa.edu.au/__data/assets/image/0009/325566/Icon_08.png?v=0.1.1); }
        #hwmcba-looklike > div #assessment-tools .assess-box h4 {
          font-family: 'Open Sans', Arial;
          font-weight: bold;
          font-size: 1em;
          width: 100%;
          color: #757575;
          text-transform: uppercase; }
    #hwmcba-looklike > div #achievement-standards {
      background-color: #66bb6a;
      padding: 2em 1em 0em; }
      #hwmcba-looklike > div #achievement-standards h3, #hwmcba-looklike > div #achievement-standards p {
        color: #FFF; }
      #hwmcba-looklike > div #achievement-standards .year-icons {
        text-align: justify; }
        #hwmcba-looklike > div #achievement-standards .year-icons:after {
          content: '';
          display: inline-block;
          width: 100%; }
        #hwmcba-looklike > div #achievement-standards .year-icons div {
          display: inline-block;
          padding: 1% 1% 0 1%;
          margin-bottom: 2%;
          width: 15%; }
          @media only screen and (min-width: 0px) and (max-width: 700px) {
            #hwmcba-looklike > div #achievement-standards .year-icons div {
              width: 45%;
              margin-bottom: 4%; } }
          @media only screen and (min-width: 701px) and (max-width: 1279px) {
            #hwmcba-looklike > div #achievement-standards .year-icons div {
              width: 30%; } }
          #hwmcba-looklike > div #achievement-standards .year-icons div a {
            margin: 0;
            padding: 0;
            border-bottom: none; }
            #hwmcba-looklike > div #achievement-standards .year-icons div a img {
              width: 100%;
              height: auto; }

/*-- End How will my child be assessed elements --*/
/*-- Start How will I know where my child is at? elements --*/
#hwikwmcia-head {
  background-color: #FFF; }
  #hwikwmcia-head > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #ff7043;
    padding-top: 2em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #hwikwmcia-head > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwikwmcia-head > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwikwmcia-head > div {
        padding-top: 1em; } }

#hwikwmcia-feedback {
  background-color: #FFF; }
  #hwikwmcia-feedback > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 1em;
    border-bottom: none; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #hwikwmcia-feedback > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwikwmcia-feedback > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwikwmcia-feedback > div {
        padding-top: 1em; } }
        
        


#hwikwmcia-report {
  background-color: #FFF; }
  #hwikwmcia-report > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    padding-top: 2em;
    border-bottom: 4px solid #ce93d8; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #hwikwmcia-report > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwikwmcia-report > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwikwmcia-report > div {
        padding-top: 1em; } }
    #hwikwmcia-report > div .courses {
      border: 1px solid #80CBC4;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 10px; }
      #hwikwmcia-report > div .courses:last-of-type {
        margin-bottom: 20px; }
      #hwikwmcia-report > div .courses div {
        padding: 20px 60px 20px 20px; }
      #hwikwmcia-report > div .courses .acchead:hover, #hwikwmcia-report > div .courses .acchead:focus {
        cursor: pointer; }
      #hwikwmcia-report > div .courses .acchead span {
        display: inline-block;
        background-color: #80CBC4;
        border-radius: 15px;
        width: 30px;
        height: 30px;
        line-height: 32px;
        text-align: center;
        color: #FFF;
        float: right;
        margin-right: -50px; }
      #hwikwmcia-report > div .courses .accbody {
        display: none;
        width: 100%;
        background-color: #FFF; }
        #hwikwmcia-report > div .courses .accbody div {
          padding: 0px; }
        #hwikwmcia-report > div .courses .accbody h4 {
          display: none; }
        #hwikwmcia-report > div .courses .accbody ul {
          list-style: disc;
          margin-left: 20px;
          margin-bottom: 20px; }
      #hwikwmcia-report > div .courses .opened {
        background-color: #80CBC4;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #hwikwmcia-report > div .courses .opened span {
          transition: background-color 0.5s ease;
          background-color: #FFF !important;
          color: #80CBC4 !important; }

#hwikwmcia-requirements {
  background-color: #FFF; }
  #hwikwmcia-requirements > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #ce93d8; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #hwikwmcia-requirements > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwikwmcia-requirements > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwikwmcia-requirements > div {
        padding-top: 1em; } }

#hwikwmcia-contain {
  background-color: #FFF; }
  #hwikwmcia-contain > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #hwikwmcia-contain > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwikwmcia-contain > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #hwikwmcia-contain > div {
        padding-top: 1em; } }

/*-- End How will I know where my child is at? elements --*/

/*-- Start How can I help my Year 12? elements --*/

#Year12-finishing {
  background-color: #FFF; }
  #Year12-finishing > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 1em;
    border-bottom: 4px solid #66bb6a; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #Year12-finishing > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #Year12-finishing > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #Year12-finishing > div {
        padding-top: 1em; } }
        
        
        
#Year12-effective {
  background-color: #FFF; }
  #Year12-effective > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #ce93d8; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #Year12-effective > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #Year12-effective > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #Year12-effective > div {
        padding-top: 1em; } }
    #Year12-effective > div .courses {
      border: 1px solid #80CBC4;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 10px; }
      #Year12-effective > div .courses:last-of-type {
        margin-bottom: 20px; }
      #Year12-effective > div .courses div {
        padding: 20px 60px 20px 20px; }
      #Year12-effective > div .courses .acchead:hover, #Year12-effective > div .courses .acchead:focus {
        cursor: pointer; }
      #Year12-effective > div .courses .acchead span {
        display: inline-block;
        background-color: #80CBC4;
        border-radius: 15px;
        width: 30px;
        height: 30px;
        line-height: 32px;
        text-align: center;
        color: #FFF;
        float: right;
        margin-right: -50px; }
      #Year12-effective > div .courses .accbody {
        display: none;
        width: 100%;
        background-color: #FFF; }
        #Year12-effective > div .courses .accbody div {
          padding: 0px; }
        #Year12-effective > div .courses .accbody h4 {
          display: none; }
        #Year12-effective > div .courses .accbody ul {
          list-style: disc;
          margin-left: 20px;
          margin-bottom: 20px; }
      #Year12-effective > div .courses .opened {
        background-color: #80CBC4;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        #Year12-effective > div .courses .opened span {
          transition: background-color 0.5s ease;
          background-color: #FFF !important;
          color: #80CBC4 !important; }

#Year12-dealing {
  background-color: #FFF; }
  #Year12-dealing > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    border-bottom: 4px solid #ce93d8; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #Year12-dealing > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #Year12-dealing > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #Year12-dealing > div {
        padding-top: 1em; } }

#Year12-managing {
  background-color: #FFF; }
  #Year12-managing > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #Year12-managing > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #Year12-managing > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #Year12-managing > div {
        padding-top: 1em; } }

/*-- End How can I help my Year 12? elements --*/

/*-- Start Contacts elements --*/
#contacts {
  background-color: #FFF; }
  #contacts > div {
    margin: 0 3em 3em 3em;
    padding-bottom: 2em;
    padding-bottom: 1em;
    padding-top: 2em; }
    @media only screen and (min-width: 701px) and (max-width: 1279px) {
      #contacts > div {
        margin: 0 1em 1em 1em;
        padding-bottom: 1em; } }
    @media only screen and (min-width: 0px) and (max-width: 700px) {
      #contacts > div {
        margin: 0 0.5em 0.5em 0.5em;
        padding-bottom: 0.5em; } }
    @media only screen and (max-width: 1279px) {
      #contacts > div {
        padding-top: 1em; } }
    #contacts > div:first-of-type {
      padding-bottom: 3em;
      margin-bottom: 2em;
      border-bottom: 4px solid #80CBC4; }
      @media only screen and (max-width: 1279px) {
        #contacts > div:first-of-type {
          padding-bottom: 1em;
          margin-bottom: 0em; } }

.popups {
  padding: 30px; }
  .popups .courses {
    border: 1px solid #80CBC4;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px; }
    .popups .courses:last-of-type {
      margin-bottom: 20px; }
    .popups .courses div {
      padding: 20px 60px 20px 20px; }
    .popups .courses .acchead:hover, .popups .courses .acchead:focus {
      cursor: pointer; }
    .popups .courses .acchead span {
      display: inline-block;
      background-color: #80CBC4;
      border-radius: 15px;
      width: 30px;
      height: 30px;
      line-height: 32px;
      text-align: center;
      color: #FFF;
      float: right;
      margin-right: -50px; }
    .popups .courses .accbody {
      display: none;
      width: 100%;
      background-color: #FFF; }
      .popups .courses .accbody div {
        padding: 0px; }
      .popups .courses .accbody h4 {
        display: none; }
      .popups .courses .accbody ul {
        list-style: disc;
        margin-left: 20px;
        margin-bottom: 20px; }
    .popups .courses .opened {
      background-color: #80CBC4;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .popups .courses .opened span {
        transition: background-color 0.5s ease;
        background-color: #FFF !important;
        color: #80CBC4 !important; }

/*-- End Contacts elements --*/
/*-- Print styles --*/
@media print {
  html, body {
    height: 110%;
    margin: 0px 0px 0px 0px; }

  .sidebar, #header-container, #nav-container, #footer-container {
    display: none; }

  .wrapper {
    width: 100%; }

  .page #main {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  h1, h2, h3, h4, p, li {
    color: #000; }

  .courses {
    border: none !important;
    overflow: auto; }
    .courses div {
      padding: 0px !important; }
    .courses div:first-child {
      color: #000;
      font-weight: bold; }
      .courses div:first-child span {
        display: none; }
    .courses div:last-child {
      display: block !important; }

  .embed-container {
    display: none; }

  #nav-container, .dropdown, .stickynav, #reslinks {
    display: none; }

  #home-content {
    background-color: none;
    min-height: 0px;
    padding: 0px; }
    #home-content #home-head-cont {
      width: 100%;
      padding: 0; }
      #home-content #home-head-cont h1, #home-content #home-head-cont p {
        color: #000; }
    #home-content #school, #home-content #kidsdog {
      display: none; }

  #home-sections {
    min-height: 0px;
    background: none;
    padding: 0px; }
    #home-sections #planetrail {
      display: none; }
    #home-sections .pagecont {
      width: 100%;
      position: relative; }
    #home-sections #page1cont, #home-sections #page2cont, #home-sections #page3cont {
      left: auto;
      top: auto;
      padding: 0px;
      background: none; }

  #home-additional {
    min-height: 0px;
    background-color: transparent;
    padding: 0px; }
    #home-additional .additionals {
      width: 100%;
      margin: 0px;
      display: block; }
      #home-additional .additionals:first-child {
        margin-left: 0px !important; }
      #home-additional .additionals:last-child {
        display: none; }

  #wwmcl-intro {
    background-color: transparent;
    padding: 0px; }
    #wwmcl-intro #wwmcl-intro-left {
      float: none;
      width: 100%;
      padding: 0; }
    #wwmcl-intro #wwmcl-intro-right {
      display: none; }

  #wwmcl-about {
    padding: 0px; }
    #wwmcl-about #wwmcl-about-left {
      display: none; }
    #wwmcl-about #wwmcl-about-right {
      float: none;
      width: 100%;
      padding: 0; }
    #wwmcl-about #wwmcl-about-feature .feature-box {
      width: 100%;
      height: auto;
      display: block;
      background-color: transparent;
      text-indent: 0px; }

  #wwmcl-how {
    padding: 0px;
    background-color: transparent; }
    #wwmcl-how .syllabuses {
      border-bottom: none;
      margin-bottom: 10px; }
      #wwmcl-how .syllabuses h4 span {
        display: none; }
      #wwmcl-how .syllabuses div:last-child {
        display: block;
        margin-left: 0px; }
    #wwmcl-how .year-icons {
      text-align: center; }
      #wwmcl-how .year-icons div {
        display: inline-block; }

  #wwmcl-work {
    padding: 0px; }

  #wwmcl-disabilityk10, #wwmcl-disability1112, #wwmcl-homeschool {
    background: none;
    min-height: 0px;
    padding: 0px; }
    #wwmcl-disabilityk10 p, #wwmcl-disabilityk10 ul, #wwmcl-disability1112 p, #wwmcl-disability1112 ul, #wwmcl-homeschool p, #wwmcl-homeschool ul {
      padding-right: 0px; }

  #hwmcba-intro {
    background-color: transparent;
    min-height: 0px;
    padding: 0; }
    #hwmcba-intro #intro-cont {
      padding: 0px; }
      #hwmcba-intro #intro-cont h1, #hwmcba-intro #intro-cont p {
        color: #000;
        width: 100%; }
    #hwmcba-intro #green-grass, #hwmcba-intro #girl-cat, #hwmcba-intro #school-tree {
      display: none; }

  #hwmcba-types {
    background-color: transparent;
    min-height: 0px;
    padding: 0px; }
    #hwmcba-types h2, #hwmcba-types p {
      color: #000;
      width: 100%; }
    #hwmcba-types #assess-boxes {
      text-align: left;
      margin-top: 0px; }
      #hwmcba-types #assess-boxes .assess-box {
        width: 100%;
        display: block;
        min-height: 0px;
        background-color: transparent !important; }
        #hwmcba-types #assess-boxes .assess-box h4 {
          color: #000;
          height: auto;
          line-height: 1em;
          text-align: left; }

  #hwmcba-principles {
    padding: 0px; }
    #hwmcba-principles ol {
      list-style: decimal; }
      #hwmcba-principles ol li {
        background: none;
        padding: 0px;
        margin-left: 20px; }

  #hwmcba-looklike {
    background-color: transparent;
    padding: 0px; }
    #hwmcba-looklike #classroom-teacher {
      display: none; }
    #hwmcba-looklike #lookalike-head {
      width: 100%;
      padding: 0px; }
    #hwmcba-looklike #assessment-tools {
      width: 100%;
      background-color: transparent;
      text-align: left;
      padding: 0px; }
      #hwmcba-looklike #assessment-tools .assess-box {
        display: block;
        width: 100%;
        margin-bottom: 0px;
        vertical-align: top;
        min-height: 0px;
        text-align: left;
        padding: 0px;
        background-image: none; }
        #hwmcba-looklike #assessment-tools .assess-box h4 {
          color: #000; }

  #hwikwmcia-head {
    background-color: transparent;
    min-height: 0px;
    padding: 0px; }
    #hwikwmcia-head #head-cont {
      padding: 0px;
      width: 100%; }
    #hwikwmcia-head #green-grass, #hwikwmcia-head #plane, #hwikwmcia-head #people-school, #hwikwmcia-head #bird {
      display: none; }

  #hwikwmcia-feedback, #hwikwmcia-report {
    background-color: transparent;
    padding: 0px; }
    #hwikwmcia-feedback h3, #hwikwmcia-feedback p, #hwikwmcia-report h3, #hwikwmcia-report p {
      color: #000; }

  #contacts h1, #contacts h2, #contacts h3 {
    padding: 0px; }
  #contacts h3:last-of-type {
    padding: 0px; }
  #contacts div {
    padding: 0px; } }

/*# sourceMappingURL=content.css.map */


