@font-face {
  font-family: "NexaBold";
  src: url("font/Nexa_Bold-webfont.eot?") format("eot"), url("font/Nexa_Bold-webfont.woff2") format("woff2"), url("font/Nexa_Bold-webfont.woff") format("woff"), url("font/Nexa_Bold-webfont.ttf") format("truetype"), url("font/Nexa_Bold-webfont.svg#NexaBold") format("svg"); }
html, body {
  margin: 0px;
  padding: 0px;
  font-family: "Oxygen";
  text-transform: uppercase; }

* {
  position: relative; }

ul {
  list-style: none;
  padding: 0px;
  margin: 0px; }

a {
  cursor: pointer;
  transition: background-color 0.1s;
  color: inherit; }

h1, h2, h3 {
  margin: 0px;
  font-family: "NexaBold";
  margin-bottom: 15px; }

h2 {
  font-size: 21px; }

h3 {
  color: #e51f2b;
  font-size: 21px; }
  h3.subtitle {
    color: #666; }

h4 {
  font-size: 16px;
  margin-bottom: 0px; }

body p {
  text-transform: none;
  font-size: 14px; }

em {
  text-transform: none;
  font-size: 14px; }

.wrap {
  width: 1000px;
  margin: auto; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clearfix {
  clear: both;
  float: none !important; }

header {
  background: url("img/teachers/TrackSafeHeaderBackground.png");
  height: 175px;
  margin-bottom: 65px; }
  header .float-right {
    margin-top: 20px; }
    header .float-right > * {
      display: inline-block;
      vertical-align: top; }
    header .float-right .landing-page-link {
      background: #fcb813;
      padding: 5px 15px;
      margin-right: 15px;
      border-radius: 5px;
      top: -2px;
      text-decoration: none;
      text-transform: none; }
      header .float-right .landing-page-link:hover {
        background: #ffd042; }
    header .float-right > .header-button, header .float-right > .logout {
      border-radius: 4px;
      border: none;
      background-color: #e51f2b;
      color: white;
      font-size: 14px;
      padding: 5px 15px 7px;
      text-decoration: none;
      margin-left: 10px;
      cursor: pointer;
      transition: 0.1s; }
      header .float-right > .header-button:hover, header .float-right > .logout:hover {
        background-color: #ff535d; }
    header .float-right form input {
      font-size: 14px;
      padding: 5px 10px;
      float: left;
      border: 1px solid #ccc; }
    header .float-right form button {
      height: 29px;
      padding: 0px 10px;
      float: left;
      background: #fcb813;
      border: 0px;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      cursor: pointer;
      transition: 0.1s; }
      header .float-right form button:hover {
        background-color: #ffd042; }
  header .page-head {
    margin-top: 20px;
    background-position: right; }
    header .page-head img {
      display: block; }

nav {
  float: left; }
  nav > ul {
    z-index: 999; }
    nav > ul > li {
      float: left;
      background-color: #e51f2b; }
      nav > ul > li:nth-of-type(2) {
        background-color: #3db14d; }
        nav > ul > li:nth-of-type(2) a:hover {
          background-color: #5ddf6f; }
      nav > ul > li:nth-of-type(3) {
        background-color: #b3258d; }
        nav > ul > li:nth-of-type(3) a:hover {
          background-color: #db3db1; }
      nav > ul > li:nth-of-type(4) {
        background-color: #1cadea; }
        nav > ul > li:nth-of-type(4) a:hover {
          background-color: #52c5f6; }
      nav > ul > li.home a {
        padding: 0px 25px;
        height: 50px; }
        nav > ul > li.home a img {
          top: 9px; }
      nav > ul > li a {
        background-color: inherit;
        padding: 14px 25px 16px;
        color: white;
        display: block;
        text-decoration: none; }
        nav > ul > li a i {
          display: none;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 0 10px 10px 10px;
          position: absolute;
          border-color: transparent transparent #ffffff transparent;
          bottom: 0px;
          left: 0px;
          left: 50%;
          transform: translateX(-50%); }
        nav > ul > li a.active i {
          display: block; }
      nav > ul > li ul {
        display: none;
        position: absolute;
        top: 50px;
        left: 0px;
        z-index: 2;
        background-color: inherit;
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3); }
        nav > ul > li ul li {
          width: 200px; }
        nav > ul > li ul a {
          text-transform: none;
          font-size: 14px; }

aside {
  width: 280px;
  float: left;
  background-color: #f3f3f4;
  padding: 20px; }
  aside form.wpcf7-form {
    border: #e51f2b; }
    aside form.wpcf7-form input[type="submit"] {
      background: #e51f2b;
      font-size: 14px; }
  aside .student-primary {
    display: block;
    background-image: url("img/teachers/WebButtons-02.jpg");
    color: white;
    background-size: cover;
    height: 101px;
    margin-bottom: 20px;
    text-decoration: none;
	width:49%;}
  aside .student-high {
   display: block;
    background-image: url(img/teachers/WebButtons-03.jpg);
    color: white;
    background-size: cover;
    height: 101px;
    margin-bottom: 20px;
    text-decoration: none;
    width: calc(49% - 20px);
    margin-left: 2%;
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px;}
  aside .student-link {
    display: block;
    background-image: url("img/teachers/TrackSafeBOSSlink.png");
    color: white;
    background-size: cover;
    height: 101px;
    margin-bottom: 20px;
    text-decoration: none; }
    aside .student-link span {
      font-family: "NexaBold";
      padding: 15px;
      display: block;
      font-size: 25px; }
  aside form {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 15px;
    overflow: auto;
    margin-bottom: 20px; }
    aside form input {
      font-size: 14px;
      padding: 5px 10px;
      border: 1px solid #ccc;
      box-sizing: border-box;
      width: 100%;
      margin-bottom: -1px; }
    aside form p {
      margin: 0px;
      margin-bottom: 15px; }
    aside form button {
      background-color: #e51f2b;
      color: white;
      float: right;
      padding: 5px 10px;
      border-radius: 4px;
      font-size: 14px;
      border: none;
      margin-top: 15px;
      transition: 0.1s;
      cursor: pointer; }
      aside form button:hover {
        background-color: #ff535d; }

footer {
  background: #ECECED;
  margin-top: 30px;
  padding-bottom: 50px; }
  footer nav > ul > li {
    border-top: 6px solid #e51f2b;
    background: transparent; }
    footer nav > ul > li:nth-of-type(2) {
      background: transparent;
      border-top: 6px solid #3db14d; }
      footer nav > ul > li:nth-of-type(2) li {
        background: #3db14d; }
        footer nav > ul > li:nth-of-type(2) li a {
          color: white; }
    footer nav > ul > li:nth-of-type(3) {
      background: transparent;
      border-top: 6px solid #b3258d; }
      footer nav > ul > li:nth-of-type(3) li {
        background: #b3258d; }
        footer nav > ul > li:nth-of-type(3) li a {
          color: white; }
    footer nav > ul > li:nth-of-type(4) {
      background: transparent;
      border-top: 6px solid #1cadea; }
      footer nav > ul > li:nth-of-type(4) li {
        background: #1cadea; }
        footer nav > ul > li:nth-of-type(4) li a {
          color: white; }
    footer nav > ul > li a {
      color: #444; }
    footer nav > ul > li ul {
      bottom: 50px;
      top: auto; }
  footer * {
    text-transform: none;
    font-size: 14px; }
  footer .float-left {
    width: 40%; }
    footer .float-left img {
      top: 17px; }
  footer .float-right {
    width: 60%;
    text-align: right;
    margin-top: 28px; }
    footer .float-right a {
      margin-left: 10px;
      text-decoration: underline; }
    footer .float-right div span {
      font-size: 10px; }
    footer .float-right img {
      top: 10px; }

.textinput, form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea, .modal.register-modal > div > div input[type="text"], .modal.register-modal > div > div input[type="password"] {
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
  resize: none; }

.content {
  margin-top: 20px; }
  .content.home-page {
    margin-top: 30px; }
  .content h2 {
    color: #e51f2b;
    border-bottom: 1px solid #e51f2b;
    padding-bottom: 10px; }
  .content .content-banner {
    width: 100%;
    display: block; }

.main-top {
  margin-top: 30px; }
  .main-top .top-right-menu {
     }
    .main-top .top-right-menu > a {
      background-color: #e51f2b;
      color: white;
      width: 33%;
      float: left;
      font-size: 10px;
      text-align: center;
      padding: 5px 0px;
      margin-bottom: 10px;
      text-decoration: none;
	  min-height: 24px; }
      .main-top .top-right-menu > a:hover {
        background-color: #ff535d; }
    .main-top .top-right-menu ul li {
      float: left;
      margin-right: 5px; }
      .main-top .top-right-menu ul li a {
        display: block; }
    .main-top .top-right-menu span {
      font-size: 15px;
      color: #444;
      top: 2px; }

.third {
  float: left;
  width: 320px;
  margin-right: 20px; }
  .third:nth-of-type(3) {
    margin-right: 0px; }
  .third.content-bottom {
    padding-bottom: 250px; }
  .third .bottom-content {
    border: 4px solid white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden; }
    .third .bottom-content ul li a {
      text-decoration: none; }
    .third .bottom-content ul li span {
      position: absolute;
      bottom: 0px;
      left: 0px;
      padding: 10px;
      width: 100%;
      box-sizing: border-box;
      background-color: rgba(0, 0, 0, 0.5);
      color: white;
      z-index: 2; }

.half {
  float: left;
  width: 480px;
  margin-right: 20px; }
  .half:nth-of-type(2) {
    margin-right: 0px; }

.two-thirds {
  float: left;
  width: 660px;
  margin-right: 20px; }
  .two-thirds.two-thirds-right {
    margin-right: 0px;
    margin-left: 20px; }
  .two-thirds .PageTitle {
    text-transform: none;
    margin-bottom: 15px; }
  .two-thirds .image-text {
    display: block; }
    .two-thirds .image-text img {
      width: 120px; }
    .two-thirds .image-text > div {
      width: 510px; }
  .two-thirds > ul, .two-thirds > ol {
    padding-left: 20px;
    text-transform: none;
    list-style: initial;
    font-size: 14px;
    margin-bottom: 20px; }
    .two-thirds > ul > li, .two-thirds > ol > li {
      margin-bottom: 5px; }
  .two-thirds .textContent > ul, .two-thirds .textContent > ol {
    padding-left: 20px;
    text-transform: none;
    list-style: initial;
    font-size: 14px;
    margin-bottom: 20px; }
    .two-thirds .textContent > ul > li, .two-thirds .textContent > ol > li {
      margin-bottom: 5px; }

.half-width {
  width: 48%;
  margin-right: 2%; }
  .half-width:nth-of-type(2n) {
    margin-right: 0px; }

.text-content h3, ul.default h3 {
  font-size: 17px; }
.text-content *, ul.default * {
  text-transform: none;
  font-size: 14px; }
.text-content ul, ul.default ul {
  padding-left: 20px;
  list-style: disc; }
.text-content ol, ul.default ol {
  padding-left: 20px; }
.text-content li, ul.default li {
  text-transform: none;
  font-size: 14px;
  margin-bottom: 5px; }

.home header {
  height: 415px;
  margin-bottom: 0px; }
.home .home-slider {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .home .home-slider > img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99; }
  .home .home-slider > div {
    float: right;
    width: 674px;
    opacity: 0; }

.bx-pager {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3; }
  .bx-pager > div {
    float: left;
    margin: 0px 3px; }
    .bx-pager > div a {
      text-indent: -9999px;
      background-color: #999;
      border-radius: 50%;
      display: block;
      width: 10px;
      height: 10px;
      transition: 0.3s; }
      .bx-pager > div a.active {
        background-color: white; }

.news-list ul li a {
  display: block;
  overflow: auto;
  margin-bottom: 15px;
  color: inherit; }
.news-list ul li a > img {
  float: left;
  width: 50px;
  height: auto; }
.news-list ul li a > div {
  float: left;
  margin-left: 15px;
  width: 255px; }
  .news-list ul li a > div h4 {
    margin-top: 0px;
    margin-bottom: 5px; }
  .news-list ul li a > div p {
    margin: 0px;
    font-size: 14px; }
  .news-list ul li a > div span {
    display: inline-block;
    font-size: 14px;
    margin: 0px;
    color: #e51f2b; }

#ni-breadcrumbs {
  margin-bottom: 20px; }
  #ni-breadcrumbs span span {
    text-transform: none; }
  #ni-breadcrumbs span a {
    text-decoration: none;
    color: #999;
    font-size: 14px; }

.media-gallery {
  list-style-type: none; }
  .media-gallery li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
    width: 148px;
    height: 148px;
    position: relative;
    background-color: #3db14d;
    border: 4px solid #3db14d;
    margin-bottom: 20px !important; }
    .media-gallery li .decoration-top {
      position: absolute;
      top: -13px;
      left: -18px;
      width: 100px;
      z-index: 2; }
    .media-gallery li a {
      position: relative;
      width: 148px;
      height: 148px;
      overflow: hidden;
      display: block; }
      .media-gallery li a img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1; }
        .media-gallery li a img.portrait {
          width: 100%;
          height: auto; }

.select-school-big, .outcome-button-large {
  float: left;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  height: 150px;
  background-size: auto;
  background: #3db14d;
  font-size: 26px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 55% auto;
  transition: 0.2s; }
  .select-school-big:hover, .outcome-button-large:hover {
    background-size: 60% auto; }
  .select-school-big:nth-of-type(2), .outcome-button-large:nth-of-type(2) {
    background-color: #b3258d; }
  .select-school-big:nth-of-type(3), .outcome-button-large:nth-of-type(3) {
    background-color: #1cadea; }
  .select-school-big span, .outcome-button-large span {
    position: absolute;
    padding: 15px;
    top: 0px;
    left: 0px;
    font-family: "NexaBold";
    color: white;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3); }

.two-thirds .resource-centre-tabs {
  overflow: auto;
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .two-thirds .resource-centre-tabs li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-right: -1px;
    margin-bottom: 0px; }
    .two-thirds .resource-centre-tabs li a {
      padding: 10px 20px;
      border: 1px solid #ccc;
      background: #f1f1f1;
      transition: 0.2s;
      display: block; }
      .two-thirds .resource-centre-tabs li a.selected {
        border-bottom: 1px solid white;
        background: white;
        color: #e51f2b; }

.teachers-saying {
  padding-top: 30px; }
  .teachers-saying ul {
    width: 640px; }
    .teachers-saying ul li {
      left: 0;
      text-align: center;
      list-style: none; }
      .teachers-saying ul li i:nth-of-type(1) {
        position: absolute;
        top: 5px;
        left: 0;
        color: #1cadea;
        font-size: 30px; }
      .teachers-saying ul li i:nth-of-type(2) {
        display: inline-block;
        color: #1cadea;
        font-size: 30px; }
      .teachers-saying ul li span {
        position: relative;
        display: inline-block;
        width: 580px;
        padding: 0px 10px;
        box-sizing: border-box;
        margin-left: -10px;
        font-size: 16px; }
      .teachers-saying ul li em {
        display: block;
        margin: 0 auto; }

.student-work {
  overflow: hidden;
  margin-bottom: 20px; }
  .student-work a {
    color: blue; }
    .student-work a.more {
      float: right;
      margin: 5px 0; }
  .student-work ul {
    margin: 0;
    padding: 0;
    width: 660px; }
    .student-work ul li {
      display: inline-block;
      margin-right: 31px;
      padding: 5px;
      background-color: #1cadea; }
      .student-work ul li:last-child {
        margin-right: 0; }
      .student-work ul li a {
        position: relative;
        width: 187px;
        height: 187px;
        overflow: hidden;
        display: block;
        float: none; }
        .student-work ul li a img {
          position: absolute;
          left: 50%;
          top: 50%;
          height: 100%;
          width: auto;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: 1; }
          .student-work ul li a img.portrait {
            width: 100%;
            height: auto; }

.two-thirds .resource-centre-tab-content {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
  display: none;
  margin-bottom: 35px; }
  .two-thirds .resource-centre-tab-content.visible {
    display: block; }
  .two-thirds .resource-centre-tab-content p:first-child {
    margin-top: 0px; }

.tab-content {
  display: none; }

.unit-tabs {
  margin-bottom: 20px;
  overflow: auto;
  padding: 0px !important;
  list-style: none !important; }
  .unit-tabs li {
    width: 33%;
    float: left;
    margin-right: -1px; }
    .unit-tabs li a {
      display: block;
      text-align: center;
      border: 1px solid #ccc;
      padding: 10px 0px;
      transition: 0.1s;
      background-color: #f1f1f1; }
      .unit-tabs li a.active {
        border-bottom: 0px;
        background-color: white; }

.resources-list li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  margin-top: 15px; }
  .resources-list li > img {
    width: 70px;
    float: left; }
  .resources-list li > div {
    width: 230px;
    float: left;
    margin-left: 15px; }
    .resources-list li > div h4 {
      margin: 0px;
      color: #e51f2b; }
    .resources-list li > div p {
      margin-top: 0px; }
    .resources-list li > div a {
      text-transform: none;
      display: block;
      font-size: 14px;
      text-decoration: none;
      background: #3db14d;
      color: white;
      padding: 8px 15px; }
      .resources-list li > div a:hover {
        background: #5ddf6f; }
      .resources-list li > div a:nth-of-type(2) {
        background: #b3258d; }
        .resources-list li > div a:nth-of-type(2):hover {
          background: #db3db1; }
      .resources-list li > div a i {
        margin-right: 3px; }

.individual-lesson {
  overflow: auto;
  padding-bottom: 10px; }
  .individual-lesson span.lessonBlurb {
    text-transform: none;
    display: block; }
  .individual-lesson h2 {
    color: #e51f2b;
    padding-bottom: 10px;
    display: initial;
    border: none;
    font-size: 26px; }
  .individual-lesson .downloadIndividualLesson {
    text-transform: none;
    font-size: 14px;
    text-decoration: none;
    background: #3db14d;
    color: white;
    padding: 8px 15px;
    display: block;
    margin-top: -4px;
    width: 160px;
    margin-top: 20px;
    margin-bottom: 10px; }
  .individual-lesson .clear-lesson-title {
    display: block;
    clear: both;
    border-top: 1px solid #e51f2b;
    margin: 10px 0; }
  .individual-lesson .individual-lesson-listing {
    padding: 0px;
    list-style: none;
    overflow: visible; }
    .individual-lesson .individual-lesson-listing > li {
      width: 18%; }
    .individual-lesson .individual-lesson-listing > li:first-child {
      background-image: none;
      height: 170px;
      background-size: cover; }
    .individual-lesson .individual-lesson-listing li {
      transition: 0.2s;
      opacity: 1;
      background-size: 100% auto;
      background-position: center;
      margin-top: 10px; }
      .individual-lesson .individual-lesson-listing li .link {
        background-repeat: no-repeat;
        background-size: cover; }
      .individual-lesson .individual-lesson-listing li.paragraph {
        border: none;
        width: 390px;
        box-sizing: border-box;
        height: auto;
        vertical-align: top; }
        .individual-lesson .individual-lesson-listing li.paragraph p {
          margin: 0; }
      .individual-lesson .individual-lesson-listing li:hover {
        opacity: 0.8;
        background-size: 105% auto; }
    .individual-lesson .individual-lesson-listing ul.resourceListContainer {
      border: none;
      width: 100%;
      box-sizing: border-box;
      display: block;
      position: relative; }
    .individual-lesson .individual-lesson-listing ul.resourceListContainer > li {
      background-size: cover;
      background-repeat: no-repeat;
      width: 100px;
      vertical-align: top; }
      .individual-lesson .individual-lesson-listing ul.resourceListContainer > li > a {
        height: 160px;
        border: 1px solid #ccc; }
      .individual-lesson .individual-lesson-listing ul.resourceListContainer > li span.resourceBlurb, .individual-lesson .individual-lesson-listing ul.resourceListContainer > li span.resourceBlurb p {
        display: inline-block;
        font-size: 12px;
        background: #ffffff;
        word-wrap: break-word;
        width: 100%;
        display: block;
        padding-top: 5px; }
  .individual-lesson h4 {
    text-transform: none;
    margin-top: 0px;
    margin-right: 20px; }
  .individual-lesson li {
    width: 28%;
    margin-bottom: -1px;
    margin-right: 20px;
    display: inline-block; }
    .individual-lesson li a {
      display: block;
      text-transform: none;
      text-decoration: none;
      position: relative;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-size: cover; }
      .individual-lesson li a img {
        display: block;
        margin: auto;
        width: 100%; }
      .individual-lesson li a span {
        display: block;
        color: #444;
        text-align: left;
        margin-top: 5px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 10px 5px;
        box-sizing: border-box;
        color: white; }

.news-page ul {
  overflow: auto;
  width: 100%; }
.news-page li {
  overflow: auto;
  margin-bottom: 30px; }
  .news-page li a {
    display: block;
    color: inherit; }
  .news-page li span {
    color: #e51f2b;
    margin: 0px;
    text-transform: none; }
.news-page img {
  float: left;
  width: 170px;
  margin-right: 30px;
  height: auto; }
.news-page div.content {
  float: left;
  width: 440px;
  padding-right: 20px; }
.news-page p {
  margin: 10px 0px 0px; }

.single-post h3 {
  float: left;
  width: 500px;
  font-size: 25px; }
.single-post #ni-breadcrumbs {
  margin-left: 0px; }
.single-post .date {
  float: right;
  width: 160px;
  text-align: right;
  text-transform: none; }
.single-post .attachment-post-thumbnail {
  float: left;
  width: 150px;
  height: auto; }
.single-post > div {
  float: left;
  width: 480px;
  margin-left: 30px; }

hr {
  clear: both;
  display: block;
  width: 100%;
  border: 0px;
  border-top: 1px solid #b3258d;
  padding-bottom: 20px; }

.pagination {
  float: right; }
  .pagination * {
    display: inline-block;
    background-color: #1cadea;
    color: white;
    font-size: 18px;
    padding: 3px 10px 7px;
    border-radius: 50%;
    margin: 0px 3px;
    text-decoration: none;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    text-align: center; }
    .pagination *.current {
      background-color: #b3258d; }

p .alignright {
  float: right;
  margin: 15px;
  margin-right: 0px; }
p .alignleft {
  float: left;
  margin: 15px;
  margin-left: 0px; }

.accordion h3 {
  font-size: 13px;
  color: #000;
  margin-bottom: -10px;
  padding: 0;
  margin-top: 16px; }
.accordion h3.ui-accordion-header {
  text-transform: none;
  font-weight: normal;
  transition: 0s;
  font-family: "Oxygen";
  border: none;
  padding-left: 0px; }
  .accordion h3.ui-accordion-header.ui-accordion-header-active a {
    color: #1cadea; }
  .accordion h3.ui-accordion-header a {
    padding-right: 50px;
    display: block;
    transition: 0.2s; }

.outcome-button-large {
  width: 33%; }

.image-text {
  margin: 40px 0px; }
  .image-text > img {
    width: 230px;
    height: auto;
    float: left; }
  .image-text > div {
    float: left;
    width: 735px;
    margin-left: 30px; }

.general-button, .file-button, .modal > * input[type="submit"], .not-logged-in a, form.wpcf7-form input[type="submit"], form.wpcf7-form select[type="submit"], form.wpcf7-form textarea[type="submit"], .landing-page .wrap > a {
  background-color: #e51f2b;
  display: inline-block;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: 0.1s; }
  .general-button:hover, .file-button:hover, .modal > * input[type="submit"]:hover, .not-logged-in a:hover, form.wpcf7-form input[type="submit"]:hover, form.wpcf7-form select[type="submit"]:hover, form.wpcf7-form textarea[type="submit"]:hover, .landing-page .wrap > a:hover {
    background-color: #ff535d; }

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 9999; }
  .modal .response {
    color: #3db14d;
    display: block;
    margin: 10px 0px;
    text-transform: none;
    text-align: left;
    display: none;
    width: 100%; }
  .modal > * {
    position: relative;
    top: 50%;
    transform: translateY(-50%) scale(0.7);
    opacity: 0;
    background-color: white;
    padding: 25px;
    border: 1px solid #3db14d;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    width: 500px;
    margin: auto;
    transition: 0.3s;
    min-height: 205px; }
    .modal > * > h2 {
      float: left;
      width: 80%; }
    .modal > *.visible {
      transform: translateY(-50%) scale(1);
      opacity: 1; }
    .modal > * > p {
      clear: both; }
    .modal > * a.close-button {
      position: absolute;
      top: -17px;
      right: -13px;
      display: block;
      font-size: 40px;
      color: #e51f2b;
      transition: 0.1s;
      transform: scale(1);
      cursor: pointer;
      z-index: 9; }
      .modal > * a.close-button:hover {
        transform: scale(0.9); }
      .modal > * a.close-button i {
        display: block; }
    .modal > * input[type="submit"] {
      background: #3db14d;
      display: none; }
      .modal > * input[type="submit"]:hover {
        background: #5ddf6f; }
    .modal > * .fileinfo {
      display: none;
      float: left;
      width: 100%;
      color: #3db14d;
      margin: 10px 0px;
      text-transform: none; }
      .modal > * .fileinfo em {
        font-style: normal; }
    .modal > * .wpcf7-form {
      border: 0px;
      padding: 0px; }
      .modal > * .wpcf7-form .form-half {
        width: 240px; }
    .modal > * form.wpcf7-form .wpcf7-not-valid-tip {
      font-size: 13px; }
    .modal > * form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
      border: 0px;
      font-size: 13px; }

#request-stuff div a.close-button {
  top: 10px;
  right: 10px; }

.select2-container {
  z-index: 99999; }
  .select2-container .select2-selection__rendered {
    text-transform: none; }
  .select2-container .select2-results__option {
    text-transform: none; }
  .select2-container .select2-search {
    display: none; }

.wppb-default-first-name {
  display: none; }

.wppb-default-website {
  display: none; }

.file-button, .modal > * input[type="submit"], .not-logged-in a {
  cursor: pointer; }
  .file-button input, .modal > * input[type="submit"] input, .not-logged-in a input {
    z-index: 2;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer; }

.competition-list .image-text {
  overflow: auto;
  margin: 30px 0px; }
  .competition-list .image-text > div.content {
    width: 380px;
    margin-top: 0px; }
    .competition-list .image-text > div.content p {
      margin: 0px; }
    .competition-list .image-text > div.content h3 {
      margin-bottom: 5px; }
  .competition-list .image-text > div.date {
    width: 120px;
    margin: 0px;
    text-align: center;
    border: 1px solid #1cadea;
    padding: 10px 0px; }
    .competition-list .image-text > div.date span {
      display: block;
      text-align: center; }
    .competition-list .image-text > div.date em {
      display: block;
      font-family: "NexaBold";
      font-size: 40px;
      font-style: normal; }
  .competition-list .image-text.date-closed h3 {
    color: #666; }
  .competition-list .image-text.date-closed .date {
    border-color: #666; }

.map-click {
  float: left;
  width: 320px;
  height: 300px;
  background: url("img/teachers/map-australia.png"); }
  .map-click img {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    transition: 0.2s; }
    .map-click img:hover {
      opacity: 1; }
    .map-click img.active {
      opacity: 1; }

.visit-content {
  display: none; }
  .visit-content a {
    display: block;
    float: left;
    text-decoration: none;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 30%; }
    .visit-content a img {
      display: block;
      max-height: 70px;
      max-width: 140px; }
    .visit-content a span {
      display: block;
      text-transform: none;
      margin-top: 10px;
      font-size: 14px; }

.screen-reader-response {
  display: none; }

form.wpcf7-form {
  border: 1px solid #3db14d;
  padding: 20px;
  margin-top: 20px; }
  form.wpcf7-form .form-half {
    width: 298px;
    float: left;
    overflow: auto;
    margin-right: 0px;
    margin-bottom: 15px; }
    form.wpcf7-form .form-half:nth-of-type(2n) {
      margin-right: 20px; }
  form.wpcf7-form label {
    text-transform: none;
    color: #e51f2b;
    font-size: 16px;
    width: 100%;
    display: block;
    margin-bottom: 5px; }
  form.wpcf7-form select {
    background-image: url("img/common/down-arrow.png");
    background-repeat: no-repeat;
    background-position: 270px 9px;
    background-size: 15px; }
  form.wpcf7-form input, form.wpcf7-form select, form.wpcf7-form textarea {
    -webkit-appearance: none; }
    form.wpcf7-form input[type="submit"], form.wpcf7-form select[type="submit"], form.wpcf7-form textarea[type="submit"] {
      float: right;
      width: auto;
      background-color: #3db14d; }
  form.wpcf7-form .wpcf7-response-output {
    background-color: #3db14d;
    color: white;
    padding: 5px 10px;
    text-transform: none; }
    form.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
      background-color: #e51f2b; }
    form.wpcf7-form .wpcf7-response-output.wpcf7-display-none {
      display: none; }
  form.wpcf7-form .wpcf7-not-valid-tip {
    background: #e51f2b;
    color: white;
    padding: 5px 10px;
    text-transform: none;
    display: block; }

.landing-page {
  background-color: black; }
  .landing-page .wrap {
    padding-top: 120px;
    text-align: center; }
    .landing-page .wrap .landing-logo {
      width: 900px;
      display: block;
      margin: auto;
      transform: scale(0.7);
      opacity: 0;
      transition: 1s;
      margin-bottom: 50px; }
      .landing-page .wrap .landing-logo.visible {
        transform: scale(1);
        opacity: 1; }
    .landing-page .wrap > a {
      font-family: "NexaBold";
      margin: 0px 15px;
      text-decoration: none;
      background-color: #fcb813;
      font-size: 30px;
      text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3); }
      .landing-page .wrap > a:hover {
        background-color: #ffd042; }
    .landing-page .wrap footer {
      background-color: transparent;
      color: white;
      margin-top: 60px;
      padding-top: 20px; }
      .landing-page .wrap footer img {
        top: 16px;
        margin-right: 10px; }

.loading-spinner {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  display: none; }
  .loading-spinner i {
    font-size: 50px;
    text-align: center;
    top: 35%; }

.wsp-pages-title {
  display: none; }

.two-thirds .wsp-pages-list {
  list-style: none; }
  .two-thirds .wsp-pages-list ul {
    padding-left: 20px; }

.kebo-tweets .kaccount {
  display: none; }
.kebo-tweets .kdate {
  display: block;
  color: #1cadea;
  text-transform: none;
  text-decoration: none;
  margin: 0px; }
.kebo-tweets .ktext {
  margin: 0px;
  line-height: 1.3;
  margin-top: 10px;
  border-top: 1px solid #1cadea;
  border-bottom: 1px solid #1cadea;
  padding: 10px 0px; }
  .kebo-tweets .ktext a {
    text-decoration: none;
    color: #1cadea; }
.kebo-tweets .ktweet .kmedia img {
  width: 100% !important; }

aside .bx-prev, aside .bx-next {
  text-transform: none;
  text-decoration: none;
  color: #1cadea;
  padding: 5px 0px;
  float: left; }
aside .bx-next {
  float: right; }

.search-results h2 em {
  font-size: inherit; }
.search-results span {
  text-transform: none; }
.search-results li {
  border-bottom: 1px solid #3db14d;
  padding: 20px 0px; }
  .search-results li a {
    text-decoration: none; }
  .search-results li span {
    display: block;
    color: #1cadea; }
    .search-results li span.parent {
      color: #444; }

.modal.register-modal div a.close-button {
  top: 10px;
  right: 13px; }
.modal.register-modal .wppb-default-password {
  display: none; }
.modal.register-modal .login-password {
  display: none; }
.modal.register-modal .wppb-default-username {
  display: none; }
.modal.register-modal > div {
  width: 600px; }
.modal.register-modal > div > div {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  border: 0px; }
  .modal.register-modal > div > div * {
    font-size: 14px;
    margin: 0px; }
  .modal.register-modal > div > div h3 {
    font-size: 17px;
    color: #1cadea; }
  .modal.register-modal > div > div:nth-of-type(2) {
    padding-left: 20px;
    padding-right: 0px;
    border-left: 1px solid #ccc; }
  .modal.register-modal > div > div input[type="submit"] {
    display: block;
    float: right;
    margin-top: 10px; }
  .modal.register-modal > div > div label {
    display: block;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 5px; }
  .modal.register-modal > div > div input[type="checkbox"] {
    margin-right: 5px; }
  .modal.register-modal > div > div #wppb_general_top_error_message {
    color: #e51f2b;
    border-top: 1px solid #e51f2b;
    border-bottom: 1px solid #e51f2b;
    padding: 5px 0px;
    margin-top: 10px; }
  .modal.register-modal > div > div .wppb-form-error {
    border: 1px solid #e51f2b;
    margin-top: -1px;
    padding: 5px;
    display: block;
    text-transform: none;
    color: #e51f2b; }
  .modal.register-modal > div > div .wppb-send-credentials-checkbox {
    display: none; }

.not-logged-in {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
  padding: 20px;
  text-align: center; }
  .not-logged-in h2 {
    margin-top: 20px; }
  .not-logged-in a {
    color: white; }
  .not-logged-in #wppb-login-wrap .login-password {
    display: none; }
  .not-logged-in #wppb-login-wrap .login-submit input[type="submit"] {
    display: inline-block;
    text-transform: uppercase;
    float: left;
    margin-left: 110px;
    margin-right: 20px; }
  .not-logged-in .open-register {
    float: left; }

.masonry-container .masonry-column {
  width: 310px;
  float: left;
  background-color: #E2E3E2;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px; }
  .masonry-container .masonry-column img {
    width: 100%;
    height: auto;
    display: block; }

#wpcf7-f875-o1 form > p {
  display: inline; }

.top-links-box {
  border: 1px solid #1cadea;
  padding: 5px 0px;
  color: #1cadea;
  margin-bottom: 25px;
  padding-bottom: 10px; }
  .top-links-box h3 {
    padding-left: 20px;
    padding-top: 12px;
    margin-bottom: 0px;
    color: #1cadea; }
  .top-links-box ul {
    padding: 0px;
    margin: 0px;
    overflow: auto; }
    .top-links-box ul li {
      vertical-align: top;
      width: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 20px;
      display: inline-block; }
      .top-links-box ul li a {
        text-decoration: none;
        display: block;
        text-transform: none;
        color: #1cadea;
        font-size: 14px; }

.text-content .media-campaign-links {
  overflow: auto;
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .text-content .media-campaign-links li {
    float: left;
    width: 50%;
    margin: 0px;
    background-size: 100% auto;
    transition: 0.2s;
    background-position: center; }
    .text-content .media-campaign-links li:hover {
      background-size: 110% auto; }
    .text-content .media-campaign-links li a {
      display: block;
      height: 140px;
      text-decoration: none; }
      .text-content .media-campaign-links li a span {
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        bottom: 0px;
        left: 0px;
        background-color: rgba(0, 0, 0, 0.6);
        color: white;
        padding: 10px; }
        .text-content .media-campaign-links li a span em {
          display: block;
          text-decoration: none;
          font-style: normal;
          color: #1cadea; }

div.sliderControl {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 35px;
  z-index: 100;
  background-size: 40px 40px;
  background-repeat: none; }

div.sliderBack {
  left: -50px;
  background-image: url("img/common/featherlight-prev.png"); }

div.sliderNext {
  right: -30px;
  background-image: url("img/common/featherlight-next.png"); }

a.requestPackLink, div.chooseFile, #upload-work-form input[type=submit] {
  color: #fff;
  background: #ff0000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  padding: 15px; }

#upload-work-form input[type=submit] {
  background: #3db14d;
  font-size: 16px;
  border: none; }

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


	.modal.upload-content .visible{
		top: 50%;

		width: 80%;

		height:650px;
		max-height:100vh;
	}
