html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  padding: 0px;
  margin: 0px; }
  @media screen and (max-width: 350px) {
    html {
      font-size: 80%; } }

body {
  background: #FFF;
  color: #FFF;
  font-family: "ArialRoundedMTStd-Bold", Helvetica, sans-serif;
  padding: 0px;
  margin: 0px; }

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  .container .half {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    .container .half:nth-of-type(1) {
      padding-right: 20px; }
    .container .half:nth-of-type(2) {
      padding-left: 20px; }
    .container .half img {
      width: 100%;
      height: auto; }
  .container .third {
    width: 33.3333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
    .container .third:nth-of-type(1) {
      padding-left: 0px;
      padding-right: 27.66666px; }
    .container .third:nth-of-type(2) {
      padding-left: 13.33333px;
      padding-right: 13.33333px; }
    .container .third:nth-of-type(3) {
      padding-right: 0px;
      padding-left: 27.66666px; }
    .container .third img {
      width: 100%;
      height: auto;
      margin-bottom: 12px; }
  .container:after {
    content: ".";
    display: block;
    clear: both;
    text-indent: -9999px;
    height: 0;
    visibility: hidden; }

header {
  background: #FFF;
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box; }
  header svg {
    float: left;
    fill: #232323;
    margin-top: 8px; }
  header h1 {
    color: #232323;
    font-size: 21px;
    float: left;
    font-weight: 500;
    margin-left: 8px;
    padding-top: 7px;
    padding-bottom: 0px; }
  header .menu-btn {
    float: right;
    padding: 10px 10px 7px 10px;
    border: 3px solid #222;
    cursor: pointer;
    display: none; }
  header ul {
    float: right; }
    header ul li {
      display: inline-block; }
      header ul li a {
        text-decoration: none;
        color: #232323;
        padding: 13px 13px 10px 13px;
        display: block; }
        header ul li a.active {
          background: #232323;
          color: #FFF;
          border-radius: 1px; }
          header ul li a.active:hover {
            color: #FFF; }
      header ul li:last-child a {
        border-bottom: 3px solid #232323;
        padding: 8px 0px;
        margin: 0px 13px; }
        header ul li:last-child a.active {
          padding: 13px 13px 10px 13px;
          border-bottom: 0px;
          margin: 0px; }
    header ul .menu-x {
      position: absolute;
      top: 4px;
      right: 4px;
      padding: 12px;
      cursor: pointer;
      display: none; }
  @media screen and (max-width: 760px) {
    header ul {
      padding: 16px 16px 22px 16px;
      background-color: #FFF;
      position: absolute;
      top: 15px;
      right: 15px;
      display: none;
      width: 220px; }
      header ul li {
        margin-right: 70px; }
        header ul li:after {
          clear: both; }
      header ul .menu-x {
        display: block; }
    header .open {
      display: initial !important;
      z-index: 3; }
    header .menu-btn {
      display: block; } }
  @media screen and (max-width: 550px) {
    header ul li a {
      margin-bottom: 4px; } }
  @media screen and (max-width: 400px) {
    header .menu-btn {
      border: 2px solid #212121;
      padding: 8px 8px 6px 8px; }
    header svg {
      width: 14px;
      height: auto; }
    header h1 {
      font-size: 17px; } }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }
  .overlay.visible {
    display: block;
    z-index: 2; }

h1 {
  font-size: 1.75em;
  font-weight: bold;
  padding-bottom: 1em;
  line-height: 130%;
  letter-spacing: normal;
  font-weight: 500; }

h3 {
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.1em;
  color: #FFF; }

p {
  line-height: 145%;
  font-weight: 500;
  letter-spacing: normal; }
  p.caption {
    font-style: italic; }
  p a {
    text-decoration: underline;
    color: inherit; }

.body-top {
  padding: 50px 0px; }
  .body-top p {
    padding-bottom: 25px; }

.body-bottom {
  padding: 50px 0px; }

.body-white {
  background: #FFF;
  padding: 50px 0px; }

.block {
  background: #FFF;
  box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.18);
  padding: 20px; }

.block ul {
  padding-bottom: 20px; }
.block li {
  padding-bottom: 20px;
  line-height: 130%; }
  .block li:last-child {
    padding-bottom: 5px; }

footer {
  background: #232323;
  padding-top: 50px;
  width: 100%;
  box-shadow: 12px 12px 0px rgba(0, 0, 0, 0.18);
  height: 170px;
  color: rgba(255, 255, 255, 0.8); }
  footer a {
    color: rgba(255, 255, 255, 0.8); }
    footer a:hover {
      color: #FFF; }
  footer .container {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    margin-left: -540px; }
    footer .container:after {
      content: ".";
      display: block;
      clear: both;
      text-indent: -9999px;
      height: 0;
      visibility: hidden; }
  footer .contact {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px; }
    footer .contact a {
      color: #FFF !important; }
    footer .contact a.social {
      text-decoration: none; }
    footer .contact img {
      width: 37px;
      height: auto;
      margin-top: 25px;
      margin-right: 8px; }
  footer .sappi {
    width: 50%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px; }
    footer .sappi img {
      width: 137px;
      height: auto;
      margin-top: 25px; }

@media (max-width: 1180px) {
  footer .container {
    position: relative;
    width: auto;
    left: auto;
    margin-left: auto; } }
@media (max-width: 1080px) {
  footer {
    padding-bottom: 30px; } }
@media (max-width: 800px) {
  footer {
    width: 100%; } }
@media (max-width: 600px) {
  footer {
    height: inherit; }
    footer .contact {
      width: 100%;
      padding-right: 0px;
      padding-bottom: 25px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.24);
      margin-bottom: 25px;
      position: relative; }
      footer .contact p {
        width: 75%; }
      footer .contact a.social {
        position: absolute;
        top: -20px;
        right: 0px; }
      footer .contact a.twitter {
        right: 50px; }
    footer .sappi {
      width: 100%;
      padding-left: 0px; } }
@media (max-width: 420px) {
  footer .contact {
    padding-bottom: 0px; }
    footer .contact a.social {
      position: relative;
      margin-bottom: 10px; }
    footer .contact a.twitter {
      right: 0px; } }
a.btn {
  border: 2px solid #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 15px;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  border-radius: 1px;
  margin-right: 12px;
  margin-bottom: 12px;
  color: #FFF !important; }

.home {
  background-color: #4546a4; }
  .home header svg {
    fill: #363795; }
  .home header h1 {
    color: #363795; }
  .home header .menu-btn {
    color: #363795;
    border-color: #363795; }
  .home header ul a {
    color: #363795; }
    .home header ul a.active {
      background: #363795; }
  .home header ul li:last-child a {
    border-bottom-color: #363795; }
  .home .overlay {
    background: #363795;
    opacity: 0.4; }
  .home .body-top {
    background: #363795; }
  .home .block {
    box-shadow: 12px 12px 0px #363795;
    color: #232323; }
    .home .block a {
      color: #363795; }
      .home .block a:hover {
        color: #2b2c77; }
  .home em {
    color: #363795; }
  .home .hero {
    background: url("../images/home-hero.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 150px;
    padding-bottom: 150px; }
    .home .hero h2 {
      font-size: 3em;
      font-weight: 500;
      padding-bottom: 1em;
      display: block; }
    .home .hero h1 {
      max-width: 550px; }
    @media screen and (max-width: 560px) {
      .home .hero {
        padding-top: 40px;
        padding-bottom: 40px;
        font-size: 66%; } }
  .home .body-top {
    color: rgba(255, 255, 255, 0.75); }
    @media screen and (max-width: 730px) {
      .home .body-top .half {
        width: 100%;
        padding: 0px !important; } }
    .home .body-top strong {
      color: white; }
    .home .body-top span {
      display: none; }
  .home .news-items h1 {
    color: #363795; }
  .home .news-items li {
    padding: 22px 20px 20px 20px;
    margin-bottom: 10px;
    background: #d9d9f1;
    border-radius: 4px;
    color: #8e8fd6; }
    .home .news-items li a {
      color: #363795; }
      .home .news-items li a:hover {
        color: #222; }
  .home .news-items:after {
    content: ".";
    display: block;
    clear: both;
    text-indent: -9999px;
    height: 0;
    visibility: hidden; }

.curriculum {
  background-color: #efa162;
  background: #f5ac70; }
  .curriculum header svg {
    fill: #f29040; }
  .curriculum header h1 {
    color: #f29040; }
  .curriculum header .menu-btn {
    color: #f29040;
    border-color: #f29040; }
  .curriculum header ul a {
    color: #f29040; }
    .curriculum header ul a.active {
      background: #f29040; }
  .curriculum header ul li:last-child a {
    border-bottom-color: #f29040; }
  .curriculum .overlay {
    background: #f29040;
    opacity: 0.4; }
  .curriculum .body-top {
    background: #f29040; }
  .curriculum .block {
    box-shadow: 12px 12px 0px #f29040;
    color: #232323; }
    .curriculum .block a {
      color: #f29040; }
      .curriculum .block a:hover {
        color: #ef7a1a; }
  .curriculum em {
    color: #f29040; }
  .curriculum .body-top ul li {
    padding-bottom: 10px; }
    .curriculum .body-top ul li a {
      color: #FFF; }
  .curriculum .map-wrap {
    width: 100%;
    height: 440px;
    margin-bottom: 60px;
    overflow: hidden; }
  .curriculum .links-list {
    padding-top: 30px; }
    .curriculum .links-list > p {
      display: none; }
    .curriculum .links-list > ul {
      background: #FFF;
      box-shadow: 12px 12px 0px #f29040;
      padding: 20px;
      box-sizing: border-box;
      width: 31%;
      float: left;
      position: relative; }
      .curriculum .links-list > ul h3 {
        position: absolute;
        top: -30px;
        left: -1px; }
      .curriculum .links-list > ul:nth-of-type(3n+1) {
        margin-left: 0px;
        margin-right: 2.3333%; }
      .curriculum .links-list > ul:nth-of-type(3n+2) {
        margin-left: 1.16666665%;
        margin-right: 1.16666665%; }
      .curriculum .links-list > ul:nth-of-type(3n+3) {
        margin-right: 0px;
        margin-left: 2.3333%; }
      .curriculum .links-list > ul li {
        padding-bottom: 20px;
        line-height: 130%;
        color: #999; }
      .curriculum .links-list > ul a {
        color: #f29040; }
  @media screen and (max-width: 770px) {
    .curriculum .links-list > ul {
      width: 100%;
      margin-bottom: 80px;
      margin-left: 0px !important;
      margin-right: 2.3333% !important; } }
  @media screen and (max-width: 730px) {
    .curriculum .half {
      width: 100%;
      padding: 0px !important; }
    .curriculum .half:nth-of-type(2) {
      display: none; } }

.i4ewOd-pzNkMb-haAclf {
  background-color: #f29040 !important; }

.apply-columns {
  -webkit-columns: 3 200px;
  -moz-columns: 3 200px;
  columns: 3 200px; }

.testimonials li {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 1.8em;
  font-family: "ArialRoundedMTStd-Light";
  line-height: 125%;
  margin-top: 100px;
  margin-bottom: 100px; }
  .testimonials li:nth-child(odd) {
    padding-right: 20px; }
  .testimonials li:nth-child(even) {
    padding-left: 20px; }
  .testimonials li img {
    width: 100%;
    height: auto; }
  .testimonials li h3 {
    font-size: initial !important;
    margin-top: 1em;
    font-family: "ArialRoundedMTStd-Bold";
    font-style: normal;
    line-height: 115%; }
.testimonials:after {
  content: ".";
  display: block;
  clear: both;
  text-indent: -9999px;
  height: 0;
  visibility: hidden; }
@media screen and (max-width: 630px) {
  .testimonials li {
    width: 100%;
    margin-left: 0px !important;
    margin-right: 2.3333% !important;
    padding: 0px !important;
    margin-bottom: 30px;
    margin-top: 30px; } }

.flex-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .flex-columns.two > div {
    width: 48%;
    margin-bottom: 30px; }

.impact {
  background-color: #fc9dc0;
  background: #ffa4c6; }
  .impact header svg {
    fill: #ff7bac; }
  .impact header h1 {
    color: #ff7bac; }
  .impact header .menu-btn {
    color: #ff7bac;
    border-color: #ff7bac; }
  .impact header ul a {
    color: #ff7bac; }
    .impact header ul a.active {
      background: #ff7bac; }
  .impact header ul li:last-child a {
    border-bottom-color: #ff7bac; }
  .impact .overlay {
    background: #ff7bac;
    opacity: 0.4; }
  .impact .body-top {
    background: #ff7bac; }
  .impact .block {
    box-shadow: 12px 12px 0px #ff7bac;
    color: #232323; }
    .impact .block a {
      color: #ff7bac; }
      .impact .block a:hover {
        color: #ff5292; }
  .impact em {
    color: #ff7bac; }
  .impact .bar-bg {
    background: #ff488c;
    margin-bottom: 12px;
    display: block; }
    .impact .bar-bg .bar {
      background: #FFF;
      height: 25px; }
  .impact hr {
    margin-top: 70px;
    margin-bottom: 70px;
    background: #FFF;
    border: 1px solid #FFF;
    color: #FFF; }
  .impact .body-top ul li {
    display: block;
    float: left;
    width: 20%;
    text-align: center; }
    .impact .body-top ul li img {
      width: 80%;
      height: auto;
      margin-bottom: 20px; }
  .impact .body-top ul:after {
    content: ".";
    display: block;
    clear: both;
    text-indent: -9999px;
    height: 0;
    visibility: hidden; }
  .impact .body-top strong {
    display: block;
    font-size: 45px;
    margin-bottom: 12px; }
    @media screen and (max-width: 820px) {
      .impact .body-top strong {
        font-size: 30px; } }
  @media screen and (max-width: 700px) {
    .impact .body-top ul li {
      width: 50%;
      text-align: left; }
      .impact .body-top ul li figure {
        width: 140px;
        float: left;
        margin-right: 15px; }
        .impact .body-top ul li figure img {
          width: 100% !important; }
      .impact .body-top ul li h3 {
        margin-top: 30px; } }
  @media screen and (max-width: 630px) {
    .impact .body-top ul li {
      width: 100%; } }

.case-studies {
  padding-top: 40px; }
  .case-studies h1 {
    color: #ffbe55; }
  .case-studies ul {
    -webkit-columns: inherit !important;
    -moz-columns: inherit !important;
    columns: inherit !important; }
  .case-studies li {
    width: 31%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    background: #FFF;
    box-shadow: 12px 12px 0px #ffbe55;
    padding: 20px;
    background: #ffbe55;
    color: #FFF;
    box-shadow: 12px 12px 0px #ffedcf;
    margin-bottom: 36px; }
    .case-studies li:nth-of-type(3n+1) {
      margin-left: 0px;
      margin-right: 2.3333%; }
    .case-studies li:nth-of-type(3n+2) {
      margin-left: 1.16666665%;
      margin-right: 1.16666665%; }
    .case-studies li:nth-of-type(3n+3) {
      margin-right: 0px;
      margin-left: 2.3333%; }
    .case-studies li img {
      margin-bottom: 12px; }
    .case-studies li img {
      width: 100%;
      height: auto; }
    .case-studies li em {
      color: inherit; }
  .case-studies:after {
    content: ".";
    display: block;
    clear: both;
    text-indent: -9999px;
    height: 0;
    visibility: hidden; }
  @media screen and (max-width: 770px) {
    .case-studies li {
      width: 100%;
      margin-left: 0px !important;
      margin-right: 2.3333% !important;
      margin-bottom: 40px; }
      .case-studies li img {
        width: 50%;
        float: left;
        margin-right: 15px; } }

.about {
  background-color: #fbc978;
  background: #ffce7e; }
  .about header svg {
    fill: #ffbe55; }
  .about header h1 {
    color: #ffbe55; }
  .about header .menu-btn {
    color: #ffbe55;
    border-color: #ffbe55; }
  .about header ul a {
    color: #ffbe55; }
    .about header ul a.active {
      background: #ffbe55; }
  .about header ul li:last-child a {
    border-bottom-color: #ffbe55; }
  .about .overlay {
    background: #ffbe55;
    opacity: 0.4; }
  .about .body-top {
    background: #ffbe55; }
  .about .block {
    box-shadow: 12px 12px 0px #ffbe55;
    color: #232323; }
    .about .block a {
      color: #ffbe55; }
      .about .block a:hover {
        color: #ffae2c; }
  .about em {
    color: #ffbe55; }
  .about .body-top .container {
    display: flex;
    justify-content: space-between; }
  .about .body-top .left {
    width: 49%; }
  .about .body-top .right {
    width: 49%; }
  .about .body-top ul {
    list-style: disc;
    padding-left: 20px; }
    .about .body-top ul li {
      padding-bottom: 20px; }
  .about .chapter-toc {
    width: 100%;
    display: block; }
    .about .chapter-toc:after {
      content: ".";
      display: block;
      clear: both;
      text-indent: -9999px;
      height: 0;
      visibility: hidden; }
  .about .chapters {
    display: block;
    margin-bottom: 50px;
    width: 25%;
    box-sizing: border-box;
    float: left; }
    .about .chapters li a {
      color: #FFF;
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      background: rgba(255, 255, 255, 0.3);
      padding: 12px 12px 10px 12px;
      font-size: 1.33em; }
      .about .chapters li a:hover {
        background: rgba(255, 255, 255, 0.5); }
    .about .chapters li.active a {
      background: #FFF;
      color: #ffbe55; }
    @media screen and (max-width: 880px) {
      .about .chapters {
        width: 100%;
        margin-bottom: 30px; }
        .about .chapters li a {
          float: left;
          margin-right: 8px;
          font-size: 1em; } }
  .about .chapter-summaries {
    width: 73%;
    float: right;
    box-sizing: border-box;
    -webkit-columns: inherit !important;
    -moz-columns: inherit !important;
    columns: inherit !important; }
    @media screen and (max-width: 880px) {
      .about .chapter-summaries {
        width: 100%; } }
    .about .chapter-summaries li {
      background: #FFF;
      box-shadow: 12px 12px 0px #ffbe55;
      padding: 20px;
      color: #ffbe55;
      display: none;
      min-height: 330px; }
      .about .chapter-summaries li h1 {
        margin-bottom: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid #ffbe55; }
      .about .chapter-summaries li strong {
        opacity: .5;
        margin-top: 30px;
        display: block; }
      .about .chapter-summaries li.active {
        display: block; }

.buy {
  background-color: #16baf8;
  background: #00aeef !important; }
  .buy header svg {
    fill: #00aeef; }
  .buy header h1 {
    color: #00aeef; }
  .buy header .menu-btn {
    color: #00aeef;
    border-color: #00aeef; }
  .buy header ul a {
    color: #00aeef; }
    .buy header ul a.active {
      background: #00aeef; }
  .buy header ul li:last-child a {
    border-bottom-color: #00aeef; }
  .buy .overlay {
    background: #00aeef;
    opacity: 0.4; }
  .buy .body-top {
    background: #00aeef; }
  .buy .block {
    box-shadow: 12px 12px 0px #00aeef;
    color: #232323; }
    .buy .block a {
      color: #00aeef; }
      .buy .block a:hover {
        color: #0090c6; }
  .buy em {
    color: #00aeef; }
  .buy .body-top ul {
    display: block;
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 20px; }
    .buy .body-top ul li {
      padding-bottom: 10px; }
  .buy .half:nth-child(2) {
    text-align: center; }
  .buy .cover {
    max-width: 275px !important;
    height: auto;
    top: 0;
    right: 0;
    box-shadow: 12px 12px 0px #008dc1;
    margin: 0 auto;
    margin-bottom: 35px; }
  .buy img {
    margin-bottom: -4px; }
  @media screen and (max-width: 540px) {
    .buy .half {
      width: 100%;
      padding: 0px !important;
      text-align: left !important; }
      .buy .half .cover {
        margin: 0px !important; }
    .buy .half:nth-child(2) {
      text-align: left !important; } }
