@charset "UTF-8";
/* Colors */
/* Color Usage */
/* Style Defaults */
/* Spacing */
/* Breakpoints */
/** 
* X Height Offsets 
* Used for aligning the top of side by side columns when one colum
* has an image and the other has text/header 
*/
/* Easings*/
blockquote.blockquote-blue {
  color: #0CABF9;
  position: relative;
  background: #E7EDF3; }
  blockquote.blockquote-blue p::after,
  blockquote.blockquote-blue p::before {
    content: ''; }
  @media (min-width: 40em) and (max-width: 63.9375em) {
    blockquote.blockquote-blue {
      margin-right: 16px;
      margin-left: 16px; } }
  @media (min-width: 40em) {
    blockquote.blockquote-blue {
      padding: 64px; }
      blockquote.blockquote-blue::after, blockquote.blockquote-blue::before {
        background: #0CABF9;
        border-radius: 50%;
        color: white;
        display: block;
        font-size: 80px;
        height: 60px;
        line-height: 92px;
        position: absolute;
        transform: none;
        width: 60px; }
      blockquote.blockquote-blue::after {
        content: '”';
        bottom: -1.7rem;
        padding-left: 18px;
        right: 3rem; }
      blockquote.blockquote-blue::before {
        content: '“';
        left: 32px;
        padding-left: 14px;
        top: -1.6rem; } }
  blockquote.blockquote-blue .blockquote-blue__quote,
  blockquote.blockquote-blue .blockquote-blue__attribution {
    font-weight: bold; }

.align-bottom-center {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0px; }

.banner {
  background-color: white;
  background-image: linear-gradient(#0CABF9, white); }

.banner-text {
  padding-top: 32px; }

.bg-light {
  background-color: #E7EDF3; }

.courses {
  display: flex; }
  .courses li {
    border-bottom: 1px solid #DDE1E3;
    padding-top: 16px;
    padding-bottom: 16px; }
  .courses li:nth-of-type(1) {
    flex: 0 1 40px; }
  .courses li:nth-of-type(2) {
    flex: 0 1 232px;
    padding-left: 16px;
    padding-right: 16px; }
  .courses li:nth-of-type(3) {
    flex: 0 1 46px;
    padding-right: 16px; }
    @media (max-width: 40em) {
      .courses li:nth-of-type(3) {
        display: none; } }
  .courses li:nth-of-type(4) {
    flex: 0 1 100px; }

.flex-65 {
  flex: 0 1 65px;
  padding: 0;
  margin-right: 16px; }

.icon-by-text {
  transform: translate(0, 8px); }

.iso-book {
  position: absolute;
  right: 124px;
  top: 70px; }

.iso-finger {
  position: absolute;
  left: 0px;
  top: 180px; }

.iso-laptop {
  position: absolute;
  right: 84px;
  top: 20px; }

.iso-mortar {
  transform: translate(0, 40px);
  margin-bottom: -20px; }

.iso-pens {
  position: absolute;
  left: 284px;
  top: 200px; }

.iso-tablet {
  position: absolute;
  left: 70px;
  top: 24px; }

.iso-togo-cup {
  position: absolute;
  top: 162px;
  right: 0; }

.iso-book .iso-img,
.iso-tablet .iso-img {
  -webkit-animation-name: fade-in-1;
          animation-name: fade-in-1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.iso-togo-cup .iso-img,
.iso-pens .iso-img {
  -webkit-animation-name: fade-in-2;
          animation-name: fade-in-2;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.iso-finger .iso-img,
.iso-laptop .iso-img {
  -webkit-animation-name: fade-in-3;
          animation-name: fade-in-3;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.map-container {
  background: #E7EDF3;
  margin-top: 32px;
  overflow: hidden; }
  .map-container iframe {
    margin-bottom: -48px;
    border: none;
    height: 465px;
    position: relative;
    top: -48px;
    width: 100%; }
    @media (min-width: 40em) {
      .map-container iframe {
        height: 736px; } }
  .map-container.clicked {
    pointer-events: auto; }

.mission-images {
  height: 247px;
  position: relative; }

.mission-mortar {
  position: absolute;
  right: -150px;
  top: -16px;
  z-index: 99; }

.mission-images-2 {
  height: 164px;
  position: relative; }

.mission-pendant-2 {
  position: absolute;
  top: -40px;
  z-index: 99; }

.mission-pendant {
  transform: translate(-60px, 10px); }

.mktoButtonRow {
  text-align: center; }

.expect-icon__spacer {
  height: 74px;
  margin-bottom: 16px;
  position: relative; }

.expect-icon__text {
  vertical-align: middle;
  display: inline-block;
  width: 67%; }

.university-free .btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .university-free .btn-play:hover, .university-free .btn-play:focus {
    transform: translate(-50%, -50%) scale(1.05); }

.university-table {
  border-collapse: collapse; }
  .university-table tr {
    border-bottom: 1px solid #DDE1E3;
    height: 57px; }
  .university-table td {
    vertical-align: middle;
    height: 80px;
    padding: 0 16px; }
  .university-table td:nth-child(1) {
    padding: 0; }
  .university-table td:nth-child(3) {
    padding-left: 64px;
    padding-right: 0; }
  .university-table td:nth-child(4) {
    padding-right: 0; }

@media (max-width: 39.9375em) {
  .expect-icon__spacer {
    display: inline-block;
    vertical-align: middle;
    width: 30%; } }

@media (min-width: 40em) {
  .banner {
    height: 659px; }
  .banner-text {
    padding-top: 180px; }
  .expect-icon__spacer {
    height: 74px; }
  .rowCompany,
  .rowEmail,
  .rowFirstName,
  .rowJob_Role__c,
  .rowLastName,
  .rowPhone {
    width: 49%;
    display: inline-block; }
  .mktoFormRow {
    padding: 0 8px; }
  textarea {
    width: 98%; } }

/* animations  */
@-webkit-keyframes fade-in-1 {
  0% {
    opacity: 0;
    transform: translate(0, 32px); }
  50% {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes fade-in-1 {
  0% {
    opacity: 0;
    transform: translate(0, 32px); }
  50% {
    opacity: 1;
    transform: translate(0, 0); } }

@-webkit-keyframes fade-in-2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0;
    transform: translate(0, 32px); }
  65% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes fade-in-2 {
  0% {
    opacity: 0; }
  20% {
    opacity: 0;
    transform: translate(0, 32px); }
  65% {
    opacity: 1;
    transform: translate(0, 0); } }

@-webkit-keyframes fade-in-3 {
  0% {
    opacity: 0; }
  35% {
    opacity: 0;
    transform: translate(0, 32px); }
  80% {
    opacity: 1;
    transform: translate(0, 0); } }

@keyframes fade-in-3 {
  0% {
    opacity: 0; }
  35% {
    opacity: 0;
    transform: translate(0, 32px); }
  80% {
    opacity: 1;
    transform: translate(0, 0); } }
