.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
}

a {
  color: #090;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

.nav-link {
  height: 35px;
  padding: 5px 18px 0px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.nav-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.nav-link-schools {
  padding-right: 19px;
  border-right-style: none;
  border-right-color: transparent;
  background-color: #43b443;
}

.nav-link.nav-link-schools.w--current {
  background-color: #43b443;
}

.nav-link.nav-link-early-years {
  padding-right: 19px;
  border-right-style: none;
  border-right-color: transparent;
  background-color: #f90;
}

.nav-link.nav-link-projects {
  padding-right: 19px;
  border-right-style: none;
  background-color: #c00;
}

.nav-link.nav-link-projects.w--current {
  border-right-color: transparent;
}

.nav-link.nav-link-training {
  padding-right: 19px;
  border-right-style: none;
  border-right-color: transparent;
  background-color: #038bd8;
}

.nav-link.nav-home-button {
  padding-right: 17px;
  padding-left: 10px;
  border-right-style: solid;
}

.nav-link.nav-home-button.ot {
  padding-right: 17px;
}

.nav-link.nav-home-button.nav-home {
  padding-right: 19px;
  border-right-style: none;
  background-color: #7bc54a;
}

.nav-link.nav-home-button.home-no-r-rule {
  border-right-style: none;
}

.nav-link.nav-home-button.home-ot-no-rule {
  border-right-color: transparent;
}

.nav-link.nav-home-button.ey-ot {
  border-right-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.nav-link-news {
  padding-right: 19px;
  border-right-style: none;
  border-right-color: transparent;
  background-color: #7bc54a;
}

.nav-link.nav-link-resources {
  padding-right: 19px;
  border-right-style: none;
  border-right-color: transparent;
  background-color: #3cc;
}

.nav-link.nav-link-ot {
  padding-right: 39px;
  padding-left: 39px;
  border-right-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.nav-link-ot.ey {
  border-right-color: transparent;
  background-color: #f90;
}

.nav-link.nav-link-ot.ot {
  border-right-color: transparent;
  background-color: #3cf;
}

.nav-link.nav-link-ot.ks1 {
  border-right-color: transparent;
  background-color: #43b443;
}

.nav-link.nav-link-ot.ks2 {
  border-right-color: transparent;
  background-color: #038bd8;
}

.nav-link.nav-link-ot.no-border {
  border-right-style: none;
}

.nav-link.nav-link-ot-contact {
  padding-right: 20px;
  padding-left: 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right-style: none;
}

.nav-link.nav-link-ot-contact.ot {
  border-right-color: transparent;
  background-color: #3cf;
}

.nav-link.nav-link-ot-contact.ey {
  background-color: #f90;
}

.nav-link.nav-link-sm {
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right-style: none;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.nav-link.no-rule {
  padding-right: 19px;
  border-right-style: none;
  border-right-color: transparent;
}

.nav-link.nav-link-ey-ot {
  padding-right: 107px;
  padding-left: 107px;
  border-right-color: hsla(0, 0%, 100%, 0.2);
}

.nav-link.nav-link-ey-ot.ey {
  border-right-color: transparent;
  background-color: #f90;
}

.nav-link.nav-link-ey-ot.no-border {
  border-right-color: transparent;
}

.nav-link.stp {
  padding-right: 10px;
  padding-left: 5px;
  border-right-style: none;
}

.body {
  padding-top: 105px;
}

.nav-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 105px;
  background-color: #59a726;
}

.nav-bar.nav-bar-early-years {
  background-color: #ff7a00;
}

.nav-bar.nav-bar-schools {
  background-color: #007f00;
}

.nav-bar.navbar-training {
  background-color: #06c;
}

.nav-bar.nav-bar-projects {
  background-color: #900;
}

.nav-bar.nav-bar-resources {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  height: 105px;
  background-color: #05afaf;
}

.nav-bar.navbar-online-training {
  background-color: #777;
}

.header-container {
  height: 70px;
}

.p {
  display: block;
  margin-bottom: 15px;
}

.p.intro {
  padding-right: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.p.no-bottom-margin {
  margin-bottom: 0px;
}

.p.resources-16 {
  font-style: italic;
}

.p.resources-16._0px {
  margin-bottom: 0px;
}

.p.ot-ks2-sbi {
  color: #000;
  font-style: italic;
  font-weight: 600;
}

.p._5px {
  margin-bottom: 5px;
}

.h2-page-heading {
  display: inline-block;
  margin-top: 30px;
  margin-right: 10px;
  color: #090;
  font-size: 32px;
  line-height: 38px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0px;
}

.h2-page-heading.projects {
  color: #b10606;
}

.h2-page-heading.h2-previous-news {
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 800;
}

.h2-page-heading.resources {
  color: #05afaf;
}

.h2-page-heading.schools {
  color: #070;
}

.h2-page-heading.ey {
  color: #f60;
}

.h2-page-heading.training {
  color: #06c;
}

.logo-text {
  display: inline-block;
  margin-top: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.header-italic {
  padding-left: 7px;
  font-style: italic;
  font-weight: 400;
}

.h2 {
  display: inline-block;
  margin-top: 0px;
  color: #070;
  font-size: 32px;
  line-height: 38px;
  font-style: italic;
  font-weight: 600;
}

.h2.h2-schools {
  color: #070;
}

.h2.h2-projects {
  color: #b10606;
}

.h2.h2-training {
  margin-bottom: 0px;
  color: #06c;
}

.h2-home {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 10px 15px;
  background-color: #0098ff;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  font-weight: 600;
}

.h2-home:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.h2-home.home-early-years {
  background-color: #f90;
}

.h2-home.home-projects {
  background-color: #c00;
}

.h2-home.home-news {
  background-color: #7bc54a;
}

.h2-home.home-training {
  background-color: #038bd8;
}

.h2-home.home-schools {
  background-color: #43b443;
}

.h2-home.home-resources {
  background-color: #3cc;
}

.home-page-2xrow {
  position: relative;
}

.home-pics-link {
  width: 100%;
  margin-bottom: 10px;
}

.home-section-italic {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}

.credit {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #666;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}

.credit.credit-home {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #6c3;
  font-size: 16px;
  font-weight: 400;
}

.credit.credit-schools {
  display: inline-block;
  color: #3c3;
}

.credit.credit-ey {
  display: inline-block;
  color: #f90;
}

.credit.credit-projects {
  color: red;
}

.credit.credit-training {
  color: #3cf;
}

.main-pic-container {
  padding-top: 9px;
}

.home-page-pics {
  width: 100%;
}

.sms-container {
  padding-top: 30px;
}

.contact-container {
  padding-top: 50px;
}

.footer {
  margin-top: 50px;
  padding-bottom: 100px;
  background-color: #7bc54a;
}

.footer.footer-early-years {
  background-color: #f90;
}

.footer.footer-schools {
  background-color: #47ad47;
}

.footer.footer-training {
  background-color: #038bd8;
}

.footer.footer-projects {
  background-color: #c00;
}

.footer.footer-news {
  background-color: #7bc54a;
}

.footer.footer-home {
  margin-top: 40px;
}

.footer.footer-privacy {
  margin-top: 0px;
}

.footer.footer-resources {
  background-color: #45caca;
}

.footer.footer-ot {
  margin-top: 40px;
  background-color: #06c;
}

.home-quote-text {
  display: inline-block;
  margin-left: 20px;
  color: #090;
  font-size: 24px;
  line-height: 36px;
  font-style: italic;
  font-weight: 600;
}

.section-menu-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #ddd;
}

.section-menu-flex.schools {
  background-color: #43b443;
}

.section-menu-flex.ey {
  background-color: #f90;
}

.section-menu-flex.projects {
  background-color: #c00;
}

.section-menu-flex.resources {
  background-color: #3cc;
}

.section-menu-flex.training {
  background-color: #038bd8;
}

.section-button {
  padding: 8px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.section-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.section-button.schools-home {
  border-left: 1px solid #43b443;
  background-color: #fff;
  color: #090;
  font-weight: 600;
}

.section-button.schools-home:hover {
  background-image: none;
}

.section-button.schools-selected {
  background-color: #fff;
  color: #090;
  font-weight: 600;
}

.section-button.schools-selected:hover {
  background-image: none;
}

.section-button.ey-home {
  border-left: 1px solid #f90;
  background-color: #fff;
  color: #f60;
  font-weight: 600;
}

.section-button.ey-home:hover {
  background-image: none;
}

.section-button.ey-selected {
  background-color: #fff;
  color: #f60;
  font-weight: 600;
}

.section-button.ey-selected:hover {
  background-image: none;
}

.section-button.projects-home {
  border-left: 1px solid #c00;
  background-color: #fff;
  color: #c00;
}

.section-button.projects-home:hover {
  background-image: none;
}

.section-button.projects-selected {
  background-color: #fff;
  color: #c00;
  font-weight: 600;
}

.section-button.projects-selected:hover {
  background-image: none;
}

.section-button.resources-home {
  border-left: 1px none #3cc;
  background-color: #dff;
  color: #05afaf;
  font-weight: 600;
}

.section-button.resources-home:hover {
  background-image: none;
}

.section-button.resources-selected {
  background-color: #dff;
  color: #05afaf;
  font-weight: 600;
}

.section-button.resources-selected:hover {
  background-image: none;
}

.section-button.training-home {
  border-left: 1px solid #06c;
  background-color: #fff;
  color: #06c;
  font-weight: 600;
}

.section-button.training-home:hover {
  background-image: none;
}

.section-button.training-selected {
  background-color: #fff;
  color: #06c;
  font-weight: 600;
}

.section-button.training-selected:hover {
  background-image: none;
}

.section-button.login {
  border-right-style: none;
  background-color: #3cf;
  text-align: center;
}

.section-button.login:hover {
  background-color: #23a4fa;
  background-image: none;
}

.section-button.no-rule {
  border-right-style: none;
}

.top-row {
  margin-bottom: 10px;
}

.section-row {
  margin-bottom: 15px;
}

.section-row.no-bottom-margin {
  margin-bottom: 0px;
}

.section-menu {
  margin-bottom: 20px;
  padding-top: 5px;
}

.section-menu.top-menu {
  margin-bottom: 0px;
  padding-top: 5px;
}

.section-menu.video-menu {
  margin-bottom: 10px;
}

.section-menu.resources {
  margin-bottom: 10px;
}

.main-pic {
  display: block;
  width: 100%;
}

.video-code {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  background-color: #000;
}

.video-code.white-video-background {
  display: block;
  margin-top: 5px;
  background-color: #fff;
}

.video-code.video-5px-top {
  margin-top: 5px;
}

.video-code.training {
  margin-bottom: 5px;
}

.find-out-more {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 10px 8px 12px;
  border-radius: 5px;
  background-color: #7bc54a;
  color: #fff;
  font-size: 16px;
}

.find-out-more:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.find-out-more.ey {
  position: static;
  display: inline-block;
  background-color: #f90;
}

.find-out-more.projects {
  background-color: #c00;
  font-weight: 400;
}

.find-out-more.training {
  background-color: #038bd8;
}

.find-out-more.news {
  background-color: #7bc54a;
}

.find-out-more.schools {
  background-color: #43b443;
}

.find-out-more.resources {
  background-color: #3cc;
}

.home-cols {
  margin-bottom: 15px;
}

._1st-row-home {
  margin-bottom: 0px;
}

.twist {
  height: 55px;
  margin-top: 10px;
  float: right;
  opacity: 1;
}

.h2-2nd-col {
  display: inline-block;
  color: #6c3;
}

.home-pics-arrow {
  padding-top: 6px;
  float: right;
  font-family: Fontawesome, sans-serif;
  font-size: 22px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}

.icons-font {
  font-family: Fontawesome, sans-serif;
  font-style: normal;
}

.icons-font.home-button {
  margin-right: 4px;
}

.icons-font.download {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 24px;
}

.icons-font.ot {
  margin-right: 3px;
}

.home-text-block {
  margin-bottom: 10px;
}

.home-text-block.home-schools-text {
  color: #070;
}

.home-text-block.home-ey-text {
  color: #f60;
}

.home-text-block.home-projects-text {
  color: #b10606;
}

.home-text-block.home-training-text {
  color: #06c;
}

.home-text-block.home-news-text {
  color: #090;
}

.home-text-block.home-resources-text {
  color: #05afaf;
}

.home-intro-col-2 {
  padding-top: 63px;
}

.section-1st-right-col {
  padding-top: 105px;
}

.quote-div {
  margin-bottom: 5px;
}

.quote-div.top-50-10 {
  margin-top: 50px;
  margin-bottom: 10px;
}

.quote-div.bottom-0-5 {
  margin-bottom: 0px;
}

.quote-text {
  margin-left: 20px;
  font-size: 20px;
  line-height: 150%;
  font-style: italic;
  font-weight: 600;
}

.quote-text.schools-quote-colour {
  margin-right: 20px;
  color: #070;
}

.quote-text.ey-quote-colour {
  color: #f60;
}

.quote-text.projects-quote-colour {
  color: #b10606;
}

.quote-text.training-quote-colour {
  color: #06c;
}

.h2-schools-2nd-col {
  display: inline-block;
  color: #3c3;
}

.rule-20-30px {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
  background-color: #999;
}

.rule-20-30px.schools {
  background-color: #43b443;
}

.rule-20-30px.ey {
  background-color: #f90;
}

.rule-20-30px.projects {
  background-color: #c00;
}

.rule-20-30px.training {
  background-color: #3cf;
}

.rule-20-30px.news {
  background-color: #7bc54a;
}

.schools-key-stage {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #070;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
}

.schools-performance-title {
  font-style: italic;
  font-weight: 600;
}

.h3-home-strapline {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #6c3;
  font-size: 19px;
  line-height: 28px;
}

.open-quote {
  width: 35px;
  margin-bottom: 5px;
}

.close-quote {
  width: 35px;
  margin-top: 5px;
  margin-left: 10px;
  float: right;
}

.inline-image {
  width: 100%;
  margin-bottom: 10px;
}

.h2-section-div {
  margin-bottom: 5px;
}

.right-col-pic {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.right-col-pic.projects-1 {
  margin-top: 40px;
}

.right-col-pic.projects-4 {
  margin-top: 65px;
}

.right-col-pic.schools-2 {
  margin-top: 20px;
}

.right-col-pic.schools-1 {
  margin-top: 30px;
}

.right-col-pic.ey-1 {
  margin-top: 30px;
}

.right-col-pic.projects-2 {
  margin-top: 35px;
}

.right-col-pic.projects-top-70 {
  margin-top: 70px;
}

.right-col-pic.projects-3 {
  margin-top: 19px;
}

.right-col-pic.projects-5 {
  margin-top: 30px;
}

.body-schools-sb-i-g {
  color: #3c3;
  font-style: italic;
  font-weight: 600;
}

.body-schools-sb-g {
  color: #070;
  font-weight: 600;
}

.full-width-image {
  margin-top: 5px;
  margin-bottom: 15px;
}

.button-schools {
  margin-right: 10px;
  padding: 8px 10px 8px 12px;
  border-radius: 5px;
  background-color: #43b443;
  color: #fff;
  font-size: 16px;
}

.button-schools:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.button-schools.stp {
  padding-right: 20px;
}

.schools-examples {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #3c3;
  font-weight: 600;
}

.credit-schools-2 {
  color: #070;
  font-size: 14px;
}

.credit-home-2 {
  color: #090;
  font-size: 14px;
}

.credit-ey-2 {
  color: #f60;
  font-size: 14px;
}

.ey-subhead {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f90;
  font-size: 17px;
  line-height: 28px;
}

.h2-ey {
  color: #f60;
  font-style: italic;
}

.h2-ey-2nd-col {
  display: inline-block;
  color: #f90;
}

.icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.icon.projects-icon {
  margin-top: 110px;
}

.icon.projects-icon2 {
  margin-top: 75px;
}

.icon.projects-small-icon {
  width: 110px;
  margin-top: 45px;
}

.icon.ey-icon-2 {
  margin-top: 100px;
}

.icon.ey-icon-3 {
  width: 100px;
  margin-top: 50px;
}

.icon.schools-icon-75px {
  margin-top: 75px;
}

.icon.schools-icon-130px {
  margin-top: 130px;
}

.icon.projects-icon3 {
  margin-top: 60px;
}

.icon.schools-video-icon {
  padding-top: 45px;
}

.icon.projects-1st-small-icon {
  width: 110px;
  margin-top: 20px;
}

.icon.top-110px {
  margin-top: 110px;
}

.icon._140px {
  margin-top: 30px;
}

.icon.share-page-icon {
  margin-left: 30px;
  padding-top: 10px;
}

.ey-examples {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #f60;
  font-size: 17px;
  font-weight: 600;
}

.button-ey {
  margin-right: 10px;
  padding: 8px 10px 8px 12px;
  border-radius: 5px;
  background-color: #f90;
  color: #fff;
  font-size: 16px;
}

.projects-subhead {
  margin-top: 0px;
  margin-bottom: 0px;
  color: red;
  font-size: 17px;
  line-height: 28px;
}

.credit-projects-2 {
  color: #b10606;
}

.h2-projects-2nd-col {
  display: inline-block;
  color: red;
}

.projects-rule {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: red;
}

.projects-examples {
  font-family: 'Open Sans', sans-serif;
  color: #b10606;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
}

.projects-red-italic {
  color: #b10606;
  font-size: 18px;
  font-style: italic;
}

.projects-red-body {
  color: #b10606;
}

.h3-projects {
  margin-top: 0px;
  color: #b10606;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
}

.ey-orange-body {
  color: #f60;
}

.ey-orange-sb-italic {
  color: #f60;
  font-style: italic;
  font-weight: 600;
}

.button-projects {
  margin-right: 10px;
  padding: 8px 10px 8px 12px;
  border-radius: 5px;
  background-color: #c00;
  color: #fff;
  font-size: 16px;
}

.h3-home-intro-box {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-right: 30px;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  font-weight: 600;
}

.h3-home-intro-box.schools-intro {
  color: #3c3;
}

.h3-home-intro-box.ey-intro {
  color: #f90;
}

.h3-home-intro-box.projects-intro {
  color: red;
}

.h3-home-intro-box.training-intro {
  color: #3cf;
}

.h3-home-intro-box.news-intro-box {
  color: #6c3;
}

.h3-home-intro-box.resources-intro {
  color: #3cc;
}

.news-subject {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #6c3;
  font-size: 20px;
  line-height: 28px;
  font-style: italic;
  font-weight: 600;
}

.news-subject._10px-top {
  margin-top: 10px;
  color: #6c3;
}

.news-subject.schools {
  color: #3c3;
}

.news-subject.ey {
  color: #f90;
}

.news-subject.projects {
  color: red;
}

.news-subject.training {
  color: #3cf;
}

.news-subject.resources {
  color: #3cc;
}

.news-header {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  background-color: #7bc54a;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}

.news-header.schools {
  background-color: #090;
}

.news-header.ey {
  background-color: #f90;
}

.news-header.projects {
  background-color: #c00;
}

.news-header.resources {
  background-color: #3cc;
}

.news-header.training {
  background-color: #06c;
}

.news-pic {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.button-news {
  margin-right: 10px;
  padding: 8px 10px 8px 12px;
  border-radius: 5px;
  background-color: #7bc54a;
  color: #fff;
  font-size: 16px;
}

.button-news:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.training-3cf-italic {
  margin-bottom: 0px;
  color: #3cf;
  font-style: italic;
  font-weight: 600;
}

.training-3cf-italic._5px {
  margin-bottom: 5px;
}

.credit-training-2 {
  color: #06c;
}

.news-pic-2 {
  width: 100%;
  margin-bottom: 5px;
}

.news-header-italic {
  font-size: 19px;
  font-style: italic;
  font-weight: 400;
}

.contact-section {
  margin-top: 40px;
  padding-bottom: 60px;
  background-color: #c2d8b4;
}

.contact-subhead {
  margin-bottom: 20px;
  color: #090;
  font-size: 20px;
  font-weight: 400;
}

.contact-subhead.ot {
  margin-bottom: 10px;
  color: #3cf;
  font-weight: 600;
}

.form-text {
  margin-bottom: 10px;
  color: #090;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.form-text.msg {
  color: #fff;
  text-align: left;
}

.form-text.ot {
  color: #3cf;
}

.form-button {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #7bc54a;
  font-size: 16px;
}

.form-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.form-button._404 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.form-button.formcarry-hover {
  margin-top: 20px;
  color: #fff;
}

.form-button.formcarry-hover:hover {
  background-color: #33aafa;
  background-image: none;
}

.form-success {
  background-color: transparent;
}

.video-credit-ey {
  color: #f60;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.video-credit-ey._0px {
  margin-bottom: 0px;
}

.form-checkbox {
  margin-top: 8px;
}

.sms-section {
  display: block;
  background-color: #cfdfc5;
}

.video-credit-ey-2 {
  color: #f90;
  font-size: 14px;
  font-weight: 400;
}

.video-credit-projects {
  color: #c00;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.video-credit-projects-2 {
  color: red;
  font-size: 14px;
  font-weight: 400;
}

.video-credit-sch {
  color: #070;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.video-credit-sch-2 {
  color: #3c3;
  font-size: 14px;
  font-weight: 400;
}

.footer-text {
  display: block;
  margin-top: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.footer-nav {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.sms-txt {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 24px;
}

.sharethis-div {
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-container {
  padding-top: 60px;
}

.footer-link-block {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  color: #fff;
  line-height: 14px;
}

.footer-link-block:hover {
  color: #333;
}

.footer-link-block.footer-sm-icons {
  border-right: 1px none transparent;
  font-family: Fontawesome, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.contact-header {
  margin-bottom: 30px;
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
}

.sms-header {
  height: 30px;
  margin-bottom: 20px;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-align: left;
}

.form-field {
  font-size: 16px;
}

.nav-menu-icons {
  margin-right: 5px;
  font-family: Fontawesome, sans-serif;
  font-size: 20px;
}

.nav-menu-icons.nav-icon-sch {
  color: #4bc74b;
  line-height: 23px;
}

.nav-menu-icons.nav-icon-ey {
  color: #feb62b;
  line-height: 23px;
}

.nav-menu-icons.nav-icon-news {
  color: #84d84c;
  line-height: 23px;
}

.nav-menu-icons.nav-icon-projects {
  color: #ec0606;
  line-height: 23px;
}

.nav-menu-icons.nav-icon-training {
  color: #1babfd;
  line-height: 23px;
}

.nav-menu-icons.nav-icon-resources {
  color: #3ddddd;
  line-height: 23px;
}

.nav-menu-icons.nav-icon-ot {
  margin-right: 2px;
  color: #fff;
  line-height: 23px;
}

.nav-menu-icons.nav-icon-home {
  color: #509821;
  line-height: 23px;
}

.inline-dk-blue {
  color: #3cf;
}

.training-list {
  margin-bottom: 30px;
  padding-left: 20px;
}

.training-list-item {
  margin-top: 5px;
  color: #06c;
}

.training-sb-blue {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #06c;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.training-sb-blue.icons {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: 1px;
}

.training-sb-blue._5px {
  margin-bottom: 10px;
}

.button-training {
  margin-right: 10px;
  padding: 8px 10px 8px 12px;
  border-radius: 5px;
  background-color: #038bd8;
  color: #fff;
  font-size: 16px;
}

.form-success-text {
  color: #090;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.utility-wrap-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.utility-wrap-login._404 {
  background-color: #777;
}

._404-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home-bottom {
  margin-top: 40px;
}

._404 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}

.received-italic {
  color: #fff;
  font-style: italic;
  font-weight: 600;
}

._404-heading {
  margin-bottom: 20px;
  color: #7bc54a;
  font-size: 28px;
  text-align: left;
}

._404-heading.training {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

._404-heading.training {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.news-email-news {
  margin-top: 14px;
  margin-bottom: 15px;
  color: #6c3;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
}

.signup-container {
  padding-top: 50px;
}

.newsletter-header {
  margin-bottom: 20px;
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
}

.button-home {
  margin-right: 15px;
  padding: 8px 10px 8px 12px;
  border-radius: 5px;
  background-color: #7bc54a;
  color: #fff;
  font-size: 16px;
}

.button-home:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.button-home.share {
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
}

.privacy-text {
  color: #090;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.newsletter-button {
  margin-bottom: 5px;
  padding: 8px 10px 8px 12px;
  border-radius: 5px;
  background-color: #7bc54a;
  color: #fff;
  font-size: 16px;
}

.newsletter-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.rule-10-10px {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #999;
}

.rule-10-10px.schools {
  background-color: #3c3;
}

.rule-10-10px.ey {
  background-color: #f90;
}

.rule-10-10px.projects {
  background-color: #c00;
}

.rule-10-10px.news {
  background-color: #7bc54a;
}

.rule-10-10px.resources {
  margin-bottom: 5px;
  background-color: #3cc;
}

.rule-10-10px._3c3 {
  background-color: #3c3;
}

.rule-10-10px._3cf {
  background-color: #3cf;
}

.rule-10-10px.training {
  background-color: #3cf;
}

.rule-10-30px {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #999;
}

.rule-10-30px.ey {
  background-color: #f90;
}

.rule-10-30px.projects {
  background-color: #c00;
}

.rule-10-30px.training {
  background-color: #3cf;
}

.rule-10-20px {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #999;
}

.rule-10-20px.schools {
  background-color: #3c3;
}

.rule-10-20px.ey {
  background-color: #f90;
}

.rule-10-20px.projects {
  background-color: #c00;
}

.rule-10-20px.news {
  background-color: #7bc54a;
}

.rule-10-20px.news-col {
  background-color: #7bc54a;
}

.rule-20-20px {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #999;
}

.rule-20-20px.news {
  background-color: #7bc54a;
}

.rule-20-20px.resources {
  background-color: #3cc;
}

.h2-training-2nd-col {
  color: #3cf;
}

.projects-examples-intro {
  margin-bottom: 0px;
  color: #b10606;
  font-weight: 600;
}

.privacy-link {
  display: inline;
  margin-bottom: 0px;
  color: #090;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

.privacy-link:hover {
  color: #666;
}

.privacy-white-text {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.privacy-white-text.p-w-green {
  margin-bottom: 0px;
  color: #7fdf40;
  font-style: italic;
  font-weight: 400;
}

.video-clip-news {
  color: #666;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}

.video-clip-news.vc-bold {
  color: #666;
  font-weight: 600;
}

.video-credit-news2 {
  color: #6c3;
  font-size: 14px;
  font-weight: 400;
}

.privacy-box {
  margin-bottom: 10px;
  background-color: transparent;
  color: #090;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.footer-privacy-link {
  display: inline-block;
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
}

.footer-privacy-link:hover {
  color: #333;
}

.footer-privacy-link.w--current {
  display: inline-block;
}

.h1-div-news {
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #7bc54a;
}

._090 {
  color: #090;
}

.p-inline {
  display: inline-block;
  margin-right: 15px;
}

.newsletter-section {
  background-color: #c2d8b4;
}

.link-to-spacer {
  height: 105px;
}

.public-event-small-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}

.h1-storyteller {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #6c3;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
}

.h1-storyteller.schools {
  color: #3c3;
}

.h1-storyteller.early-years {
  color: #f90;
}

.h1-storyteller.projects {
  color: red;
}

.h1-storyteller.training-blue {
  color: #3cf;
}

.h1-storyteller.resources {
  color: #3cc;
}

.h1-storyteller-news {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  font-weight: 400;
}

.video-section-div {
  margin-bottom: 15px;
}

._1st-row-news {
  padding-top: 5px;
}

.privacy-section {
  padding-bottom: 100px;
  background-color: #777;
}

.privacy-container {
  padding-top: 20px;
  padding-right: 150px;
}

.privacy-sub-head {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #7fdf40;
  font-size: 24px;
  line-height: 16px;
  font-weight: 600;
  text-align: left;
}

.privacy-icon2 {
  margin-right: 5px;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 33px;
  font-weight: 400;
}

.privacy-italic {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #7fdf40;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  font-weight: 600;
  text-align: left;
}

.form-newsletter {
  margin-bottom: 50px;
}

.form-message {
  margin-top: 30px;
}

.form-block-dn {
  display: none;
}

.formcarry-text {
  display: block;
  margin-top: 25px;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.contact-rule {
  height: 1px;
  margin-top: 14px;
  margin-bottom: 40px;
  background-color: #fff;
}

.no-script {
  color: #090;
  font-size: 12px;
  line-height: 20px;
}

.email-button-enkoded {
  margin-bottom: 50px;
}

.privacy-email-link {
  color: #7fdf40;
  font-style: italic;
  text-decoration: underline;
}

.twit-link {
  font-style: normal;
  font-weight: 700;
}

.twit-link:hover {
  color: #333;
}

._2nd-row-home {
  margin-bottom: 10px;
}

.display-none {
  display: none;
}

.twoot-button {
  margin-right: 10px;
  padding: 8px 12px 8px 7px;
  border-radius: 5px;
  background-color: #7bc54a;
  color: #fff;
  font-size: 16px;
}

.twoot-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.news-public-twoot {
  display: inline-block;
  margin-top: 10px;
  color: #090;
  line-height: 22px;
  font-style: italic;
  font-weight: 600;
}

.news-ey-link {
  color: #f60;
  font-style: italic;
  font-weight: 600;
}

.image-100w {
  width: 100%;
}

.section-row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.sharethis-text {
  display: block;
  margin-top: 30px;
  margin-bottom: 0px;
  color: #090;
  font-size: 12px;
  line-height: 20px;
}

.share-rule {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 35px;
  background-color: #fff;
}

.share-txt {
  display: block;
  color: #090;
  font-size: 12px;
  line-height: 18px;
}

.share-txt.privacy {
  color: #777;
}

.share-txt.twoot {
  margin-top: 30px;
  color: #777;
}

.smspage-container {
  height: 65vh;
  padding-top: 100px;
}

.sharethis-reveal {
  display: block;
  margin-top: 5px;
  color: #090;
  font-size: 12px;
  line-height: 18px;
}

.button-priv-share {
  margin-top: 40px;
  margin-right: 10px;
  padding: 8px 10px 8px 12px;
  border-radius: 5px;
  background-color: #7bc54a;
  color: #fff;
  font-size: 20px;
}

.button-priv-share:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.h2-news-heading {
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  color: #090;
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
  letter-spacing: 0px;
}

.resources-download-button {
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  background-color: #f60;
}

.resources-download-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.resources-download-button.ss {
  background-color: #2951c7;
}

.h3-subhead {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3c3;
  font-size: 17px;
  line-height: 28px;
}

.button-resources {
  margin-right: 10px;
  padding: 8px 10px 8px 12px;
  border-radius: 5px;
  background-color: #3cc;
  color: #fff;
  font-size: 16px;
}

.button-resources.news {
  margin-bottom: 15px;
}

.container {
  padding-top: 10px;
}

.login-text {
  color: #3cf;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.login-text.white {
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
}

.login-text.contact {
  margin-top: 20px;
}

.login-button {
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #039;
}

.online-training-login {
  margin-bottom: 40px;
  color: #039;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
}

.training-video {
  margin-bottom: 20px;
  padding-top: 5px;
}

.h3-resources {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #3cc;
  font-size: 28px;
  line-height: 34px;
  font-style: italic;
}

.resources-right-col {
  margin-top: 10px;
}

.resources-right-col.playsongs {
  height: 175px;
  background-image: url('../images/EY-Playsongs-450x450.gif');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.resources-right-col.ace {
  width: 100%;
}

.resources-right-col.ace-wide {
  display: none;
}

.h3-subhead-resources {
  margin-top: 0px;
  margin-bottom: 5px;
  font-style: italic;
}

.h3-subhead-resources.f60 {
  color: #f60;
}

.h3-subhead-resources.ww {
  color: #fd86a1;
}

.h3-subhead-resources.ss {
  color: #2951c7;
}

.h3-subhead-resources.ew {
  color: #963;
}

.h3-subhead-resources.lf {
  color: #7cb102;
}

.h3-subhead-resources.f90 {
  color: #f90;
}

.h3-subhead-resources._2ns {
  color: #0cc;
}

.h3-subhead-resources.c03 {
  color: #c03;
}

.h3-subhead-resources._0cf {
  color: #0cf;
}

.h3-subhead-resources.gb {
  color: #000;
}

.h3-subhead-resources.f03 {
  color: #f03;
}

.h3-subhead-resources._0098ff {
  color: #0098ff;
}

.ot-tab-menu-ey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-left: 1px solid #f90;
  background-color: #f90;
}

.ot-tab-ey {
  display: inline-block;
  padding-right: 22px;
  padding-left: 22px;
  border-right: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}

.ot-tab-ey.w--current {
  background-color: #fff;
  color: #f60;
}

.ey-ot-subhead {
  display: block;
  margin-bottom: 0px;
  color: #f60;
  font-style: italic;
  font-weight: 600;
}

.ey-ot-subhead._20px {
  margin-bottom: 20px;
}

.ot-tab-menu-ks1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-left: 1px solid #43b443;
  background-color: #43b443;
}

.container-ot {
  max-width: 670px;
}

.container-ot.footer-ot {
  padding-top: 20px;
}

.ot-h2-ey {
  display: inline-block;
  margin-top: 0px;
  padding-left: 2px;
  color: #f60;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
}

.ot-tab-div {
  margin-bottom: 40px;
}

.ot-button {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  background-color: #06c;
  font-size: 16px;
  font-weight: 600;
}

.ot-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.ot-button.ey {
  margin-bottom: 10px;
  background-color: #f90;
}

.ot-button.ks1 {
  margin-bottom: 10px;
  background-color: #43b443;
}

.ot-button.ks2 {
  margin-bottom: 10px;
  background-color: #038bd8;
}

.ey-col {
  color: #f90;
}

.ey-ot-questions {
  color: #666;
  font-weight: 600;
}

.ot-activity-no {
  display: inline-block;
  float: left;
  color: #f90;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -2px;
}

.ot-activity-no.ks1 {
  color: #3c3;
}

.ot-activity-no.ks2 {
  color: #3cf;
}

.ot-activity-no-para {
  margin-bottom: 20px;
  padding-left: 50px;
}

.ot-activity-no-para.ks1-a {
  padding-left: 40px;
  color: #3c3;
}

.ot-activity-no-para.ks1-q {
  padding-left: 40px;
  color: #090;
}

.ot-activity-no-para.ks2-q {
  padding-left: 40px;
  color: #06c;
  font-style: italic;
  font-weight: 600;
}

.ot-activity-no-para.ks2-a {
  padding-left: 40px;
  color: #3cf;
  font-style: italic;
  font-weight: 600;
}

.ot-h2-ks1 {
  display: inline-block;
  margin-top: 0px;
  padding-left: 2px;
  color: #090;
  line-height: 34px;
  font-style: italic;
}

.ot-ks1-sbi-3c3 {
  display: inline-block;
  color: #3c3;
  font-style: italic;
  font-weight: 600;
}

.ot-ks1-sbi-3c3._080 {
  color: #090;
}

.ot-h2-ks2 {
  display: inline-block;
  margin-top: 0px;
  padding-left: 2px;
  color: #06c;
  line-height: 34px;
  font-style: italic;
}

._3cf {
  color: #3cf;
}

.ot-tab-ks1 {
  display: inline-block;
  padding-right: 22px;
  padding-left: 22px;
  border-right: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}

.ot-tab-ks1.w--current {
  background-color: #fff;
  color: #090;
}

.ks1-ot-activity-q {
  display: inline-block;
  float: left;
  color: #090;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.ks1-ot-activity-q.a {
  color: #3c3;
  line-height: 28px;
}

.ot-page-div {
  padding-top: 10px;
}

.ks1-activity-2-indent {
  margin-left: 20px;
  color: #090;
  font-weight: 600;
}

.rule-40-40px {
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #999;
}

.ot-tab-menu-ks2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border-left: 1px solid #038bd8;
  background-color: #038bd8;
}

.ot-tab-ks2 {
  display: inline-block;
  padding-right: 22px;
  padding-left: 22px;
  border-right: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
}

.ot-tab-ks2.w--current {
  background-color: #fff;
  color: #06c;
}

.p-ot-ks2-sbi-col2 {
  margin-bottom: 15px;
  color: #3cf;
  font-style: italic;
  font-weight: 600;
}

.ks1-col2 {
  color: #3c3;
  text-align: left;
}

.ot-ks2-activity-q {
  display: inline-block;
  float: left;
  color: #06c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.ks2-ot-activity-a {
  display: inline-block;
  float: left;
  color: #3cf;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.ks2-q-no {
  display: inline-block;
  float: left;
  color: #06c;
  font-weight: 600;
}

.ks2-q {
  display: block;
  margin-bottom: 5px;
  padding-left: 30px;
}

.ks2-link {
  display: inline;
  color: #06c;
  font-weight: 600;
}

.login-italic-2 {
  color: #fff;
  font-style: italic;
  font-weight: 400;
}

.ot-ks2-activity2-indent {
  margin-left: 20px;
  color: #06c;
  font-weight: 600;
}

.ot-h2 {
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #3cf;
  font-size: 36px;
  line-height: 38px;
  font-style: italic;
  font-weight: 600;
}

.ot-h2.ey {
  margin-top: 10px;
  color: #f60;
}

.ot-intro {
  margin-bottom: 15px;
  color: #06c;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.ot-ks2-sbi {
  display: inline-block;
  color: #06c;
  font-style: italic;
  font-weight: 600;
}

.ot-ks2-col2 {
  color: #3cf;
}

.ot-bullet-indent {
  margin-bottom: 5px;
  padding-left: 15px;
}

.ot-bullet-indent._15px {
  margin-bottom: 15px;
}

.ot-bullet {
  display: inline-block;
  float: left;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -2px;
}

.ot-bullet.ey {
  color: #f90;
}

.ot-bullet.ks2-col {
  color: #3cf;
}

.ot-bullet.ot {
  color: #3cf;
}

.incorrect-pw {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  color: red;
}

.p-ot-ks2-sbi-06c {
  margin-bottom: 15px;
  color: #06c;
  font-style: italic;
  font-weight: 600;
}

.ot-h2-ey-col2 {
  color: #f90;
}

.ot-ey-sb {
  color: #f60;
  font-weight: 600;
}

.ot-ks1-sb {
  color: #090;
  font-weight: 600;
}

.ot-ks2-sb {
  color: #3cf;
  font-weight: 600;
}

.ot-ks2-col {
  color: #06c;
}

.ot-pdf-icons {
  margin-left: 10px;
  font-family: Fontawesome, sans-serif;
  font-size: 24px;
}

.resources-download {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

.resources-download.f60 {
  color: #f60;
  font-style: italic;
  font-weight: 400;
}

.resources-download.ss {
  color: #324b94;
}

.section-id {
  position: relative;
  bottom: 105px;
  height: 0px;
}

.hsf-text {
  color: #f03;
  font-weight: 700;
}

.play-c-mouse {
  display: block;
  height: 190px;
  margin-top: 20px;
  float: right;
}

.h2-resources-2nd-col {
  display: inline-block;
  color: #3cc;
}

.play-circle {
  height: 125px;
  background-image: url('../images/DLWP–Logo–grey–RGB.png');
  background-position: 0% 50%;
  background-size: 245px;
  background-repeat: no-repeat;
}

.news-twitter-top {
  display: none;
}

.header-section {
  background-color: #7bc54a;
}

.header-section.resources {
  background-color: #3cc;
}

.header-section.schools {
  background-color: #43b443;
}

.header-section.projects {
  background-color: #c00;
}

.header-section.early-years {
  background-color: #f90;
}

.header-section.training {
  background-color: #038bd8;
}

.header-section.ot-training {
  background-color: #06c;
}

.ot-ey-intro {
  margin-bottom: 15px;
  color: #f60;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.ot-pic {
  display: block;
  width: 100%;
}

.video-body {
  background-color: #000;
}

.video-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.video-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video-tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-tab {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.video-tab-text {
  text-align: center;
}

.training-reveal-button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  background-color: #3cf;
  font-size: 16px;
  font-weight: 600;
}

.training-reveal-button:hover {
  background-color: #23a4fa;
}

.training-reveal-button.onsite {
  background-color: #06c;
}

.training-reveal-button.onsite:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.loggedin {
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #06c;
  color: #fff;
}

.ot-blue-italic {
  display: block;
  color: #06c;
  font-style: italic;
  font-weight: 600;
}

.ot-blue-italic._3cf {
  color: #3cf;
}

.training-small-txt-indent {
  margin-bottom: 15px;
  padding-left: 0px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
}

.training-06c-italic {
  margin-bottom: 0px;
  color: #06c;
  font-style: italic;
  font-weight: 600;
}

.training-reveal {
  margin-top: 10px;
}

.f60 {
  color: #f60;
}

._06c {
  color: #06c;
}

.flex-col-centred {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.news-pic-750 {
  display: none;
}

.resources-link {
  color: #05afaf;
  font-style: italic;
  font-weight: 600;
}

.video-clip-resources {
  display: block;
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}

.videos-resources-txt {
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 600;
}

.stp-logo {
  width: 100%;
  margin-top: 38px;
}

.stp-video {
  margin-bottom: 20px;
  padding-top: 5px;
}

.container-stp {
  padding-top: 0px;
}

.stp-note {
  display: block;
  margin-bottom: 40px;
}

.stp-row {
  margin-bottom: 0px;
}

.stp-link {
  font-family: 'Open Sans', sans-serif;
  color: #3c3;
  font-weight: 600;
}

.f90 {
  color: #f90;
}

.c03 {
  color: #c03;
}

.login-contact-button {
  margin-top: 30px;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #039;
}

.body-login {
  background-color: #06c;
}

.page-content-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 375px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.login-home-link {
  margin-top: 60px;
  color: #3cf;
  font-size: 16px;
}

.back-to-ey-ot {
  margin-top: 30px;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f90;
  color: #fff;
}

.back-to-ot {
  margin-top: 30px;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #3cf;
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    height: 37px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 25px;
  }

  .nav-link.nav-link-schools {
    padding-right: 29px;
  }

  .nav-link.nav-link-early-years {
    padding-right: 29px;
  }

  .nav-link.nav-link-projects {
    padding-right: 29px;
  }

  .nav-link.nav-link-training {
    padding-right: 29px;
  }

  .nav-link.nav-home-button {
    padding-top: 5px;
  }

  .nav-link.nav-home-button.ot {
    padding-right: 28px;
  }

  .nav-link.nav-home-button.nav-home {
    padding-right: 29px;
  }

  .nav-link.nav-home-button.home-no-r-rule {
    padding-right: 29px;
  }

  .nav-link.nav-home-button.home-ot-no-rule {
    padding-right: 26px;
  }

  .nav-link.nav-home-button.ey-ot {
    padding-right: 26px;
  }

  .nav-link.nav-link-news {
    padding-right: 29px;
  }

  .nav-link.nav-link-resources {
    padding-right: 29px;
  }

  .nav-link.nav-link-ot {
    padding-right: 57px;
    padding-left: 57px;
  }

  .nav-link.nav-link-sm {
    padding-right: 0px;
    padding-left: 18px;
    font-size: 15px;
  }

  .nav-link.no-rule {
    padding-right: 29px;
  }

  .nav-link.nav-link-ey-ot {
    padding-right: 145px;
    padding-left: 146px;
  }

  .body {
    padding-top: 112px;
  }

  .nav-bar {
    height: 112px;
  }

  .nav-bar.navbar-training {
    background-color: #06c;
  }

  .nav-bar.nav-bar-resources {
    height: 112px;
  }

  .header-container {
    height: 75px;
    max-width: 1140px;
  }

  .p.intro {
    margin-right: 0px;
  }

  .logo-text {
    font-size: 22px;
  }

  .logo-text.video {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-container {
    max-width: 1140px;
  }

  .main-pic-container {
    max-width: 1140px;
  }

  .sms-container {
    max-width: 1140px;
  }

  .contact-container {
    max-width: 1140px;
  }

  .footer.footer-ot {
    margin-top: 0px;
  }

  .section-button {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 17px;
  }

  .twist {
    height: 60px;
    margin-top: 8px;
    margin-right: 10px;
  }

  .home-text-block.home-schools-text {
    padding-right: 10px;
  }

  .home-text-block.home-ey-text {
    padding-right: 10px;
  }

  .home-text-block.home-projects-text {
    padding-right: 40px;
  }

  .home-text-block.home-training-text {
    padding-right: 20px;
  }

  .home-text-block.home-news-text {
    padding-right: 0px;
  }

  .home-text-block.home-resources-text {
    padding-right: 10px;
  }

  .home-intro-col-2 {
    padding-top: 66px;
  }

  .section-1st-right-col {
    padding-top: 90px;
  }

  .h3-home-intro-box {
    font-size: 28px;
    line-height: 36px;
  }

  .h3-home-intro-box.training-intro {
    padding-right: 55px;
  }

  .news-subject {
    font-size: 24px;
    line-height: 32px;
  }

  .footer-container {
    max-width: 1140px;
  }

  .home-bottom {
    max-width: 1140px;
  }

  .signup-container {
    max-width: 1140px;
  }

  .home-intro-container {
    max-width: 1140px;
  }

  .home-content-container {
    max-width: 1140px;
  }

  .h1-storyteller {
    font-size: 18px;
    line-height: 18px;
  }

  .privacy-container {
    max-width: 1140px;
  }

  .smspage-container {
    max-width: 1140px;
  }

  .news-container {
    max-width: 1140px;
  }

  .container {
    max-width: 1140px;
  }

  .resources-right-col.playsongs {
    height: 140px;
    margin-bottom: 10px;
    background-image: url('../images/Playsongs.gif');
    background-position: 0px 0px;
  }

  .resources-right-col.ace {
    display: none;
  }

  .resources-right-col.ace-wide {
    display: inline-block;
  }

  .ot-tab-ey {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-ot {
    max-width: 838px;
  }

  .ot-tab-div {
    margin-right: 130px;
  }

  .ot-tab-ks1 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .ot-tab-ks2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-id {
    bottom: 112px;
  }

  .play-c-mouse {
    display: block;
    margin-bottom: 10px;
  }

  .h2-resources-2nd-col {
    display: inline-block;
  }

  .play-circle {
    height: 110px;
  }

  .previous-news {
    max-width: 1140px;
  }

  .news-pic-750 {
    display: block;
    margin-top: 5px;
  }

  .news-pic-460 {
    display: none;
  }

  .stp-nav {
    max-width: 1140px;
  }

  .container-stp {
    max-width: 1140px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    height: 45px;
    padding-top: 10px;
    padding-left: 30px;
    border-right-style: none;
  }

  .nav-link:hover {
    background-color: transparent;
  }

  .nav-link.nav-link-schools {
    background-color: transparent;
  }

  .nav-link.nav-link-schools.w--current {
    background-color: transparent;
  }

  .nav-link.nav-link-early-years {
    background-color: transparent;
  }

  .nav-link.nav-link-projects {
    background-color: transparent;
  }

  .nav-link.nav-link-training {
    background-color: transparent;
  }

  .nav-link.nav-home-button {
    padding-top: 10px;
    padding-left: 3px;
    border-right-style: none;
  }

  .nav-link.nav-home-button.nav-home {
    padding-left: 3px;
    background-color: transparent;
  }

  .nav-link.nav-link-news {
    background-color: transparent;
  }

  .nav-link.nav-link-resources {
    background-color: transparent;
  }

  .nav-link.nav-link-ot {
    padding-left: 28px;
  }

  .nav-link.nav-link-ot.ey {
    background-color: transparent;
  }

  .nav-link.nav-link-ot.ot {
    background-color: transparent;
  }

  .nav-link.nav-link-ot.ks1 {
    background-color: transparent;
  }

  .nav-link.nav-link-ot.ks2 {
    background-color: transparent;
  }

  .nav-link.nav-link-ot-contact {
    padding-left: 28px;
  }

  .nav-link.nav-link-ot-contact.ot {
    background-color: transparent;
  }

  .nav-link.nav-link-sm {
    padding-left: 30px;
  }

  .nav-link.nav-link-ey-ot {
    padding-left: 28px;
  }

  .nav-link.nav-link-ey-ot.ey {
    background-color: transparent;
  }

  .nav-link.stp {
    height: 35px;
    padding-top: 5px;
  }

  .body {
    padding-top: 95px;
  }

  .nav-bar {
    height: 95px;
  }

  .nav-bar.nav-bar-resources {
    height: 95px;
  }

  .nav-bar.navbar-online-training {
    color: #666;
  }

  .header-container {
    height: 60px;
  }

  .p.intro {
    padding-right: 0px;
  }

  .h2-page-heading {
    display: inline-block;
    margin-top: 15px;
  }

  .h2-page-heading.h2-previous-news {
    display: inline-block;
    margin-bottom: 20px;
  }

  .logo-text {
    margin-top: 19px;
    font-size: 18px;
  }

  .h2 {
    display: inline-block;
    margin-left: 0px;
  }

  .nav-items {
    padding-bottom: 25px;
    background-color: #59a726;
  }

  .nav-items.nav-training {
    background-color: #06c;
  }

  .nav-items.nav-projects {
    background-color: #900;
  }

  .nav-items.nav-schools {
    background-color: #007f00;
  }

  .nav-items.nav-early-years {
    background-color: #ff7a00;
  }

  .nav-items.nav-resources {
    background-color: #05afaf;
  }

  .nav-items.nav-ot {
    background-color: #777;
  }

  .menu-button {
    display: block;
    width: 100px;
    height: 35px;
    padding: 1px 0px 0px;
    float: left;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .menu-icon {
    display: inline-block;
  }

  .menu-button-text {
    display: inline-block;
    margin-left: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }

  .footer {
    margin-top: 25px;
  }

  .home-quote-text {
    font-size: 20px;
    line-height: 30px;
  }

  .home-quote-div {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 40px;
  }

  .section-button {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 15px;
  }

  .section-button.schools-home {
    font-size: 15px;
  }

  .section-button.training-home {
    font-size: 15px;
  }

  .section-menu.resources {
    margin-bottom: 0px;
  }

  .video-code {
    margin-top: 10px;
  }

  .video-code.training {
    margin-top: 0px;
  }

  .twist {
    height: 50px;
    margin-top: 6px;
    margin-right: 0px;
  }

  .h2-2nd-col {
    margin-top: 0px;
  }

  .icons-font {
    margin-left: 0px;
  }

  .mobile-section-name {
    display: inline-block;
    margin-top: 3px;
    float: right;
    color: #fff;
    font-size: 16px;
    font-style: italic;
  }

  .home-text-block.home-ey-text {
    padding-right: 15px;
  }

  .home-text-block.home-projects-text {
    padding-right: 5px;
  }

  .home-text-block.home-training-text {
    padding-right: 0px;
  }

  .home-text-block.home-news-text {
    padding-right: 5px;
  }

  .home-text-block.home-resources-text {
    padding-right: 7px;
  }

  .home-intro-col-2 {
    padding-top: 0px;
  }

  .section-1st-right-col {
    padding-top: 15px;
  }

  .quote-div.bottom-5-15 {
    margin-bottom: 15px;
  }

  .quote-div.top-0-15 {
    margin-top: 15px;
  }

  .quote-div.top-50-10 {
    margin-top: 10px;
  }

  .quote-div.bottom-0-5 {
    margin-bottom: 5px;
  }

  .right-col-pic {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .right-col-pic.projects-1 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .right-col-pic.projects-4 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .right-col-pic.schools-2 {
    margin-top: 0px;
  }

  .right-col-pic.schools-1 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .right-col-pic.ey-1 {
    margin-top: 0px;
  }

  .right-col-pic.projects-2 {
    margin-top: 0px;
  }

  .right-col-pic.projects-top-70 {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .right-col-pic.projects-5 {
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .icon.projects-small-icon {
    margin-top: 12px;
  }

  .icon.ey-icon-1 {
    width: 100px;
  }

  .icon.projects-1st-small-icon {
    margin-top: 12px;
  }

  .h3-home-intro-box {
    padding-right: 15px;
    font-size: 22px;
  }

  .news-subject {
    margin-top: 10px;
  }

  .news-subject._10px-top {
    margin-top: 10px;
  }

  .footer-nav {
    font-size: 15px;
  }

  .sms-txt {
    padding-top: 0px;
    padding-right: 0px;
  }

  .footer-container {
    padding-top: 30px;
  }

  .nav-menu-icons {
    margin-right: 5px;
    font-size: 19px;
  }

  .nav-menu-icons.nav-icon-ot {
    margin-right: 5px;
  }

  .nav-menu-icons.nav-icon-home {
    color: #84d84c;
  }

  .news-email-news {
    margin-top: 0px;
  }

  .rule-10-30px {
    margin-bottom: 15px;
  }

  .link-to-spacer {
    height: 95px;
  }

  .privacy-container {
    padding-top: 10px;
    padding-right: 0px;
  }

  .desktop-only {
    display: none;
  }

  .news-public-twoot {
    margin-top: 0px;
  }

  .section-row-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-row-flex.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .share-div {
    margin-bottom: 50px;
  }

  .h2-news-heading {
    margin-top: 15px;
  }

  .button-resources.news {
    margin-bottom: 5px;
  }

  .training-video {
    margin-bottom: 20px;
  }

  .resources-right-col.playsongs {
    display: none;
    height: 209px;
    background-position: 100% 50%;
  }

  .resources-right-col.ace {
    display: none;
  }

  .container-ot {
    max-width: 728px;
  }

  .ot-h2 {
    display: inline-block;
    margin-top: 15px;
  }

  .section-id {
    position: relative;
    bottom: 95px;
  }

  .play-c-mouse {
    display: block;
    height: 275px;
    margin-right: auto;
    margin-left: auto;
  }

  .play-circle {
    height: 75px;
    background-size: 200px;
  }

  .news-pic-750 {
    display: block;
  }

  .news-pic-460 {
    display: none;
  }

  .stp-video {
    margin-bottom: 20px;
  }

  .stp-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    height: 30px;
    padding-top: 2px;
    padding-left: 40px;
    font-size: 14px;
  }

  .nav-link.nav-link-schools {
    background-color: transparent;
  }

  .nav-link.nav-home-button {
    padding-top: 2px;
    padding-left: 12px;
  }

  .nav-link.nav-home-button.ot {
    padding-top: 4px;
  }

  .nav-link.nav-home-button.nav-home {
    padding-top: 2px;
    padding-left: 14px;
  }

  .nav-link.nav-link-ot {
    padding-left: 36px;
  }

  .nav-link.nav-link-ot-contact {
    padding-left: 36px;
  }

  .nav-link.nav-link-sm {
    padding-top: 2px;
    padding-left: 40px;
    background-image: none;
  }

  .body {
    padding-top: 80px;
  }

  .nav-bar {
    height: 80px;
  }

  .nav-bar.nav-bar-resources {
    height: 80px;
  }

  .header-container {
    height: 45px;
    padding-left: 10px;
  }

  .p.intro {
    padding-right: 10px;
  }

  .h2-page-heading {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .h2-page-heading.h2-previous-news {
    margin-left: 10px;
  }

  .logo-text {
    margin-top: 9px;
  }

  .h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .h2.h2-schools {
    margin-top: 10px;
  }

  .h2-home {
    padding-right: 10px;
  }

  .h2-home.home-news {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .home-page-2xrow {
    margin-top: 0px;
  }

  .nav-container {
    width: 100%;
  }

  .nav-items {
    padding-bottom: 20px;
  }

  .nav-items.nav-schools {
    padding-bottom: 15px;
  }

  .main-pic-container {
    padding-top: 0px;
  }

  .menu-button {
    padding-left: 10px;
  }

  .home-page-pics {
    width: 100%;
  }

  .home-quote-text {
    padding-right: 10px;
    font-size: 24px;
    line-height: 36px;
  }

  .home-quote-div {
    margin-top: 0px;
    padding-right: 20px;
  }

  .section-menu-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-button {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    border-right-color: transparent;
    text-align: left;
  }

  .section-button.schools-home {
    border-left-style: none;
    font-size: 15px;
  }

  .section-button.ey-home {
    border-left-style: none;
  }

  .section-button.resources-home {
    border-left-style: none;
  }

  .section-button.resources-selected {
    border-left-style: none;
  }

  .section-button.training-home {
    border-left-style: none;
    font-size: 15px;
  }

  .section-button.login {
    text-align: left;
  }

  .section-menu {
    margin-top: -2px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-menu.top-menu {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .twist {
    display: none;
    height: 40px;
    margin-top: 3px;
    margin-right: 10px;
  }

  .h2-2nd-col {
    font-size: 30px;
    line-height: 36px;
  }

  .mobile-section-name {
    margin-right: 10px;
  }

  .home-text-block {
    min-height: 0px;
  }

  .home-text-block.home-ey-text {
    padding-right: 0px;
  }

  .home-text-block.home-projects-text {
    padding-right: 0px;
  }

  .home-text-block.home-news-text {
    padding-right: 0px;
  }

  .home-text-block.home-resources-text {
    padding-right: 0px;
  }

  .home-intro-col-2 {
    padding-top: 0px;
  }

  .h2-section-div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .button-div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .news-subject.resources {
    margin-top: 5px;
  }

  .news-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .news-pic {
    width: 100%;
  }

  .form-text {
    font-size: 16px;
  }

  .sms-section.smspage {
    height: auto;
  }

  .footer-text {
    font-size: 13px;
    font-weight: 400;
  }

  .footer-container {
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }

  .contact-header {
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-menu-icons.nav-icon-home {
    font-size: 17px;
  }

  .utility-wrap-login.login {
    height: 100%;
    max-height: none;
    padding-bottom: 60px;
  }

  ._404-page-content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .home-bottom {
    padding-right: 10px;
    padding-left: 10px;
  }

  .privacy-text {
    font-size: 13px;
    line-height: 20px;
  }

  .rule-10-10px.news {
    margin-right: 10px;
    margin-left: 10px;
  }

  .rule-10-20px.news {
    margin-right: 10px;
    margin-left: 10px;
  }

  .rule-20-20px.news {
    margin-right: 10px;
    margin-left: 10px;
  }

  .privacy-white-text {
    font-size: 13px;
    line-height: 20px;
  }

  .privacy-box {
    font-size: 13px;
    line-height: 20px;
  }

  .h1-div-news {
    margin-top: 0px;
  }

  .link-to-spacer {
    height: 75px;
  }

  .h1-storyteller {
    margin-top: 5px;
  }

  .h1-storyteller.schools {
    margin-top: 0px;
  }

  .h1-storyteller-news {
    font-size: 15px;
    line-height: 15px;
  }

  .video-section-div {
    margin-right: 10px;
    margin-left: 10px;
  }

  ._1st-row-news {
    padding-top: 0px;
  }

  .privacy-container {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .formcarry-text {
    font-size: 16px;
  }

  .desktop-tablet {
    display: none;
  }

  .news-public-twoot {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .sharethis-text {
    font-size: 13px;
  }

  .share-txt {
    font-size: 13px;
  }

  .smspage-container {
    height: auto;
    padding-top: 40px;
  }

  .sharethis-reveal {
    font-size: 13px;
  }

  .h2-news-heading {
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .resources-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .training-video {
    margin-bottom: 10px;
  }

  .resources-right-col {
    margin-top: 0px;
  }

  .resources-right-col.playsongs {
    height: 175px;
    margin-top: 10px;
    margin-bottom: 0px;
    background-position: 50% 50%;
  }

  .ot-tab-ey {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .container-ot {
    padding-right: 10px;
    padding-left: 10px;
  }

  .ot-tab-ks1 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .ot-tab-ks2 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }

  .ot-h2 {
    display: block;
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .section-id {
    bottom: 80px;
  }

  .ot-pic {
    width: 100%;
  }

  .video-tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-container {
    padding-right: 5px;
    padding-left: 5px;
  }

  .training-reveal-button {
    margin-bottom: 10px;
  }

  .news-pic-750 {
    width: 100%;
  }

  .stp-video {
    margin-bottom: 10px;
  }

  .container-stp {
    padding-right: 10px;
    padding-left: 10px;
  }

  .stp-note {
    font-size: 13px;
  }

  .page-content-login {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    height: 45px;
    padding-top: 10px;
    font-size: 16px;
  }

  .nav-link.nav-home-button {
    padding-top: 10px;
  }

  .nav-link.nav-home-button.nav-home {
    padding-top: 10px;
  }

  .nav-link.nav-link-sm {
    padding-top: 10px;
    padding-right: 10px;
  }

  .body {
    padding-top: 85px;
  }

  .nav-bar {
    height: 85px;
  }

  .nav-bar.nav-bar-resources {
    height: 85px;
  }

  .header-container {
    height: 50px;
  }

  .p.intro {
    padding-right: 0px;
  }

  .h2-page-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .logo-text {
    margin-top: 11px;
  }

  .h2 {
    display: inline-block;
    padding-left: 0px;
    font-size: 24px;
    line-height: 30px;
  }

  .h2-home {
    font-size: 18px;
  }

  .h2-home.home-news {
    padding-right: 7px;
    padding-left: 7px;
  }

  .h2-home.home-schools {
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .home-section-italic {
    font-size: 15px;
  }

  .nav-items {
    padding-top: 10px;
  }

  .nav-items.nav-schools {
    padding-bottom: 25px;
  }

  .credit.credit-schools {
    margin-right: 20px;
  }

  .home-quote-div {
    padding-right: 10px;
  }

  .section-menu.top-menu {
    padding-top: 0px;
  }

  .twist {
    height: 42px;
    margin-top: 5px;
  }

  .h2-2nd-col {
    font-size: 28px;
    line-height: 30px;
  }

  .h2-schools-2nd-col {
    display: inline-block;
  }

  .button-schools {
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .button-ey {
    margin-bottom: 10px;
    padding: 6px 8px 6px 10px;
    font-size: 14px;
  }

  .h3-projects {
    font-size: 24px;
  }

  .button-projects {
    margin-bottom: 10px;
    padding: 6px 8px 6px 10px;
    font-size: 14px;
  }

  .button-news {
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .form-button {
    font-size: 16px;
  }

  .sms-section.smspage {
    height: auto;
  }

  .footer-nav {
    font-size: 14px;
  }

  .button-training {
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .utility-wrap-login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .utility-wrap-login.login {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._404-page-content {
    width: 300px;
  }

  .received-italic {
    display: inline-block;
  }

  ._404-heading {
    font-size: 24px;
  }

  .button-home {
    margin-bottom: 10px;
  }

  .newsletter-button {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .link-to-spacer {
    height: 85px;
  }

  .public-event-small-text {
    font-size: 15px;
    line-height: 22px;
  }

  .h1-storyteller {
    font-size: 15px;
  }

  .twoot-button {
    margin-bottom: 10px;
  }

  .news-public-twoot {
    margin-top: 0px;
    font-size: 15px;
  }

  .smspage-container {
    height: auto;
  }

  .button-priv-share {
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .h2-news-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .button-resources {
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 14px;
  }

  .ot-tab-menu-ey {
    border-top: 1px solid #f90;
    border-bottom: 1px none #f90;
    border-left-style: none;
  }

  .ot-tab-ey {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    font-weight: 600;
  }

  .ot-tab-ey.w--current {
    border-bottom-style: solid;
    border-bottom-color: #f90;
  }

  .ot-tab-menu-ks1 {
    border-top: 1px solid #43b443;
    border-left-style: none;
  }

  .ot-button {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .ot-activity-no {
    font-size: 26px;
    line-height: 34px;
  }

  .ot-activity-no-para {
    padding-left: 35px;
  }

  .ot-ks1-sbi-3c3 {
    display: inline-block;
  }

  .ot-tab-ks1 {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    font-weight: 600;
  }

  .ks1-ot-activity-q {
    font-size: 26px;
    line-height: 34px;
  }

  .ot-tab-menu-ks2 {
    border-top: 1px solid #038bd8;
    border-left-style: none;
  }

  .ot-tab-ks2 {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    border-right-style: none;
    font-weight: 600;
  }

  .ot-tab-ks2.w--current {
    border-bottom-style: solid;
    border-bottom-color: #038bd8;
  }

  .p-ot-ks2-sbi-col2 {
    display: inline-block;
  }

  .ot-ks2-activity-q {
    font-size: 26px;
    line-height: 34px;
  }

  .ks2-ot-activity-a {
    font-size: 26px;
    line-height: 34px;
  }

  .ot-h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .ot-ks2-sbi {
    display: inline-block;
  }

  .ot-bullet {
    font-size: 26px;
    line-height: 34px;
  }

  .ot-h2-ey-col2 {
    display: inline-block;
  }

  .section-id {
    bottom: 85px;
  }

  .play-c-mouse {
    height: auto;
  }

  .play-circle {
    height: 70px;
    background-size: 190px;
  }

  .training-reveal-button {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 15px;
  }

  .training-small-txt-indent {
    font-size: 15px;
    line-height: 22px;
  }

  .page-content-login {
    width: 300px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

#w-node-a75d9da2-78b2-ffa1-db67-0880f3c2f741-1f4e2f7f {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}