@import url("../webfonts/ubuntu/stylesheet.css");
#top {
  max-width: 1518px;
  width: 1518px;
  height: 80px;
  position: fixed;
  left: calc(50% - 759px);
  z-index: 999; }
  #top .body {
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #top .body .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none; }
      #top .body .left .ico {
        margin-right: 20px; }
      #top .body .left .word {
        font-family: 'ubuntubold_italic';
        font-size: 25px;
        color: #00003F; }
    #top .body .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #top .body .right .button {
        height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        background: -webkit-gradient(linear, left top, left bottom, from(#00003F), to(#00007e));
        background: -webkit-linear-gradient(top, #00003F 0%, #00007e 100%);
        background: -o-linear-gradient(top, #00003F 0%, #00007e 100%);
        background: linear-gradient(to bottom, #00003F 0%, #00007e 100%);
        color: white;
        font-family: 'ubunturegular';
        font-size: 12px;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px 10px 0px 0px; }
        #top .body .right .button:active {
          background: -webkit-gradient(linear, left bottom, left top, from(#00003F), to(#00007e));
          background: -webkit-linear-gradient(bottom, #00003F 0%, #00007e 100%);
          background: -o-linear-gradient(bottom, #00003F 0%, #00007e 100%);
          background: linear-gradient(to top, #00003F 0%, #00007e 100%); }
      #top .body .right a:nth-of-type(1) .content, #top .body .right a:nth-of-type(2) .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #top .body .right a:nth-of-type(1) .content i, #top .body .right a:nth-of-type(2) .content i {
          margin: 0px 5px 0px 0px;
          color: white; }
      #top .body .right a:nth-of-type(1) .content:after {
        content: "Free Sessions & E-Books"; }
      #top .body .right a:nth-of-type(2) .content:after {
        content: "Buy Sessions"; }
      #top .body .right a:nth-of-type(3) .content:after {
        content: "Information Booklet"; }
  #top .fade {
    width: 100%;
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }

#menubtn {
  width: 120px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#44A3F3), to(#058E94));
  background: -webkit-linear-gradient(top, #44A3F3 0%, #058E94 100%);
  background: -o-linear-gradient(top, #44A3F3 0%, #058E94 100%);
  background: linear-gradient(to bottom, #44A3F3 0%, #058E94 100%);
  border: 1px solid #058E94;
  text-decoration: none;
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  #menubtn i {
    padding-right: 5px;
    font-size: 21px;
    color: #00003F;
    -webkit-filter: drop-shadow(0px 0px 1px #56aef8) drop-shadow(0px 0px 3px rgba(68, 163, 243, 0.5)) drop-shadow(0px 0px 2px rgba(68, 163, 243, 0.75));
    filter: drop-shadow(0px 0px 1px #56aef8) drop-shadow(0px 0px 3px rgba(68, 163, 243, 0.5)) drop-shadow(0px 0px 2px rgba(68, 163, 243, 0.75)); }
  #menubtn:active {
    background: -webkit-gradient(linear, left bottom, left top, from(#44A3F3), to(#058E94));
    background: -webkit-linear-gradient(bottom, #44A3F3 0%, #058E94 100%);
    background: -o-linear-gradient(bottom, #44A3F3 0%, #058E94 100%);
    background: linear-gradient(to top, #44A3F3 0%, #058E94 100%); }

#menubtntitle {
  color: #00003F;
  font-family: 'ubuntubold_italic';
  font-size: 20px;
  -webkit-filter: drop-shadow(0px 0px 1px #56aef8) drop-shadow(0px 0px 3px rgba(68, 163, 243, 0.5)) drop-shadow(0px 0px 2px rgba(68, 163, 243, 0.75));
  filter: drop-shadow(0px 0px 1px #56aef8) drop-shadow(0px 0px 3px rgba(68, 163, 243, 0.5)) drop-shadow(0px 0px 2px rgba(68, 163, 243, 0.75)); }

.menubtntitle-closed:before {
  content: "MENU"; }

.menubtntitle-open:before {
  content: "CLOSE"; }

.bars-closed {
  display: inline-block !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bars-open {
  display: none !important; }

.times-closed {
  display: none !important; }

.times-open {
  display: inline-block !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.menu-closed {
  display: none;
  height: 0px;
  pointer-events: none; }

.menu-open {
  display: block;
  height: 100vh;
  pointer-events: auto; }

#menu {
  width: 100%;
  top: 70px;
  left: 0;
  overflow: auto;
  z-index: 2000;
  background-color: white;
  position: fixed;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease; }
  #menu .content {
    width: 100%;
    overflow: auto; }
    #menu .content .buttons {
      padding: 75px 0px 75px 0px; }
      #menu .content .buttons .btn {
        position: relative;
        width: 275px;
        height: 75px;
        margin: 0px auto 20px auto; }
        #menu .content .buttons .btn .button {
          position: absolute;
          left: calc(50% - 125px);
          top: calc(50% - 22px);
          width: 250px;
          height: 44px;
          background: -webkit-gradient(linear, left bottom, left top, from(#44A3F3), to(#058E94));
          background: -webkit-linear-gradient(bottom, #44A3F3 0%, #058E94 100%);
          background: -o-linear-gradient(bottom, #44A3F3 0%, #058E94 100%);
          background: linear-gradient(to top, #44A3F3 0%, #058E94 100%);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          color: #00003F;
          -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
          z-index: 2;
          text-decoration: none;
          font-family: 'ubunturegular';
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: 1px solid #058E94; }
          #menu .content .buttons .btn .button:active {
            background: -webkit-gradient(linear, left top, left bottom, from(#44A3F3), to(#058E94));
            background: -webkit-linear-gradient(top, #44A3F3 0%, #058E94 100%);
            background: -o-linear-gradient(top, #44A3F3 0%, #058E94 100%);
            background: linear-gradient(to bottom, #44A3F3 0%, #058E94 100%); }
        #menu .content .buttons .btn .sqr-1, #menu .content .buttons .btn .sqr-2 {
          position: absolute;
          width: 25px;
          height: 25px;
          background-color: #00003F; }
      #menu .content .buttons .btn-1 .sqr-1, #menu .content .buttons .btn-3 .sqr-1, #menu .content .buttons .btn-5 .sqr-1 {
        left: 0;
        top: 0; }
      #menu .content .buttons .btn-1 .sqr-2, #menu .content .buttons .btn-3 .sqr-2, #menu .content .buttons .btn-5 .sqr-2 {
        right: 0;
        bottom: 0; }
      #menu .content .buttons .btn-2 .sqr-1, #menu .content .buttons .btn-4 .sqr-1, #menu .content .buttons .btn-6 .sqr-1 {
        left: 0;
        bottom: 0; }
      #menu .content .buttons .btn-2 .sqr-2, #menu .content .buttons .btn-4 .sqr-2, #menu .content .buttons .btn-6 .sqr-2 {
        right: 0;
        top: 0; }

#main {
  position: absolute;
  top: 70px;
  left: calc(50% - 759px);
  width: 1518px;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  #main .heading {
    width: 100%;
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.home {
  background-image: url(../images/student-at-school.jpg);
  background-position: 0px -10px; }
  .home .heading h1 {
    background-color: #001041;
    width: 375px;
    height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    color: white;
    font-family: 'ubuntubold_italic';
    font-size: 45px;
    line-height: 50px;
    position: relative; }
    .home .heading h1 img {
      position: absolute;
      left: -242px;
      top: calc(50% - 179px); }
  .home .white-1 {
    width: 100%; }
    .home .white-1 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.85; }
    .home .white-1 .content {
      background-color: rgba(255, 255, 255, 0.85);
      padding-bottom: 60px; }
      .home .white-1 .content .intro-1 {
        font-size: 30px;
        font-family: 'ubunturegular';
        margin-left: auto;
        margin-right: auto;
        padding-top: 50px;
        padding-bottom: 25px;
        text-align: center; }
      .home .white-1 .content .intro-2 {
        font-size: 30px;
        font-family: 'ubunturegular';
        width: 450px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 25px;
        padding-bottom: 50px;
        text-align: center; }
      .home .white-1 .content .buttons {
        padding-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
        width: 1050px;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .home .white-1 .content .buttons .btn {
          position: relative;
          width: 275px;
          height: 80px; }
          .home .white-1 .content .buttons .btn .button {
            position: absolute;
            left: calc(50% - 125px);
            top: calc(50% - 22px);
            width: 250px;
            height: 44px;
            background: -webkit-gradient(linear, left bottom, left top, from(#44A3F3), to(#058E94));
            background: -webkit-linear-gradient(bottom, #44A3F3 0%, #058E94 100%);
            background: -o-linear-gradient(bottom, #44A3F3 0%, #058E94 100%);
            background: linear-gradient(to top, #44A3F3 0%, #058E94 100%);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #00003F;
            -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
            filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
            z-index: 2;
            text-decoration: none;
            font-family: 'ubunturegular'; }
            .home .white-1 .content .buttons .btn .button:active {
              background: -webkit-gradient(linear, left top, left bottom, from(#44A3F3), to(#058E94));
              background: -webkit-linear-gradient(top, #44A3F3 0%, #058E94 100%);
              background: -o-linear-gradient(top, #44A3F3 0%, #058E94 100%);
              background: linear-gradient(to bottom, #44A3F3 0%, #058E94 100%); }
          .home .white-1 .content .buttons .btn .sqr-1, .home .white-1 .content .buttons .btn .sqr-2 {
            position: absolute;
            width: 25px;
            height: 25px;
            background-color: #00003F; }
        .home .white-1 .content .buttons .btn-1 .sqr-1, .home .white-1 .content .buttons .btn-3 .sqr-1 {
          left: 0;
          top: 0; }
        .home .white-1 .content .buttons .btn-1 .sqr-2, .home .white-1 .content .buttons .btn-3 .sqr-2 {
          right: 0;
          bottom: 0; }
        .home .white-1 .content .buttons .btn-2 .sqr-1 {
          left: 0;
          bottom: 0; }
        .home .white-1 .content .buttons .btn-2 .sqr-2 {
          right: 0;
          top: 0; }

.buy-button {
  width: 1050px;
  height: 125px;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  .buy-button .button {
    width: 1025px;
    height: 100px;
    position: absolute;
    left: 12px;
    top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
    background: -webkit-gradient(linear, left bottom, left top, from(#00003E), to(black));
    background: -webkit-linear-gradient(bottom, #00003E 0%, black 100%);
    background: -o-linear-gradient(bottom, #00003E 0%, black 100%);
    background: linear-gradient(to top, #00003E 0%, black 100%);
    z-index: 2;
    font-family: 'ubunturegular';
    text-decoration: none;
    color: white;
    font-size: 35px;
    border: none; }
    .buy-button .button:active {
      background: -webkit-gradient(linear, left top, left bottom, from(#00003E), to(black));
      background: -webkit-linear-gradient(top, #00003E 0%, black 100%);
      background: -o-linear-gradient(top, #00003E 0%, black 100%);
      background: linear-gradient(to bottom, #00003E 0%, black 100%); }
  .buy-button .sqr-1, .buy-button .sqr-2, .buy-button .sqr-3, .buy-button .sqr-4 {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #058E94;
    z-index: 1; }
  .buy-button .sqr-1 {
    left: 0;
    top: 0; }
  .buy-button .sqr-2 {
    right: 0;
    top: 0; }
  .buy-button .sqr-3 {
    right: 0;
    bottom: 0; }
  .buy-button .sqr-4 {
    left: 0;
    bottom: 0; }

.the-course {
  background-image: url(../images/books-in-classroom.jpg);
  background-position: 0px -10px; }
  .the-course .heading h1 {
    background-color: #001041;
    width: 260px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    color: white;
    font-family: 'ubuntubold_italic';
    font-size: 45px;
    line-height: 50px; }
  .the-course .white-1 {
    width: 100%; }
    .the-course .white-1 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.85; }
    .the-course .white-1 .content {
      background-color: rgba(255, 255, 255, 0.85);
      padding-top: 50px;
      padding-bottom: 60px; }
      .the-course .white-1 .content p {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        color: #00003F;
        font-size: 15px;
        font-family: 'ubunturegular';
        text-align: center; }
  .the-course .blue-1 {
    width: 100%;
    margin-top: -10px; }
    .the-course .blue-1 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#002040), to(rgba(0, 32, 64, 0)));
      background: -webkit-linear-gradient(bottom, #002040 0%, rgba(0, 32, 64, 0) 100%);
      background: -o-linear-gradient(bottom, #002040 0%, rgba(0, 32, 64, 0) 100%);
      background: linear-gradient(to top, #002040 0%, rgba(0, 32, 64, 0) 100%);
      opacity: 0.85; }
    .the-course .blue-1 .content {
      background-color: rgba(0, 32, 64, 0.85);
      padding-top: 50px;
      padding-bottom: 60px; }
      .the-course .blue-1 .content p {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
        color: #c7c7c7;
        font-size: 35px;
        line-height: 42px;
        font-family: 'ubuntubold_italic';
        text-align: center; }
  .the-course .black-1 {
    width: 100%;
    margin-top: -10px; }
    .the-course .black-1 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
      opacity: 0.85; }
    .the-course .black-1 .content {
      background-color: rgba(0, 0, 0, 0.85);
      padding-top: 50px;
      padding-bottom: 60px; }
      .the-course .black-1 .content .cols {
        width: 1000px;
        height: 283px;
        margin-left: auto;
        margin-right: auto;
        color: #c7c7c7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .the-course .black-1 .content .cols p {
          font-size: 20px;
          line-height: 37px;
          width: 500px;
          height: 283px;
          font-family: 'ubunturegular'; }
        .the-course .black-1 .content .cols img {
          width: 389px;
          height: 283px; }
  .the-course .white-2 {
    width: 100%;
    margin-top: -10px; }
    .the-course .white-2 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.85; }
    .the-course .white-2 .content {
      background-color: rgba(255, 255, 255, 0.85);
      padding-top: 50px;
      padding-bottom: 60px; }
      .the-course .white-2 .content .cols {
        width: 1100px;
        height: 194px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        color: #00003F;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .the-course .white-2 .content .cols p {
          width: 500px; }
        .the-course .white-2 .content .cols .regular {
          font-family: 'ubunturegular';
          font-size: 20px;
          line-height: 24px; }
        .the-course .white-2 .content .cols .bold-italic {
          font-family: 'ubuntubold_italic';
          font-size: 25px;
          line-height: 33px; }
  .the-course .blue-2 {
    width: 100%;
    margin-top: -10px; }
    .the-course .blue-2 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#002040), to(rgba(0, 32, 64, 0)));
      background: -webkit-linear-gradient(bottom, #002040 0%, rgba(0, 32, 64, 0) 100%);
      background: -o-linear-gradient(bottom, #002040 0%, rgba(0, 32, 64, 0) 100%);
      background: linear-gradient(to top, #002040 0%, rgba(0, 32, 64, 0) 100%);
      opacity: 0.85; }
    .the-course .blue-2 .content {
      background-color: rgba(0, 32, 64, 0.85);
      padding-top: 50px;
      padding-bottom: 60px; }
      .the-course .blue-2 .content .cols {
        width: 1100px;
        height: 353px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        color: #c7c7c7;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .the-course .blue-2 .content .cols p {
          width: 500px;
          height: 353px;
          font-family: 'ubuntubold_italic';
          font-size: 25px;
          line-height: 35px; }
        .the-course .blue-2 .content .cols img {
          width: 500px;
          height: 353px; }
  .the-course .white-3 {
    width: 100%;
    margin-top: -10px; }
    .the-course .white-3 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.85; }
    .the-course .white-3 .content {
      background-color: rgba(255, 255, 255, 0.85);
      padding-top: 50px;
      padding-bottom: 155px;
      overflow: hidden; }
      .the-course .white-3 .content h2 {
        font-family: 'ubuntubold';
        text-align: center;
        font-size: 25px;
        margin-bottom: 155px; }
      .the-course .white-3 .content .puzzle {
        margin: auto;
        width: 790px;
        height: 790px;
        position: relative; }
        .the-course .white-3 .content .puzzle .puzzle-pc {
          width: 1016px;
          height: 1016px;
          position: absolute;
          left: calc(50% - 508px);
          top: calc(50% - 508px);
          z-index: 1; }
        .the-course .white-3 .content .puzzle .section-1, .the-course .white-3 .content .puzzle .section-2, .the-course .white-3 .content .puzzle .section-3 {
          position: absolute;
          z-index: 2;
          color: white; }
          .the-course .white-3 .content .puzzle .section-1 h3, .the-course .white-3 .content .puzzle .section-2 h3, .the-course .white-3 .content .puzzle .section-3 h3 {
            font-family: 'ubuntumedium';
            font-size: 20px;
            margin-bottom: 25px; }
          .the-course .white-3 .content .puzzle .section-1 p, .the-course .white-3 .content .puzzle .section-2 p, .the-course .white-3 .content .puzzle .section-3 p {
            font-family: 'ubunturegular';
            font-size: 17px;
            line-height: 20px; }
        .the-course .white-3 .content .puzzle .section-1 {
          width: 240px;
          height: 214px;
          top: 35px;
          left: 30px; }
        .the-course .white-3 .content .puzzle .section-2 {
          width: 240px;
          height: 214px;
          top: 156px;
          right: 123px; }
        .the-course .white-3 .content .puzzle .section-3 {
          width: 350px;
          height: 190px;
          bottom: 39px;
          right: 82px; }
  .the-course .blue-3 {
    width: 100%;
    margin-top: -10px; }
    .the-course .blue-3 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#002040), to(rgba(0, 32, 64, 0)));
      background: -webkit-linear-gradient(bottom, #002040 0%, rgba(0, 32, 64, 0) 100%);
      background: -o-linear-gradient(bottom, #002040 0%, rgba(0, 32, 64, 0) 100%);
      background: linear-gradient(to top, #002040 0%, rgba(0, 32, 64, 0) 100%);
      opacity: 0.85; }
    .the-course .blue-3 .content {
      background-color: rgba(0, 32, 64, 0.85);
      padding-top: 50px;
      padding-bottom: 60px; }
      .the-course .blue-3 .content p {
        width: 500px;
        font-family: 'ubuntubold_italic';
        font-size: 25px;
        line-height: 35px;
        color: #c7c7c7;
        text-align: center;
        margin-left: auto;
        margin-right: auto; }

.more-info {
  background-image: url(../images/students-discussing-issue-in-class.jpg);
  background-position: 0px -10px; }
  .more-info .heading h1 {
    background-color: #001041;
    width: 260px;
    height: 273px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    color: white;
    font-family: 'ubuntubold_italic';
    font-size: 45px;
    line-height: 50px; }
  .more-info .white-1 {
    width: 100%; }
    .more-info .white-1 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.85; }
    .more-info .white-1 .content {
      background-color: rgba(255, 255, 255, 0.85);
      padding-top: 50px;
      padding-bottom: 60px;
      color: #00003F; }
      .more-info .white-1 .content h2 {
        width: 500px;
        font-family: 'ubuntubold';
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        font-size: 35px;
        line-height: 42px;
        text-align: center; }
      .more-info .white-1 .content p {
        width: 500px;
        font-family: 'ubunturegular';
        font-size: 20px;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
  .more-info .black-1 {
    width: 100%;
    margin-top: -10px; }
    .more-info .black-1 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.42)), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to top, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0) 100%);
      opacity: 0.85; }
    .more-info .black-1 .content {
      background-color: rgba(0, 0, 0, 0.85);
      padding-top: 50px;
      padding-bottom: 60px; }
      .more-info .black-1 .content h2 {
        width: 267px;
        font-family: 'ubuntubold';
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
        font-size: 35px;
        line-height: 42px;
        text-align: center;
        color: #c7c7c7; }
      .more-info .black-1 .content p {
        width: 500px;
        font-family: 'ubunturegular';
        font-size: 20px;
        line-height: 24px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        color: #c7c7c7; }
      .more-info .black-1 .content .body {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px; }
        .more-info .black-1 .content .body .body-blue-1 {
          width: 100%;
          padding-top: 50px;
          padding-bottom: 60px;
          background-color: rgba(0, 32, 64, 0.5); }
          .more-info .black-1 .content .body .body-blue-1 .body-blue-1-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: 408px;
            width: 825px;
            margin: auto; }
            .more-info .black-1 .content .body .body-blue-1 .body-blue-1-content p {
              width: 350px;
              font-family: 'ubunturegular';
              font-size: 20px;
              line-height: 24px;
              color: #c7c7c7;
              text-align: left;
              margin-left: unset;
              margin-right: unset; }
            .more-info .black-1 .content .body .body-blue-1 .body-blue-1-content img {
              width: 408px;
              height: 408px; }
        .more-info .black-1 .content .body .body-white-1 {
          width: 100%;
          margin-top: -10px; }
          .more-info .black-1 .content .body .body-white-1 .top-fade {
            width: 100%;
            height: 10px;
            background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
            background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
            background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
            opacity: 0.50; }
          .more-info .black-1 .content .body .body-white-1 .body-white-1-content {
            width: 100%;
            background-color: rgba(255, 255, 255, 0.5);
            padding-top: 50px;
            padding-bottom: 60px; }
            .more-info .black-1 .content .body .body-white-1 .body-white-1-content .cols {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              width: 825px;
              height: 192px;
              margin: auto; }
              .more-info .black-1 .content .body .body-white-1 .body-white-1-content .cols p {
                width: 350px;
                font-family: 'ubunturegular';
                font-size: 20px;
                line-height: 24px;
                text-align: center;
                margin-left: unset;
                margin-right: unset;
                color: black; }
        .more-info .black-1 .content .body .body-black-1 {
          width: 100%;
          margin-top: -10px; }
          .more-info .black-1 .content .body .body-black-1 .top-fade {
            width: 100%;
            height: 10px;
            background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
            background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
            background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
            background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%);
            opacity: 0.65; }
          .more-info .black-1 .content .body .body-black-1 .body-black-1-content {
            width: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            padding-top: 50px;
            padding-bottom: 60px; }
            .more-info .black-1 .content .body .body-black-1 .body-black-1-content .cols {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
              -ms-flex-pack: justify;
              justify-content: space-between;
              width: 825px;
              height: 288px;
              margin: auto; }
              .more-info .black-1 .content .body .body-black-1 .body-black-1-content .cols p {
                width: 350px;
                color: #c7c7c7 !important;
                font-family: 'ubunturegular';
                font-size: 20px;
                line-height: 24px;
                text-align: center;
                margin-left: unset;
                margin-right: unset;
                color: black; }
              .more-info .black-1 .content .body .body-black-1 .body-black-1-content .cols img {
                width: 432px;
                height: 288px; }
        .more-info .black-1 .content .body .body-blue-2 {
          width: 100%;
          margin-top: -10px; }
          .more-info .black-1 .content .body .body-blue-2 .top-fade {
            width: 100%;
            height: 10px;
            background: -webkit-gradient(linear, left bottom, left top, from(#002040), to(rgba(0, 32, 64, 0)));
            background: -webkit-linear-gradient(bottom, #002040 0%, rgba(0, 32, 64, 0) 100%);
            background: -o-linear-gradient(bottom, #002040 0%, rgba(0, 32, 64, 0) 100%);
            background: linear-gradient(to top, #002040 0%, rgba(0, 32, 64, 0) 100%);
            opacity: 0.5; }
          .more-info .black-1 .content .body .body-blue-2 .body-blue-2-content {
            background-color: rgba(0, 32, 64, 0.5);
            width: 100%;
            padding-top: 50px;
            padding-bottom: 60px; }
            .more-info .black-1 .content .body .body-blue-2 .body-blue-2-content p {
              width: 500px;
              font-family: 'ubunturegular';
              font-size: 20px;
              line-height: 24px;
              color: #c7c7c7;
              text-align: center;
              margin-left: auto;
              margin-right: auto; }

.contact {
  background-image: url(../images/woman-studying-course-on-laptop.jpg);
  background-position: 0px -10px; }
  .contact .heading h1 {
    background-color: #001041;
    width: 260px;
    height: 237px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    color: white;
    font-family: 'ubuntubold_italic';
    font-size: 45px;
    line-height: 50px; }
  .contact .white-1 {
    width: 100%; }
    .contact .white-1 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      opacity: 0.85; }
    .contact .white-1 .content {
      background-color: rgba(255, 255, 255, 0.85);
      padding-top: 60px;
      padding-bottom: 60px; }
      .contact .white-1 .content .cols {
        width: 1000px;
        height: 300px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .contact .white-1 .content .cols h2 {
          font-family: 'ubuntubold';
          font-size: 35px;
          color: #00003F; }
        .contact .white-1 .content .cols .contact-details {
          width: 300px;
          height: 300px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .contact .white-1 .content .cols .contact-details .detail {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #00003F;
            font-size: 20px;
            font-family: 'ubunturegular'; }
            .contact .white-1 .content .cols .contact-details .detail i {
              width: 20px;
              text-align: center;
              margin-right: 10px; }
        .contact .white-1 .content .cols .form {
          width: 500px;
          height: 300px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .contact .white-1 .content .cols .form form {
            width: 100%;
            height: 250px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; }
            .contact .white-1 .content .cols .form form .line {
              width: 100%;
              height: 50px;
              color: black;
              font-family: 'ubunturegular';
              font-size: 20px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              padding-left: 10px;
              border-left: none;
              border-right: none;
              border-top: none;
              border-bottom: 2px solid black;
              background-color: rgba(255, 255, 255, 0); }
            .contact .white-1 .content .cols .form form .button {
              height: 50px;
              width: 100%;
              background: -webkit-gradient(linear, left top, left bottom, from(#00003F), to(#00007e));
              background: -webkit-linear-gradient(top, #00003F 0%, #00007e 100%);
              background: -o-linear-gradient(top, #00003F 0%, #00007e 100%);
              background: linear-gradient(to bottom, #00003F 0%, #00007e 100%);
              color: white;
              font-family: 'ubunturegular';
              text-decoration: none;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              font-size: 20px;
              cursor: pointer;
              border: none; }
              .contact .white-1 .content .cols .form form .button:active {
                background: -webkit-gradient(linear, left bottom, left top, from(#00003F), to(#00007e));
                background: -webkit-linear-gradient(bottom, #00003F 0%, #00007e 100%);
                background: -o-linear-gradient(bottom, #00003F 0%, #00007e 100%);
                background: linear-gradient(to top, #00003F 0%, #00007e 100%); }

.get-content {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 50px;
  padding-bottom: 60px; }
  .get-content h2 {
    font-family: 'ubuntubold';
    font-size: 35px;
    color: #00003F;
    margin: 0px auto 25px auto;
    width: 280px;
    text-align: center; }
  .get-content p {
    font-family: 'ubunturegular';
    font-size: 20px;
    margin: 0px auto 25px auto;
    width: 500px;
    text-align: center; }
  .get-content .get-content-btn {
    position: relative;
    width: 275px;
    height: 75px;
    margin: 0px auto 25px auto; }
    .get-content .get-content-btn .button {
      position: absolute;
      left: calc(50% - 125px);
      top: calc(50% - 22px);
      width: 250px;
      height: 44px;
      background: -webkit-gradient(linear, left bottom, left top, from(#44A3F3), to(#058E94));
      background: -webkit-linear-gradient(bottom, #44A3F3 0%, #058E94 100%);
      background: -o-linear-gradient(bottom, #44A3F3 0%, #058E94 100%);
      background: linear-gradient(to top, #44A3F3 0%, #058E94 100%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #00003F;
      -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
      filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
      z-index: 2;
      text-decoration: none;
      font-family: 'ubunturegular';
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #058E94;
      cursor: pointer; }
      .get-content .get-content-btn .button:active {
        background: -webkit-gradient(linear, left top, left bottom, from(#44A3F3), to(#058E94));
        background: -webkit-linear-gradient(top, #44A3F3 0%, #058E94 100%);
        background: -o-linear-gradient(top, #44A3F3 0%, #058E94 100%);
        background: linear-gradient(to bottom, #44A3F3 0%, #058E94 100%); }
    .get-content .get-content-btn .sqr-1, .get-content .get-content-btn .sqr-2, .get-content .get-content-btn .sqr-3, .get-content .get-content-btn .sqr-4 {
      position: absolute;
      width: 25px;
      height: 25px;
      background-color: #00003F; }
    .get-content .get-content-btn .sqr-1, .get-content .get-content-btn .sqr-2 {
      top: 0; }
    .get-content .get-content-btn .sqr-1, .get-content .get-content-btn .sqr-3 {
      left: 0; }
    .get-content .get-content-btn .sqr-2, .get-content .get-content-btn .sqr-4 {
      right: 0; }
    .get-content .get-content-btn .sqr-3, .get-content .get-content-btn .sqr-4 {
      bottom: 0; }
  .get-content .grey {
    width: 280px;
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px auto 0px auto;
    text-align: center;
    font-size: 20px;
    font-family: 'ubunturegular';
    background-color: #DFDFD0; }
    .get-content .grey .content {
      height: auto;
      padding: 0px 0px 0px 0px;
      background-color: rgba(223, 223, 208, 0); }
      .get-content .grey .content h3 {
        font-weight: bold; }
      .get-content .grey .content p {
        width: auto; }
      .get-content .grey .content p:nth-of-type(1), .get-content .grey .content p:nth-of-type(2) {
        margin: 0px 0px 10px 0px; }
      .get-content .grey .content p:nth-of-type(3) {
        margin: 0px 0px 0px 0px; }

.free-e-books .heading {
  width: 100%;
  height: 507px;
  background-color: black;
  position: relative; }
  .free-e-books .heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url(../images/space.jpg);
    z-index: 1; }
  .free-e-books .heading h1 {
    width: 360px;
    height: 360px;
    position: absolute;
    right: 0;
    top: calc(50% - 180px);
    background-color: #001040;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 2; }
    .free-e-books .heading h1 .word {
      font-family: 'ubuntubold_italic';
      color: white; }
      .free-e-books .heading h1 .word .line-01 {
        font-size: 115px;
        line-height: 115px;
        margin: 0px 0px 10px 0px; }
      .free-e-books .heading h1 .word .line-02 {
        font-size: 75px;
        line-height: 75px; }
      .free-e-books .heading h1 .word .line-03 {
        font-size: 60px;
        line-height: 75px; }
  .free-e-books .heading img {
    width: 353px;
    height: 400px;
    position: absolute;
    left: 150px;
    top: calc(50% - 200px);
    z-index: 2; }

.free-e-books .white-1 {
  margin: -10px 0px 0px 0px;
  position: relative;
  z-index: 2; }
  .free-e-books .white-1 .top-fade {
    width: 100%;
    height: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(#EFEEEE), to(rgba(239, 238, 238, 0)));
    background: -webkit-linear-gradient(bottom, #EFEEEE 0%, rgba(239, 238, 238, 0) 100%);
    background: -o-linear-gradient(bottom, #EFEEEE 0%, rgba(239, 238, 238, 0) 100%);
    background: linear-gradient(to top, #EFEEEE 0%, rgba(239, 238, 238, 0) 100%); }
  .free-e-books .white-1 .free-e-books-content {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #EFEEEE; }
    .free-e-books .white-1 .free-e-books-content .content iframe {
      width: 1020px;
      height: 630px; }
    .free-e-books .white-1 .free-e-books-content .content .wording {
      width: 1020px;
      margin: 50px auto 0px auto; }
      .free-e-books .white-1 .free-e-books-content .content .wording h2 {
        font-family: 'ubuntubold';
        color: #00003F;
        font-size: 35px;
        text-align: center; }
      .free-e-books .white-1 .free-e-books-content .content .wording .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px; }
        .free-e-books .white-1 .free-e-books-content .content .wording .buttons .btn {
          position: relative;
          width: 277px;
          height: 78px; }
          .free-e-books .white-1 .free-e-books-content .content .wording .buttons .btn .button {
            position: absolute;
            left: calc(50% - 125px);
            top: calc(50% - 22px);
            width: 250px;
            height: 44px;
            background: -webkit-gradient(linear, left bottom, left top, from(#44A3F3), to(#058E94));
            background: -webkit-linear-gradient(bottom, #44A3F3 0%, #058E94 100%);
            background: -o-linear-gradient(bottom, #44A3F3 0%, #058E94 100%);
            background: linear-gradient(to top, #44A3F3 0%, #058E94 100%);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            color: #00003F;
            -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
            filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
            z-index: 2;
            text-decoration: none;
            font-family: 'ubunturegular';
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: 1px solid #058E94;
            cursor: pointer; }
            .free-e-books .white-1 .free-e-books-content .content .wording .buttons .btn .button:active {
              background: -webkit-gradient(linear, left top, left bottom, from(#44A3F3), to(#058E94));
              background: -webkit-linear-gradient(top, #44A3F3 0%, #058E94 100%);
              background: -o-linear-gradient(top, #44A3F3 0%, #058E94 100%);
              background: linear-gradient(to bottom, #44A3F3 0%, #058E94 100%); }
          .free-e-books .white-1 .free-e-books-content .content .wording .buttons .btn .sqr-1, .free-e-books .white-1 .free-e-books-content .content .wording .buttons .btn .sqr-2 {
            position: absolute;
            width: 25px;
            height: 25px;
            background-color: #00003F; }
        .free-e-books .white-1 .free-e-books-content .content .wording .buttons .btn-1 .sqr-1 {
          top: 0px;
          left: 0px; }
        .free-e-books .white-1 .free-e-books-content .content .wording .buttons .btn-1 .sqr-2 {
          right: 0px;
          bottom: 0px; }
        .free-e-books .white-1 .free-e-books-content .content .wording .buttons .btn-2 .sqr-1 {
          top: 0;
          right: 0; }
        .free-e-books .white-1 .free-e-books-content .content .wording .buttons .btn-2 .sqr-2 {
          left: 0;
          bottom: 0; }
      .free-e-books .white-1 .free-e-books-content .content .wording .please-note {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px auto 0px auto;
        font-size: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 24px; }
        .free-e-books .white-1 .free-e-books-content .content .wording .please-note h3 {
          font-family: 'ubuntubold';
          margin: 0px 5px 0px 0px; }
        .free-e-books .white-1 .free-e-books-content .content .wording .please-note p {
          font-family: 'ubunturegular'; }
      .free-e-books .white-1 .free-e-books-content .content .wording .full-course-button {
        width: 100%;
        height: 90px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: -webkit-gradient(linear, left top, left bottom, from(white), to(#9B9B8C));
        background: -webkit-linear-gradient(top, white 0%, #9B9B8C 100%);
        background: -o-linear-gradient(top, white 0%, #9B9B8C 100%);
        background: linear-gradient(to bottom, white 0%, #9B9B8C 100%);
        -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
        filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.55));
        font-family: 'ubuntubold_italic';
        font-size: 35px;
        text-decoration: none;
        color: black; }
        .free-e-books .white-1 .free-e-books-content .content .wording .full-course-button:active {
          background: -webkit-gradient(linear, left bottom, left top, from(white), to(#9B9B8C));
          background: -webkit-linear-gradient(bottom, white 0%, #9B9B8C 100%);
          background: -o-linear-gradient(bottom, white 0%, #9B9B8C 100%);
          background: linear-gradient(to top, white 0%, #9B9B8C 100%); }

.puzzle-mobile {
  display: none; }

#bottom {
  width: 1518px;
  height: 60px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  #bottom .fade {
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 10px; }
  #bottom .body {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    font-size: 12px;
    font-family: 'ubunturegular';
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.recommendations {
  background-image: url(../images/happy-male-student.jpg);
  background-position: 0px -10px; }
  .recommendations .heading h1 {
    background-color: #001041;
    width: 490px;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    color: white;
    font-family: 'ubuntubold_italic';
    font-size: 45px;
    line-height: 50px; }
  .recommendations .white-1 .top-fade {
    width: 100%;
    height: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.85; }
  .recommendations .white-1 .content {
    background-color: white; }
    .recommendations .white-1 .content .intro {
      width: 500px;
      margin: 0px auto 0px auto;
      padding: 50px 0px 50px 0px;
      font-size: 20px;
      line-height: 24px;
      font-family: 'ubunturegular';
      color: #00003F;
      text-align: center; }
    .recommendations .white-1 .content .cols {
      width: 1240px;
      margin: 0px auto 0px auto;
      padding: 0px 0px 60px 0px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .recommendations .white-1 .content .cols .col {
        width: 500px;
        height: 615px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .recommendations .white-1 .content .cols .col .paragraph {
          width: 500px;
          height: 336px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          font-size: 20px;
          line-height: 24px;
          font-family: 'ubunturegular';
          color: #00003F; }
    .recommendations .white-1 .content .img-1 {
      width: 500px;
      height: 205px; }
    .recommendations .white-1 .content .img-2 {
      width: 468px;
      height: 205px; }
  .recommendations .blue-1 {
    margin: -10px auto -10px auto; }
    .recommendations .blue-1 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(#002040), to(rgba(0, 32, 64, 0)));
      background: -webkit-linear-gradient(bottom, #002040 0%, rgba(0, 32, 64, 0) 100%);
      background: -o-linear-gradient(bottom, #002040 0%, rgba(0, 32, 64, 0) 100%);
      background: linear-gradient(to top, #002040 0%, rgba(0, 32, 64, 0) 100%); }
    .recommendations .blue-1 .content {
      background-color: #002040; }
      .recommendations .blue-1 .content .cols {
        width: 1100px;
        margin: 0px auto 0px auto;
        padding: 50px 0px 60px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .recommendations .blue-1 .content .cols .col {
          text-align: center; }
          .recommendations .blue-1 .content .cols .col p {
            font-size: 20px;
            line-height: 24px;
            font-family: 'ubunturegular';
            color: white;
            margin: 25px 0px 0px 0px; }
        .recommendations .blue-1 .content .cols .s-col {
          width: 200px; }
        .recommendations .blue-1 .content .cols .l-col {
          width: 250px; }
  .recommendations .black-1 {
    margin: 0px 0px -10px 0px; }
    .recommendations .black-1 .top-fade {
      width: 100%;
      height: 10px;
      background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0) 100%); }
    .recommendations .black-1 .content {
      background-color: black; }
      .recommendations .black-1 .content .cols {
        width: 600px;
        margin: 0px auto 0px auto;
        padding: 50px 0px 60px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: white;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .recommendations .black-1 .content .cols .col-1 {
          width: 200px; }
        .recommendations .black-1 .content .cols .col-2 {
          width: 210px; }
        .recommendations .black-1 .content .cols .col {
          height: 380px;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }
          .recommendations .black-1 .content .cols .col .img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 105px; }
          .recommendations .black-1 .content .cols .col p {
            font-size: 20px;
            line-height: 24px;
            font-family: 'ubunturegular'; }
  .recommendations .white-2 .top-fade {
    width: 100%;
    height: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%); }
  .recommendations .white-2 .content {
    background-color: white; }
    .recommendations .white-2 .content h2 {
      margin: 0px auto 0px auto;
      padding: 50px 0px 25px 0px;
      width: 385px;
      text-align: center;
      font-family: 'ubuntubold';
      color: #00003F;
      font-size: 35px; }
    .recommendations .white-2 .content .companies {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 25px 10px 50px 10px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .recommendations .white-2 .content .companies img {
        margin: 20px 10px 20px 10px; }

#counter {
  width: 100%; }
