@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700|Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700&display=swap");
/* Variables */
/* Variables End */
body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0px !important; }

.offScreen {
  position: fixed;
  top: -1000000px;
  left: -1000000px; }

.hidden {
  display: none; }

html .modal.fade .modal-dialog {
  transform: translate(-50%, -100%);
  top: 50%;
  left: 50%;
  margin: 0; }
  html .modal.fade .modal-dialog a.blueBtn {
    display: inline-block;
    background: #1665bf;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75em;
    border-radius: 0.5em;
    padding: 0.5em 1em;
    margin-left: 0.75em;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 3px 0 0 #09294d;
    position: relative;
    transition: all 0.1s ease-out; }
    html .modal.fade .modal-dialog a.blueBtn:hover, html .modal.fade .modal-dialog a.blueBtn:focus {
      background: #1359a8;
      transform: translate(2px, 3px);
      box-shadow: 0 0 0 0 #09294d; }
    @media screen and (max-width: 991px) {
      html .modal.fade .modal-dialog a.blueBtn {
        margin: 0;
        max-width: none; } }
  html .modal.fade .modal-dialog .modal-header a.blueBtn {
    transform: translateY(-3px);
    float: right;
    margin-right: 1em; }
    html .modal.fade .modal-dialog .modal-header a.blueBtn:hover, html .modal.fade .modal-dialog .modal-header a.blueBtn:focus {
      transform: translate(2px, 0px); }
  html .modal.fade .modal-dialog .modal-body {
    max-height: 82vh;
    overflow: auto; }

@media screen and (min-width: 768px) {
  html .modal-dialog {
    width: 960px;
    max-width: 85vw; } }

html .modal.in .modal-dialog {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  margin: 0;
  max-height: 95vh; }

#transcripts .modal-body ul.reset li:not(:last-child) {
  margin-bottom: 0.5em; }
#transcripts .modal-body ul.reset li a {
  background: #fff;
  text-transform: uppercase;
  color: #000;
  font-size: 1em;
  font-weight: 600;
  padding: 0.4em 1em;
  border: 1px solid #ddd;
  border-radius: 1.5em;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  width: fit-content;
  align-items: center; }
  #transcripts .modal-body ul.reset li a span.fa {
    color: #40b7ba;
    font-size: 1.75em;
    margin-left: 0.25em; }
  @media screen and (max-width: 1199px) {
    #transcripts .modal-body ul.reset li a {
      font-size: 1.25em; }
      #transcripts .modal-body ul.reset li a span.fa {
        font-size: 1.625em; } }
  @media screen and (max-width: 991px) {
    #transcripts .modal-body ul.reset li a {
      font-size: 1em; }
      #transcripts .modal-body ul.reset li a span.fa {
        font-size: 1.75em; } }
  #transcripts .modal-body ul.reset li a:hover, #transcripts .modal-body ul.reset li a:focus {
    text-decoration: none;
    transition: all 0.15s ease-out;
    background: #ffde5c; }
    #transcripts .modal-body ul.reset li a:hover span.fa, #transcripts .modal-body ul.reset li a:focus span.fa {
      color: #a6903d; }

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

.no-clear:before, .no-clear:after {
  display: none; }

@media screen and (max-width: 991px) {
  .no-mobile {
    display: none !important; } }

a.btn-big {
  display: inline-block;
  background: #1665bf;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  box-shadow: 2px 3px 0 0 #09294d;
  position: relative;
  transition: all 0.1s ease-out; }
  a.btn-big:hover, a.btn-big:focus {
    color: #fff;
    background: #1359a8;
    transform: translate(2px, 3px);
    box-shadow: 0 0 0 0 #09294d; }

header#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
  height: auto; }
  @media screen and (min-width: 991px) {
    header#header > .nav-toggle {
      display: none; } }
  @media screen and (max-width: 991px) {
    header#header {
      align-items: flex-start; } }

#search {
  display: none; }

.header-left-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .header-left-wrapper {
      width: calc(100% - 40px);
      justify-content: center; } }
  @media screen and (max-width: 500px) {
    .header-left-wrapper {
      justify-content: center; } }

#header-left {
  display: flex;
  align-items: center; }
  #header-left .logo {
    width: 16em;
    padding: 0;
    background: url(/images/owp_logo.svg) top no-repeat;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0;
    float: none; }
  #header-left .edu-logo {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4em;
    letter-spacing: 0.25em;
    margin-left: 2rem; }
    #header-left .edu-logo a {
      color: #e4002b; }
      #header-left .edu-logo a:hover, #header-left .edu-logo a:focus {
        color: #e4002b;
        text-decoration: none; }
  @media screen and (max-width: 600px) {
    #header-left .logo {
      width: 41.5vw; }
    #header-left .edu-logo {
      font-size: 4vw;
      margin-left: 3.25vw; } }

.header-links {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 600px) {
    .header-links > div {
      display: flex;
      flex-direction: column; } }
  @media screen and (max-width: 500px) {
    .header-links > div {
      flex-direction: row; } }
  .header-links > div a {
    font-size: 0.75em;
    color: #121212; }
    .header-links > div a:first-child {
      padding-right: 0.5rem;
      margin-right: 0.5rem;
      position: relative; }
      .header-links > div a:first-child:after {
        content: '';
        height: 80%;
        width: 1px;
        position: absolute;
        right: 0;
        background: #121212;
        top: 50%;
        transform: translateY(-50%); }
      @media screen and (max-width: 600px) {
        .header-links > div a:first-child {
          padding: 0;
          margin: 0; }
          .header-links > div a:first-child:after {
            display: none; } }
  .header-links a.consultant {
    display: inline-block;
    background: #1665bf;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75em;
    border-radius: 0.5em;
    padding: 0.5em 1em;
    margin-left: 2rem;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 3px 0 0 #09294d;
    position: relative;
    transition: all 0.1s ease-out; }
    .header-links a.consultant:hover, .header-links a.consultant:focus {
      background: #1359a8;
      transform: translate(2px, 3px);
      box-shadow: 0 0 0 0 #09294d; }
    @media screen and (max-width: 991px) {
      .header-links a.consultant {
        margin: 0;
        max-width: none; } }
  @media screen and (max-width: 1199px) {
    .header-links {
      flex-direction: column; }
      .header-links > div {
        margin-bottom: 0.25em; } }
  @media screen and (max-width: 991px) {
    .header-links {
      flex-direction: row-reverse;
      margin-top: 1em; }
      .header-links > div {
        margin-bottom: 0; }
      .header-links a.consultant {
        margin-left: 0;
        margin-top: 0; } }
  @media screen and (max-width: 500px) {
    .header-links {
      flex-direction: column-reverse;
      justify-content: center; } }

#francais {
  margin-top: 0;
  width: 4.5em; }
  #francais img {
    width: 33px;
    height: 16px; }

.navbar .nav li.mobile-only {
  display: none; }
  @media screen and (max-width: 991px) {
    .navbar .nav li.mobile-only {
      display: list-item; } }

@media screen and (min-width: 990px) {
  .nav.navbar-nav.secondary-nav {
    display: flex;
    flex-wrap: nowrap; }
    .nav.navbar-nav.secondary-nav:before {
      content: '';
      display: block !important;
      position: absolute;
      left: 0;
      width: calc((100vw - 940px) / 2 + 30px);
      height: 100%;
      background: #1665bf;
      z-index: 0; }
    .nav.navbar-nav.secondary-nav:after {
      content: '';
      display: block !important;
      position: absolute;
      right: 0;
      width: calc((100vw - 940px) / 2 + 15px);
      height: 100%;
      background: #ffe000;
      z-index: 0; }
    .nav.navbar-nav.secondary-nav > li {
      display: flex;
      position: relative;
      z-index: 1; }
      .nav.navbar-nav.secondary-nav > li:not(:last-child):after {
        content: '';
        height: 100%;
        width: 1px;
        background: rgba(255, 255, 255, 0.5);
        top: 0;
        right: 0;
        position: absolute; }
      .nav.navbar-nav.secondary-nav > li:nth-child(n+7):not(:last-child):after {
        content: '';
        background: rgba(0, 0, 0, 0.5); }
      .nav.navbar-nav.secondary-nav > li > a {
        font-size: 0.75em;
        line-height: 1.75rem;
        font-weight: 600;
        display: flex;
        align-items: center;
        padding: 1em 1em;
        height: auto !important; }
        .nav.navbar-nav.secondary-nav > li > a.catalogue-link {
          background: #1665bf;
          color: #fff; }
          .nav.navbar-nav.secondary-nav > li > a.catalogue-link:hover, .nav.navbar-nav.secondary-nav > li > a.catalogue-link:focus {
            background: #114d91; }
          .nav.navbar-nav.secondary-nav > li > a.catalogue-link span.nowrap {
            white-space: nowrap; }
        .nav.navbar-nav.secondary-nav > li > a.secondary-link {
          background: #ffe000; }
          .nav.navbar-nav.secondary-nav > li > a.secondary-link:hover, .nav.navbar-nav.secondary-nav > li > a.secondary-link:focus {
            color: #424242;
            background: #e6ca00; } }

#search-wrapper {
  border-bottom: 1px solid #ddd; }
  #search-wrapper > .container {
    display: flex;
    justify-content: space-between;
    padding: 0.5em 1em; }
    #search-wrapper > .container a {
      width: 220px;
      overflow: hidden; }
      @media screen and (max-width: 991px) {
        #search-wrapper > .container a {
          display: none; } }
  #search-wrapper input {
    border-radius: 1em;
    border: 1px solid #ddd;
    padding: 0.25em 0.75em; }

.new-users {
  background: #ebebeb;
  padding: 2em 0; }
  .new-users > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .new-users > .container {
        text-align: center;
        justify-content: center; } }
  .new-users .left h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 1em;
    color: #e4002b; }
  .new-users .left p {
    font-size: 0.625em;
    margin: 0.5em 0;
    font-size: 0.875em;
    line-height: 1.3125em;
    font-weight: 700; }
    .new-users .left p:last-child {
      margin-bottom: 0; }
  .new-users .middle {
    display: flex;
    align-items: center;
    justify-content: center; }
    .new-users .middle img {
      max-width: 240px; }
      @media screen and (max-width: 991px) {
        .new-users .middle img {
          max-width: 160px; } }
    @media screen and (max-width: 991px) {
      .new-users .middle {
        padding-top: 1em;
        padding-bottom: 1em; } }
  .new-users .right h3 {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.3125em;
    font-weight: 700; }

#background-wrapper {
  background: #FFF; }

.region-toggle {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 1.125em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1em; }
  @media screen and (max-width: 576px) {
    .region-toggle {
      font-size: 0.75em;
      padding: 0.5em; } }
  .region-toggle .toggle {
    background: #fff;
    border: 1px solid #eee;
    margin-left: 0.5em;
    padding: 2px;
    border-radius: 1em; }
    .region-toggle .toggle a,
    .region-toggle .toggle span {
      display: inline-block;
      background: none;
      padding: 0.15em 1em;
      color: #555;
      border-radius: 1em; }
      .region-toggle .toggle a.active,
      .region-toggle .toggle span.active {
        background: #0090a5;
        color: #fff;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.25); }
      .region-toggle .toggle a:not(.active):hover, .region-toggle .toggle a:not(.active):focus,
      .region-toggle .toggle span:not(.active):hover,
      .region-toggle .toggle span:not(.active):focus {
        background: #eef9fa; }
      .region-toggle .toggle a:hover, .region-toggle .toggle a:focus,
      .region-toggle .toggle span:hover,
      .region-toggle .toggle span:focus {
        text-decoration: none; }

#main-content {
  padding: 0;
  margin: 1em auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 1.25em;
  background: #fff;
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.25); }
  @media screen and (max-width: 767px) {
    #main-content {
      padding: 0;
      margin: 0 auto; } }
  #main-content .hero {
    position: relative;
    min-height: 400px;
    padding-bottom: 1em;
    margin-bottom: 0em; }
    #main-content .hero.landing {
      margin: 0;
      min-height: 62.5vh; }
    #main-content .hero:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
	  background-color: #ebf3ff;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 1;
      backface-visibility: hidden;
      z-index: -1; }
      @media screen and (max-width: 767px) {
        #main-content .hero:before {
          border-radius: 0; } }
    #main-content .hero .top {
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 0 3em;
      height: 420px;
}
      #main-content .hero .top img:first-of-type {
        max-width: 38.5%;
        margin-top: 6em; }
        #main-content .hero .top img:first-of-type.generic-logo {
          margin-top: 2.25em; }
      #main-content .hero .top img:last-of-type {
        max-width: 60%;
        margin-bottom: 0em; }
      @media screen and (max-width: 1199px) {
        #main-content .hero .top {
          height: auto;
          background-size: 100%; }
          #main-content .hero .top img:first-of-type {
            margin-top: 2.5em; }
            #main-content .hero .top img:first-of-type.generic-logo {
              margin-top: 0; }
          #main-content .hero .top img:last-of-type {
            margin-bottom: 0em; } }
      @media screen and (max-width: 991px) {
        #main-content .hero .top {
          height: auto;
          background-size: 100%; }
          #main-content .hero .top img:first-of-type {
            margin-top: 0; }
          #main-content .hero .top img:last-of-type {
            margin-bottom: 0em; } }
      @media screen and (max-width: 768px) {
        #main-content .hero .top {
          padding: 0;
          align-items: flex-start;
          height: auto; }
          #main-content .hero .top img:last-of-type {
            margin-top: 2em;
            max-width: 55%; } }
      @media screen and (max-width: 640px) {
        #main-content .hero .top {
          padding: 0;
          align-items: flex-start;
          }
          #main-content .hero .top img:last-of-type {
            margin-top: 2em;
            max-width: 55%; } }
      @media screen and (max-width: 576px) {
        #main-content .hero .top img:last-of-type {
          margin-top: 1.5em; } }
      @media screen and (max-width: 400px) {
        #main-content .hero .top img:last-of-type {
          margin-top: 1em; } }
    #main-content .hero .video-section {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-around;
      padding: 5em 3em 3em 3em; }
      @media screen and (max-width: 991px) {
        #main-content .hero .video-section {
          flex-direction: column-reverse; } }
      @media screen and (max-width: 768px) {
        #main-content .hero .video-section {
          padding: 4em 1.5em 2em 1.5em; } }
      #main-content .hero .video-section .left {
        width: 39%; }
        #main-content .hero .video-section .left p {
          text-align: center;
          text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
          font-size: 2em;
          font-weight: 600;
          color: #fff;
          line-height: 1.25em; }
          #main-content .hero .video-section .left p span {
            color: #ffde5c;
            font-weight: 700; }
          @media screen and (max-width: 1199px) {
            #main-content .hero .video-section .left p {
              font-size: 1.75em; } }
          @media screen and (max-width: 991px) {
            #main-content .hero .video-section .left p {
              font-size: 1.5em; } }
        #main-content .hero .video-section .left .cta-bar {
          padding: 1em 0 0 0; }
        @media screen and (max-width: 991px) {
          #main-content .hero .video-section .left {
            width: 80%;
            margin-top: 1.5em;
            margin-bottom: 0; } }
        @media screen and (max-width: 768px) {
          #main-content .hero .video-section .left {
            width: 100%; } }
      #main-content .hero .video-section .video {
        width: 50%;
        position: relative;
        text-align: center; }
        @media screen and (max-width: 1199px) {
          #main-content .hero .video-section .video {
            width: 66.66667%; } }
        @media screen and (max-width: 768px) {
          #main-content .hero .video-section .video {
            width: 95%;
            transform: translateX(-2.5%); } }
        #main-content .hero .video-section .video img {
          max-width: 100%; }
      #main-content .hero .video-section a.offer-burst {
        position: absolute;
        top: 0px;
        right: 0px;
        max-width: 46%; }
        #main-content .hero .video-section a.offer-burst img {
          max-width: 100%; }
    #main-content .hero .cta-bar {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      padding: 2em 2em 0em; }
      #main-content .hero .cta-bar.two-rows {
        flex-wrap: wrap;
        max-width: 1000px;
        justify-content: center;
        margin: 0 auto; }
        #main-content .hero .cta-bar.two-rows a {
          margin: 0.5em; }
      #main-content .hero .cta-bar a {
        margin: 0 0.5em; }
      @media screen and (max-width: 991px) {
        #main-content .hero .cta-bar {
          padding: 0 3em; } }
      @media screen and (max-width: 768px) {
        #main-content .hero .cta-bar {
          flex-direction: column;
          align-items: center; }
          #main-content .hero .cta-bar a {
            width: 320px;
            max-width: 100%;
            justify-content: center; }
            #main-content .hero .cta-bar a:not(:last-child) {
              margin-bottom: 0.5em; } }
      @media screen and (max-width: 640px) {
        #main-content .hero .cta-bar {
          padding: 0 2em; } }
    #main-content .hero.landing .cta-bar {
      justify-content: center; }
      #main-content .hero.landing .cta-bar a:not(:last-child) {
        margin-right: 2em; }
        @media screen and (max-width: 768px) {
          #main-content .hero.landing .cta-bar a:not(:last-child) {
            margin-right: 0; } }
    #main-content .hero p.region-choice {
      margin-top: 2em;
      text-align: center;
      text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
      font-size: 2em;
      font-weight: 600;
      color: #fff;
      line-height: 1.25em; }
      @media screen and (max-width: 1199px) {
        #main-content .hero p.region-choice {
          font-size: 1.75em; } }
      @media screen and (max-width: 991px) {
        #main-content .hero p.region-choice {
          font-size: 1.5em; } }
  #main-content .cta-bar a {
    background: #fff;
    text-transform: uppercase;
    color: #000;
    font-size: 1.325em;
    font-weight: 600;
    padding: 0.4em 1em;
    border-radius: 1.5em;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center; }
    #main-content .cta-bar a span.fa {
      color: #40b7ba;
      font-size: 1.75em;
      margin-left: 0.25em; }
    @media screen and (max-width: 1199px) {
      #main-content .cta-bar a {
        font-size: 1.25em; }
        #main-content .cta-bar a span.fa {
          font-size: 1.625em; } }
    @media screen and (max-width: 991px) {
      #main-content .cta-bar a {
        font-size: 1em; }
        #main-content .cta-bar a span.fa {
          font-size: 1.75em; } }
    #main-content .cta-bar a:hover, #main-content .cta-bar a:focus {
      text-decoration: none;
      transition: all 0.15s ease-out;
      background: #ffde5c; }
      #main-content .cta-bar a:hover span.fa, #main-content .cta-bar a:focus span.fa {
        color: #a6903d; }
  #main-content section:not(.hero) {
    padding: 1.5em 2.5em;
    overflow: hidden; }
    @media screen and (max-width: 576px) {
      #main-content section:not(.hero) {
        padding: 1.5em 1.5em; } }
    #main-content section:not(.hero).intro p {
      font-size: 1.25em;
      font-weight: 600; }
      #main-content section:not(.hero).intro p:not(:last-child) {
        margin-bottom: 1.5em; }
    #main-content section:not(.hero).overview {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 1.5em 0; }
      @media screen and (max-width: 991px) {
        #main-content section:not(.hero).overview {
          flex-direction: column; } }
      #main-content section:not(.hero).overview .left {
        width: 100%;
        padding-left: 3em;
        padding-right: 2em; }
        @media screen and (max-width: 576px) {
          #main-content section:not(.hero).overview .left {
            padding: 1.5em 1.5em; } }
        #main-content section:not(.hero).overview .left h2 {
          font-size: 2.125em;
          margin-bottom: 1em;
          margin-top: 0; }
        #main-content section:not(.hero).overview .left ul:first-of-type {
          margin-bottom: 2em; }
        #main-content section:not(.hero).overview .left ul li {
          position: relative;
          font-size: 1.3em;
          list-style: none;
          padding-left: 2.5em;
          margin-bottom: 1em; }
          #main-content section:not(.hero).overview .left ul li:before {
            content: '\f111';
            position: absolute;
            left: 0;
            top: 3px;
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 1em;
            text-rendering: auto;
            color: #0076c0; }
      #main-content section:not(.hero).overview .right {
        width: 50%;
        position: relative;
        z-index: 0;
        padding: 3em 2em 0em 0em; }
        @media screen and (max-width: 991px) {
          #main-content section:not(.hero).overview .right {
            padding-top: 8em; } }
        @media screen and (max-width: 576px) {
          #main-content section:not(.hero).overview .right {
            padding-left: 1.5em;
            padding-right: 1.5em; } }
        #main-content section:not(.hero).overview .right:before {
          content: '';
          background: url("");
          background-size: cover;
          background-position: left center;
          position: absolute;
          right: 0;
          top: -90px;
          width: 120%;
          height: 200%;
          z-index: -1; }
          @media screen and (max-width: 991px) {
            #main-content section:not(.hero).overview .right:before {
              top: -2em; } }
        #main-content section:not(.hero).overview .right ul {
          text-align: center;
          max-width: 85%;
          margin-left: 13%; }
          @media screen and (max-width: 991px) {
            #main-content section:not(.hero).overview .right ul {
              margin: 0;
              max-width: none; } }
          #main-content section:not(.hero).overview .right ul li:not(:last-child) {
            margin-bottom: 2em; }
            @media screen and (max-width: 991px) {
              #main-content section:not(.hero).overview .right ul li:not(:last-child) {
                margin-bottom: 3.5em; } }
          #main-content section:not(.hero).overview .right ul li img {
            max-width: 100%;
            display: block;
            margin: 0 auto; }
          #main-content section:not(.hero).overview .right ul li span.product-desc {
            color: #fff;
            background: #008094;
            font-weight: 600;
            font-size: 0.875em;
            display: inline-block;
            padding: 0.25em 1em;
            border-radius: 1em;
            margin-top: 1em; }
      @media screen and (max-width: 991px) {
        #main-content section:not(.hero).overview .left,
        #main-content section:not(.hero).overview .right {
          width: 100%; } }
    #main-content section:not(.hero).bio {
      background: #f5f5f5;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 2.5em 2.5em; }
      @media screen and (max-width: 991px) {
        #main-content section:not(.hero).bio {
          flex-direction: column; } }
      @media screen and (max-width: 576px) {
        #main-content section:not(.hero).bio {
          padding: 1.5em 1.5em; } }
      #main-content section:not(.hero).bio .img-wrapper {
        width: 16.5%; }
        @media screen and (max-width: 991px) {
          #main-content section:not(.hero).bio .img-wrapper {
            margin-bottom: 2em; } }
        #main-content section:not(.hero).bio .img-wrapper img {
          border: 4px solid #069aac;
          border-radius: 4px;
          max-width: 100%; }
      #main-content section:not(.hero).bio .bio-wrapper {
        width: 80%; }
        @media screen and (max-width: 991px) {
          #main-content section:not(.hero).bio .bio-wrapper {
            width: auto; } }
        #main-content section:not(.hero).bio .bio-wrapper h2 {
          font-size: 2.125em;
          margin-bottom: 0.5em;
          margin-top: 0; }
          #main-content section:not(.hero).bio .bio-wrapper h2 span {
            display: block;
            color: #008094;
            font-size: 0.65em;
            margin-bottom: 0.125em; }
        #main-content section:not(.hero).bio .bio-wrapper p {
          line-height: 1.5em;
          font-size: 1.125em; }
    #main-content section:not(.hero).testimonials {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      padding: 2.5em 2.5em;
      position: relative;
      z-index: 0; }
      @media screen and (max-width: 991px) {
        #main-content section:not(.hero).testimonials {
          flex-direction: column; } }
      @media screen and (max-width: 576px) {
        #main-content section:not(.hero).testimonials {
          padding: 1.5em 1.5em; } }
      #main-content section:not(.hero).testimonials:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(17.5%, -50%);
        width: 45%;
        padding-top: 45%;
        border-radius: 50%;
        background: #eef9fa;
        z-index: -1;
        display: none; }
        @media screen and (max-width: 1199px) {
          #main-content section:not(.hero).testimonials:before {
            transform: translate(25%, -50%);
            width: 55%;
            padding-top: 55%; } }
      #main-content section:not(.hero).testimonials h2 {
        font-size: 2.125em;
        margin-bottom: 1em;
        margin-top: 0; }
      #main-content section:not(.hero).testimonials h3 {
        font-size: 1.5em;
        margin-bottom: 1.5em;
        margin-top: 0.3125em;
        text-align: center; }
      #main-content section:not(.hero).testimonials .left {
        /*width: 62.5%;*/
        width: 100%;
        position: relative; }
        #main-content section:not(.hero).testimonials .left .testimonials {
          display: flex; }
          @media screen and (max-width: 991px) {
            #main-content section:not(.hero).testimonials .left .testimonials {
              flex-direction: column; } }
          #main-content section:not(.hero).testimonials .left .testimonials div {
            background: #eef9fa;
            padding: 1.25em;
            box-shadow: 2px 2px 0 rgba(0, 128, 148, 0.2);
            border-radius: 0.625em; }
            #main-content section:not(.hero).testimonials .left .testimonials div:not(:last-child) {
              margin-right: 2em; }
            #main-content section:not(.hero).testimonials .left .testimonials div p {
              font-size: 1.125em;
              margin: 0; }
              #main-content section:not(.hero).testimonials .left .testimonials div p span {
                display: block;
                font-weight: 700;
                font-size: 0.875em;
                margin-bottom: 1em; }
            @media screen and (max-width: 991px) {
              #main-content section:not(.hero).testimonials .left .testimonials div {
                width: 100%; }
                #main-content section:not(.hero).testimonials .left .testimonials div:not(:last-child) {
                  margin-bottom: 1.5em; } }
      #main-content section:not(.hero).testimonials .right {
        width: 37.5%;
        position: relative; }
        #main-content section:not(.hero).testimonials .right .video {
          padding: 0 1em;
          display: flex;
          flex-direction: column;
          align-items: center; }
          #main-content section:not(.hero).testimonials .right .video img {
            max-width: 100%; }
    #main-content section:not(.hero).preview {
      background: #f5f5f5;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      #main-content section:not(.hero).preview h2 {
        font-size: 2.125em;
        margin-bottom: 0.25em;
        margin-top: 0; }
      #main-content section:not(.hero).preview h3 {
        font-size: 1.25em;
        margin-bottom: 1em;
        margin-top: 0;
        color: #008094; }
      #main-content section:not(.hero).preview .modules:not(:last-child) {
        margin-bottom: 2em; }
      #main-content section:not(.hero).preview .modules ul.module-row {
        background: #d8e6e8;
        border-radius: 0.35em 0.35em 0.35em 0.35em;
        padding: 2em;
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 991px) {
          #main-content section:not(.hero).preview .modules ul.module-row {
            flex-wrap: wrap; } }
        @media screen and (max-width: 991px) {
          #main-content section:not(.hero).preview .modules ul.module-row li {
            width: 50%; } }
        @media screen and (max-width: 480px) {
          #main-content section:not(.hero).preview .modules ul.module-row li {
            width: 100%; } }
        #main-content section:not(.hero).preview .modules ul.module-row li:not(:last-child) {
          margin-right: 5em; }
          @media screen and (max-width: 991px) {
            #main-content section:not(.hero).preview .modules ul.module-row li:not(:last-child) {
              margin-right: auto;
              margin-bottom: 1.5em; } }
        #main-content section:not(.hero).preview .modules ul.module-row li a {
          display: flex;
          flex-direction: column;
          align-items: center; }
          #main-content section:not(.hero).preview .modules ul.module-row li a:hover, #main-content section:not(.hero).preview .modules ul.module-row li a:focus {
            text-decoration: none; }
            #main-content section:not(.hero).preview .modules ul.module-row li a:hover img, #main-content section:not(.hero).preview .modules ul.module-row li a:focus img {
              box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }
            #main-content section:not(.hero).preview .modules ul.module-row li a:hover span.cta-false, #main-content section:not(.hero).preview .modules ul.module-row li a:focus span.cta-false {
              text-decoration: none;
              transition: all 0.15s ease-out;
              background: #ffde5c; }
              #main-content section:not(.hero).preview .modules ul.module-row li a:hover span.cta-false span.fa, #main-content section:not(.hero).preview .modules ul.module-row li a:focus span.cta-false span.fa {
                color: #a6903d; }
          #main-content section:not(.hero).preview .modules ul.module-row li a .cover {
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
            border: 1px solid #0090a5;
            border-radius: 2px;
            overflow: hidden; }
            #main-content section:not(.hero).preview .modules ul.module-row li a .cover img {
              max-width: 155px;}
            #main-content section:not(.hero).preview .modules ul.module-row li a .cover.placeholder {
              position: relative;
              background: #000; }
              #main-content section:not(.hero).preview .modules ul.module-row li a .cover.placeholder:after {
                content: 'Coming Soon';
                position: absolute;
                padding: 0.5em;
                box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
                transform: rotate(-10deg) translate(-50%, -25%);
                top: 50%;
                left: 50%;
                width: 115%;
                background: #008094;
                text-transform: uppercase;
                font-size: 1.125em;
                font-weight: 700;
                color: #fff;
                text-align: center; }
              #main-content section:not(.hero).preview .modules ul.module-row li a .cover.placeholder img {
                opacity: 0.5;
                filter: blur(0.125em);
                transform: scale(1.1); }
            @media screen and (max-width: 480px) {
              #main-content section:not(.hero).preview .modules ul.module-row li a .cover {
                max-width: 33vw;
                margin-right: 0; } }
          #main-content section:not(.hero).preview .modules ul.module-row li a span.cta-false {
            margin-top: 1em;
            background: #fff;
            color: #000;
            font-size: 0.875em;
            font-weight: 600;
            padding: 0.4em 1em;
            border-radius: 1.5em;
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
            display: flex;
            align-items: center; }
            #main-content section:not(.hero).preview .modules ul.module-row li a span.cta-false span.fa {
              color: #40b7ba;
              font-size: 1.75em;
              margin-left: 0.25em; }
            #main-content section:not(.hero).preview .modules ul.module-row li a span.cta-false:not(:last-child) {
              margin-right: 1.5em; }
            #main-content section:not(.hero).preview .modules ul.module-row li a span.cta-false:hover, #main-content section:not(.hero).preview .modules ul.module-row li a span.cta-false:focus {
              text-decoration: none;
              transition: all 0.15s ease-out;
              background: #ffde5c; }
              #main-content section:not(.hero).preview .modules ul.module-row li a span.cta-false:hover span.fa, #main-content section:not(.hero).preview .modules ul.module-row li a span.cta-false:focus span.fa {
                color: #a6903d; }
    #main-content section:not(.hero).purchase {
      background: #3A4EA6; }
      #main-content section:not(.hero).purchase h2 {
        font-size: 2.125em;
        margin-bottom: 0.25em;
        margin-top: 0;
        color: #fff; }
      #main-content section:not(.hero).purchase h3 {
        font-size: 1.25em;
        margin-bottom: 1em;
        margin-top: 0;
        color: #d1f9ff; }
      #main-content section:not(.hero).purchase .cta-bar {
        display: flex;
        justify-content: center;
        margin: 2em 0; }
        #main-content section:not(.hero).purchase .cta-bar a:not(:last-child) {
          margin-right: 1.5em; }
      #main-content section:not(.hero).purchase .grade:not(:last-child) {
        margin-bottom: 2em; }
      #main-content section:not(.hero).purchase .grade h3 {
        background: #056e7c;
        color: #fff;
        padding: 0.5em 3em;
        font-size: 1.5em;
        display: inline-block;
        border-radius: 0.35em 0.35em 0 0;
        margin: 0; }
      #main-content section:not(.hero).purchase .grade ul.grade-row {
        background: #54bac9;
        border-radius: 0 0.35em 0.35em 0.35em;
        padding: 2em;
        display: flex;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #main-content section:not(.hero).purchase .grade ul.grade-row {
            flex-direction: column; } }
        #main-content section:not(.hero).purchase .grade ul.grade-row li {
          max-width: 25%; }
          @media screen and (max-width: 768px) and (min-width: 481px) {
            #main-content section:not(.hero).purchase .grade ul.grade-row li {
              width: 100%; } }
          #main-content section:not(.hero).purchase .grade ul.grade-row li:not(:last-child) {
            margin-right: 2em; }
            @media screen and (max-width: 991px) {
              #main-content section:not(.hero).purchase .grade ul.grade-row li:not(:last-child) {
                margin-right: auto; } }
            @media screen and (max-width: 768px) {
              #main-content section:not(.hero).purchase .grade ul.grade-row li:not(:last-child) {
                margin-bottom: 1em; } }
            @media screen and (max-width: 480px) {
              #main-content section:not(.hero).purchase .grade ul.grade-row li:not(:last-child) {
                margin-left: auto; } }
          #main-content section:not(.hero).purchase .grade ul.grade-row li a {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center; }
            @media screen and (max-width: 768px) and (min-width: 481px) {
              #main-content section:not(.hero).purchase .grade ul.grade-row li a {
                flex-direction: row; } }
            #main-content section:not(.hero).purchase .grade ul.grade-row li a:hover, #main-content section:not(.hero).purchase .grade ul.grade-row li a:focus {
              text-decoration: none; }
              #main-content section:not(.hero).purchase .grade ul.grade-row li a:hover img, #main-content section:not(.hero).purchase .grade ul.grade-row li a:focus img {
                box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25); }
              #main-content section:not(.hero).purchase .grade ul.grade-row li a:hover span.cta-false, #main-content section:not(.hero).purchase .grade ul.grade-row li a:focus span.cta-false {
                text-decoration: none;
                transition: all 0.15s ease-out;
                background: #ffde5c; }
                #main-content section:not(.hero).purchase .grade ul.grade-row li a:hover span.cta-false span.fa, #main-content section:not(.hero).purchase .grade ul.grade-row li a:focus span.cta-false span.fa {
                  color: #a6903d; }
            #main-content section:not(.hero).purchase .grade ul.grade-row li a .cover {
              box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
              border: 1px solid #fff;
              border-radius: 2px;
              overflow: hidden; }
              #main-content section:not(.hero).purchase .grade ul.grade-row li a .cover img {
                width: 100%;
                max-width: 160px;
                height: auto; }
              #main-content section:not(.hero).purchase .grade ul.grade-row li a .cover.placeholder {
                position: relative;
                background: #000; }
                #main-content section:not(.hero).purchase .grade ul.grade-row li a .cover.placeholder:after {
                  content: 'Coming Soon';
                  position: absolute;
                  padding: 0.5em;
                  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
                  transform: rotate(-10deg) translate(-50%, -25%);
                  top: 50%;
                  left: 50%;
                  width: 115%;
                  background: #008094;
                  text-transform: uppercase;
                  font-size: 1.125em;
                  font-weight: 700;
                  color: #fff;
                  text-align: center; }
                #main-content section:not(.hero).purchase .grade ul.grade-row li a .cover.placeholder img {
                  opacity: 0.5;
                  filter: blur(0.125em);
                  transform: scale(1.1); }
              @media screen and (max-width: 768px) {
                #main-content section:not(.hero).purchase .grade ul.grade-row li a .cover {
                  max-width: 22.5%;
                  margin-right: 1em; } }
              @media screen and (max-width: 480px) {
                #main-content section:not(.hero).purchase .grade ul.grade-row li a .cover {
                  max-width: 33vw;
                  margin-right: 0; } }
            #main-content section:not(.hero).purchase .grade ul.grade-row li a span.cta-false {
              margin-top: 1em;
              background: #fff;
              color: #000;
              font-size: 0.875em;
              font-weight: 600;
              padding: 0.4em 1em;
              border-radius: 1.5em;
              box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.25);
              display: flex;
              align-items: center; }
              #main-content section:not(.hero).purchase .grade ul.grade-row li a span.cta-false span.fa {
                color: #40b7ba;
                font-size: 1.75em;
                margin-left: 0.25em; }
              #main-content section:not(.hero).purchase .grade ul.grade-row li a span.cta-false:not(:last-child) {
                margin-right: 1.5em; }
              #main-content section:not(.hero).purchase .grade ul.grade-row li a span.cta-false:hover, #main-content section:not(.hero).purchase .grade ul.grade-row li a span.cta-false:focus {
                text-decoration: none;
                transition: all 0.15s ease-out;
                background: #ffde5c; }
                #main-content section:not(.hero).purchase .grade ul.grade-row li a span.cta-false:hover span.fa, #main-content section:not(.hero).purchase .grade ul.grade-row li a span.cta-false:focus span.fa {
                  color: #a6903d; }

/* Page Specific Elements */
#main-content.digiflyer {
  padding: 0; }
  #main-content.digiflyer > section.row {
    display: flex;
    justify-content: center; }
  @media screen and (max-width: 991px) {
    #main-content.digiflyer .col-xs-2 {
      display: none; } }
  @media screen and (max-width: 991px) {
    #main-content.digiflyer article.col-xs-8 {
      width: 100%; } }
  #main-content.digiflyer iframe#mainFrame {
    height: 1015px; }
    @media screen and (max-width: 991px) {
      #main-content.digiflyer iframe#mainFrame {
        height: 100vw; } }
    @media screen and (max-width: 767px) {
      #main-content.digiflyer iframe#mainFrame {
        height: 125vw; } }

#main-content.out-of-stock article {
  padding-top: 3em;
  padding-bottom: 3em;
  text-align: center; }
  #main-content.out-of-stock article img {
    max-height: 65px; }
  #main-content.out-of-stock article .content-box {
    margin-top: 2em;
    background: #fff;
    border-radius: 4px;
    padding: 2em 2em; }
    #main-content.out-of-stock article .content-box > *:first-child {
      margin-top: 0; }
    #main-content.out-of-stock article .content-box > *:last-child {
      margin-bottom: 0; }
    #main-content.out-of-stock article .content-box p a {
      white-space: nowrap;
      font-weight: 700; }
    #main-content.out-of-stock article .content-box a.btn-big {
      margin-top: 1em;
      font-size: 0.875em; }
      #main-content.out-of-stock article .content-box a.btn-big i.fa {
        font-size: 1em;
        margin-right: 0.5em; }
ul.teachers {
	list-style: none;
	padding: 0;
	text-align: center;
	color: #000;
}
ul.teachers * {
	margin: 0;
	padding: 0;
}
ul.teachers a {
	display: block;
	text-decoration: none;
	line-height:1em;
}
ul.teachers li {
	width: 10.4em;
	margin: 0.1em;
	font-size: 1.25em;
	padding: 0;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 800;
	vertical-align: top;
	display: inline-block;
	zoom: 1;
    *display: inline;
	position: relative;
}
ul.teachers li a {
	color:#29568e;
	text-decoration: underline;
	display: block;
}
    .more-info2 {
background-color: #f7f7f7;
background-image: url(img/tafr-bg2.jpg);
background-size: cover;
color: #000;
text-align: center;
padding: 1em;
margin-top: 0em;
}
	main .wrapper .more-info3 {
    background-color: #3A4EA6;
    background-image: url();
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
    color: #FFF;
    text-align: center;
    padding: 3em;
    margin-top: 0em;
	}	
main .wrapper .more-info3 p.big {
    font-weight: 400;
    font-size: 1.875em;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 0;
}
main .wrapper .more-info3 p.big a {
    color: #fdde57;
    border-bottom: 0px solid #fdde57;
	}
main .wrapper .more-info4 {
    background-color: #f7f7f7;
    background-image: url();
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
    color: #000;
    text-align: center;
    padding: 3em;
	}
main .wrapper .more-info5 {
    background-color: #fffcdb;
    background-image: url();
    -webkit-background-size: auto auto;
    -moz-background-size: auto;
    background-size: auto;
    color: #000;
    text-align: center;
	}
.more-info{background-color:#FFFCE9;background-image:url();-webkit-background-size:auto auto;-moz-background-size:auto;background-size:auto;color:#000;text-align:center;padding:3em;margin-top:0em}main .wrapper .more-info p.big{font-weight:400;font-size:1.875em;line-height:1.35;text-align:center;margin-bottom:0}@media screen and (max-width:768px){main .wrapper .more-info p.big{font-size:1.5em}}main .wrapper .more-info p.big strong{font-weight:600}main .wrapper .more-info p.big a{color:#fdde57;border-bottom:0px solid #fdde57}main .wrapper .more-info p.big a:focus,main .wrapper .more-info p.big a:hover{text-decoration:none;border-bottom:none}section.hero{text-align:center;background-color:#94c4d4;background-image:url();-webkit-background-size:auto auto;-moz-background-size:auto;background-size:auto;border-bottom:none;-webkit-border-radius:20px 20px 0 0;-moz-border-radius:20px 20px 0 0;border-radius:20px 20px 0 0;position:relative;padding:1em 0 16em;margin-bottom:-16em;z-index:0}@media screen and (max-width:1170px){section.hero{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:none}}@media screen and (max-width:991px){section.hero{padding:4em 0 16em}}@media screen and (max-width:640px){section.hero{margin-bottom:-5em;padding:5em 0 6em}}@media screen and (max-width:480px){section.hero{margin-bottom:-4em;padding:3em 0}}section.hero div.logo{position:relative;max-width:1000px;margin:0 auto}section.hero div.logo img.logo{margin:0 auto}section.hero div.logo img.burst{position:absolute;top:-3em;right:0}@media screen and (max-width:991px){section.hero div.logo img.burst{width:14.5vw;top:-2.5em}}@media screen and (max-width:850px){section.hero div.logo{width:90vw}}section.hero p{margin:3.5rem 0 0;font-weight:600;font-size:2em;color:#000;line-height:1.25;position:relative;z-index:1}section.hero p span{color:#B1DED8}@media screen and (max-width:991px){section.hero p{font-size:3.63vw}}@media screen and (max-width:640px){section.hero p{font-size:1.5em;padding:0 2em}section.hero p br{display:none}}@media screen and (max-width:480px){section.hero p{padding:0 1em;font-size:1.125em}}

/*# sourceMappingURL=mathPlace-marketing-ON.css.map */
