header[role="banner"] .wrap .trial:after, .threeCols .wrap .cols:after, .twoCols .wrap .cols:after, .testimonials .wrap .buttons:after, .library .wrap .filter:after, .featureCols .wrap:after, .tutorials .wrap .cols:after, .courseForm form fieldset .inputs:after, .courseForm form fieldset .accountDetails .contain:after, .courseForm form fieldset .trialDetails .contain:after, .courseForm form fieldset:after {
  content: '';
  display: block;
  clear: both; }

.modal .wrap, header[role="banner"] .wrap .trial a, header[role="banner"] .wrap .trial button, .threeCols .wrap .btn, .twoCols .wrap .cols .col .content a.yellowButton, .twoCols .wrap .cols .col .content button.yellowButton, .spotlights .wrap .cols .col .content span, .library.allBooks .wrap .cols .col, .library .wrap .yellowButton, .featureCols .wrap .cols .col, .featureCols .wrap .cols .col .content a, .featureCols .wrap .cols .col .content button, .faqs .wrap .btn {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.tutorialModal .wrap .swiper-menu button {
  background-image: url("../sprites/sprite.svg");
  background-size: 500px 500px;
  font-size: 20px; }

.noResults h2, .library .wrap header h3 {
  font-family: 'poynter-oldstyle-display', serif; }

.screen .wrap .content h2 {
  font-family: 'pragmatica-slabserif', sans-serif; }

header[role="banner"] .wrap .trial h4, header[role="banner"] .wrap .trial a, header[role="banner"] .wrap .trial button, .screen .wrap .content p, .spotlights .wrap header p, .spotlights .wrap .cols .col .content p, .spotlights .wrap .cols .col .content span, .testimonials .wrap .hold .testimonial h4, .testimonials .wrap .hold .testimonial p, .testimonials .wrap .hold .testimonial h5, .testimonials .wrap .hold .testimonial h5 strong, .noResults p {
  font-family: 'pragmatica', sans-serif; }

.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute; }
  .placeholder.faded {
    opacity: 0.5; }
  .placeholder.hide {
    display: none; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  display: block; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.modal .wrap {
  border-radius: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 0 30px;
  width: 540px;
  height: 540px; }
  .modal .wrap .close {
    background-position: -340px -155px;
    width: 32px;
    height: 32px;
    top: 33px;
    right: 30px; }
  .modal .wrap figure {
    width: 200px;
    margin: 0 auto 100px auto; }
    .modal .wrap figure + figure {
      width: 320px;
      margin-bottom: 50px; }
  .modal .wrap .text {
    width: 100%; }
    .modal .wrap .text h2 {
      font-size: 1.75rem; }
    .modal .wrap .text p {
      font-size: 0.875rem; }
    .modal .wrap .text h2 + p {
      margin-top: 80px; }
    .modal .wrap .text > a {
      padding: 6px 0;
      width: 260px;
      font-size: 1.125rem; }
    .modal .wrap .text .options {
      width: 310px;
      margin: 40px auto 0 auto; }
      .modal .wrap .text .options a, .modal .wrap .text .options button {
        width: 132px;
        height: 50px;
        border: 2px solid #ecc81f;
        font-size: 1rem;
        border-radius: 25px;
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: all;
        -moz-transition-timing-function: linear;
        -moz-transition-duration: 300ms;
        -moz-transition-property: all;
        -o-transition-timing-function: linear;
        -o-transition-duration: 300ms;
        -o-transition-property: all;
        -ms-transition-timing-function: linear;
        -ms-transition-duration: 300ms;
        -ms-transition-property: all;
        transition-timing-function: linear;
        transition-duration: 300ms;
        transition-property: all; }
        .modal .wrap .text .options a:hover, .modal .wrap .text .options button:hover {
          background-color: #ecc81f;
          color: #161616; }

.formErrors {
  top: 110px; }
  .formErrors .wrap {
    padding: 60px 70px 60px 70px; }
    .formErrors .wrap button {
      background-position: -340px -110px;
      width: 32px;
      height: 32px;
      top: 60px;
      right: 70px; }
    .formErrors .wrap h2 {
      font-size: 1.56rem;
      line-height: 1.25;
      padding-bottom: 20px;
      position: relative; }
      .formErrors .wrap h2:before {
        background-position: -440px -80px;
        width: 34px;
        height: 30px;
        margin-bottom: 0;
        position: absolute;
        top: -6px;
        left: -50px; }
    .formErrors .wrap ul {
      margin-left: 20px; }
      .formErrors .wrap ul li {
        font-size: 1.25rem; }

body {
  padding-top: 110px;
  padding-bottom: 0; }
  body.trialPage {
    padding-top: 200px; }
    body.trialPage header[role="banner"] .wrap .trial.active a, body.trialPage header[role="banner"] .wrap .trial.active button {
      background-color: #ecc81f;
      color: black;
      border: 1px solid transparent;
      pointer-events: all;
      opacity: 1; }
    body.trialPage header[role="banner"] .wrap .trial a, body.trialPage header[role="banner"] .wrap .trial button {
      background-color: transparent;
      border: 1px solid white;
      color: white;
      width: 214px;
      opacity: 0.5;
      pointer-events: none; }
      body.trialPage header[role="banner"] .wrap .trial a.active, body.trialPage header[role="banner"] .wrap .trial button.active {
        background-color: #ecc81f;
        color: black;
        border: 1px solid transparent;
        opacity: 1;
        pointer-events: all; }

header[role="banner"] {
  height: auto; }
  header[role="banner"].change {
    height: auto; }
  header[role="banner"] .wrap {
    padding: 28px 0;
    margin: 0 42px;
    height: 51px; }
    header[role="banner"] .wrap h1:before {
      margin: 0; }
    header[role="banner"] .wrap h1:after {
      display: none; }
    header[role="banner"] .wrap .trial {
      position: absolute;
      top: 30px;
      right: 42px; }
      header[role="banner"] .wrap .trial h4 {
        display: inline-block;
        font-weight: 700;
        color: white;
        font-size: 0.875rem;
        padding-right: 14px;
        float: left;
        position: relative;
        top: 18px; }
      header[role="banner"] .wrap .trial a, header[role="banner"] .wrap .trial button {
        float: left;
        background-color: #ecc81f;
        width: 180px;
        height: 50px;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-weight: 700;
        font-size: 0.875rem;
        border-radius: 25px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: all;
        -moz-transition-timing-function: linear;
        -moz-transition-duration: 300ms;
        -moz-transition-property: all;
        -o-transition-timing-function: linear;
        -o-transition-duration: 300ms;
        -o-transition-property: all;
        -ms-transition-timing-function: linear;
        -ms-transition-duration: 300ms;
        -ms-transition-property: all;
        transition-timing-function: linear;
        transition-duration: 300ms;
        transition-property: all; }
        header[role="banner"] .wrap .trial a:hover, header[role="banner"] .wrap .trial button:hover {
          background-color: white; }

.intro {
  padding: 75px 0; }
  .intro.trialIntro {
    padding-top: 150px; }
  .intro:before {
    height: 380px; }
  .intro .wrap {
    width: 650px;
    margin: 0 auto; }
    .intro .wrap nav {
      width: 580px;
      margin: 0 auto 60px auto; }
      .intro .wrap nav ul li:after {
        right: -84px; }
      .intro .wrap nav ul li a {
        font-size: 0.75rem; }
        .intro .wrap nav ul li a span {
          font-size: 1.4375rem;
          padding-top: 5px; }
        .intro .wrap nav ul li a h4 {
          width: auto; }
    .intro .wrap header {
      padding: 0; }
      .intro .wrap header h2 {
        font-size: 3.375rem; }
        .intro .wrap header h2 br {
          display: none; }
      .intro .wrap header h2 + p {
        margin-top: 15px; }
      .intro .wrap header p {
        font-size: 1.75rem;
        line-height: 1.2; }

.screen {
  position: relative;
  margin-bottom: 0;
  margin-bottom: 100px; }
  .screen .wrap {
    padding-bottom: 110px;
    position: relative;
    width: 720px;
    margin: 0 auto 110px auto; }
    .screen .wrap > figure {
      width: 480px;
      margin: 0 auto; }
    .screen .wrap .content {
      width: 250px;
      position: absolute;
      top: 50px;
      left: 20px; }
      .screen .wrap .content:nth-of-type(1) figure {
        -webkit-box-shadow: 50px 70px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 50px 70px 10px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 50px 70px 10px 0px rgba(0, 0, 0, 0.1); }
      .screen .wrap .content:nth-of-type(2) {
        left: auto;
        top: 136px;
        right: 20px;
        width: 406px; }
        .screen .wrap .content:nth-of-type(2) h2 {
          width: 124px;
          margin-left: auto;
          margin-right: 25px; }
      .screen .wrap .content:nth-of-type(3) {
        top: auto;
        bottom: 70px;
        width: 290px;
        height: 250px; }
        .screen .wrap .content:nth-of-type(3) h2 {
          position: absolute;
          bottom: 0;
          left: 0;
          margin-bottom: 0; }
        .screen .wrap .content:nth-of-type(3) figure {
          position: absolute;
          top: 0;
          right: 0;
          width: 290px;
          margin-left: auto;
          z-index: -1; }
      .screen .wrap .content:nth-of-type(4) {
        top: auto;
        bottom: 0;
        left: auto;
        right: 0;
        right: 20px;
        width: 340px; }
        .screen .wrap .content:nth-of-type(4) h2 {
          width: 150px;
          position: absolute;
          top: 100px;
          right: 0;
          margin-left: auto;
          z-index: 10; }
        .screen .wrap .content:nth-of-type(4) figure {
          width: 180px;
          position: relative;
          left: 50px; }
      .screen .wrap .content h2 {
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.1;
        letter-spacing: -0.01em;
        margin-bottom: 20px; }
      .screen .wrap .content p {
        font-size: 0.875rem;
        line-height: 1;
        color: #161616; }
        .screen .wrap .content p span {
          background-color: rgba(236, 200, 31, 0.9);
          display: inline-block;
          margin-bottom: 14px;
          opacity: 0.9;
          padding: 3px 7px;
          -webkit-box-shadow: -22px 29px 10px 0px rgba(0, 0, 0, 0.01);
          -moz-box-shadow: -22px 29px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -22px 29px 10px 0px rgba(0, 0, 0, 0.1); }

.threeCols .wrap {
  width: 650px;
  margin: 0 auto; }
  .threeCols .wrap header {
    padding-bottom: 60px; }
    .threeCols .wrap header h2 {
      font-size: 1.75rem; }
  .threeCols .wrap .btn {
    width: 264px;
    height: 50px;
    font-size: 1rem;
    border-radius: 25px;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all;
    margin-top: 90px; }
    .threeCols .wrap .btn:hover {
      color: white;
      background-color: #1e4b63; }
    .threeCols .wrap .btn span {
      display: inline-block;
      pointer-events: none; }
  .threeCols .wrap .cols .col {
    float: left;
    width: 33.3%; }
    .threeCols .wrap .cols .col + .col {
      margin-top: 0; }
    .threeCols .wrap .cols .col figure {
      margin: 0 auto 28px auto; }
    .threeCols .wrap .cols .col h3 {
      font-size: 1.125rem;
      padding-bottom: 20px; }
    .threeCols .wrap .cols .col p {
      font-size: 1.125rem;
      line-height: 1.3;
      padding: 0; }

.twoCols {
  padding-top: 100px; }
  .twoCols.greyBg2 {
    padding-top: 130px;
    padding-bottom: 0; }
    .twoCols.greyBg2.left .wrap .cols .col figure {
      width: 340px;
      margin-top: 50px; }
  .twoCols.greyBg {
    padding: 120px 0 60px 0; }
    .twoCols.greyBg .wrap .cols .col figure {
      width: 450px; }
  .twoCols .wrap header {
    margin: 0 42px; }
    .twoCols .wrap header h2 {
      font-size: 0.9375rem;
      padding-bottom: 20px;
      padding-bottom: 26px; }
    .twoCols .wrap header h3 {
      font-size: 3.375rem;
      padding-bottom: 40px; }
  .twoCols .wrap .cols .col figure {
    width: 390px; }
  .twoCols .wrap .cols .col .content {
    margin: 0 0 0 42px;
    width: 500px; }
    .twoCols .wrap .cols .col .content h2 {
      font-size: 3.375rem;
      padding-bottom: 40px; }
    .twoCols .wrap .cols .col .content p {
      font-size: 1.125rem;
      line-height: 1.3; }
    .twoCols .wrap .cols .col .content a {
      padding-top: 17px; }
    .twoCols .wrap .cols .col .content a, .twoCols .wrap .cols .col .content button {
      margin-top: 60px; }
      .twoCols .wrap .cols .col .content a.yellowButton, .twoCols .wrap .cols .col .content button.yellowButton {
        width: 264px;
        height: 50px;
        font-size: 1rem;
        border-radius: 25px;
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: all;
        -moz-transition-timing-function: linear;
        -moz-transition-duration: 300ms;
        -moz-transition-property: all;
        -o-transition-timing-function: linear;
        -o-transition-duration: 300ms;
        -o-transition-property: all;
        -ms-transition-timing-function: linear;
        -ms-transition-duration: 300ms;
        -ms-transition-property: all;
        transition-timing-function: linear;
        transition-duration: 300ms;
        transition-property: all;
        margin: 50px 0 0 0; }
        .twoCols .wrap .cols .col .content a.yellowButton:hover, .twoCols .wrap .cols .col .content button.yellowButton:hover {
          color: white;
          background-color: #1e4b63; }
        .twoCols .wrap .cols .col .content a.yellowButton span, .twoCols .wrap .cols .col .content button.yellowButton span {
          display: inline-block;
          pointer-events: none; }

.spotlights {
  padding: 100px 42px 36px 42px; }
  .spotlights .wrap header {
    padding-bottom: 40px; }
    .spotlights .wrap header h2 {
      font-size: 2.5rem;
      text-align: left;
      padding: 0 40px 15px 0;
      line-height: 1.15;
      position: relative; }
      .spotlights .wrap header h2:before {
        content: '';
        height: 6px;
        width: 64px;
        background-color: #ecc81f;
        display: block;
        margin-bottom: 23px; }
    .spotlights .wrap header p {
      display: block;
      font-size: 1.125rem;
      font-weight: 300; }
  .spotlights .wrap .cols {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .spotlights .wrap .cols .col {
      padding: 30px 20px 30px 18px;
      width: -moz-calc(50% - 10px);
      width: -o-calc(50% - 10px);
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px);
      margin-bottom: 20px;
      border-top: 6px solid #1e4b63; }
      .spotlights .wrap .cols .col:nth-of-type(2n + 2) {
        margin-left: 20px; }
      .spotlights .wrap .cols .col .content figure {
        width: 30px;
        height: 43px;
        margin-bottom: 14px; }
      .spotlights .wrap .cols .col .content h3 {
        font-size: 1.125rem;
        padding-bottom: 55px; }
      .spotlights .wrap .cols .col .content p {
        display: block;
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.3; }
      .spotlights .wrap .cols .col .content span {
        margin-top: 38px;
        background-color: #f2f2f2;
        width: 135px;
        height: 31px;
        font-weight: 700;
        font-size: 0.75rem;
        color: #757575;
        padding-top: 9px;
        text-align: center;
        border-radius: 15px;
        border: 1px solid #757575;
        display: block;
        background-color: transparent; }

.testimonials {
  margin-top: 130px;
  margin-bottom: 120px; }
  .testimonials .wrap {
    margin: 0 42px; }
    .testimonials .wrap h2 {
      font-size: 0.9375rem;
      padding-bottom: 20px;
      padding-bottom: 36px;
      text-align: center; }
    .testimonials .wrap .buttons button {
      width: 25%;
      width: -moz-calc(25% - 40px);
      width: -o-calc(25% - 40px);
      width: -webkit-calc(25% - 40px);
      width: calc(25% - 40px);
      float: left;
      position: relative;
      padding-bottom: 15px;
      height: 68px;
      margin-bottom: 84px; }
      .testimonials .wrap .buttons button:after {
        content: '';
        width: 0;
        height: 6px;
        background-color: #ecc81f;
        display: block;
        position: absolute;
        bottom: 0;
        left: -30px;
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: width;
        -moz-transition-timing-function: linear;
        -moz-transition-duration: 300ms;
        -moz-transition-property: width;
        -o-transition-timing-function: linear;
        -o-transition-duration: 300ms;
        -o-transition-property: width;
        -ms-transition-timing-function: linear;
        -ms-transition-duration: 300ms;
        -ms-transition-property: width;
        transition-timing-function: linear;
        transition-duration: 300ms;
        transition-property: width; }
      .testimonials .wrap .buttons button.active:after, .testimonials .wrap .buttons button:hover:after {
        width: 180px; }
      .testimonials .wrap .buttons button figure {
        pointer-events: none; }
      .testimonials .wrap .buttons button + button {
        margin-left: 50px; }
    .testimonials .wrap .swiper-menu {
      display: none; }
    .testimonials .wrap .hold .testimonial {
      margin-top: 0;
      padding: 0 42px;
      opacity: 0;
      height: 0; }
      .testimonials .wrap .hold .testimonial.show {
        opacity: 1;
        height: 100%; }
      .testimonials .wrap .hold .testimonial h4 {
        font-weight: 700;
        font-size: 2.1875rem;
        line-height: 1.14;
        padding-bottom: 42px; }
      .testimonials .wrap .hold .testimonial p {
        font-size: 1.125rem;
        line-height: 1.5;
        font-weight: 300; }
        .testimonials .wrap .hold .testimonial p em {
          font-style: italic; }
      .testimonials .wrap .hold .testimonial h5 {
        margin-top: 50px;
        font-weight: 300;
        line-height: 1.3;
        font-size: 1.375rem;
        font-style: italic; }
        .testimonials .wrap .hold .testimonial h5 strong {
          font-weight: 700;
          font-style: normal; }

.noResults {
  margin: 0 auto;
  width: 650px; }
  .noResults h2 {
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 1.04;
    padding-bottom: 12px; }
  .noResults p {
    font-size: 1.25rem;
    line-height: 1.25;
    color: #757575;
    font-weight: 300; }

.library {
  padding: 110px 42px 130px 42px; }
  .library.allBooks .wrap .cols .col {
    width: -moz-calc(25% - 12px);
    width: -o-calc(25% - 12px);
    width: -webkit-calc(25% - 12px);
    width: calc(25% - 12px);
    background-color: #f2f2f2;
    margin-bottom: 12px;
    height: 500px;
    margin-right: 12px;
    /*
    					
    					& + .col {
    						margin-left: 0;
    					}
    */
    /*
    					&:nth-of-type(4n + 2) {
    						margin-right: 12px;
    					}
    */ }
    .library.allBooks .wrap .cols .col:nth-of-type(2n + 2) {
      margin-left: 0; }
  .library .swiper-menu button {
    top: 50%;
    left: -30px; }
    .library .swiper-menu button + button {
      left: auto;
      right: -30px; }
  .library .wrap {
    width: 640px;
    margin: 0 auto;
    position: relative; }
    .library .wrap header {
      margin: 0 0 120px 0; }
      .library .wrap header h2 {
        font-size: 0.9375rem;
        padding-bottom: 20px; }
      .library .wrap header h3 {
        font-weight: 700;
        font-size: 2.625rem;
        line-height: 1.04;
        font-size: 3.375rem; }
    .library .wrap .yellowButton {
      width: 264px;
      height: 50px;
      font-size: 1rem;
      border-radius: 25px;
      -webkit-transition-timing-function: linear;
      -webkit-transition-duration: 300ms;
      -webkit-transition-property: all;
      -moz-transition-timing-function: linear;
      -moz-transition-duration: 300ms;
      -moz-transition-property: all;
      -o-transition-timing-function: linear;
      -o-transition-duration: 300ms;
      -o-transition-property: all;
      -ms-transition-timing-function: linear;
      -ms-transition-duration: 300ms;
      -ms-transition-property: all;
      transition-timing-function: linear;
      transition-duration: 300ms;
      transition-property: all;
      margin-top: 145px; }
      .library .wrap .yellowButton:hover {
        color: white;
        background-color: #1e4b63; }
      .library .wrap .yellowButton span {
        display: inline-block;
        pointer-events: none; }
      .library .wrap .yellowButton.clear {
        width: 480px; }
    .library .wrap .filter {
      margin-bottom: 50px; }
      .library .wrap .filter .results {
        margin-top: 0; }
      .library .wrap .filter .input + .input {
        margin-top: 0; }
      .library .wrap .filter p {
        float: left;
        width: -moz-calc(33.3% - 15px);
        width: -o-calc(33.3% - 15px);
        width: -webkit-calc(33.3% - 15px);
        width: calc(33.3% - 15px);
        margin-top: 0; }
        .library .wrap .filter p + p {
          margin-left: 18px; }
    .library .wrap .cols .col {
      padding: 20px 0 40px 0;
      width: -moz-calc(33% - 6px);
      width: -o-calc(33% - 6px);
      width: -webkit-calc(33% - 6px);
      width: calc(33% - 6px);
      border-top: 6px solid #1e4b63;
      height: 520px;
      margin-right: 6px; }
      .library .wrap .cols .col .hold .imageContain {
        margin: 0 15px; }
        .library .wrap .cols .col .hold .imageContain figure {
          width: 180px;
          margin: 0 auto;
          max-height: 270px; }
      .library .wrap .cols .col .hold .description {
        padding-top: 36px;
        margin: 0 6px 0 15px; }
        .library .wrap .cols .col .hold .description h3 {
          font-size: 1.125rem;
          height: 60px;
          line-height: 1.15;
          padding-bottom: 0;
          margin-bottom: 20px; }
        .library .wrap .cols .col .hold .description p {
          padding-bottom: 0;
          margin-bottom: 20px;
          font-size: 1rem;
          height: 48px;
          overflow: hidden; }
        .library .wrap .cols .col .hold .description .category h4 {
          font-size: 0.9375rem;
          padding-bottom: 20px;
          font-size: 0.75rem;
          padding-bottom: 0; }
        .library .wrap .cols .col .hold .description .category p {
          padding-bottom: 0;
          margin-bottom: 0;
          height: auto; }

.featureCols + .faqs {
  margin-top: 100px; }

.featureCols {
  /*
  	&.wide {
  		
  		.wrap {			
  			
  			.cols {
  				
  				.col {
  					width: 160px;
  					
  					& + .col {
  						width: 420px;
  						margin-left: 50px;
  					}
  					
  					> figure {
  						width: 160px;
  						height: 134px;
  					}
  					
  					.content {
  						max-width: 500px;
  					}
  				}
  			}
  		}
  	}
  */ }
  .featureCols.swap .wrap .cols .col.imageCol {
    order: 2; }
  .featureCols.swap .wrap .cols .col .content {
    padding-left: 0;
    padding-right: 50px; }
  .featureCols .wrap {
    width: 650px;
    margin: 0 auto; }
    .featureCols .wrap .cols .col {
      padding: 80px 0;
      position: relative; }
      .featureCols .wrap .cols .col.textCol {
        padding: 80px 0; }
      .featureCols .wrap .cols .col > figure {
        margin-top: 60px;
        padding: 0;
        width: 100%;
        margin: 0; }
      .featureCols .wrap .cols .col .content h2 {
        font-size: 2.25rem; }
      .featureCols .wrap .cols .col .content a, .featureCols .wrap .cols .col .content button {
        width: 264px;
        height: 50px;
        font-size: 1rem;
        border-radius: 25px;
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: all;
        -moz-transition-timing-function: linear;
        -moz-transition-duration: 300ms;
        -moz-transition-property: all;
        -o-transition-timing-function: linear;
        -o-transition-duration: 300ms;
        -o-transition-property: all;
        -ms-transition-timing-function: linear;
        -ms-transition-duration: 300ms;
        -ms-transition-property: all;
        transition-timing-function: linear;
        transition-duration: 300ms;
        transition-property: all;
        margin-left: 0;
        margin-top: 50px; }
        .featureCols .wrap .cols .col .content a:hover, .featureCols .wrap .cols .col .content button:hover {
          color: white;
          background-color: #1e4b63; }
        .featureCols .wrap .cols .col .content a span, .featureCols .wrap .cols .col .content button span {
          display: inline-block;
          pointer-events: none; }
        .featureCols .wrap .cols .col .content a span, .featureCols .wrap .cols .col .content button span {
          display: inline-block; }

.faqs + .intro {
  margin-top: 150px; }

.tutorials {
  margin-top: 100px;
  margin-bottom: 60px; }
  .tutorials .wrap {
    margin: 0 auto;
    width: 650px; }
    .tutorials .wrap h2 {
      font-size: 2.5rem;
      padding-bottom: 66px; }
    .tutorials .wrap .cols {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .tutorials .wrap .cols .col {
        margin-bottom: 60px;
        width: -moz-calc(50% - 15px);
        width: -o-calc(50% - 15px);
        width: -webkit-calc(50% - 15px);
        width: calc(50% - 15px);
        float: left; }
        .tutorials .wrap .cols .col:nth-of-type(2n + 2) {
          margin-left: 30px; }
        .tutorials .wrap .cols .col + .col {
          margin-top: 0; }
        .tutorials .wrap .cols .col h3 {
          font-size: 1.1875rem;
          line-height: 1.26;
          padding-right: 30px; }

.tutorialModal {
  padding: 100px 0; }
  .tutorialModal .wrap {
    margin: 0 40px; }
    .tutorialModal .wrap .close {
      background-position: -340px -110px;
      width: 32px;
      height: 32px;
      margin: 0 0 60px auto; }
    .tutorialModal .wrap .swiper-menu button {
      background-position: -290px -20px;
      width: 21px;
      height: 41px;
      background-color: transparent;
      margin-top: -75px;
      left: -40px; }
      .tutorialModal .wrap .swiper-menu button + button {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: auto;
        right: -40px; }
    .tutorialModal .wrap .tutorialSlider .swiper-container .swiper-wrapper .swiper-slide h3 {
      padding: 20px 0 0 0;
      font-size: 1.1875rem; }
    .tutorialModal .wrap .tutorialSlider .swiper-container .swiper-pagination {
      margin-top: 70px; }
      .tutorialModal .wrap .tutorialSlider .swiper-container .swiper-pagination span {
        width: 12px;
        height: 12px; }
        .tutorialModal .wrap .tutorialSlider .swiper-container .swiper-pagination span + span {
          margin-left: 20px; }

.faqs {
  margin-bottom: 50px; }
  .faqs .wrap .btn {
    width: 264px;
    height: 50px;
    font-size: 1rem;
    border-radius: 25px;
    -webkit-transition-timing-function: linear;
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: all;
    -moz-transition-timing-function: linear;
    -moz-transition-duration: 300ms;
    -moz-transition-property: all;
    -o-transition-timing-function: linear;
    -o-transition-duration: 300ms;
    -o-transition-property: all;
    -ms-transition-timing-function: linear;
    -ms-transition-duration: 300ms;
    -ms-transition-property: all;
    transition-timing-function: linear;
    transition-duration: 300ms;
    transition-property: all;
    margin: 50px 0 0 60px; }
    .faqs .wrap .btn:hover {
      color: white;
      background-color: #1e4b63; }
    .faqs .wrap .btn span {
      display: inline-block;
      pointer-events: none; }
    .faqs .wrap .btn span {
      display: inline-block; }
  .faqs .wrap h2 {
    padding: 30px 60px;
    font-size: 2.5rem; }
  .faqs .wrap .accordion.open button:before {
    background-position: -410px -20px; }
  .faqs .wrap .accordion button {
    padding: 16px 60px;
    font-size: 1.125rem; }
    .faqs .wrap .accordion button:before {
      left: 20px;
      top: 18px;
      width: 22px;
      height: 22px;
      background-position: -380px -20px; }
  .faqs .wrap .accordion .content {
    padding: 35px 60px 60px 60px; }
    .faqs .wrap .accordion .content p {
      font-size: 1.125rem; }
      .faqs .wrap .accordion .content p + p {
        margin-top: 25px; }

.courseForm {
  padding: 34px 0 60px 0;
  width: 650px;
  margin: 0 auto; }
  .courseForm form fieldset {
    border: 1px solid #757575;
    border-radius: 4px;
    padding: 40px 20px;
    position: relative; }
    .courseForm form fieldset.captcha {
      border: none; }
    .courseForm form fieldset > h3 {
      padding-top: 0; }
    .courseForm form fieldset h3 + .inputs {
      margin-top: 30px; }
    .courseForm form fieldset .input {
      position: relative;
      float: left;
      width: -moz-calc(50% - 15px);
      width: -o-calc(50% - 15px);
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px);
      margin-bottom: 25px; }
      .courseForm form fieldset .input.info.show span {
        top: -52px; }
      .courseForm form fieldset .input.info span {
        top: -35px;
        left: 104px;
        max-width: 202px; }
      .courseForm form fieldset .input:nth-of-type(2n + 2) {
        margin-left: 30px; }
      .courseForm form fieldset .input:last-of-type {
        margin-bottom: 0; }
      .courseForm form fieldset .input + .input {
        margin-top: 0; }
    .courseForm form fieldset .accountDetails {
      margin-top: 25px;
      position: relative; }
      .courseForm form fieldset .accountDetails .contain .col {
        width: 50%;
        float: left; }
        .courseForm form fieldset .accountDetails .contain .col figure {
          width: 250px;
          margin-bottom: 30px; }
        .courseForm form fieldset .accountDetails .contain .col p {
          margin-bottom: 0; }
        .courseForm form fieldset .accountDetails .contain .col.buttons {
          width: 220px;
          margin-left: 30px;
          position: absolute;
          bottom: 0;
          right: 50px; }
    .courseForm form fieldset .option {
      padding-top: 50px; }
    .courseForm form fieldset .trialDetails + .courseDetails {
      margin-top: 70px; }
    .courseForm form fieldset .hideDetails {
      display: none; }
      .courseForm form fieldset .hideDetails.show {
        display: block;
        margin-top: 70px; }
    .courseForm form fieldset .trialDetails {
      margin-bottom: 0;
      position: relative;
      margin-top: 20px; }
      .courseForm form fieldset .trialDetails .sameCourse {
        margin-top: 0;
        position: absolute;
        bottom: 0;
        left: 0; }
      .courseForm form fieldset .trialDetails .contain .col {
        width: 50%;
        float: left; }
        .courseForm form fieldset .trialDetails .contain .col + .col {
          margin-top: -56px; }
        .courseForm form fieldset .trialDetails .contain .col figure {
          width: 126px; }
        .courseForm form fieldset .trialDetails .contain .col button {
          padding: 0 23px 0 23px; }

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